diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-12-16 16:55:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-12-16 16:56:39 +0100 |
commit | db1374c4e75d98f938ef41758417a3e7f13f934f (patch) | |
tree | c03b333e1737539617ebae2a4e7ac0d181903b54 /dev-python/djangocms-inherit | |
parent | dev-python/djangocms-link: Remove last-rited pkg (diff) | |
download | gentoo-db1374c4e75d98f938ef41758417a3e7f13f934f.tar.gz gentoo-db1374c4e75d98f938ef41758417a3e7f13f934f.tar.bz2 gentoo-db1374c4e75d98f938ef41758417a3e7f13f934f.zip |
dev-python/djangocms-inherit: Remove last-rited pkg
Closes: https://bugs.gentoo.org/664012
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/djangocms-inherit')
-rw-r--r-- | dev-python/djangocms-inherit/Manifest | 1 | ||||
-rw-r--r-- | dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild | 23 | ||||
-rw-r--r-- | dev-python/djangocms-inherit/metadata.xml | 10 |
3 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/djangocms-inherit/Manifest b/dev-python/djangocms-inherit/Manifest deleted file mode 100644 index c310f9ae2a0b..000000000000 --- a/dev-python/djangocms-inherit/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST djangocms-inherit-0.2.2.tar.gz 24909 BLAKE2B 608e23ce97e529bad441862266fbd65ed2cb3cf8515c97a91e4bcf30c3bc5c816d40a86db390863805b6d79b2814fdf26a603480196ffd71fff8af1d4402e12f SHA512 f115568789b673a0ff05a3d9fac6ecaf1d7b85bb40fa6265239e0c7d3e68a64c8d163b71f2e75bec9fbb6fc7a70efbd6eb887fe027faf08c79e8052bb19fd466 diff --git a/dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild b/dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild deleted file mode 100644 index 7c3589bf217d..000000000000 --- a/dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python{2_{6,7},3_{3,4,5,6}} ) - -inherit distutils-r1 - -DESCRIPTION="Inherit plugin for django CMS" -HOMEPAGE="https://pypi.org/project/djangocms-inherit/" -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}] -" diff --git a/dev-python/djangocms-inherit/metadata.xml b/dev-python/djangocms-inherit/metadata.xml deleted file mode 100644 index 0d6e86a08b30..000000000000 --- a/dev-python/djangocms-inherit/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-inherit</remote-id> - </upstream> -</pkgmetadata> |