[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2021-09-25 Thread Marek Szuba
commit: 7329ee1144f5561426cc74e9ef65501c35ee8d45
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Sep 25 19:10:17 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Sep 25 21:59:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7329ee11

app-arch/pax: keyword 20201030 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 app-arch/pax/pax-20201030.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pax/pax-20201030.ebuild b/app-arch/pax/pax-20201030.ebuild
index 168e4b44d8d..af1a475b659 100644
--- a/app-arch/pax/pax-20201030.ebuild
+++ b/app-arch/pax/pax-20201030.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="elibc_musl? ( sys-libs/fts-standalone )"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2021-07-02 Thread Sergei Trofimovich
commit: f4da71cbe6c31aea9c9807996a746d6695c01243
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul  2 07:10:52 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul  2 07:17:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4da71cb

app-arch/pax: drop myself from maintainers, m-n now

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-arch/pax/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-arch/pax/metadata.xml b/app-arch/pax/metadata.xml
index c5298995d2d..7a38bb90096 100644
--- a/app-arch/pax/metadata.xml
+++ b/app-arch/pax/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   sly...@gentoo.org
-   Sergei Trofimovich
-   
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/files/

2021-03-10 Thread Sergei Trofimovich
commit: 653b190ffe5f4433112ad6786d1bfd2e26143711
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Mar 10 14:02:33 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Mar 10 18:37:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653b190f

app-arch/pax: remove unused patch(es)

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19866
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../pax/files/pax-20160306-glibc-to-linux.patch| 38 --
 1 file changed, 38 deletions(-)

diff --git a/app-arch/pax/files/pax-20160306-glibc-to-linux.patch 
b/app-arch/pax/files/pax-20160306-glibc-to-linux.patch
deleted file mode 100644
index eec6624eedc..000
--- a/app-arch/pax/files/pax-20160306-glibc-to-linux.patch
+++ /dev/null
@@ -1,38 +0,0 @@
 a/cache.c
-+++ b/cache.c
-@@ -195,7 +195,7 @@
-* No entry for this uid, we will add it
-*/
-   if (!pwopn) {
--#if defined(__GLIBC__)
-+#if defined(__GLIBC__) || defined(__linux__)
-   setpwent();
- #elif !defined(__INTERIX)
-   setpassent(1);
-@@ -265,7 +265,7 @@
-* No entry for this gid, we will add it
-*/
-   if (!gropn) {
--#if defined(__GLIBC__)
-+#if defined(__GLIBC__) || defined(__linux__)
-   setgrent();
- #elif !defined(__INTERIX) && !defined(__CYGWIN__)
-   setgroupent(1);
-@@ -336,7 +336,7 @@
-   }
- 
-   if (!pwopn) {
--#if defined(__GLIBC__)
-+#if defined(__GLIBC__) || defined(__linux__)
-   setpwent();
- #elif !defined(__INTERIX)
-   setpassent(1);
-@@ -403,7 +403,7 @@
-   }
- 
-   if (!gropn) {
--#if defined(__GLIBC__)
-+#if defined(__GLIBC__) || defined(__linux__)
-   setgrent();
- #elif !defined(__INTERIX) && !defined(__CYGWIN__)
-   setgroupent(1);



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2021-03-06 Thread Sergei Trofimovich
commit: e8f96e8bf668a63d242d4347e405acacc18b4f9d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  6 10:13:37 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  6 10:13:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f96e8b

app-arch/pax: drop old

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-arch/pax/Manifest|  1 -
 app-arch/pax/pax-20161104.ebuild | 63 
 2 files changed, 64 deletions(-)

diff --git a/app-arch/pax/Manifest b/app-arch/pax/Manifest
index c723128b3c8..f2c316be31c 100644
--- a/app-arch/pax/Manifest
+++ b/app-arch/pax/Manifest
@@ -1,2 +1 @@
-DIST paxmirabilis-20161104.cpio.gz 148061 BLAKE2B 
997a126d3048488e1a4e49ff9753de2ebdbe75b7daedbea8c95ab5f1902d4768d4b12b13fa684cb2a7c2fe8470ab60e19ea3f9430429a6a4e6e1d57993130fd4
 SHA512 
42ec8365a5efb9ffb9d383cece39ffaac85c1c8d69856ec557a5567cf0d28d98a0f2d4b7fed53572366eba12c7cc80b591d51c6a19a3e6437efb62af33ce
 DIST paxmirabilis-20201030.cpio.gz 171982 BLAKE2B 
cdda22bf73ff60cda7b8873ed278d1d9d7daab170084ca17760dacffc88b8edd29a0498155f860019b22641d9c84186074c5e696c67846e1997f5883267761b0
 SHA512 
14c913db49c05b92f3448b7ae2e11b4fdb86c2daa5f269d86e044e8779eec7ea19b41534fbd8ebfe31cffe6b50e51c0460c3994307ba2cfa07029602604882de

diff --git a/app-arch/pax/pax-20161104.ebuild b/app-arch/pax/pax-20161104.ebuild
deleted file mode 100644
index 3ce22473dcb..000
--- a/app-arch/pax/pax-20161104.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit unpacker toolchain-funcs flag-o-matic
-
-DESCRIPTION="pax (Portable Archive eXchange) is the POSIX standard archive 
tool"
-HOMEPAGE="https://www.mirbsd.org/pax.htm;
-SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-
-RDEPEND="
-   dev-libs/libbsd
-   elibc_musl? ( sys-libs/fts-standalone )
-"
-DEPEND="
-   ${RDEPEND}
-   $(unpacker_src_uri_depends)
-"
-PATCHES=(
-   "${FILESDIR}/${PN}-20160306-glibc-to-linux.patch"
-)
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   # Newer C libraries omit this include from sys/types.h.
-   sed -i '1i#include ' extern.h || die
-   default
-}
-
-src_configure() {
-   tc-export CC PKG_CONFIG
-}
-
-src_compile() {
-   use elibc_musl && append-cflags "-lfts"
-
-   # We can't rely on LFS flags as it uses the fts.h interface which lacks 
64-bit support.
-   set -- \
-   ${CC} ${CPPFLAGS} ${CFLAGS} \
-   -DPAX_SAFE_PATH=\"/bin:/usr/bin\" \
-   -DHAVE_STRLCPY -DHAVE_VIS -DHAVE_STRMODE \
-   -DLONG_OFF_T -DHAVE_LINKAT \
-   $(${PKG_CONFIG} --cflags libbsd-overlay) \
-   -Wall ${LDFLAGS} *.c -o ${PN} \
-   $(${PKG_CONFIG} --libs libbsd-overlay)
-   echo "$@"
-   "$@" || die
-}
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-
-   dosym pax /usr/bin/paxcpio
-   newman cpio.1 paxcpio.1
-
-   dosym pax /usr/bin/paxtar
-   newman tar.1 paxtar.1
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2021-02-27 Thread Sam James
commit: 4ff1134d2779e7ed3abcb66dae6e5665caf78810
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 27 10:08:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 27 10:08:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff1134d

app-arch/pax: Stabilize 20201030 ppc, #773013

Signed-off-by: Sam James  gentoo.org>

 app-arch/pax/pax-20201030.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pax/pax-20201030.ebuild b/app-arch/pax/pax-20201030.ebuild
index d5e9a39429b..168e4b44d8d 100644
--- a/app-arch/pax/pax-20201030.ebuild
+++ b/app-arch/pax/pax-20201030.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 
 RDEPEND="elibc_musl? ( sys-libs/fts-standalone )"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2021-02-27 Thread Sam James
commit: a7d0dbc0af901737d10cef33fd44fa95bf163b89
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 27 10:07:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 27 10:07:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d0dbc0

app-arch/pax: Stabilize 20201030 ppc64, #773013

Signed-off-by: Sam James  gentoo.org>

 app-arch/pax/pax-20201030.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pax/pax-20201030.ebuild b/app-arch/pax/pax-20201030.ebuild
index d59d2820899..d5e9a39429b 100644
--- a/app-arch/pax/pax-20201030.ebuild
+++ b/app-arch/pax/pax-20201030.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86"
 
 RDEPEND="elibc_musl? ( sys-libs/fts-standalone )"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2021-02-26 Thread Sam James
commit: 3faaed13fd55eae190fdad8aec2ffc9a2a8602cf
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 26 16:10:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 26 16:10:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3faaed13

app-arch/pax: Stabilize 20201030 arm64, #773013

Signed-off-by: Sam James  gentoo.org>

 app-arch/pax/pax-20201030.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pax/pax-20201030.ebuild b/app-arch/pax/pax-20201030.ebuild
index 3173864d046..d59d2820899 100644
--- a/app-arch/pax/pax-20201030.ebuild
+++ b/app-arch/pax/pax-20201030.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86"
 
 RDEPEND="elibc_musl? ( sys-libs/fts-standalone )"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2021-02-26 Thread Agostino Sarubbo
commit: 20779f5c3febd15769121e67c4c40fc94bc2b4e0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 26 14:39:48 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 26 14:39:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20779f5c

app-arch/pax: amd64 stable wrt bug #773013

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-arch/pax/pax-20201030.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pax/pax-20201030.ebuild b/app-arch/pax/pax-20201030.ebuild
index 0b29d3a1b43..3173864d046 100644
--- a/app-arch/pax/pax-20201030.ebuild
+++ b/app-arch/pax/pax-20201030.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86"
 
 RDEPEND="elibc_musl? ( sys-libs/fts-standalone )"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2021-02-26 Thread Sam James
commit: dfec6ff23250a8a83b9b622f5906b881160063a1
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 26 13:59:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 26 13:59:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfec6ff2

app-arch/pax: Stabilize 20201030 sparc, #773013

Signed-off-by: Sam James  gentoo.org>

 app-arch/pax/pax-20201030.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pax/pax-20201030.ebuild b/app-arch/pax/pax-20201030.ebuild
index 7c698a4d047..0b29d3a1b43 100644
--- a/app-arch/pax/pax-20201030.ebuild
+++ b/app-arch/pax/pax-20201030.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86"
 
 RDEPEND="elibc_musl? ( sys-libs/fts-standalone )"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2021-02-26 Thread Sam James
commit: c70043213095bc6ba75bda7a05a1b07b10fae800
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 26 13:56:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 26 13:56:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7004321

app-arch/pax: Stabilize 20201030 x86, #773013

Signed-off-by: Sam James  gentoo.org>

 app-arch/pax/pax-20201030.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pax/pax-20201030.ebuild b/app-arch/pax/pax-20201030.ebuild
index 16c602e3853..7c698a4d047 100644
--- a/app-arch/pax/pax-20201030.ebuild
+++ b/app-arch/pax/pax-20201030.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
 
 RDEPEND="elibc_musl? ( sys-libs/fts-standalone )"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2021-02-26 Thread Sam James
commit: 23006ddf7c37a4d74c84e66cf58d43577da3974f
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 26 13:53:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 26 13:53:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23006ddf

app-arch/pax: Stabilize 20201030 arm, #773013

Signed-off-by: Sam James  gentoo.org>

 app-arch/pax/pax-20201030.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pax/pax-20201030.ebuild b/app-arch/pax/pax-20201030.ebuild
index b497a976a1f..16c602e3853 100644
--- a/app-arch/pax/pax-20201030.ebuild
+++ b/app-arch/pax/pax-20201030.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
 
 RDEPEND="elibc_musl? ( sys-libs/fts-standalone )"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2021-01-24 Thread Sergei Trofimovich
commit: 48a860c593646de231b330753a92520542d4b32e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan 24 10:51:12 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan 24 11:25:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a860c5

app-arch/pax: bump up to 20201030

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-arch/pax/Manifest|  1 +
 app-arch/pax/pax-20201030.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/app-arch/pax/Manifest b/app-arch/pax/Manifest
index a31ca15a60e..c723128b3c8 100644
--- a/app-arch/pax/Manifest
+++ b/app-arch/pax/Manifest
@@ -1 +1,2 @@
 DIST paxmirabilis-20161104.cpio.gz 148061 BLAKE2B 
997a126d3048488e1a4e49ff9753de2ebdbe75b7daedbea8c95ab5f1902d4768d4b12b13fa684cb2a7c2fe8470ab60e19ea3f9430429a6a4e6e1d57993130fd4
 SHA512 
42ec8365a5efb9ffb9d383cece39ffaac85c1c8d69856ec557a5567cf0d28d98a0f2d4b7fed53572366eba12c7cc80b591d51c6a19a3e6437efb62af33ce
+DIST paxmirabilis-20201030.cpio.gz 171982 BLAKE2B 
cdda22bf73ff60cda7b8873ed278d1d9d7daab170084ca17760dacffc88b8edd29a0498155f860019b22641d9c84186074c5e696c67846e1997f5883267761b0
 SHA512 
14c913db49c05b92f3448b7ae2e11b4fdb86c2daa5f269d86e044e8779eec7ea19b41534fbd8ebfe31cffe6b50e51c0460c3994307ba2cfa07029602604882de

diff --git a/app-arch/pax/pax-20201030.ebuild b/app-arch/pax/pax-20201030.ebuild
new file mode 100644
index 000..b497a976a1f
--- /dev/null
+++ b/app-arch/pax/pax-20201030.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit unpacker toolchain-funcs flag-o-matic
+
+DESCRIPTION="pax (Portable Archive eXchange) is the POSIX standard archive 
tool"
+HOMEPAGE="https://www.mirbsd.org/pax.htm;
+SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+
+RDEPEND="elibc_musl? ( sys-libs/fts-standalone )"
+DEPEND="${RDEPEND}"
+BDEPEND="$(unpacker_src_uri_depends)"
+
+S=${WORKDIR}/${PN}
+
+src_configure() {
+   use elibc_musl && append-libs -lfts
+
+   tc-export CC
+   tc-getPROG SIZE size
+}
+
+src_compile() {
+   set -- sh ./Build.sh
+   echo "$@"
+   "$@"
+}
+
+src_install() {
+   dobin pax
+   doman pax.1
+
+   dosym pax /usr/bin/paxcpio
+   newman cpio.1 paxcpio.1
+
+   dosym pax /usr/bin/paxtar
+   newman tar.1 paxtar.1
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2021-01-24 Thread Sergei Trofimovich
commit: 4434e3da0f242ad28d16cb1471cf64547d7874d3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan 24 10:34:59 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan 24 11:25:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4434e3da

app-arch/pax: add slyfox@ to maintainers

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-arch/pax/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-arch/pax/metadata.xml b/app-arch/pax/metadata.xml
index 6f49eba8f49..c5298995d2d 100644
--- a/app-arch/pax/metadata.xml
+++ b/app-arch/pax/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
+   sly...@gentoo.org
+   Sergei Trofimovich
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2019-03-19 Thread Andreas Sturmlechner
commit: 690f395ba2807f59a2825ac7c409305760b8a939
Author: Roy Bamford  gentoo  org>
AuthorDate: Wed Mar 13 21:37:32 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 19 11:18:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690f395b

app-arch/pax: added ~arm64

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Roy Bamford  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-arch/pax/pax-20161104.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/pax/pax-20161104.ebuild b/app-arch/pax/pax-20161104.ebuild
index fba75273f65..b2a60caf02e 100644
--- a/app-arch/pax/pax-20161104.ebuild
+++ b/app-arch/pax/pax-20161104.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 
 RDEPEND="
dev-libs/libbsd



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2018-12-29 Thread Anthony G. Basile
commit: ce39e31b89417f9f93f47e8b1fc1dde32791a63c
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec 29 15:26:21 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec 29 15:26:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce39e31b

app-arch/pax: fix CFLAGS for musl

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-arch/pax/pax-20161104.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/pax/pax-20161104.ebuild b/app-arch/pax/pax-20161104.ebuild
index c9fc9875ca5..fba75273f65 100644
--- a/app-arch/pax/pax-20161104.ebuild
+++ b/app-arch/pax/pax-20161104.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -36,7 +36,7 @@ src_configure() {
 }
 
 src_compile() {
-   use elibc_musl && append-ldflags "-lfts"
+   use elibc_musl && append-cflags "-lfts"
 
# We can't rely on LFS flags as it uses the fts.h interface which lacks 
64-bit support.
set -- \



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/files/, app-arch/pax/

2018-03-28 Thread Aaron Bauman
commit: b6d28e6d52b36d20f8703e88ea97e4f697a824ca
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Mar 29 00:07:20 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Mar 29 00:07:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d28e6d

app-arch/pax: drop vulnerable wrt bug #537522

 app-arch/pax/Manifest |   2 -
 app-arch/pax/files/pax-3.4-fix-fts-includes.patch |  24 
 app-arch/pax/files/pax-3.4-sysmacros.patch|  12 --
 app-arch/pax/files/pax-3.4-x32.patch  | 162 --
 app-arch/pax/pax-20160306.ebuild  |  60 
 app-arch/pax/pax-3.4.12.16-r1.ebuild  |  40 --
 app-arch/pax/pax-3.4.12.16.ebuild |  38 -
 7 files changed, 338 deletions(-)

diff --git a/app-arch/pax/Manifest b/app-arch/pax/Manifest
index f57780793f9..a31ca15a60e 100644
--- a/app-arch/pax/Manifest
+++ b/app-arch/pax/Manifest
@@ -1,3 +1 @@
-DIST pax-3.4-12.fc16.src.rpm 171016 BLAKE2B 
94332a7cd24613c4488c1f00de3bcebeba9a82bc948b3cf83274c5a8d3efb5f687f1363376c40e5dc17a001a2f8c677b49d219a9530ece1710d2f7ddd60a9f44
 SHA512 
78704cd1b66288acdaa8fdf4ca0a97c12b1e843e024be4d3fac88a6b42049928c6bfe69a72a58a00a9bf755c23e1e8e0b7d30bc72ba08a83830495dd5f6d9be1
-DIST paxmirabilis-20160306.cpio.gz 147448 BLAKE2B 
b2a9bcfbb6d2007b8a4162b8d010c2a34f7ebc8595a8c20f6b8e973d85421a7f21f24d90b3d0228e5c9921b69dec1ef0ddcd4ee540f95072237255ecf309016d
 SHA512 
65c9613f235d973f23d829d87b93963f4b21beca4d7158abb8243f7f0ba8eb883544bbd0c16bde82f0e55ab2fbf33e3dfb155a50c0f5be3bf6d88eaf95e1037f
 DIST paxmirabilis-20161104.cpio.gz 148061 BLAKE2B 
997a126d3048488e1a4e49ff9753de2ebdbe75b7daedbea8c95ab5f1902d4768d4b12b13fa684cb2a7c2fe8470ab60e19ea3f9430429a6a4e6e1d57993130fd4
 SHA512 
42ec8365a5efb9ffb9d383cece39ffaac85c1c8d69856ec557a5567cf0d28d98a0f2d4b7fed53572366eba12c7cc80b591d51c6a19a3e6437efb62af33ce

diff --git a/app-arch/pax/files/pax-3.4-fix-fts-includes.patch 
b/app-arch/pax/files/pax-3.4-fix-fts-includes.patch
deleted file mode 100644
index 5e4e37eb66a..000
--- a/app-arch/pax/files/pax-3.4-fix-fts-includes.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ur pax-3.4-orig/lib/fts.c pax-3.4/lib/fts.c
 pax-3.4-orig/lib/fts.c 2005-07-29 09:55:25.0 +0200
-+++ pax-3.4/lib/fts.c  2014-10-30 21:38:42.404092744 +0100
-@@ -35,7 +35,7 @@
- #include 
- #include 
- #include 
--#include 
-+#include "fts.h"
- #include 
- #include 
- #include 
-diff -ur pax-3.4-orig/src/ftree.c pax-3.4/src/ftree.c
 pax-3.4-orig/src/ftree.c   2005-07-29 09:46:06.0 +0200
-+++ pax-3.4/src/ftree.c2014-10-30 21:39:14.876093149 +0100
-@@ -46,7 +46,7 @@
- #include 
- #include 
- #include 
--#include 
-+#include "../lib/fts.h"
- #include "pax.h"
- #include "ftree.h"
- #include "extern.h"

diff --git a/app-arch/pax/files/pax-3.4-sysmacros.patch 
b/app-arch/pax/files/pax-3.4-sysmacros.patch
deleted file mode 100644
index 3aede97ec06..000
--- a/app-arch/pax/files/pax-3.4-sysmacros.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-not all C libs pull in this header via sys/types.h for major()/etc...
-
 a/src/extern.h
-+++ b/src/extern.h
-@@ -38,6 +38,7 @@
-  */
- 
- #include 
-+#include 
- 
- /*
-  * ar_io.c

diff --git a/app-arch/pax/files/pax-3.4-x32.patch 
b/app-arch/pax/files/pax-3.4-x32.patch
deleted file mode 100644
index 7ae1a9d914c..000
--- a/app-arch/pax/files/pax-3.4-x32.patch
+++ /dev/null
@@ -1,162 +0,0 @@
-https://sites.google.com/site/x32abi/x32-patches
-
 pax-3.4/configure.in
-+++ pax-3.4/configure.in
-@@ -33,4 +33,7 @@ dnl Checks for header files.
- dnl Checks for typedefs, structures, and compiler characteristics.
- AC_C_CONST
- 
-+AC_CHECK_SIZEOF(off_t)
-+AC_CHECK_SIZEOF(long)
-+
- AC_OUTPUT([Makefile lib/Makefile src/Makefile])
 pax-3.4/src/ar_io.c
-+++ pax-3.4/src/ar_io.c
-@@ -378,7 +378,8 @@ ar_close(void)
-* could have written anything yet.
-*/
-   if (frmt == NULL) {
--#if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64
-+#if (SIZEOF_LONG == 4 && SIZEOF_OFF_T == 8) \
-+|| (defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64)
-   (void)fprintf(listf, "%s: unknown format, %qu bytes skipped.\n",
- #else
-   (void)fprintf(listf, "%s: unknown format, %lu bytes skipped.\n",
-@@ -391,7 +392,8 @@ ar_close(void)
- 
-   if (strcmp(NM_CPIO, argv0) == 0)
-   (void)fprintf(listf,
--#if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64
-+#if (SIZEOF_LONG == 4 && SIZEOF_OFF_T == 8) \
-+|| (defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64)
-   "%qu blocks\n",
- #else
-   "%lu blocks\n",
-@@ -399,7 +401,8 @@ ar_close(void)
-   (rdcnt ? rdcnt : wrcnt) / 5120);
-   else if (strcmp(NM_TAR, argv0) != 0)
-   (void)fprintf(listf,
--#if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64
-+#if (SIZEOF_LONG == 4 && SIZEOF_OFF_T 

[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2018-03-06 Thread Markus Meier
commit: 2f45c32544896e49687266b7da7f05b3074f4865
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Mar  6 19:37:21 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Mar  6 19:39:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f45c325

app-arch/pax: arm stable, bug #537522

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 app-arch/pax/pax-20161104.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pax/pax-20161104.ebuild b/app-arch/pax/pax-20161104.ebuild
index ca4f0bdbff6..c9fc9875ca5 100644
--- a/app-arch/pax/pax-20161104.ebuild
+++ b/app-arch/pax/pax-20161104.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 
 RDEPEND="
dev-libs/libbsd



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2018-03-02 Thread Tobias Klausmann
commit: aa12e9e5df71b0d07863dcf618cecf526f2fd02b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Mar  2 15:59:03 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Mar  2 15:59:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa12e9e5

app-arch/pax-20161104-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/537522

 app-arch/pax/pax-20161104.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pax/pax-20161104.ebuild b/app-arch/pax/pax-20161104.ebuild
index 00a5e25b60d..ca4f0bdbff6 100644
--- a/app-arch/pax/pax-20161104.ebuild
+++ b/app-arch/pax/pax-20161104.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 
 RDEPEND="
dev-libs/libbsd



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2018-02-27 Thread Sergei Trofimovich
commit: 399ec6cd834a1128a668b9e602b49ce5ceb423ae
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Feb 27 20:30:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Feb 27 20:30:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=399ec6cd

app-arch/pax: stable 20161104 for ppc/ppc64, bug #537522

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc ppc64"

 app-arch/pax/pax-20161104.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pax/pax-20161104.ebuild b/app-arch/pax/pax-20161104.ebuild
index 2929f4cd50e..00a5e25b60d 100644
--- a/app-arch/pax/pax-20161104.ebuild
+++ b/app-arch/pax/pax-20161104.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 
 RDEPEND="
dev-libs/libbsd



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2018-02-18 Thread Sergei Trofimovich
commit: b5248f07df1eb34ac9efd3680169f700f4c8b98a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Feb 18 19:48:13 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Feb 18 19:48:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5248f07

app-arch/pax: stable 20161104 for ia64, bug #537522

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 app-arch/pax/pax-20161104.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pax/pax-20161104.ebuild b/app-arch/pax/pax-20161104.ebuild
index f922cdb014e..2929f4cd50e 100644
--- a/app-arch/pax/pax-20161104.ebuild
+++ b/app-arch/pax/pax-20161104.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
 
 RDEPEND="
dev-libs/libbsd



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2018-02-10 Thread Sergei Trofimovich
commit: 09376d56c1fee3f39fc4b78a5fde821eedfc1e43
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Feb 10 20:49:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Feb 10 20:52:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09376d56

app-arch/pax: stable 20161104 for hppa, bug #537522

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 app-arch/pax/pax-20161104.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pax/pax-20161104.ebuild b/app-arch/pax/pax-20161104.ebuild
index b70ad7f011f..f922cdb014e 100644
--- a/app-arch/pax/pax-20161104.ebuild
+++ b/app-arch/pax/pax-20161104.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
 
 RDEPEND="
dev-libs/libbsd



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2018-02-09 Thread Agostino Sarubbo
commit: eae5eac533b02edb24e52c2e4229d419c4094379
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb  9 08:39:15 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb  9 08:39:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae5eac5

app-arch/pax: amd64 stable wrt bug #537522

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

 app-arch/pax/pax-20161104.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pax/pax-20161104.ebuild b/app-arch/pax/pax-20161104.ebuild
index 4333fe4a4f2..b70ad7f011f 100644
--- a/app-arch/pax/pax-20161104.ebuild
+++ b/app-arch/pax/pax-20161104.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
 
 RDEPEND="
dev-libs/libbsd



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2018-02-07 Thread Sergei Trofimovich
commit: 158975527e77a403c6b42f8fd771fcfcf59441fb
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Feb  7 20:06:49 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb  7 20:16:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15897552

app-arch/pax: stable 20161104 for sparc, bug #537522

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 app-arch/pax/pax-20161104.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pax/pax-20161104.ebuild b/app-arch/pax/pax-20161104.ebuild
index b1c2f1a68a8..4333fe4a4f2 100644
--- a/app-arch/pax/pax-20161104.ebuild
+++ b/app-arch/pax/pax-20161104.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
 
 RDEPEND="
dev-libs/libbsd



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2018-02-06 Thread Thomas Deutschmann
commit: bcd9c681585c978e8584989fdcf70a49dd2c66a2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 06:09:34 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 06:09:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd9c681

app-arch/pax: x86 stable (bug #537522)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-arch/pax/pax-20161104.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/pax/pax-20161104.ebuild b/app-arch/pax/pax-20161104.ebuild
index da9f50e30b2..b1c2f1a68a8 100644
--- a/app-arch/pax/pax-20161104.ebuild
+++ b/app-arch/pax/pax-20161104.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
 
 RDEPEND="
dev-libs/libbsd



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/, app-arch/pax/files/

2017-12-06 Thread Jeroen Roovers
commit: ac94bbdfb348d04f8e1499288e589939d6766de4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Dec  7 06:43:39 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Dec  7 06:45:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac94bbdf

app-arch/pax: Version bump.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-arch/pax/Manifest  |  1 +
 .../pax/files/pax-20160306-glibc-to-linux.patch|  4 +-
 app-arch/pax/pax-20161104.ebuild   | 63 ++
 3 files changed, 66 insertions(+), 2 deletions(-)

diff --git a/app-arch/pax/Manifest b/app-arch/pax/Manifest
index 7c01e81a31c..f57780793f9 100644
--- a/app-arch/pax/Manifest
+++ b/app-arch/pax/Manifest
@@ -1,2 +1,3 @@
 DIST pax-3.4-12.fc16.src.rpm 171016 BLAKE2B 
94332a7cd24613c4488c1f00de3bcebeba9a82bc948b3cf83274c5a8d3efb5f687f1363376c40e5dc17a001a2f8c677b49d219a9530ece1710d2f7ddd60a9f44
 SHA512 
78704cd1b66288acdaa8fdf4ca0a97c12b1e843e024be4d3fac88a6b42049928c6bfe69a72a58a00a9bf755c23e1e8e0b7d30bc72ba08a83830495dd5f6d9be1
 DIST paxmirabilis-20160306.cpio.gz 147448 BLAKE2B 
b2a9bcfbb6d2007b8a4162b8d010c2a34f7ebc8595a8c20f6b8e973d85421a7f21f24d90b3d0228e5c9921b69dec1ef0ddcd4ee540f95072237255ecf309016d
 SHA512 
65c9613f235d973f23d829d87b93963f4b21beca4d7158abb8243f7f0ba8eb883544bbd0c16bde82f0e55ab2fbf33e3dfb155a50c0f5be3bf6d88eaf95e1037f
+DIST paxmirabilis-20161104.cpio.gz 148061 BLAKE2B 
997a126d3048488e1a4e49ff9753de2ebdbe75b7daedbea8c95ab5f1902d4768d4b12b13fa684cb2a7c2fe8470ab60e19ea3f9430429a6a4e6e1d57993130fd4
 SHA512 
42ec8365a5efb9ffb9d383cece39ffaac85c1c8d69856ec557a5567cf0d28d98a0f2d4b7fed53572366eba12c7cc80b591d51c6a19a3e6437efb62af33ce

diff --git a/app-arch/pax/files/pax-20160306-glibc-to-linux.patch 
b/app-arch/pax/files/pax-20160306-glibc-to-linux.patch
index f864729cc4f..eec6624eedc 100644
--- a/app-arch/pax/files/pax-20160306-glibc-to-linux.patch
+++ b/app-arch/pax/files/pax-20160306-glibc-to-linux.patch
@@ -1,5 +1,5 @@
 pax/cache.c.old2016-03-06 08:12:52.0 -0600
-+++ pax/cache.c2016-04-17 13:01:26.461307830 -0500
+--- a/cache.c
 b/cache.c
 @@ -195,7 +195,7 @@
 * No entry for this uid, we will add it
 */

diff --git a/app-arch/pax/pax-20161104.ebuild b/app-arch/pax/pax-20161104.ebuild
new file mode 100644
index 000..da9f50e30b2
--- /dev/null
+++ b/app-arch/pax/pax-20161104.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit unpacker toolchain-funcs flag-o-matic
+
+DESCRIPTION="pax (Portable Archive eXchange) is the POSIX standard archive 
tool"
+HOMEPAGE="https://www.mirbsd.org/pax.htm;
+SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+
+RDEPEND="
+   dev-libs/libbsd
+   elibc_musl? ( sys-libs/fts-standalone )
+"
+DEPEND="
+   ${RDEPEND}
+   $(unpacker_src_uri_depends)
+"
+PATCHES=(
+   "${FILESDIR}/${PN}-20160306-glibc-to-linux.patch"
+)
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+   # Newer C libraries omit this include from sys/types.h.
+   sed -i '1i#include ' extern.h || die
+   default
+}
+
+src_configure() {
+   tc-export CC PKG_CONFIG
+}
+
+src_compile() {
+   use elibc_musl && append-ldflags "-lfts"
+
+   # We can't rely on LFS flags as it uses the fts.h interface which lacks 
64-bit support.
+   set -- \
+   ${CC} ${CPPFLAGS} ${CFLAGS} \
+   -DPAX_SAFE_PATH=\"/bin:/usr/bin\" \
+   -DHAVE_STRLCPY -DHAVE_VIS -DHAVE_STRMODE \
+   -DLONG_OFF_T -DHAVE_LINKAT \
+   $(${PKG_CONFIG} --cflags libbsd-overlay) \
+   -Wall ${LDFLAGS} *.c -o ${PN} \
+   $(${PKG_CONFIG} --libs libbsd-overlay)
+   echo "$@"
+   "$@" || die
+}
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+
+   dosym pax /usr/bin/paxcpio
+   newman cpio.1 paxcpio.1
+
+   dosym pax /usr/bin/paxtar
+   newman tar.1 paxtar.1
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2017-12-06 Thread Jeroen Roovers
commit: 9230250547e9a9ffa1154fcc71b9b65d93486aa2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Dec  7 05:35:48 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Dec  7 05:35:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92302505

app-arch/pax: Remove -Werror (bug #640076).

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-arch/pax/Manifest| 4 ++--
 app-arch/pax/pax-3.4.12.16-r1.ebuild | 3 ++-
 app-arch/pax/pax-3.4.12.16.ebuild| 7 +--
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/app-arch/pax/Manifest b/app-arch/pax/Manifest
index 2d573c7352d..7c01e81a31c 100644
--- a/app-arch/pax/Manifest
+++ b/app-arch/pax/Manifest
@@ -1,2 +1,2 @@
-DIST pax-3.4-12.fc16.src.rpm 171016 SHA256 
b86ca0556b12600d3dd4777900baae5118e71ce9e026e42e3bb51aed23853932 SHA512 
78704cd1b66288acdaa8fdf4ca0a97c12b1e843e024be4d3fac88a6b42049928c6bfe69a72a58a00a9bf755c23e1e8e0b7d30bc72ba08a83830495dd5f6d9be1
 WHIRLPOOL 
8a674356efa939ceff0f502de926688d81f17da48c98f24674a76f11043f420c33aa9f47eb66fb1e896ddc4ca4c64cec554d7397379d1ccc884bf02b37eb9b29
-DIST paxmirabilis-20160306.cpio.gz 147448 SHA256 
4e36fabfabc01a15e0d01eee0306cef79a7f374586f46254dae139eb866ae81b SHA512 
65c9613f235d973f23d829d87b93963f4b21beca4d7158abb8243f7f0ba8eb883544bbd0c16bde82f0e55ab2fbf33e3dfb155a50c0f5be3bf6d88eaf95e1037f
 WHIRLPOOL 
5945f45cc69cfd25d7754a9b6b25db98170de2fc926ffe3a661402d95bc41517e40ff059998d682cc65e32fd7e70a78e222525012eb98dde54c1d67c0c6c2277
+DIST pax-3.4-12.fc16.src.rpm 171016 BLAKE2B 
94332a7cd24613c4488c1f00de3bcebeba9a82bc948b3cf83274c5a8d3efb5f687f1363376c40e5dc17a001a2f8c677b49d219a9530ece1710d2f7ddd60a9f44
 SHA512 
78704cd1b66288acdaa8fdf4ca0a97c12b1e843e024be4d3fac88a6b42049928c6bfe69a72a58a00a9bf755c23e1e8e0b7d30bc72ba08a83830495dd5f6d9be1
+DIST paxmirabilis-20160306.cpio.gz 147448 BLAKE2B 
b2a9bcfbb6d2007b8a4162b8d010c2a34f7ebc8595a8c20f6b8e973d85421a7f21f24d90b3d0228e5c9921b69dec1ef0ddcd4ee540f95072237255ecf309016d
 SHA512 
65c9613f235d973f23d829d87b93963f4b21beca4d7158abb8243f7f0ba8eb883544bbd0c16bde82f0e55ab2fbf33e3dfb155a50c0f5be3bf6d88eaf95e1037f

diff --git a/app-arch/pax/pax-3.4.12.16-r1.ebuild 
b/app-arch/pax/pax-3.4.12.16-r1.ebuild
index 7962aaaf3f4..2b39f887b60 100644
--- a/app-arch/pax/pax-3.4.12.16-r1.ebuild
+++ b/app-arch/pax/pax-3.4.12.16-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -28,6 +28,7 @@ src_prepare() {
epatch "${FILESDIR}"/pax-3.4-sysmacros.patch
sed -i configure.in \
-e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
+   -e 's|-Werror||g' \
-e '/AC_PROG_RANLIB/a AC_PROG_MKDIR_P' \
|| die
eautoreconf

diff --git a/app-arch/pax/pax-3.4.12.16.ebuild 
b/app-arch/pax/pax-3.4.12.16.ebuild
index cdd4636f56d..42fbe159f96 100644
--- a/app-arch/pax/pax-3.4.12.16.ebuild
+++ b/app-arch/pax/pax-3.4.12.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -25,7 +25,10 @@ src_prepare() {
rpm_spec_epatch ../${PN}.spec
epatch "${FILESDIR}"/pax-3.4-x32.patch
epatch "${FILESDIR}"/pax-3.4-sysmacros.patch
-   sed -i configure.in -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
+   sed -i configure.in \
+   -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
+   -e 's|-Werror||g' \
+   || die
eautoreconf
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/files/, app-arch/pax/

2016-04-17 Thread Anthony G. Basile
commit: 578bd618a703044adb1cfc4f8bd1d114572848c6
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Apr 17 23:27:28 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Apr 17 23:28:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=578bd618

app-arch/pax: add musl support, bug #580362

Package-Manager: portage-2.2.26

 .../pax/files/pax-20160306-glibc-to-linux.patch| 38 ++
 app-arch/pax/pax-20160306.ebuild   | 10 --
 2 files changed, 46 insertions(+), 2 deletions(-)

diff --git a/app-arch/pax/files/pax-20160306-glibc-to-linux.patch 
b/app-arch/pax/files/pax-20160306-glibc-to-linux.patch
new file mode 100644
index 000..f864729
--- /dev/null
+++ b/app-arch/pax/files/pax-20160306-glibc-to-linux.patch
@@ -0,0 +1,38 @@
+--- pax/cache.c.old2016-03-06 08:12:52.0 -0600
 pax/cache.c2016-04-17 13:01:26.461307830 -0500
+@@ -195,7 +195,7 @@
+* No entry for this uid, we will add it
+*/
+   if (!pwopn) {
+-#if defined(__GLIBC__)
++#if defined(__GLIBC__) || defined(__linux__)
+   setpwent();
+ #elif !defined(__INTERIX)
+   setpassent(1);
+@@ -265,7 +265,7 @@
+* No entry for this gid, we will add it
+*/
+   if (!gropn) {
+-#if defined(__GLIBC__)
++#if defined(__GLIBC__) || defined(__linux__)
+   setgrent();
+ #elif !defined(__INTERIX) && !defined(__CYGWIN__)
+   setgroupent(1);
+@@ -336,7 +336,7 @@
+   }
+ 
+   if (!pwopn) {
+-#if defined(__GLIBC__)
++#if defined(__GLIBC__) || defined(__linux__)
+   setpwent();
+ #elif !defined(__INTERIX)
+   setpassent(1);
+@@ -403,7 +403,7 @@
+   }
+ 
+   if (!gropn) {
+-#if defined(__GLIBC__)
++#if defined(__GLIBC__) || defined(__linux__)
+   setgrent();
+ #elif !defined(__INTERIX) && !defined(__CYGWIN__)
+   setgroupent(1);

diff --git a/app-arch/pax/pax-20160306.ebuild b/app-arch/pax/pax-20160306.ebuild
index 1cfdaa4..86a44b8 100644
--- a/app-arch/pax/pax-20160306.ebuild
+++ b/app-arch/pax/pax-20160306.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="5"
 
-inherit unpacker toolchain-funcs
+inherit unpacker toolchain-funcs flag-o-matic
 
 DESCRIPTION="pax (Portable Archive eXchange) is the POSIX standard archive 
tool"
 HOMEPAGE="https://www.mirbsd.org/pax.htm;
@@ -15,15 +15,19 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
 IUSE=""
 
-RDEPEND="dev-libs/libbsd"
+RDEPEND="dev-libs/libbsd
+   elibc_musl? ( sys-libs/fts-standalone )"
 DEPEND="${RDEPEND}
$(unpacker_src_uri_depends)"
 
 S=${WORKDIR}/${PN}
 
+PATCHES=( "${FILESDIR}/${P}-glibc-to-linux.patch" )
+
 src_prepare() {
# Newer C libraries omit this include from sys/types.h.
sed -i '1i#include ' extern.h || die
+   default
 }
 
 src_configure() {
@@ -31,6 +35,8 @@ src_configure() {
 }
 
 src_compile() {
+   use elibc_musl && append-ldflags "-lfts"
+
# We can't rely on LFS flags as it uses the fts.h interface which lacks 
64-bit support.
set -- \
${CC} ${CPPFLAGS} ${CFLAGS} \



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2016-03-06 Thread Mike Frysinger
commit: 2a7fdd67e7cae78ef37db299866d810e06b93f3c
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Mar  7 04:03:06 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Mar  7 04:17:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7fdd67

app-arch/pax: switch to MirOS version #537522

 app-arch/pax/Manifest|  1 +
 app-arch/pax/pax-20160306.ebuild | 55 
 2 files changed, 56 insertions(+)

diff --git a/app-arch/pax/Manifest b/app-arch/pax/Manifest
index 559fd39..2d573c7 100644
--- a/app-arch/pax/Manifest
+++ b/app-arch/pax/Manifest
@@ -1 +1,2 @@
 DIST pax-3.4-12.fc16.src.rpm 171016 SHA256 
b86ca0556b12600d3dd4777900baae5118e71ce9e026e42e3bb51aed23853932 SHA512 
78704cd1b66288acdaa8fdf4ca0a97c12b1e843e024be4d3fac88a6b42049928c6bfe69a72a58a00a9bf755c23e1e8e0b7d30bc72ba08a83830495dd5f6d9be1
 WHIRLPOOL 
8a674356efa939ceff0f502de926688d81f17da48c98f24674a76f11043f420c33aa9f47eb66fb1e896ddc4ca4c64cec554d7397379d1ccc884bf02b37eb9b29
+DIST paxmirabilis-20160306.cpio.gz 147448 SHA256 
4e36fabfabc01a15e0d01eee0306cef79a7f374586f46254dae139eb866ae81b SHA512 
65c9613f235d973f23d829d87b93963f4b21beca4d7158abb8243f7f0ba8eb883544bbd0c16bde82f0e55ab2fbf33e3dfb155a50c0f5be3bf6d88eaf95e1037f
 WHIRLPOOL 
5945f45cc69cfd25d7754a9b6b25db98170de2fc926ffe3a661402d95bc41517e40ff059998d682cc65e32fd7e70a78e222525012eb98dde54c1d67c0c6c2277

diff --git a/app-arch/pax/pax-20160306.ebuild b/app-arch/pax/pax-20160306.ebuild
new file mode 100644
index 000..1cfdaa4
--- /dev/null
+++ b/app-arch/pax/pax-20160306.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit unpacker toolchain-funcs
+
+DESCRIPTION="pax (Portable Archive eXchange) is the POSIX standard archive 
tool"
+HOMEPAGE="https://www.mirbsd.org/pax.htm;
+SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+IUSE=""
+
+RDEPEND="dev-libs/libbsd"
+DEPEND="${RDEPEND}
+   $(unpacker_src_uri_depends)"
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+   # Newer C libraries omit this include from sys/types.h.
+   sed -i '1i#include ' extern.h || die
+}
+
+src_configure() {
+   tc-export CC PKG_CONFIG
+}
+
+src_compile() {
+   # We can't rely on LFS flags as it uses the fts.h interface which lacks 
64-bit support.
+   set -- \
+   ${CC} ${CPPFLAGS} ${CFLAGS} \
+   -DHAVE_STRLCPY -DHAVE_VIS -DHAVE_STRMODE \
+   -DLONG_OFF_T -DHAVE_LINKAT \
+   $(${PKG_CONFIG} --cflags libbsd-overlay) \
+   -Wall ${LDFLAGS} *.c -o ${PN} \
+   $(${PKG_CONFIG} --libs libbsd-overlay)
+   echo "$@"
+   "$@" || die
+}
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+
+   dosym pax /usr/bin/paxcpio
+   newman cpio.1 paxcpio.1
+
+   dosym pax /usr/bin/paxtar
+   newman tar.1 paxtar.1
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/, app-arch/pax/files/

2016-02-27 Thread Mike Frysinger
commit: d20b3532fd462cf2c5e46f02fe71fa03610dc2e6
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Feb 27 18:54:09 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Feb 27 18:54:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d20b3532

app-arch/pax: fix building w/newer glibc

 app-arch/pax/files/pax-3.4-sysmacros.patch | 12 
 app-arch/pax/pax-3.4.12.16-r1.ebuild   |  1 +
 app-arch/pax/pax-3.4.12.16.ebuild  |  1 +
 3 files changed, 14 insertions(+)

diff --git a/app-arch/pax/files/pax-3.4-sysmacros.patch 
b/app-arch/pax/files/pax-3.4-sysmacros.patch
new file mode 100644
index 000..3aede97
--- /dev/null
+++ b/app-arch/pax/files/pax-3.4-sysmacros.patch
@@ -0,0 +1,12 @@
+not all C libs pull in this header via sys/types.h for major()/etc...
+
+--- a/src/extern.h
 b/src/extern.h
+@@ -38,6 +38,7 @@
+  */
+ 
+ #include 
++#include 
+ 
+ /*
+  * ar_io.c

diff --git a/app-arch/pax/pax-3.4.12.16-r1.ebuild 
b/app-arch/pax/pax-3.4.12.16-r1.ebuild
index 0e8133f..a14e869 100644
--- a/app-arch/pax/pax-3.4.12.16-r1.ebuild
+++ b/app-arch/pax/pax-3.4.12.16-r1.ebuild
@@ -26,6 +26,7 @@ src_prepare() {
rpm_spec_epatch ../${PN}.spec
epatch "${FILESDIR}"/pax-3.4-x32.patch
epatch "${FILESDIR}"/pax-3.4-fix-fts-includes.patch
+   epatch "${FILESDIR}"/pax-3.4-sysmacros.patch
sed -i configure.in \
-e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
-e '/AC_PROG_RANLIB/a AC_PROG_MKDIR_P' \

diff --git a/app-arch/pax/pax-3.4.12.16.ebuild 
b/app-arch/pax/pax-3.4.12.16.ebuild
index 973229e..8d485e6 100644
--- a/app-arch/pax/pax-3.4.12.16.ebuild
+++ b/app-arch/pax/pax-3.4.12.16.ebuild
@@ -25,6 +25,7 @@ S=${WORKDIR}/${MY_P}
 src_prepare() {
rpm_spec_epatch ../${PN}.spec
epatch "${FILESDIR}"/pax-3.4-x32.patch
+   epatch "${FILESDIR}"/pax-3.4-sysmacros.patch
sed -i configure.in -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
eautoreconf
 }



[gentoo-commits] repo/gentoo:master commit in: app-arch/pax/

2016-02-27 Thread Mike Frysinger
commit: 18c042c40cc44463924cca09860affd83e875ab9
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Feb 27 18:45:57 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Feb 27 18:54:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c042c4

app-arch/pax: update HOMEPAGE #547618

 app-arch/pax/pax-3.4.12.16-r1.ebuild | 2 +-
 app-arch/pax/pax-3.4.12.16.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/pax/pax-3.4.12.16-r1.ebuild 
b/app-arch/pax/pax-3.4.12.16-r1.ebuild
index 679fdb4..0e8133f 100644
--- a/app-arch/pax/pax-3.4.12.16-r1.ebuild
+++ b/app-arch/pax/pax-3.4.12.16-r1.ebuild
@@ -12,7 +12,7 @@ RPM_PV=$(get_version_component_range 3)
 FC_PV=$(get_version_component_range 4)
 
 DESCRIPTION="pax (Portable Archive eXchange) is the POSIX standard archive 
tool"
-HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/src/bin/pax/;
+HOMEPAGE="http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/bin/pax/;
 
SRC_URI="mirror://fedora-dev/releases/${FC_PV}/Everything/source/SRPMS/${MY_P}-${RPM_PV}.fc${FC_PV}.src.rpm"
 
 LICENSE="GPL-2"

diff --git a/app-arch/pax/pax-3.4.12.16.ebuild 
b/app-arch/pax/pax-3.4.12.16.ebuild
index 2b53d81..973229e 100644
--- a/app-arch/pax/pax-3.4.12.16.ebuild
+++ b/app-arch/pax/pax-3.4.12.16.ebuild
@@ -12,7 +12,7 @@ RPM_PV=$(get_version_component_range 3)
 FC_PV=$(get_version_component_range 4)
 
 DESCRIPTION="pax (Portable Archive eXchange) is the POSIX standard archive 
tool"
-HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/src/bin/pax/;
+HOMEPAGE="http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/bin/pax/;
 
SRC_URI="mirror://fedora-dev/releases/${FC_PV}/Everything/source/SRPMS/${MY_P}-${RPM_PV}.fc${FC_PV}.src.rpm"
 
 LICENSE="GPL-2"