public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-arch/arj/
@ 2015-12-08 16:34 Michael Palimaka
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2015-12-08 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     d42fd8bd497a84cba30a42681ca9ec21ef9539b0
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  8 16:33:35 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Dec  8 16:34:26 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d42fd8bd

app-arch/arj: revision bump to solve CVE-2015-0556, CVE-2015-0557, and CVE-2015-2782

Gentoo-bug: 535708
Gentoo-bug: 541500

Package-Manager: portage-2.2.26

 app-arch/arj/Manifest              |  1 +
 app-arch/arj/arj-3.10.22-r5.ebuild | 55 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/app-arch/arj/Manifest b/app-arch/arj/Manifest
index dfe3e75..483b907 100644
--- a/app-arch/arj/Manifest
+++ b/app-arch/arj/Manifest
@@ -1,3 +1,4 @@
 DIST arj_3.10.22-10.debian.tar.gz 12200 SHA256 0636c97817cf7328f43f541edfbb5ed59435daddee6febb4ffb8f7149543a983 SHA512 f4666a9dcaad3b5f49dbecfcac658d3ba3640fd885d2a378339c4c1c365019a5aa3a78935d9478d94a3ed80a9fda5d2b5ff02e5edfcad48597bee07662be560b WHIRLPOOL 617ca21734a325f0636dbe81d3cb7e78c8dcc4db20ce8848f6c46742bfed1c30563d979e3323d23fbfd9477c3c9821bd4ef5f9c9d0a6b1b1517fcc5aa9397627
+DIST arj_3.10.22-13.debian.tar.xz 15904 SHA256 d74588f13a2de780d762d3405b0216a02cf4e55bda4ac4703cab94310ac3ea46 SHA512 670f9fb69f1f4363a4d277151bc99286de024764a99ca5276e9f46d560718a906657ec6e2898290f57fbf1007c9190959d38de14ecd1d3205fb26323eff6795d WHIRLPOOL b1111dc6dce1d3810819d6773a27b5d9642ea421e571fe1fa7eac0f4dfb16625769d57a4378613ca7f1b58531593f55044ef6efcb41a56fc4afd2a65c290c53f
 DIST arj_3.10.22-9.debian.tar.gz 11160 SHA256 3ca3437f48f6a17b6fe3fe9526d2029dc30a1f22d7a5c5df5bb6140b5fe9255a SHA512 d0b41584b8771ab757b7a90a697b4cc8099bc0657a0bfb3187db74f7626f5ffe249e9362d2acbe6bf86ddaf7fa5e97c936019112828608b489621bdc4eaf36e5 WHIRLPOOL f8a28d14dea45ed38cf30b79b88805b3981344ac30bd8e48aff468e7d5d63812da4eaf34090f2a2064b383fe4cc39d1547c01c3a8da081f8827442bcb59be93f
 DIST arj_3.10.22.orig.tar.gz 431467 SHA256 589e4c9bccc8669e7b6d8d6fcd64e01f6a2c21fe10aad56a83304ecc3b96a7db SHA512 4730dfdbab4f8095396c337578ed69bdaae52955ad468db50b52af8ad2846ecd6cfc05eb3ac0d03838c1c32ea60126f14a22b93e8181c06b9546456f3937ff76 WHIRLPOOL 86223959a938898126c544a75cbc0c4885777fe2eda3ccad2bbae47f8e3a31a409e2dca0dbbde8333e8c2ac77a1f350c7d95bbcba002f88ee94420f31d957319

