summaryrefslogtreecommitdiff
path: root/dev-python/django-cms/django-cms-3.1.2.ebuild
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2017-06-02 08:44:31 +0200
committerSlawomir Lis <slis@gentoo.org>2017-06-02 08:47:11 +0200
commita35a0a85dc56f809cb52b05fb1807a7cbd597baa (patch)
tree2ffa2ec1bcaf2b483337c2fd15c5540ce49bbf1e /dev-python/django-cms/django-cms-3.1.2.ebuild
parent8d0c29be8a18d824e5b229c761d6510b308a82fc (diff)
downloadgentoo-a35a0a85dc56f809cb52b05fb1807a7cbd597baa.tar.gz
gentoo-a35a0a85dc56f809cb52b05fb1807a7cbd597baa.tar.bz2
gentoo-a35a0a85dc56f809cb52b05fb1807a7cbd597baa.zip
dev-python/django-cms: drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/django-cms/django-cms-3.1.2.ebuild')
-rw-r--r--dev-python/django-cms/django-cms-3.1.2.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/django-cms/django-cms-3.1.2.ebuild b/dev-python/django-cms/django-cms-3.1.2.ebuild
deleted file mode 100644
index aea5b16547df..000000000000
--- a/dev-python/django-cms/django-cms-3.1.2.ebuild
+++ /dev/null
@@ -1,41 +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="A Django application for managing hierarchical pages of content"
-HOMEPAGE="https://www.django-cms.org/"
-SRC_URI="https://github.com/divio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="+admin-style +ckeditor file flash inherit link picture snippet teaser video"
-REQUIRED_USE="admin-style ckeditor"
-
-RDEPEND="
- >=dev-python/django-1.6.9
- admin-style? ( dev-python/djangocms-admin-style )
- file? ( dev-python/djangocms-file )
- flash? ( dev-python/djangocms-flash )
- inherit? ( dev-python/djangocms-inherit )
- link? ( dev-python/djangocms-link )
- picture? ( dev-python/djangocms-picture )
- snippet? ( dev-python/djangocms-snippet )
- teaser? ( dev-python/djangocms-teaser )
- video? ( dev-python/djangocms-video )
- >=dev-python/django-classy-tags-0.5
- >=dev-python/django-sekizai-0.7
- ckeditor? ( >=dev-python/djangocms-text-ckeditor-2.1.1 )
- dev-python/django-treebeard
- dev-python/html5lib
-"
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools
-"