summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-12-16 16:55:44 +0100
committerMichał Górny <mgorny@gentoo.org>2018-12-16 16:56:41 +0100
commite7f831675eb7ff7505e0eab88d97c0d7993cfff8 (patch)
tree9b05a0a50f410452231f348ec69271074ac490e8 /dev-python
parentdev-python/djangocms-admin-style: Remove last-rited pkg (diff)
downloadgentoo-e7f831675eb7ff7505e0eab88d97c0d7993cfff8.tar.gz
gentoo-e7f831675eb7ff7505e0eab88d97c0d7993cfff8.tar.bz2
gentoo-e7f831675eb7ff7505e0eab88d97c0d7993cfff8.zip
dev-python/django-cms: Remove last-rited pkg
Closes: https://bugs.gentoo.org/664012 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/django-cms/Manifest1
-rw-r--r--dev-python/django-cms/django-cms-3.4.3.ebuild42
-rw-r--r--dev-python/django-cms/metadata.xml42
3 files changed, 0 insertions, 85 deletions
diff --git a/dev-python/django-cms/Manifest b/dev-python/django-cms/Manifest
deleted file mode 100644
index 4371401bec7d..000000000000
--- a/dev-python/django-cms/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST django-cms-3.4.3.tar.gz 5234748 BLAKE2B 331af0ba11b3e8e5379838be71e57cedad624da97d1cc03ec78081ff9644805e1713b5f98655f48541745d08e53e5b2ddc8af5615b7df26bef49e4f3686f6089 SHA512 0c6b418bf025b042cefc4bb89fb663cc419a8e806a3c6e436198b7bb595d8012f79c7f02d08cee891e5e1ef83bd4f52f0e2adcc4ebd1d22325a674cbc7e69be9
diff --git a/dev-python/django-cms/django-cms-3.4.3.ebuild b/dev-python/django-cms/django-cms-3.4.3.ebuild
deleted file mode 100644
index 3220966dcc95..000000000000
--- a/dev-python/django-cms/django-cms-3.4.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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
deleted file mode 100644
index e40589909a8a..000000000000
--- a/dev-python/django-cms/metadata.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>slis@gentoo.org</email>
- </maintainer>
- <use>
- <flag name="admin-style">
- Install plugin customizing admin panel styles
- </flag>
- <flag name="ckeditor">
- Install text-ckeditor plugin for rich text editing
- </flag>
- <flag name="file">
- Install djangocms file plugin
- </flag>
- <flag name="flash">
- Install djangocms flash plugin
- </flag>
- <flag name="inherit">
- Install djangocms inherit plugin
- </flag>
- <flag name="link">
- Install djangocms link plugin
- </flag>
- <flag name="picture">
- Install djangocms picture plugin
- </flag>
- <flag name="snippet">
- Install djangocms snippet plugin
- </flag>
- <flag name="teaser">
- Install djangocms teaser plugin
- </flag>
- <flag name="video">
- Install djangocms video plugin
- </flag>
- </use>
- <upstream>
- <remote-id type="github">divio/django-cms</remote-id>
- </upstream>
-</pkgmetadata>