Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/rpm2targz/
Date: Tue, 28 Apr 2020 23:35:36
Message-Id: 1588116915.09d6adc3e84df7f8c8bf20f90a63aaf734bc5bd9.whissi@gentoo
1 commit: 09d6adc3e84df7f8c8bf20f90a63aaf734bc5bd9
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 28 23:35:03 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 23:35:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d6adc3
7
8 app-arch/rpm2targz: drop old
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-arch/rpm2targz/rpm2targz-9.0.0.5g-r1.ebuild | 27 -------------------------
14 app-arch/rpm2targz/rpm2targz-9.0.0.5g.ebuild | 27 -------------------------
15 2 files changed, 54 deletions(-)
16
17 diff --git a/app-arch/rpm2targz/rpm2targz-9.0.0.5g-r1.ebuild b/app-arch/rpm2targz/rpm2targz-9.0.0.5g-r1.ebuild
18 deleted file mode 100644
19 index 8408bbd8e30..00000000000
20 --- a/app-arch/rpm2targz/rpm2targz-9.0.0.5g-r1.ebuild
21 +++ /dev/null
22 @@ -1,27 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI="7"
27 -
28 -inherit toolchain-funcs
29 -
30 -DESCRIPTION="Convert a .rpm file to a .tar.gz archive"
31 -HOMEPAGE="http://www.slackware.com/config/packages.php"
32 -SRC_URI="mirror://gentoo/${P}.tar.xz"
33 -
34 -LICENSE="BSD-1"
35 -SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
37 -IUSE=""
38 -
39 -RDEPEND="app-arch/cpio"
40 -DEPEND=""
41 -
42 -src_compile() {
43 - emake CC="$(tc-getCC)"
44 -}
45 -
46 -src_install() {
47 - emake DESTDIR="${ED}" install # need explicit install line #397835
48 - dodoc *.README*
49 -}
50
51 diff --git a/app-arch/rpm2targz/rpm2targz-9.0.0.5g.ebuild b/app-arch/rpm2targz/rpm2targz-9.0.0.5g.ebuild
52 deleted file mode 100644
53 index aec2946cd81..00000000000
54 --- a/app-arch/rpm2targz/rpm2targz-9.0.0.5g.ebuild
55 +++ /dev/null
56 @@ -1,27 +0,0 @@
57 -# Copyright 1999-2020 Gentoo Authors
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI="4"
61 -
62 -inherit toolchain-funcs
63 -
64 -DESCRIPTION="Convert a .rpm file to a .tar.gz archive"
65 -HOMEPAGE="http://www.slackware.com/config/packages.php"
66 -SRC_URI="mirror://gentoo/${P}.tar.xz"
67 -
68 -LICENSE="BSD-1"
69 -SLOT="0"
70 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
71 -IUSE=""
72 -
73 -RDEPEND="app-arch/cpio"
74 -DEPEND="app-arch/xz-utils"
75 -
76 -src_compile() {
77 - emake CC="$(tc-getCC)"
78 -}
79 -
80 -src_install() {
81 - emake DESTDIR="${ED}" install # need explicit install line #397835
82 - dodoc *.README*
83 -}