diff options
author | 2018-12-16 16:53:16 +0100 | |
---|---|---|
committer | 2018-12-16 16:56:33 +0100 | |
commit | 608c2f001c3567d70e36e84a27d1e6c5ce4fe995 (patch) | |
tree | 09620622d976fb9eb27d9331c67028105931ae8d /dev-python | |
parent | dev-python/django-sekizai: Remove last-rited pkg (diff) | |
download | gentoo-608c2f001c3567d70e36e84a27d1e6c5ce4fe995.tar.gz gentoo-608c2f001c3567d70e36e84a27d1e6c5ce4fe995.tar.bz2 gentoo-608c2f001c3567d70e36e84a27d1e6c5ce4fe995.zip |
dev-python/djangocms-text-ckeditor: Remove last-rited pkg
Closes: https://bugs.gentoo.org/664012
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
4 files changed, 0 insertions, 70 deletions
diff --git a/dev-python/djangocms-text-ckeditor/Manifest b/dev-python/djangocms-text-ckeditor/Manifest deleted file mode 100644 index f627cf5d0ab2..000000000000 --- a/dev-python/djangocms-text-ckeditor/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST djangocms-text-ckeditor-3.3.1.tar.gz 1611710 BLAKE2B 2fc4fbd190da6af44607b780148c80a97a5525cec0c8695276b376a3bc360f52b45dcc5499315b5434e24f10e66de090fca7ba6961d8ad5e4c1734b097ca352a SHA512 eeadaf5b302669104c054112bfbb0aaa1113e8105202407fc5b39558a83914895576a2610536a2066042ec69eaa812ea9a772091420379cdf96c53464080589a -DIST djangocms-text-ckeditor-3.5.0.tar.gz 1903581 BLAKE2B a07c8cd09624db6171fbaa8cb0603b37d541adee1267baafb56f647787a34e66e4ae968bfd0d62f110f78d145d014551cd0661a39666986156397a02964a8ff2 SHA512 d861c0a41ea4d0fac7130433961473cd435549a167362b61e644c00bb3c4241847cce503abccef6f1bd2f83451f93a478c44dcd586104ce21559a91d4eb36435 diff --git a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild deleted file mode 100644 index 627206a90429..000000000000 --- a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PYTHON_COMPAT=( python{2_7,3_{3,4}} ) - -inherit distutils-r1 - -DESCRIPTION="Text Plugin for django CMS with CKEditor support" -HOMEPAGE="https://pypi.org/project/djangocms-text-ckeditor/" -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[${PYTHON_USEDEP}] -" -PDEPEND=">=dev-python/django-cms-3.2.0[${PYTHON_USEDEP}]" - -src_prepare() { - sed -i 's/find_packages()/find_packages(exclude=["tests"])/g' "${S}/setup.py" - eapply_user -} diff --git a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild deleted file mode 100644 index bfbfe4a2c59a..000000000000 --- a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PYTHON_COMPAT=( python{2_7,3_{3,4,5,6}} ) - -inherit distutils-r1 - -DESCRIPTION="Text Plugin for django CMS with CKEditor support" -HOMEPAGE="https://pypi.org/project/djangocms-text-ckeditor/" -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[${PYTHON_USEDEP}] -" -PDEPEND=">=dev-python/django-cms-3.2.0[${PYTHON_USEDEP}]" - -src_prepare() { - sed -i 's/find_packages()/find_packages(exclude=["tests"])/g' "${S}/setup.py" - eapply_user -} diff --git a/dev-python/djangocms-text-ckeditor/metadata.xml b/dev-python/djangocms-text-ckeditor/metadata.xml deleted file mode 100644 index 0f0287d3e83c..000000000000 --- a/dev-python/djangocms-text-ckeditor/metadata.xml +++ /dev/null @@ -1,10 +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> - <upstream> - <remote-id type="pypi">djangocms-text-ckeditor</remote-id> - </upstream> -</pkgmetadata> |