Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/createrepo/
Date: Wed, 28 Nov 2018 14:23:29
Message-Id: 1543414960.dceabe7b6a9fe6e7ab771c399780c8229413409c.alonbl@gentoo
1 commit: dceabe7b6a9fe6e7ab771c399780c8229413409c
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 28 14:22:40 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 28 14:22:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dceabe7b
7
8 app-arch/createrepo: remove old
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=643310
11 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 app-arch/createrepo/createrepo-0.10.4.ebuild | 50 ----------------------------
15 1 file changed, 50 deletions(-)
16
17 diff --git a/app-arch/createrepo/createrepo-0.10.4.ebuild b/app-arch/createrepo/createrepo-0.10.4.ebuild
18 deleted file mode 100644
19 index 5d4bb0877b1..00000000000
20 --- a/app-arch/createrepo/createrepo-0.10.4.ebuild
21 +++ /dev/null
22 @@ -1,50 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -PYTHON_COMPAT=( python2_7 )
29 -PYTHON_REQ_USE='xml'
30 -
31 -inherit python-single-r1 bash-completion-r1
32 -
33 -DESCRIPTION="Creates a common rpm-metadata repository"
34 -HOMEPAGE="http://createrepo.baseurl.org/"
35 -SRC_URI="http://createrepo.baseurl.org/download/${P}.tar.gz"
36 -
37 -LICENSE="GPL-2"
38 -SLOT="0"
39 -KEYWORDS="~amd64 ~x86"
40 -IUSE=""
41 -
42 -RDEPEND=">=dev-python/urlgrabber-2.9.0[${PYTHON_USEDEP}]
43 - >=app-arch/rpm-4.1.1[python,${PYTHON_USEDEP}]
44 - dev-libs/libxml2[python,${PYTHON_USEDEP}]
45 - >=app-arch/deltarpm-3.6_pre20110223[python,${PYTHON_USEDEP}]
46 - dev-python/pyliblzma[${PYTHON_USEDEP}]
47 - >=sys-apps/yum-3.4.3
48 - ${PYTHON_DEPS}"
49 -DEPEND="${PYTHON_DEPS}"
50 -
51 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
52 -
53 -PATCHES=(
54 - "${FILESDIR}/${PN}-0.10.3-ten-changelog-limit.patch"
55 -)
56 -
57 -pkg_setup() {
58 - python-single-r1_pkg_setup
59 - python_export PYTHON_SITEDIR
60 -}
61 -
62 -src_install() {
63 - emake install \
64 - DESTDIR="${ED}" \
65 - PYTHON=true \
66 - compdir="$(get_bashcompdir)" \
67 - PKGDIR="${PYTHON_SITEDIR}/${PN}"
68 - einstalldocs
69 - python_fix_shebang "${ED}"
70 - python_optimize
71 - python_optimize "${ED}/usr/share/createrepo"
72 -}