diff options
author | Michael Palimaka <kensington@gentoo.org> | 2018-03-03 20:05:10 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-03-03 20:10:46 +1100 |
commit | 111e78f0ba64d3637816488b5c21ee324b5db725 (patch) | |
tree | f91e7043b368c5673849257a10ecfd5b8f3f8393 /dev-python/django-opensearch | |
parent | sci-chemistry/bkchem: Fix dep on dev-python/pycairo (diff) | |
download | gentoo-111e78f0ba64d3637816488b5c21ee324b5db725.tar.gz gentoo-111e78f0ba64d3637816488b5c21ee324b5db725.tar.bz2 gentoo-111e78f0ba64d3637816488b5c21ee324b5db725.zip |
dev-python/django-opensearch: remove 0.2.4
Package-Manager: Portage-2.3.19, Repoman-2.3.6
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.4.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/django-opensearch/Manifest b/dev-python/django-opensearch/Manifest index f558bcd9c600..aec8c03688e6 100644 --- a/dev-python/django-opensearch/Manifest +++ b/dev-python/django-opensearch/Manifest @@ -1,2 +1 @@ -DIST django-opensearch-0.2.4.tar.gz 15770 BLAKE2B ec57f16eadfb8905b1598b4e80a2cb6b7c996fcc6eaab2bd133df20e2ab23281c52d57b45879a7e46e6ec34db7645b3f7241223ef04efe6515b75892af1973d5 SHA512 6852f95b52a68cf1c48ceeaa365a691391e7a19363221e3bc32a9dd4c863e37a9611b1f31f91c342303b0e1b3418c4a27873d0a980e64aeab87ff2ccb1aba63d DIST django-opensearch-0.2.5.tar.gz 15870 BLAKE2B 88229b8545633bb46d37cb03e1fc3a7f8854a36b14f662e4edfcc8c3518014cbb67fbc9b6c25775b4b22eca73de26ca94621e7f92c502d0fcb5dd41e1da30af7 SHA512 70ec931de2687bd6e688fd60262a85de553700247c852a686fea422bb5208b5a3e0441b5778dead1838ae693a22103ed3db1677fe395f000531573bac5a501c7 diff --git a/dev-python/django-opensearch/django-opensearch-0.2.4.ebuild b/dev-python/django-opensearch/django-opensearch-0.2.4.ebuild deleted file mode 100644 index 33ea6109f7cd..000000000000 --- a/dev-python/django-opensearch/django-opensearch-0.2.4.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4} ) - -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}]" |