summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2017-06-02 08:34:36 +0200
committerSlawomir Lis <slis@gentoo.org>2017-06-02 08:46:49 +0200
commit1fe05d9fc7e50d4a97a19ecb9c28c72081f6523a (patch)
tree3391ead0bff549d7b04da4b26aab47b55b417907 /dev-python/djangocms-picture/djangocms-picture-1.0.0.ebuild
parentdev-python/djangocms-snippet: drop old (diff)
downloadgentoo-1fe05d9fc7e50d4a97a19ecb9c28c72081f6523a.tar.gz
gentoo-1fe05d9fc7e50d4a97a19ecb9c28c72081f6523a.tar.bz2
gentoo-1fe05d9fc7e50d4a97a19ecb9c28c72081f6523a.zip
dev-python/djangocms-picture: drop old
Also fixed PDEPEND to use PYTHON_USEDEP Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/djangocms-picture/djangocms-picture-1.0.0.ebuild')
-rw-r--r--dev-python/djangocms-picture/djangocms-picture-1.0.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/djangocms-picture/djangocms-picture-1.0.0.ebuild b/dev-python/djangocms-picture/djangocms-picture-1.0.0.ebuild
deleted file mode 100644
index 8bc19f935471..000000000000
--- a/dev-python/djangocms-picture/djangocms-picture-1.0.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Picture plugin for django CMS"
-HOMEPAGE="https://pypi.python.org/pypi/djangocms-picture"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools
-"