Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/deb2targz/
Date: Sun, 09 Feb 2020 11:57:55
Message-Id: 1581249457.44c53cd9c896c423221327d66eb3b3525cdf77fe.zlogene@gentoo
1 commit: 44c53cd9c896c423221327d66eb3b3525cdf77fe
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 11:57:37 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 11:57:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c53cd9
7
8 app-arch/deb2targz: Drop old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-arch/deb2targz/deb2targz-1-r2.ebuild | 28 ----------------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/app-arch/deb2targz/deb2targz-1-r2.ebuild b/app-arch/deb2targz/deb2targz-1-r2.ebuild
17 deleted file mode 100644
18 index f2c8a15145e..00000000000
19 --- a/app-arch/deb2targz/deb2targz-1-r2.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -inherit base
27 -
28 -DESCRIPTION="Convert a .deb file to a .tar.gz archive"
29 -HOMEPAGE="http://www.miketaylor.org.uk/tech/deb/"
30 -SRC_URI="http://www.miketaylor.org.uk/tech/deb/${PN}"
31 -
32 -LICENSE="public-domain"
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
35 -IUSE=""
36 -
37 -DEPEND=""
38 -RDEPEND="dev-lang/perl"
39 -
40 -S=${WORKDIR}
41 -PATCHES=( "${FILESDIR}/${PN}-any-data.patch" )
42 -
43 -src_unpack() {
44 - cp "${DISTDIR}/${PN}" "${S}"
45 -}
46 -
47 -src_install() {
48 - dobin ${PN}
49 -}