From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/django-cms/Manifest | 3 ++ dev-python/django-cms/django-cms-3.4.3.ebuild | 42 +++++++++++++++++++++++++++ dev-python/django-cms/metadata.xml | 42 +++++++++++++++++++++++++++ 3 files changed, 87 insertions(+) create mode 100644 dev-python/django-cms/Manifest create mode 100644 dev-python/django-cms/django-cms-3.4.3.ebuild create mode 100644 dev-python/django-cms/metadata.xml (limited to 'dev-python/django-cms') diff --git a/dev-python/django-cms/Manifest b/dev-python/django-cms/Manifest new file mode 100644 index 000000000000..b6117c7f8ba1 --- /dev/null +++ b/dev-python/django-cms/Manifest @@ -0,0 +1,3 @@ +DIST django-cms-3.4.3.tar.gz 5234748 BLAKE2B 331af0ba11b3e8e5379838be71e57cedad624da97d1cc03ec78081ff9644805e1713b5f98655f48541745d08e53e5b2ddc8af5615b7df26bef49e4f3686f6089 SHA512 0c6b418bf025b042cefc4bb89fb663cc419a8e806a3c6e436198b7bb595d8012f79c7f02d08cee891e5e1ef83bd4f52f0e2adcc4ebd1d22325a674cbc7e69be9 +EBUILD django-cms-3.4.3.ebuild 1532 BLAKE2B cd775c9ef59f342300540456556c90804e86e390b396072909c9f0201bb586aa8569a063a961dd7685c56f0723eefc794b3f0e09af6b0d9005e5f4b5c2dc67f3 SHA512 4e8f44faf3fa5a5f915546d1e1caaf7671ad441521ea9b2f95ec7e57fd3bc2488272b518a9f9e2226805164a075fb190a786f64bb3814c2beb95a03aab8dbc8a +MISC metadata.xml 1105 BLAKE2B 90a394f646c9ec679ccb0cb262838bf0ed8216ae0bb535e7302bf34ad0009b9965d797e46755f061b058075b1a3576cbc09eba8932db2b7cac9c17e647f7e2e2 SHA512 fa258c0a01b621b05084c8da8ffa6be43ad44b511b6a4c62547589b7460d1ae3977da2983ba50bec7e33be456986d51aacadc9f65e4339f13e2b30b1500b6cce diff --git a/dev-python/django-cms/django-cms-3.4.3.ebuild b/dev-python/django-cms/django-cms-3.4.3.ebuild new file mode 100644 index 000000000000..3220966dcc95 --- /dev/null +++ b/dev-python/django-cms/django-cms-3.4.3.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" + +PYTHON_COMPAT=( python{2_7,3_{3,4,5,6}} ) + +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.8[${PYTHON_USEDEP}] + admin-style? ( >=dev-python/djangocms-admin-style-1.0[${PYTHON_USEDEP}] ) + file? ( dev-python/djangocms-file[${PYTHON_USEDEP}] ) + flash? ( dev-python/djangocms-flash[${PYTHON_USEDEP}] ) + inherit? ( dev-python/djangocms-inherit[${PYTHON_USEDEP}] ) + link? ( dev-python/djangocms-link[${PYTHON_USEDEP}] ) + picture? ( dev-python/djangocms-picture[${PYTHON_USEDEP}] ) + snippet? ( dev-python/djangocms-snippet[${PYTHON_USEDEP}] ) + teaser? ( dev-python/djangocms-teaser[${PYTHON_USEDEP}] ) + video? ( dev-python/djangocms-video[${PYTHON_USEDEP}] ) + >=dev-python/django-classy-tags-0.7[${PYTHON_USEDEP}] + >=dev-python/django-formtools-1.0[${PYTHON_USEDEP}] + >=dev-python/django-sekizai-0.7[${PYTHON_USEDEP}] + ckeditor? ( >=dev-python/djangocms-text-ckeditor-3.2.0[${PYTHON_USEDEP}] ) + >=dev-python/django-treebeard-4.0[${PYTHON_USEDEP}] + dev-python/html5lib[${PYTHON_USEDEP}] +" + +DEPEND=" + ${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +" diff --git a/dev-python/django-cms/metadata.xml b/dev-python/django-cms/metadata.xml new file mode 100644 index 000000000000..e40589909a8a --- /dev/null +++ b/dev-python/django-cms/metadata.xml @@ -0,0 +1,42 @@ + + + + + slis@gentoo.org + + + + Install plugin customizing admin panel styles + + + Install text-ckeditor plugin for rich text editing + + + Install djangocms file plugin + + + Install djangocms flash plugin + + + Install djangocms inherit plugin + + + Install djangocms link plugin + + + Install djangocms picture plugin + + + Install djangocms snippet plugin + + + Install djangocms teaser plugin + + + Install djangocms video plugin + + + + divio/django-cms + + -- cgit v1.2.3