public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-arch/deb2targz/, app-arch/deb2targz/files/
@ 2019-04-25  3:36 Aaron Bauman
  0 siblings, 0 replies; only message in thread
From: Aaron Bauman @ 2019-04-25  3:36 UTC (permalink / raw
  To: gentoo-commits

commit:     2d6101dc65162a7510f4684d3f9138bdf125c2b0
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Apr 14 14:27:32 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 03:36:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6101dc

app-arch/deb2targz: EAPI7 bump

Closes: https://bugs.gentoo.org/683304
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11683
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-arch/deb2targz/deb2targz-1-r3.ebuild          | 25 +++++++++++++++++++++++
 app-arch/deb2targz/files/deb2targz-any-data.patch |  4 ++--
 2 files changed, 27 insertions(+), 2 deletions(-)

diff --git a/app-arch/deb2targz/deb2targz-1-r3.ebuild b/app-arch/deb2targz/deb2targz-1-r3.ebuild
new file mode 100644
index 00000000000..ce36ff46f14
--- /dev/null
+++ b/app-arch/deb2targz/deb2targz-1-r3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Convert a .deb file to a .tar.gz archive"
+HOMEPAGE="http://www.miketaylor.org.uk/tech/deb/"
+SRC_URI="http://www.miketaylor.org.uk/tech/deb/${PN}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~amd64-linux ~arm ~hppa ~ia64 ~ppc ~ppc-aix ~ppc-macos ~ppc64 ~sparc ~sparc-solaris ~x86 ~x86-linux ~x86-macos ~x86-solaris"
+
+RDEPEND="dev-lang/perl"
+
+S=${WORKDIR}
+PATCHES=( "${FILESDIR}/${PN}-any-data.patch" )
+
+src_unpack() {
+	cp "${DISTDIR}/${PN}" "${S}" || die
+}
+
+src_install() {
+	dobin ${PN}
+}

diff --git a/app-arch/deb2targz/files/deb2targz-any-data.patch b/app-arch/deb2targz/files/deb2targz-any-data.patch
index c8c42308ce1..27712b2f837 100644
--- a/app-arch/deb2targz/files/deb2targz-any-data.patch
+++ b/app-arch/deb2targz/files/deb2targz-any-data.patch
@@ -1,6 +1,6 @@
 Support any/all compression formats for data.tar
---- deb2targz
-+++ deb2targz
+--- a/deb2targz
++++ b/deb2targz
 @@ -47,10 +47,11 @@
  	($header, $data) = ($data =~ /(.*?)\n(.*)/s);
  	my($name, $num1, $num2, $num3, $num4, $len) = split /\s+/, $header;


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-25  3:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-25  3:36 [gentoo-commits] repo/gentoo:master commit in: app-arch/deb2targz/, app-arch/deb2targz/files/ Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox