Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-opensearch/
Date: Sat, 03 Mar 2018 09:11:02
Message-Id: 1520068246.111e78f0ba64d3637816488b5c21ee324b5db725.kensington@gentoo
1 commit: 111e78f0ba64d3637816488b5c21ee324b5db725
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 3 09:05:10 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 3 09:10:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111e78f0
7
8 dev-python/django-opensearch: remove 0.2.4
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/django-opensearch/Manifest | 1 -
13 .../django-opensearch/django-opensearch-0.2.4.ebuild | 19 -------------------
14 2 files changed, 20 deletions(-)
15
16 diff --git a/dev-python/django-opensearch/Manifest b/dev-python/django-opensearch/Manifest
17 index f558bcd9c60..aec8c03688e 100644
18 --- a/dev-python/django-opensearch/Manifest
19 +++ b/dev-python/django-opensearch/Manifest
20 @@ -1,2 +1 @@
21 -DIST django-opensearch-0.2.4.tar.gz 15770 BLAKE2B ec57f16eadfb8905b1598b4e80a2cb6b7c996fcc6eaab2bd133df20e2ab23281c52d57b45879a7e46e6ec34db7645b3f7241223ef04efe6515b75892af1973d5 SHA512 6852f95b52a68cf1c48ceeaa365a691391e7a19363221e3bc32a9dd4c863e37a9611b1f31f91c342303b0e1b3418c4a27873d0a980e64aeab87ff2ccb1aba63d
22 DIST django-opensearch-0.2.5.tar.gz 15870 BLAKE2B 88229b8545633bb46d37cb03e1fc3a7f8854a36b14f662e4edfcc8c3518014cbb67fbc9b6c25775b4b22eca73de26ca94621e7f92c502d0fcb5dd41e1da30af7 SHA512 70ec931de2687bd6e688fd60262a85de553700247c852a686fea422bb5208b5a3e0441b5778dead1838ae693a22103ed3db1677fe395f000531573bac5a501c7
23
24 diff --git a/dev-python/django-opensearch/django-opensearch-0.2.4.ebuild b/dev-python/django-opensearch/django-opensearch-0.2.4.ebuild
25 deleted file mode 100644
26 index 33ea6109f7c..00000000000
27 --- a/dev-python/django-opensearch/django-opensearch-0.2.4.ebuild
28 +++ /dev/null
29 @@ -1,19 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python{2_7,3_4} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A django reusable application to handle opensearch.xml"
40 -HOMEPAGE="https://github.com/vint21h/django-opensearch"
41 -SRC_URI="https://github.com/vint21h/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE=""
47 -
48 -RDEPEND=">=dev-python/django-1.7[${PYTHON_USEDEP}]"