diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-15 18:49:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-15 18:49:08 +0200 |
commit | 24939cc93a3458b13a73cc203b28862715203395 (patch) | |
tree | cba07f6cbcfe3c525ed4e2eec2f6caa4800bef80 /dev-python/django-opensearch | |
parent | dev-python/cfgio: Remove last-rited pkg (diff) | |
download | gentoo-24939cc93a3458b13a73cc203b28862715203395.tar.gz gentoo-24939cc93a3458b13a73cc203b28862715203395.tar.bz2 gentoo-24939cc93a3458b13a73cc203b28862715203395.zip |
dev-python/django-opensearch: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694280
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-opensearch')
-rw-r--r-- | dev-python/django-opensearch/Manifest | 1 | ||||
-rw-r--r-- | dev-python/django-opensearch/django-opensearch-0.2.5.ebuild | 19 | ||||
-rw-r--r-- | dev-python/django-opensearch/metadata.xml | 8 |
3 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/django-opensearch/Manifest b/dev-python/django-opensearch/Manifest deleted file mode 100644 index aec8c03688e6..000000000000 --- a/dev-python/django-opensearch/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST django-opensearch-0.2.5.tar.gz 15870 BLAKE2B 88229b8545633bb46d37cb03e1fc3a7f8854a36b14f662e4edfcc8c3518014cbb67fbc9b6c25775b4b22eca73de26ca94621e7f92c502d0fcb5dd41e1da30af7 SHA512 70ec931de2687bd6e688fd60262a85de553700247c852a686fea422bb5208b5a3e0441b5778dead1838ae693a22103ed3db1677fe395f000531573bac5a501c7 diff --git a/dev-python/django-opensearch/django-opensearch-0.2.5.ebuild b/dev-python/django-opensearch/django-opensearch-0.2.5.ebuild deleted file mode 100644 index f4bb011dd714..000000000000 --- a/dev-python/django-opensearch/django-opensearch-0.2.5.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="A django reusable application to handle opensearch.xml" -HOMEPAGE="https://github.com/vint21h/django-opensearch" -SRC_URI="https://github.com/vint21h/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-python/django-1.7[${PYTHON_USEDEP}]" diff --git a/dev-python/django-opensearch/metadata.xml b/dev-python/django-opensearch/metadata.xml deleted file mode 100644 index 6e90fd29d0fd..000000000000 --- a/dev-python/django-opensearch/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">vint21h/django-opensearch</remote-id> - </upstream> -</pkgmetadata> |