diff --git a/app-arch/arj/arj-3.10.22-r5.ebuild b/app-arch/arj/arj-3.10.22-r5.ebuild
new file mode 100644
index 0000000..decc02d
--- /dev/null
+++ b/app-arch/arj/arj-3.10.22-r5.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils multilib toolchain-funcs
+
+PATCH_LEVEL=13
+
+DESCRIPTION="Utility for opening arj archives"
+HOMEPAGE="http://arj.sourceforge.net"
+SRC_URI="mirror://debian/pool/main/a/arj/${P/-/_}.orig.tar.gz
+	mirror://debian/pool/main/a/arj/${P/-/_}-${PATCH_LEVEL}.debian.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE=""
+
+src_prepare() {
+	epatch \
+		"${FILESDIR}"/${P}-implicit-declarations.patch \
+		"${FILESDIR}/${P}-glibc2.10.patch"
+
+	EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" \
+		epatch "${WORKDIR}"/debian/patches
+
+	epatch "${FILESDIR}"/${P}-darwin.patch
+	epatch "${FILESDIR}"/${P}-interix.patch
+
+	cd gnu
+	eautoconf
+}
+
+src_configure() {
+	cd gnu || die
+	CFLAGS="${CFLAGS} -Wall" econf
+}
+
+src_compile() {
+	sed -i -e '/stripgcc/d' GNUmakefile || die "sed failed."
+
+	ARJLIBDIR="${EPREFIX}/usr/$(get_libdir)"
+
+	emake CC=$(tc-getCC) libdir="${ARJLIBDIR}" \
+		ADD_LDFLAGS="${LDFLAGS}" \
+		pkglibdir="${ARJLIBDIR}" all
+}
+
+src_install() {
+	emake pkglibdir="${ARJLIBDIR}" DESTDIR="${D}" install
+
+	dodoc doc/rev_hist.txt
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/arj/
@ 2015-12-09 10:47 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2015-12-09 10:47 UTC (permalink / raw
  To: gentoo-commits

commit:     9296b4bd444d56fca9b1674e7b6b16b226050e08
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  9 10:47:43 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Dec  9 10:47:43 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9296b4bd

app-arch/arj: amd64 stable wrt bug #535708

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-arch/arj/arj-3.10.22-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/arj/arj-3.10.22-r5.ebuild b/app-arch/arj/arj-3.10.22-r5.ebuild
index decc02d..6bf77b3 100644
--- a/app-arch/arj/arj-3.10.22-r5.ebuild
+++ b/app-arch/arj/arj-3.10.22-r5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://debian/pool/main/a/arj/${P/-/_}.orig.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE=""
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/arj/
@ 2015-12-25 18:19 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2015-12-25 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     7b31ec2021e1e458f4836190901d8ce7f62b732c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 18:19:28 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 18:19:28 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b31ec20

app-arch/arj: x86 stable wrt bug #535708

Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-arch/arj/arj-3.10.22-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/arj/arj-3.10.22-r5.ebuild b/app-arch/arj/arj-3.10.22-r5.ebuild
index 6bf77b3..e6a44a3 100644
--- a/app-arch/arj/arj-3.10.22-r5.ebuild
+++ b/app-arch/arj/arj-3.10.22-r5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://debian/pool/main/a/arj/${P/-/_}.orig.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE=""
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/arj/
@ 2016-01-09  7:10 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2016-01-09  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     dc244f34cb03bf05fb19915ff9e92746a1ac75e8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 07:09:50 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 07:09:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc244f34

app-arch/arj: sparc stable wrt bug #535708

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-arch/arj/arj-3.10.22-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/arj/arj-3.10.22-r5.ebuild b/app-arch/arj/arj-3.10.22-r5.ebuild
index ae8ab21..bfa165d 100644
--- a/app-arch/arj/arj-3.10.22-r5.ebuild
+++ b/app-arch/arj/arj-3.10.22-r5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://debian/pool/main/a/arj/${P/-/_}.orig.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE=""
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/arj/
@ 2016-01-09 15:06 Michael Palimaka
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2016-01-09 15:06 UTC (permalink / raw
  To: gentoo-commits

commit:     aea608c70b3f31aa4ca0a40fbd8662a654762f0f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 14:52:44 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 15:06:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea608c7

app-arch/arj: remove old

Package-Manager: portage-2.2.26

 app-arch/arj/Manifest              |  2 --
 app-arch/arj/arj-3.10.22-r3.ebuild | 56 --------------------------------------
 app-arch/arj/arj-3.10.22-r4.ebuild | 55 -------------------------------------
 3 files changed, 113 deletions(-)

diff --git a/app-arch/arj/Manifest b/app-arch/arj/Manifest
index 483b907..6266ce6 100644
--- a/app-arch/arj/Manifest
+++ b/app-arch/arj/Manifest
@@ -1,4 +1,2 @@
-DIST arj_3.10.22-10.debian.tar.gz 12200 SHA256 0636c97817cf7328f43f541edfbb5ed59435daddee6febb4ffb8f7149543a983 SHA512 f4666a9dcaad3b5f49dbecfcac658d3ba3640fd885d2a378339c4c1c365019a5aa3a78935d9478d94a3ed80a9fda5d2b5ff02e5edfcad48597bee07662be560b WHIRLPOOL 617ca21734a325f0636dbe81d3cb7e78c8dcc4db20ce8848f6c46742bfed1c30563d979e3323d23fbfd9477c3c9821bd4ef5f9c9d0a6b1b1517fcc5aa9397627
 DIST arj_3.10.22-13.debian.tar.xz 15904 SHA256 d74588f13a2de780d762d3405b0216a02cf4e55bda4ac4703cab94310ac3ea46 SHA512 670f9fb69f1f4363a4d277151bc99286de024764a99ca5276e9f46d560718a906657ec6e2898290f57fbf1007c9190959d38de14ecd1d3205fb26323eff6795d WHIRLPOOL b1111dc6dce1d3810819d6773a27b5d9642ea421e571fe1fa7eac0f4dfb16625769d57a4378613ca7f1b58531593f55044ef6efcb41a56fc4afd2a65c290c53f
-DIST arj_3.10.22-9.debian.tar.gz 11160 SHA256 3ca3437f48f6a17b6fe3fe9526d2029dc30a1f22d7a5c5df5bb6140b5fe9255a SHA512 d0b41584b8771ab757b7a90a697b4cc8099bc0657a0bfb3187db74f7626f5ffe249e9362d2acbe6bf86ddaf7fa5e97c936019112828608b489621bdc4eaf36e5 WHIRLPOOL f8a28d14dea45ed38cf30b79b88805b3981344ac30bd8e48aff468e7d5d63812da4eaf34090f2a2064b383fe4cc39d1547c01c3a8da081f8827442bcb59be93f
 DIST arj_3.10.22.orig.tar.gz 431467 SHA256 589e4c9bccc8669e7b6d8d6fcd64e01f6a2c21fe10aad56a83304ecc3b96a7db SHA512 4730dfdbab4f8095396c337578ed69bdaae52955ad468db50b52af8ad2846ecd6cfc05eb3ac0d03838c1c32ea60126f14a22b93e8181c06b9546456f3937ff76 WHIRLPOOL 86223959a938898126c544a75cbc0c4885777fe2eda3ccad2bbae47f8e3a31a409e2dca0dbbde8333e8c2ac77a1f350c7d95bbcba002f88ee94420f31d957319

diff --git a/app-arch/arj/arj-3.10.22-r3.ebuild b/app-arch/arj/arj-3.10.22-r3.ebuild
deleted file mode 100644
index b713c88..0000000
--- a/app-arch/arj/arj-3.10.22-r3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit autotools eutils multilib toolchain-funcs
-
-PATCH_LEVEL=9
-
-DESCRIPTION="Utility for opening arj archives"
-HOMEPAGE="http://arj.sourceforge.net"
-SRC_URI="mirror://debian/pool/main/a/arj/${P/-/_}.orig.tar.gz
-	mirror://debian/pool/main/a/arj/${P/-/_}-${PATCH_LEVEL}.debian.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE=""
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-implicit-declarations.patch \
-		"${FILESDIR}/${P}-glibc2.10.patch"
-
-	EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" \
-		epatch "${WORKDIR}"/debian/patches
-
-	epatch "${FILESDIR}"/${P}-darwin.patch
-	epatch "${FILESDIR}"/${P}-interix.patch
-
-	cd gnu
-	eautoconf
-}
-
-src_configure() {
-	cd gnu
-	CFLAGS="${CFLAGS} -Wall" econf
-}
-
-src_compile() {
-	sed -i -e '/stripgcc/d' GNUmakefile || die "sed failed."
-
-	ARJLIBDIR="${EPREFIX}/usr/$(get_libdir)"
-
-	emake CC=$(tc-getCC) libdir="${ARJLIBDIR}" \
-		ADD_LDFLAGS="${LDFLAGS}" \
-		pkglibdir="${ARJLIBDIR}" all || die "emake failed."
-}
-
-src_install() {
-	emake pkglibdir="${ARJLIBDIR}" \
-		DESTDIR="${D}" install || die "emake install failed."
-
-	dodoc doc/rev_hist.txt
-}

diff --git a/app-arch/arj/arj-3.10.22-r4.ebuild b/app-arch/arj/arj-3.10.22-r4.ebuild
deleted file mode 100644
index b8cc5d8..0000000
--- a/app-arch/arj/arj-3.10.22-r4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools eutils multilib toolchain-funcs
-
-PATCH_LEVEL=10
-
-DESCRIPTION="Utility for opening arj archives"
-HOMEPAGE="http://arj.sourceforge.net"
-SRC_URI="mirror://debian/pool/main/a/arj/${P/-/_}.orig.tar.gz
-	mirror://debian/pool/main/a/arj/${P/-/_}-${PATCH_LEVEL}.debian.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE=""
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-implicit-declarations.patch \
-		"${FILESDIR}/${P}-glibc2.10.patch"
-
-	EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" \
-		epatch "${WORKDIR}"/debian/patches
-
-	epatch "${FILESDIR}"/${P}-darwin.patch
-	epatch "${FILESDIR}"/${P}-interix.patch
-
-	cd gnu
-	eautoconf
-}
-
-src_configure() {
-	cd gnu
-	CFLAGS="${CFLAGS} -Wall" econf
-}
-
-src_compile() {
-	sed -i -e '/stripgcc/d' GNUmakefile || die "sed failed."
-
-	ARJLIBDIR="${EPREFIX}/usr/$(get_libdir)"
-
-	emake CC=$(tc-getCC) libdir="${ARJLIBDIR}" \
-		ADD_LDFLAGS="${LDFLAGS}" \
-		pkglibdir="${ARJLIBDIR}" all
-}
-
-src_install() {
-	emake pkglibdir="${ARJLIBDIR}" DESTDIR="${D}" install
-
-	dodoc doc/rev_hist.txt
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/arj/
@ 2016-02-06  9:12 David Seifert
  0 siblings, 0 replies; 17+ messages in thread
From: David Seifert @ 2016-02-06  9:12 UTC (permalink / raw
  To: gentoo-commits

commit:     fe550d7c26ec9509969e322bfe5f07931554b2ed
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 09:12:13 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 09:12:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe550d7c

app-arch/arj: Bump PATCH_LEVEL to 14

* EAPI=6
* Add missing 'die' statements

Package-Manager: portage-2.2.27

 app-arch/arj/Manifest              |  1 +
 app-arch/arj/arj-3.10.22-r6.ebuild | 54 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/app-arch/arj/Manifest b/app-arch/arj/Manifest
index 6266ce6..c84190b 100644
--- a/app-arch/arj/Manifest
+++ b/app-arch/arj/Manifest
@@ -1,2 +1,3 @@
 DIST arj_3.10.22-13.debian.tar.xz 15904 SHA256 d74588f13a2de780d762d3405b0216a02cf4e55bda4ac4703cab94310ac3ea46 SHA512 670f9fb69f1f4363a4d277151bc99286de024764a99ca5276e9f46d560718a906657ec6e2898290f57fbf1007c9190959d38de14ecd1d3205fb26323eff6795d WHIRLPOOL b1111dc6dce1d3810819d6773a27b5d9642ea421e571fe1fa7eac0f4dfb16625769d57a4378613ca7f1b58531593f55044ef6efcb41a56fc4afd2a65c290c53f
+DIST arj_3.10.22-14.debian.tar.xz 16436 SHA256 992b740d8cce5e5c5c866f625a2201514930191548ee56df27c34905ea4be665 SHA512 a5d8cba4761e34324ac00275040c808597e4ec9efb46c1f97f894f9ecd6d29b3e5858d953d1bbe7d5f82226683003d128544e04e3e5cded6c38e9c87746a437e WHIRLPOOL 3974347c8795536645994865a15d1f39079542fe3b689e3311ff86daac83d9f1ac3ad3832aff453e6abc0f9737071e4c55f1012e1f97a2e237fae9a557cd368c
 DIST arj_3.10.22.orig.tar.gz 431467 SHA256 589e4c9bccc8669e7b6d8d6fcd64e01f6a2c21fe10aad56a83304ecc3b96a7db SHA512 4730dfdbab4f8095396c337578ed69bdaae52955ad468db50b52af8ad2846ecd6cfc05eb3ac0d03838c1c32ea60126f14a22b93e8181c06b9546456f3937ff76 WHIRLPOOL 86223959a938898126c544a75cbc0c4885777fe2eda3ccad2bbae47f8e3a31a409e2dca0dbbde8333e8c2ac77a1f350c7d95bbcba002f88ee94420f31d957319

diff --git a/app-arch/arj/arj-3.10.22-r6.ebuild b/app-arch/arj/arj-3.10.22-r6.ebuild
new file mode 100644
index 0000000..b5ce2dd
--- /dev/null
+++ b/app-arch/arj/arj-3.10.22-r6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools toolchain-funcs
+
+PATCH_LEVEL=14
+MY_P="${PN}_${PV}"
+
+DESCRIPTION="Utility for opening arj archives"
+HOMEPAGE="http://arj.sourceforge.net"
+SRC_URI="mirror://debian/pool/main/a/arj/${MY_P}.orig.tar.gz
+	mirror://debian/pool/main/a/arj/${MY_P}-${PATCH_LEVEL}.debian.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE=""
+
+PATCHES=(
+	"${FILESDIR}/${P}-implicit-declarations.patch"
+	"${FILESDIR}/${P}-glibc2.10.patch"
+	"${WORKDIR}"/debian/patches/
+	"${FILESDIR}/${P}-darwin.patch"
+	"${FILESDIR}/${P}-interix.patch"
+)
+
+src_prepare() {
+	default
+	cd gnu || die
+	mv configure.{in,ac} || die
+	eautoreconf
+}
+
+src_configure() {
+	cd gnu || die
+	CFLAGS="${CFLAGS} -Wall" econf
+}
+
+src_compile() {
+	sed -i -e '/stripgcc/d' GNUmakefile || die
+
+	ARJLIBDIR="${EPREFIX}/usr/$(get_libdir)"
+	emake CC=$(tc-getCC) libdir="${ARJLIBDIR}" \
+		ADD_LDFLAGS="${LDFLAGS}" \
+		pkglibdir="${ARJLIBDIR}" all
+}
+
+src_install() {
+	emake pkglibdir="${ARJLIBDIR}" DESTDIR="${D}" install
+	dodoc doc/rev_hist.txt
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/arj/
@ 2016-07-31 19:07 Michael Orlitzky
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Orlitzky @ 2016-07-31 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     c12d97d4bf183e39bed8b04c5f066fcee0063530
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 19:00:42 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 19:01:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12d97d4

app-arch/arj: new revision with Debian patchlevel 15.

This new revision updates the Debian patchlevel from 14 to 15. Some
other minor cleanups were made:

  * No longer append -Wall to CFLAGS (why?).

  * Clear the gnu/stripgcc.lnk in src_prepare() instead of using sed to
    disable it in src_compile(). Doing so in src_prepare() is more
    semantically correct, and should work the same.

  * Don't pass ARJLIBDIR, CC, libdir, ADD_LDFLAGS, or pkglibdir to emake.
    I think these are obsolete; the build system correctly identifies my
    libdir, compiler, CFLAGS, LDFLAGS, etc.

  * Add a few more docs, and switch to using the DOCS variable.

  * Use the default src_compile() and src_install().

Package-Manager: portage-2.2.28

 app-arch/arj/Manifest                              |  2 +-
 ...arj-3.10.22-r6.ebuild => arj-3.10.22-r7.ebuild} | 40 ++++++++++------------
 2 files changed, 20 insertions(+), 22 deletions(-)

diff --git a/app-arch/arj/Manifest b/app-arch/arj/Manifest
index c84190b..e2a7c2f 100644
--- a/app-arch/arj/Manifest
+++ b/app-arch/arj/Manifest
@@ -1,3 +1,3 @@
 DIST arj_3.10.22-13.debian.tar.xz 15904 SHA256 d74588f13a2de780d762d3405b0216a02cf4e55bda4ac4703cab94310ac3ea46 SHA512 670f9fb69f1f4363a4d277151bc99286de024764a99ca5276e9f46d560718a906657ec6e2898290f57fbf1007c9190959d38de14ecd1d3205fb26323eff6795d WHIRLPOOL b1111dc6dce1d3810819d6773a27b5d9642ea421e571fe1fa7eac0f4dfb16625769d57a4378613ca7f1b58531593f55044ef6efcb41a56fc4afd2a65c290c53f
-DIST arj_3.10.22-14.debian.tar.xz 16436 SHA256 992b740d8cce5e5c5c866f625a2201514930191548ee56df27c34905ea4be665 SHA512 a5d8cba4761e34324ac00275040c808597e4ec9efb46c1f97f894f9ecd6d29b3e5858d953d1bbe7d5f82226683003d128544e04e3e5cded6c38e9c87746a437e WHIRLPOOL 3974347c8795536645994865a15d1f39079542fe3b689e3311ff86daac83d9f1ac3ad3832aff453e6abc0f9737071e4c55f1012e1f97a2e237fae9a557cd368c
+DIST arj_3.10.22-15.debian.tar.xz 16756 SHA256 69d7f2a94c0a7c76e276904cae98a977fbc5275b3db6e020e2a414b5d91f422f SHA512 66e1bc3188afc24573fe98374f9b0cf939d0d3c7a1b356e6367ef544fb0e64721fa686fd1e791f58508576f0f50994878347bcb054f48ebe240cc9ab97e00688 WHIRLPOOL 79c02a23b9ea47cf91c0f8d6441c5b7a7e11c165fb833b8f39e2ee0aafcfdb4c2678e066d27fc7b387efbc190234997c302d9ca58b38b93c14ab04a516e223f7
 DIST arj_3.10.22.orig.tar.gz 431467 SHA256 589e4c9bccc8669e7b6d8d6fcd64e01f6a2c21fe10aad56a83304ecc3b96a7db SHA512 4730dfdbab4f8095396c337578ed69bdaae52955ad468db50b52af8ad2846ecd6cfc05eb3ac0d03838c1c32ea60126f14a22b93e8181c06b9546456f3937ff76 WHIRLPOOL 86223959a938898126c544a75cbc0c4885777fe2eda3ccad2bbae47f8e3a31a409e2dca0dbbde8333e8c2ac77a1f350c7d95bbcba002f88ee94420f31d957319

diff --git a/app-arch/arj/arj-3.10.22-r6.ebuild b/app-arch/arj/arj-3.10.22-r7.ebuild
similarity index 59%
rename from app-arch/arj/arj-3.10.22-r6.ebuild
rename to app-arch/arj/arj-3.10.22-r7.ebuild
index b5ce2dd..52126ca 100644
--- a/app-arch/arj/arj-3.10.22-r6.ebuild
+++ b/app-arch/arj/arj-3.10.22-r7.ebuild
@@ -4,13 +4,13 @@
 
 EAPI=6
 
-inherit autotools toolchain-funcs
+inherit autotools
 
-PATCH_LEVEL=14
+PATCH_LEVEL=15
 MY_P="${PN}_${PV}"
 
 DESCRIPTION="Utility for opening arj archives"
-HOMEPAGE="http://arj.sourceforge.net"
+HOMEPAGE="http://arj.sourceforge.net/"
 SRC_URI="mirror://debian/pool/main/a/arj/${MY_P}.orig.tar.gz
 	mirror://debian/pool/main/a/arj/${MY_P}-${PATCH_LEVEL}.debian.tar.xz"
 
@@ -27,28 +27,26 @@ PATCHES=(
 	"${FILESDIR}/${P}-interix.patch"
 )
 
+DOCS=(
+	doc/compile.txt
+	doc/debug.txt
+	doc/glossary.txt
+	doc/rev_hist.txt
+	doc/xlation.txt
+)
+
 src_prepare() {
 	default
-	cd gnu || die
-	mv configure.{in,ac} || die
-	eautoreconf
-}
+	cd gnu || die 'failed to change to the "gnu" directory'
+	echo -n "" > stripgcc.lnk || die "failed to disable stripgcc.lnk"
 
-src_configure() {
-	cd gnu || die
-	CFLAGS="${CFLAGS} -Wall" econf
-}
-
-src_compile() {
-	sed -i -e '/stripgcc/d' GNUmakefile || die
+	# This gets rid of the QA warning, but should be fixed upstream...
+	mv configure.{in,ac} || die 'failed to move configure.in to configure.ac'
 
-	ARJLIBDIR="${EPREFIX}/usr/$(get_libdir)"
-	emake CC=$(tc-getCC) libdir="${ARJLIBDIR}" \
-		ADD_LDFLAGS="${LDFLAGS}" \
-		pkglibdir="${ARJLIBDIR}" all
+	eautoreconf
 }
 
-src_install() {
-	emake pkglibdir="${ARJLIBDIR}" DESTDIR="${D}" install
-	dodoc doc/rev_hist.txt
+src_configure() {
+	cd gnu || die 'failed to change to the "gnu" directory'
+	econf
 }


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/arj/
@ 2019-01-27  9:49 Sergei Trofimovich
  0 siblings, 0 replies; 17+ messages in thread
From: Sergei Trofimovich @ 2019-01-27  9:49 UTC (permalink / raw
  To: gentoo-commits

commit:     930cd67697998170ef4728de1cdd0591495dcfda
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Jan 27 07:55:42 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 09:49:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930cd676

app-arch/arj: stable 3.10.22-r7 for sparc, bug #676346

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-arch/arj/arj-3.10.22-r7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/arj/arj-3.10.22-r7.ebuild b/app-arch/arj/arj-3.10.22-r7.ebuild
index c69298f293b..d3d3d2497b2 100644
--- a/app-arch/arj/arj-3.10.22-r7.ebuild
+++ b/app-arch/arj/arj-3.10.22-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ SRC_URI="mirror://debian/pool/main/a/arj/${MY_P}.orig.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE=""
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/arj/
@ 2019-02-07 11:21 Mikle Kolyada
  0 siblings, 0 replies; 17+ messages in thread
From: Mikle Kolyada @ 2019-02-07 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     98030c20959642f93bcf01ed876668d4cc278ab8
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  7 11:16:37 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Feb  7 11:21:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98030c20

app-arch/arj: x86 stable wrt bug #676346

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-arch/arj/arj-3.10.22-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/arj/arj-3.10.22-r7.ebuild b/app-arch/arj/arj-3.10.22-r7.ebuild
index 6026a3c1fe0..5ab9a620136 100644
--- a/app-arch/arj/arj-3.10.22-r7.ebuild
+++ b/app-arch/arj/arj-3.10.22-r7.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://debian/pool/main/a/arj/${MY_P}.orig.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE=""
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/arj/
@ 2019-02-07 11:21 Mikle Kolyada
  0 siblings, 0 replies; 17+ messages in thread
From: Mikle Kolyada @ 2019-02-07 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     5286c4f2837f5d53c621b08954be4f96c99407b4
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  7 11:15:51 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Feb  7 11:21:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5286c4f2

app-arch/arj: amd64 stable wrt bug #676346

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-arch/arj/arj-3.10.22-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/arj/arj-3.10.22-r7.ebuild b/app-arch/arj/arj-3.10.22-r7.ebuild
index bc677bc25d4..6026a3c1fe0 100644
--- a/app-arch/arj/arj-3.10.22-r7.ebuild
+++ b/app-arch/arj/arj-3.10.22-r7.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://debian/pool/main/a/arj/${MY_P}.orig.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE=""
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/arj/
@ 2019-02-07 11:21 Mikle Kolyada
  0 siblings, 0 replies; 17+ messages in thread
From: Mikle Kolyada @ 2019-02-07 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     aaedf3cf2056cf65d1d03f4e20e90caa2f2e4a38
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  7 11:19:56 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Feb  7 11:21:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaedf3cf

app-arch/arj: Drop old

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-arch/arj/Manifest              |  1 -
 app-arch/arj/arj-3.10.22-r5.ebuild | 54 --------------------------------------
 2 files changed, 55 deletions(-)

diff --git a/app-arch/arj/Manifest b/app-arch/arj/Manifest
index 5d53bfe5904..a6bc1e5fef1 100644
--- a/app-arch/arj/Manifest
+++ b/app-arch/arj/Manifest
@@ -1,3 +1,2 @@
-DIST arj_3.10.22-13.debian.tar.xz 15904 BLAKE2B c70a27a8a0a00526d40346ded93f17ee207c81034b0940a196f73b0f40507ba2511e0d4bb9d9a18c342fde93f41c58064c13e45b1b0409a3e156a5b4ddfba81f SHA512 670f9fb69f1f4363a4d277151bc99286de024764a99ca5276e9f46d560718a906657ec6e2898290f57fbf1007c9190959d38de14ecd1d3205fb26323eff6795d
 DIST arj_3.10.22-15.debian.tar.xz 16756 BLAKE2B f9bf45f103cf3f76867006bdbd61f6c5e04d75d9543e99e01304b285b8858034c60f38ea76bc8cdc502b44a8515fb7a04fd9d2f3d07f9ea19e1c5d3a4d448eff SHA512 66e1bc3188afc24573fe98374f9b0cf939d0d3c7a1b356e6367ef544fb0e64721fa686fd1e791f58508576f0f50994878347bcb054f48ebe240cc9ab97e00688
 DIST arj_3.10.22.orig.tar.gz 431467 BLAKE2B e40409b9f88a1a7e56de4200b464c3dc420659fa3991bf904ca86bbdb428fc8d17f095b9eabf3170712458ef2136e96545810201cc6755c15e45d4ae9a5e3a03 SHA512 4730dfdbab4f8095396c337578ed69bdaae52955ad468db50b52af8ad2846ecd6cfc05eb3ac0d03838c1c32ea60126f14a22b93e8181c06b9546456f3937ff76

diff --git a/app-arch/arj/arj-3.10.22-r5.ebuild b/app-arch/arj/arj-3.10.22-r5.ebuild
deleted file mode 100644
index c4d1e2b58a0..00000000000
--- a/app-arch/arj/arj-3.10.22-r5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils multilib toolchain-funcs
-
-PATCH_LEVEL=13
-
-DESCRIPTION="Utility for opening arj archives"
-HOMEPAGE="http://arj.sourceforge.net"
-SRC_URI="mirror://debian/pool/main/a/arj/${P/-/_}.orig.tar.gz
-	mirror://debian/pool/main/a/arj/${P/-/_}-${PATCH_LEVEL}.debian.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE=""
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-implicit-declarations.patch \
-		"${FILESDIR}/${P}-glibc2.10.patch"
-
-	EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" \
-		epatch "${WORKDIR}"/debian/patches
-
-	epatch "${FILESDIR}"/${P}-darwin.patch
-	epatch "${FILESDIR}"/${P}-interix.patch
-
-	cd gnu
-	eautoconf
-}
-
-src_configure() {
-	cd gnu || die
-	CFLAGS="${CFLAGS} -Wall" econf
-}
-
-src_compile() {
-	sed -i -e '/stripgcc/d' GNUmakefile || die "sed failed."
-
-	ARJLIBDIR="${EPREFIX}/usr/$(get_libdir)"
-
-	emake CC=$(tc-getCC) libdir="${ARJLIBDIR}" \
-		ADD_LDFLAGS="${LDFLAGS}" \
-		pkglibdir="${ARJLIBDIR}" all
-}
-
-src_install() {
-	emake pkglibdir="${ARJLIBDIR}" DESTDIR="${D}" install
-
-	dodoc doc/rev_hist.txt
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/arj/
@ 2020-09-07 20:34 James Le Cuirot
  0 siblings, 0 replies; 17+ messages in thread
From: James Le Cuirot @ 2020-09-07 20:34 UTC (permalink / raw
  To: gentoo-commits

commit:     f704e096d5916716b244bfc58178b014e5f00f50
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 20:33:22 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 20:33:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f704e096

app-arch/arj: Respect CC

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 app-arch/arj/arj-3.10.22-r7.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-arch/arj/arj-3.10.22-r7.ebuild b/app-arch/arj/arj-3.10.22-r7.ebuild
index 2cfa30f4cf9..ac01385b6dd 100644
--- a/app-arch/arj/arj-3.10.22-r7.ebuild
+++ b/app-arch/arj/arj-3.10.22-r7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools
+inherit autotools toolchain-funcs
 
 PATCH_LEVEL=15
 MY_P="${PN}_${PV}"
@@ -47,5 +47,6 @@ src_prepare() {
 
 src_configure() {
 	cd gnu || die 'failed to change to the "gnu" directory'
+	tc-export CC # Uses autoconf but not automake.
 	econf
 }


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/arj/
@ 2020-09-09 21:59 Sergei Trofimovich
  0 siblings, 0 replies; 17+ messages in thread
From: Sergei Trofimovich @ 2020-09-09 21:59 UTC (permalink / raw
  To: gentoo-commits

commit:     8a2db93f1b4997f98571d08ac893e5e6bf1720f3
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  9 21:43:01 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Sep  9 21:58:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a2db93f

app-arch/arj: stable 3.10.22-r7 for ppc64

stable wrt bug #740892

Package-Manager: Portage-3.0.6, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-arch/arj/arj-3.10.22-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/arj/arj-3.10.22-r7.ebuild b/app-arch/arj/arj-3.10.22-r7.ebuild
index ac01385b6dd..2d32c5a42f0 100644
--- a/app-arch/arj/arj-3.10.22-r7.ebuild
+++ b/app-arch/arj/arj-3.10.22-r7.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://debian/pool/main/a/arj/${MY_P}.orig.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE=""
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/arj/
@ 2021-10-19  0:19 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-10-19  0:19 UTC (permalink / raw
  To: gentoo-commits

commit:     45ea820e879bdb1d8140e12d83b149817bc850e8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 19 00:18:50 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 19 00:18:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ea820e

app-arch/arj: Keyword 3.10.22-r7 arm64, #805497

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/arj/arj-3.10.22-r7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/arj/arj-3.10.22-r7.ebuild b/app-arch/arj/arj-3.10.22-r7.ebuild
index 2d32c5a42f0..25397e35a75 100644
--- a/app-arch/arj/arj-3.10.22-r7.ebuild
+++ b/app-arch/arj/arj-3.10.22-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ SRC_URI="mirror://debian/pool/main/a/arj/${MY_P}.orig.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE=""
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/arj/
@ 2022-06-21 16:29 David Seifert
  0 siblings, 0 replies; 17+ messages in thread
From: David Seifert @ 2022-06-21 16:29 UTC (permalink / raw
  To: gentoo-commits

commit:     829a940d1abd6f8d4e77e44ce5d245e2c4c9667f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 16:29:22 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 16:29:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829a940d

app-arch/arj: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../{arj-3.10.22-r7.ebuild => arj-3.10.22-r8.ebuild}  | 19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

diff --git a/app-arch/arj/arj-3.10.22-r7.ebuild b/app-arch/arj/arj-3.10.22-r8.ebuild
similarity index 72%
rename from app-arch/arj/arj-3.10.22-r7.ebuild
rename to app-arch/arj/arj-3.10.22-r8.ebuild
index 25397e35a751..571c5777b086 100644
--- a/app-arch/arj/arj-3.10.22-r7.ebuild
+++ b/app-arch/arj/arj-3.10.22-r8.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit autotools toolchain-funcs
 
@@ -10,13 +10,13 @@ MY_P="${PN}_${PV}"
 
 DESCRIPTION="Utility for opening arj archives"
 HOMEPAGE="http://arj.sourceforge.net/"
-SRC_URI="mirror://debian/pool/main/a/arj/${MY_P}.orig.tar.gz
+SRC_URI="
+	mirror://debian/pool/main/a/arj/${MY_P}.orig.tar.gz
 	mirror://debian/pool/main/a/arj/${MY_P}-${PATCH_LEVEL}.debian.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE=""
 
 PATCHES=(
 	"${FILESDIR}/${P}-implicit-declarations.patch"
@@ -26,22 +26,13 @@ PATCHES=(
 	"${FILESDIR}/${P}-interix.patch"
 )
 
-DOCS=(
-	doc/compile.txt
-	doc/debug.txt
-	doc/glossary.txt
-	doc/rev_hist.txt
-	doc/xlation.txt
-)
+DOCS=( doc/compile.txt doc/debug.txt doc/glossary.txt doc/rev_hist.txt doc/xlation.txt )
 
 src_prepare() {
 	default
 	cd gnu || die 'failed to change to the "gnu" directory'
 	echo -n "" > stripgcc.lnk || die "failed to disable stripgcc.lnk"
 
-	# This gets rid of the QA warning, but should be fixed upstream...
-	mv configure.{in,ac} || die 'failed to move configure.in to configure.ac'
-
 	eautoreconf
 }
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/arj/
@ 2023-06-11  8:22 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2023-06-11  8:22 UTC (permalink / raw
  To: gentoo-commits

commit:     f112a41712fd8eddd9765992b30e7388c643dba2
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Jun  4 10:00:18 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 08:22:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f112a417

app-arch/arj: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-arch/arj/arj-3.10.22-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/arj/arj-3.10.22-r8.ebuild b/app-arch/arj/arj-3.10.22-r8.ebuild
index eb8960df19b2..411fee4059d2 100644
--- a/app-arch/arj/arj-3.10.22-r8.ebuild
+++ b/app-arch/arj/arj-3.10.22-r8.ebuild
@@ -9,7 +9,7 @@ PATCH_LEVEL=15
 MY_P="${PN}_${PV}"
 
 DESCRIPTION="Utility for opening arj archives"
-HOMEPAGE="http://arj.sourceforge.net/"
+HOMEPAGE="https://arj.sourceforge.net/"
 SRC_URI="
 	mirror://debian/pool/main/a/arj/${MY_P}.orig.tar.gz
 	mirror://debian/pool/main/a/arj/${MY_P}-${PATCH_LEVEL}.debian.tar.xz"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/arj/
@ 2025-01-25 17:16 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2025-01-25 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     6431d77871ba087ffbf0e77010e4167269a3d576
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sun Jan 19 20:54:33 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 17:15:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6431d778

app-arch/arj: add 3.10.22_p28

Bump debian patches indirectly fixing build order issues. Debian patch removing
timestamps means that the timestamp target cannot race before the
prepare target anymore.

Clang build is fixed by enabling -fkeep-static-consts, build assumes it
can embed a value into the binary and find it later with postproc.

Bug: https://bugs.gentoo.org/509700
Bug: https://bugs.gentoo.org/800848
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40217
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/arj/Manifest               |  1 +
 app-arch/arj/arj-3.10.22_p28.ebuild | 92 +++++++++++++++++++++++++++++++++++++
 2 files changed, 93 insertions(+)

diff --git a/app-arch/arj/Manifest b/app-arch/arj/Manifest
index a6bc1e5fef1a..1a71bb421aaf 100644
--- a/app-arch/arj/Manifest
+++ b/app-arch/arj/Manifest
@@ -1,2 +1,3 @@
 DIST arj_3.10.22-15.debian.tar.xz 16756 BLAKE2B f9bf45f103cf3f76867006bdbd61f6c5e04d75d9543e99e01304b285b8858034c60f38ea76bc8cdc502b44a8515fb7a04fd9d2f3d07f9ea19e1c5d3a4d448eff SHA512 66e1bc3188afc24573fe98374f9b0cf939d0d3c7a1b356e6367ef544fb0e64721fa686fd1e791f58508576f0f50994878347bcb054f48ebe240cc9ab97e00688
+DIST arj_3.10.22-28.debian.tar.xz 24380 BLAKE2B c188e9f7f37067fdba70ffd6a8066c49c616d9bfc5d1d6fbe53fe86655cb3106fff2b459d34d676c6261071e976be9f6fd87f608937156bd94de207db3fc1910 SHA512 d92be2fe407ced5cd21d7144c8b97d19a5bdfa2391579228d817111a7eef455a847958ae49444aa275d87f043af3133f9a7330309bbdd5df1cf923b0f439d271
 DIST arj_3.10.22.orig.tar.gz 431467 BLAKE2B e40409b9f88a1a7e56de4200b464c3dc420659fa3991bf904ca86bbdb428fc8d17f095b9eabf3170712458ef2136e96545810201cc6755c15e45d4ae9a5e3a03 SHA512 4730dfdbab4f8095396c337578ed69bdaae52955ad468db50b52af8ad2846ecd6cfc05eb3ac0d03838c1c32ea60126f14a22b93e8181c06b9546456f3937ff76

diff --git a/app-arch/arj/arj-3.10.22_p28.ebuild b/app-arch/arj/arj-3.10.22_p28.ebuild
new file mode 100644
index 000000000000..8181c162814c
--- /dev/null
+++ b/app-arch/arj/arj-3.10.22_p28.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic toolchain-funcs
+
+MY_PV="${PV%%_p*}"
+PATCH_LEVEL="${PV##*_p}"
+
+DESCRIPTION="Utility for opening arj archives"
+HOMEPAGE="https://arj.sourceforge.net/"
+SRC_URI="
+	mirror://debian/pool/main/a/arj/arj_${MY_PV}.orig.tar.gz
+	mirror://debian/pool/main/a/arj/arj_${MY_PV}-${PATCH_LEVEL}.debian.tar.xz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+PATCHES=(
+	# get order of patches from series file. otherwise the order is wrong :/
+	"${WORKDIR}"/debian/patches/001_arches_align.patch
+	"${WORKDIR}"/debian/patches/002_no_remove_static_const.patch
+	"${WORKDIR}"/debian/patches/003_64_bit_clean.patch
+	"${WORKDIR}"/debian/patches/004_parallel_build.patch
+	"${WORKDIR}"/debian/patches/005_use_system_strnlen.patch
+	"${WORKDIR}"/debian/patches/006_use_safe_strcpy.patch
+	"${WORKDIR}"/debian/patches/hurd_no_fcntl_getlk.patch
+	"${WORKDIR}"/debian/patches/security_format.patch
+	"${WORKDIR}"/debian/patches/doc_refer_robert_k_jung.patch
+	"${WORKDIR}"/debian/patches/gnu_build_fix.patch
+	"${WORKDIR}"/debian/patches/gnu_build_flags.patch
+	"${WORKDIR}"/debian/patches/gnu_build_strip.patch
+	"${WORKDIR}"/debian/patches/gnu_build_pie.patch
+	"${WORKDIR}"/debian/patches/self_integrity_64bit.patch
+	"${WORKDIR}"/debian/patches/security-afl.patch
+	"${WORKDIR}"/debian/patches/security-traversal-dir.patch
+	"${WORKDIR}"/debian/patches/security-traversal-symlink.patch
+	"${WORKDIR}"/debian/patches/out-of-bounds-read.patch
+	"${WORKDIR}"/debian/patches/remove_build_date.patch
+	"${WORKDIR}"/debian/patches/reproducible_help_archive.patch
+	"${WORKDIR}"/debian/patches/gnu_build_cross.patch
+	"${WORKDIR}"/debian/patches/fix-time_t-usage.patch
+	"${WORKDIR}"/debian/patches/gnu_build_fix_autoreconf.patch
+	"${WORKDIR}"/debian/patches/fix-implicit-func.patch
+	"${FILESDIR}"/arj-3.10.22-implicit-declarations.patch
+	"${FILESDIR}"/arj-3.10.22-darwin.patch
+)
+
+DOCS=( doc/compile.txt doc/debug.txt doc/glossary.txt doc/rev_hist.txt doc/xlation.txt )
+
+src_prepare() {
+	default
+
+	cd gnu || die 'failed to change to the "gnu" directory'
+	echo -n "" > stripgcc.lnk || die "failed to disable stripgcc.lnk"
+
+	eautoreconf
+}
+
+src_configure() {
+	# Needed for keeping intergrity_identifier around so that postproc can find it later
+	# GCC defaults to enabling it, Clang doesn't.
+	# bug #509700
+	append-cflags -fkeep-static-consts
+
+	# Debian patches assume this is set. Can be updated with "date +%s"
+	export SOURCE_DATE_EPOCH="1737318540"
+
+	tc-export CC # Uses autoconf but not automake.
+	export CC_FOR_BUILD="$(tc-getBUILD_CC)"
+
+	if tc-is-cross-compiler; then
+		export CFLAGS_FOR_BUILD="${BUILD_CFLAGS}"
+	else
+		export CFLAGS_FOR_BUILD="${CFLAGS}"
+	fi
+
+	cd gnu || die 'failed to change to the "gnu" directory'
+	econf
+}
+
+src_test() {
+	# debian includes a test script. why not use it?
+	local -x AUTOPKGTEST_TMP="${T}/debian-test"
+
+	local -x PATH="${S}/linux-gnu/en/rs/arj/:${PATH}"
+
+	"${WORKDIR}"/debian/tests/test-command || die
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2025-01-25 17:16 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-31 19:07 [gentoo-commits] repo/gentoo:master commit in: app-arch/arj/ Michael Orlitzky
  -- strict thread matches above, loose matches on Subject: below --
2025-01-25 17:16 Sam James
2023-06-11  8:22 Joonas Niilola
2022-06-21 16:29 David Seifert
2021-10-19  0:19 Sam James
2020-09-09 21:59 Sergei Trofimovich
2020-09-07 20:34 James Le Cuirot
2019-02-07 11:21 Mikle Kolyada
2019-02-07 11:21 Mikle Kolyada
2019-02-07 11:21 Mikle Kolyada
2019-01-27  9:49 Sergei Trofimovich
2016-02-06  9:12 David Seifert
2016-01-09 15:06 Michael Palimaka
2016-01-09  7:10 Agostino Sarubbo
2015-12-25 18:19 Agostino Sarubbo
2015-12-09 10:47 Agostino Sarubbo
2015-12-08 16:34 Michael Palimaka

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