summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2017-06-02 08:42:49 +0200
committerSlawomir Lis <slis@gentoo.org>2017-06-02 08:47:08 +0200
commit8d0c29be8a18d824e5b229c761d6510b308a82fc (patch)
treefc14522ebe725f3e05b6ed47ef294d8a7117211a /dev-python/djangocms-admin-style/djangocms-admin-style-1.2.2.ebuild
parentdev-python/djangocms-attributes-field: drop old (diff)
downloadgentoo-8d0c29be8a18d824e5b229c761d6510b308a82fc.tar.gz
gentoo-8d0c29be8a18d824e5b229c761d6510b308a82fc.tar.bz2
gentoo-8d0c29be8a18d824e5b229c761d6510b308a82fc.zip
dev-python/djangocms-admin-style: drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/djangocms-admin-style/djangocms-admin-style-1.2.2.ebuild')
-rw-r--r--dev-python/djangocms-admin-style/djangocms-admin-style-1.2.2.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/djangocms-admin-style/djangocms-admin-style-1.2.2.ebuild b/dev-python/djangocms-admin-style/djangocms-admin-style-1.2.2.ebuild
deleted file mode 100644
index b202148ef05f..000000000000
--- a/dev-python/djangocms-admin-style/djangocms-admin-style-1.2.2.ebuild
+++ /dev/null
@@ -1,24 +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="Adds pretty CSS styles for the django CMS admin interface."
-HOMEPAGE="https://pypi.python.org/pypi/djangocms-admin-style"
-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
-"