summaryrefslogtreecommitdiff
path: root/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-01-04 12:36:15 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-01-04 12:36:15 +0300
commitdbc19581340ddfa7e7249f925551756f7401cdfb (patch)
treef47e5742f8da4bbcf303102948e67ba5c66f4a35 /dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild
parent0251b18516a852b56a0e4b025092857ebbe17c35 (diff)
downloadgentoo-dbc19581340ddfa7e7249f925551756f7401cdfb.tar.gz
gentoo-dbc19581340ddfa7e7249f925551756f7401cdfb.tar.bz2
gentoo-dbc19581340ddfa7e7249f925551756f7401cdfb.zip
dev-python/sqlitecachec: remove last-rited pkg
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild')
-rw-r--r--dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild b/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild
deleted file mode 100644
index 4a52424e5a67..000000000000
--- a/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 pypy )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-MY_P="yum-metadata-parser-${PV}"
-
-DESCRIPTION="sqlite cacher for python applications"
-HOMEPAGE="http://yum.baseurl.org/"
-SRC_URI="http://yum.baseurl.org/download/yum-metadata-parser/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-# glib and libxml2 are used via an extension module written in C.
-# No need to add PYTHON_USEDEP here.
-RDEPEND="dev-db/sqlite:3
- dev-libs/glib:2
- dev-libs/libxml2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"