summaryrefslogtreecommitdiff
path: root/dev-python/django-cms/django-cms-3.1.2.ebuild
diff options
context:
space:
mode:
authorSławomir Lis <slis@gentoo.org>2015-11-05 13:35:04 +0100
committerSławomir Lis <slis@gentoo.org>2015-11-05 13:36:44 +0100
commit2e4a42a9ab20f4e9657f497f2a18cff8f0db0064 (patch)
tree110846af048721c09e0db7db7e7000181fc8f502 /dev-python/django-cms/django-cms-3.1.2.ebuild
parent18f2b8837137218ca41e5cd3164b2c803d9f61d9 (diff)
downloadgentoo-2e4a42a9ab20f4e9657f497f2a18cff8f0db0064.tar.gz
gentoo-2e4a42a9ab20f4e9657f497f2a18cff8f0db0064.tar.bz2
gentoo-2e4a42a9ab20f4e9657f497f2a18cff8f0db0064.zip
Added django-cms (#427738)
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.ebuild42
1 files changed, 42 insertions, 0 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
new file mode 100644
index 000000000000..04f3a7b91c62
--- /dev/null
+++ b/dev-python/django-cms/django-cms-3.1.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_{6,7},3_{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
+"