summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2017-06-02 08:40:28 +0200
committerSlawomir Lis <slis@gentoo.org>2017-06-02 08:47:00 +0200
commit615095cce15aa716300de094fb41c10575fbbf16 (patch)
treedc9ee1c1f396809e0e2979de61c4197658da9b16 /dev-python/djangocms-file/djangocms-file-0.1.ebuild
parentdev-python/djangocms-inherit: drop old (diff)
downloadgentoo-615095cce15aa716300de094fb41c10575fbbf16.tar.gz
gentoo-615095cce15aa716300de094fb41c10575fbbf16.tar.bz2
gentoo-615095cce15aa716300de094fb41c10575fbbf16.zip
dev-python/djangocms-file: drop old
also updated PDEPEND to use PYTHON_USEDEP Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/djangocms-file/djangocms-file-0.1.ebuild')
-rw-r--r--dev-python/djangocms-file/djangocms-file-0.1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/djangocms-file/djangocms-file-0.1.ebuild b/dev-python/djangocms-file/djangocms-file-0.1.ebuild
deleted file mode 100644
index 4b6a9f3a277a..000000000000
--- a/dev-python/djangocms-file/djangocms-file-0.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 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="File plugin for django CMS"
-HOMEPAGE="https://pypi.python.org/pypi/djangocms-file"
-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[${PYTHON_USEDEP}]
-"