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

2022-12-27 Thread Sam James
commit: d330c360ff7caf0e4cbc340fd5027b9cc6513af3
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 28 00:06:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 28 00:32:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d330c360

app-arch/pxz: drop 5.0_pre20220509

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

 app-arch/pxz/pxz-5.0_pre20220509.ebuild | 41 -
 1 file changed, 41 deletions(-)

diff --git a/app-arch/pxz/pxz-5.0_pre20220509.ebuild 
b/app-arch/pxz/pxz-5.0_pre20220509.ebuild
deleted file mode 100644
index 44c00d324932..
--- a/app-arch/pxz/pxz-5.0_pre20220509.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs vcs-snapshot
-
-PXZ_COMMIT="136e5c25daf545753329d7cee1b06ae482fb9c44"
-DESCRIPTION="Parallel implementation of the XZ compression utility"
-HOMEPAGE="https://jnovy.fedorapeople.org/pxz/;
-SRC_URI="https://github.com/jnovy/pxz/archive/${PXZ_COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux"
-
-# needs the library from xz-utils
-RDEPEND="app-arch/xz-utils"
-DEPEND="${RDEPEND}"
-
-pkg_pretend() {
-   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
-}
-
-pkg_setup() {
-   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
-}
-
-src_prepare() {
-   default
-
-   if use elibc_musl ; then
-   sed -i -e '//c\#define error(R,E,S,...) 
fprintf(stderr, S "\\n", ##__VA_ARGS__); exit(R)' pxz.c || die
-   fi
-}
-
-src_configure() {
-   tc-export CC
-   export BINDIR="${EPREFIX}"/usr/bin
-   export MANDIR="${EPREFIX}"/usr/share/man
-}



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

2022-12-23 Thread Sam James
commit: 3aa4dea80de32d717c1ad652378898328c41d654
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 23 08:03:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 23 08:03:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa4dea8

app-arch/pxz: Stabilize 5.0_pre20220509-r1 x86, #888051

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

 app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild 
b/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild
index bb6f97679399..0968ba7b2f96 100644
--- a/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild
+++ b/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jnovy/pxz/archive/${PXZ_COMMIT}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux"
 
 # Needs the library from xz-utils
 RDEPEND="app-arch/xz-utils"



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

2022-12-23 Thread Sam James
commit: 9d364a2f3d467f9b64bd699828b76c41d2c69fee
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 23 08:03:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 23 08:03:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d364a2f

app-arch/pxz: Stabilize 5.0_pre20220509-r1 amd64, #888051

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

 app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild 
b/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild
index 99d53a3224b4..bb6f97679399 100644
--- a/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild
+++ b/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jnovy/pxz/archive/${PXZ_COMMIT}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux"
 
 # Needs the library from xz-utils
 RDEPEND="app-arch/xz-utils"



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

2022-12-22 Thread Sam James
commit: a225d66f2e340a7634dd5a1c07978cb20d0289f7
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 23 07:06:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 23 07:06:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a225d66f

app-arch/pxz: HTTPSify HOMEPAGE

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

 app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild | 2 +-
 app-arch/pxz/pxz-5.0_pre20220509.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild 
b/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild
index 051b8312f0de..3f00553e7be7 100644
--- a/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild
+++ b/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild
@@ -7,7 +7,7 @@ inherit toolchain-funcs prefix vcs-snapshot
 
 PXZ_COMMIT="136e5c25daf545753329d7cee1b06ae482fb9c44"
 DESCRIPTION="Parallel implementation of the XZ compression utility"
-HOMEPAGE="http://jnovy.fedorapeople.org/pxz/;
+HOMEPAGE="https://jnovy.fedorapeople.org/pxz/;
 SRC_URI="https://github.com/jnovy/pxz/archive/${PXZ_COMMIT}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/app-arch/pxz/pxz-5.0_pre20220509.ebuild 
b/app-arch/pxz/pxz-5.0_pre20220509.ebuild
index 0c834cf15ee1..44c00d324932 100644
--- a/app-arch/pxz/pxz-5.0_pre20220509.ebuild
+++ b/app-arch/pxz/pxz-5.0_pre20220509.ebuild
@@ -7,7 +7,7 @@ inherit toolchain-funcs vcs-snapshot
 
 PXZ_COMMIT="136e5c25daf545753329d7cee1b06ae482fb9c44"
 DESCRIPTION="Parallel implementation of the XZ compression utility"
-HOMEPAGE="http://jnovy.fedorapeople.org/pxz/;
+HOMEPAGE="https://jnovy.fedorapeople.org/pxz/;
 SRC_URI="https://github.com/jnovy/pxz/archive/${PXZ_COMMIT}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"



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

2022-12-22 Thread Sam James
commit: 7d5806c771598a54e2b57c20111cae6724dad056
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 23 07:06:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 23 07:06:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5806c7

app-arch/pxz: add bug comment to eprefixify call

Bug: https://bugs.gentoo.org/887255
Signed-off-by: Sam James  gentoo.org>

 app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild 
b/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild
index 3f00553e7be7..99d53a3224b4 100644
--- a/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild
+++ b/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild
@@ -33,6 +33,7 @@ pkg_setup() {
 src_prepare() {
default
 
+   # bug #887255
eprefixify pxz.c
 
if use elibc_musl ; then



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

2022-12-22 Thread Sam James
commit: 849e9356f043162fe970d4f75a5e5c40aeb7b209
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 23 03:33:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 23 03:33:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=849e9356

app-arch/pxz: fix finding xz

Closes: https://bugs.gentoo.org/887255
Signed-off-by: Sam James  gentoo.org>

 .../files/pxz-5.0_pre20220509-fix-xz-path.patch| 21 ++
 app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild | 47 ++
 2 files changed, 68 insertions(+)

diff --git a/app-arch/pxz/files/pxz-5.0_pre20220509-fix-xz-path.patch 
b/app-arch/pxz/files/pxz-5.0_pre20220509-fix-xz-path.patch
new file mode 100644
index ..76e1f1506157
--- /dev/null
+++ b/app-arch/pxz/files/pxz-5.0_pre20220509-fix-xz-path.patch
@@ -0,0 +1,21 @@
+https://bugs.gentoo.org/887255
+https://github.com/jnovy/pxz/issues/34
+https://github.com/jnovy/pxz/pull/40
+
+From 20014a968d2330ac90f48fc2091e15a44cb1e759 Mon Sep 17 00:00:00 2001
+From: Tobias Faller 
+Date: Tue, 20 Dec 2022 22:41:59 +0100
+Subject: [PATCH] Updated default path for xz binary
+
+--- a/pxz.c
 b/pxz.c
+@@ -43,7 +43,7 @@
+ #endif
+ 
+ #ifndef XZ_BINARY
+-#define XZ_BINARY "xz"
++#define XZ_BINARY "/usr/bin/xz"
+ #endif
+ 
+ #define BUFFSIZE 0x1
+

diff --git a/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild 
b/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild
new file mode 100644
index ..051b8312f0de
--- /dev/null
+++ b/app-arch/pxz/pxz-5.0_pre20220509-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs prefix vcs-snapshot
+
+PXZ_COMMIT="136e5c25daf545753329d7cee1b06ae482fb9c44"
+DESCRIPTION="Parallel implementation of the XZ compression utility"
+HOMEPAGE="http://jnovy.fedorapeople.org/pxz/;
+SRC_URI="https://github.com/jnovy/pxz/archive/${PXZ_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux"
+
+# Needs the library from xz-utils
+RDEPEND="app-arch/xz-utils"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.0_pre20220509-fix-xz-path.patch
+)
+
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
+}
+
+pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
+}
+
+src_prepare() {
+   default
+
+   eprefixify pxz.c
+
+   if use elibc_musl ; then
+   sed -i -e '//c\#define error(R,E,S,...) 
fprintf(stderr, S "\\n", ##__VA_ARGS__); exit(R)' pxz.c || die
+   fi
+}
+
+src_configure() {
+   tc-export CC
+   export BINDIR="${EPREFIX}"/usr/bin
+   export MANDIR="${EPREFIX}"/usr/share/man
+}



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

2022-12-15 Thread Sam James
commit: 7da70b4dd59aaae07207d49a30f78bd444d92805
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 16 07:17:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 16 07:17:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da70b4d

app-arch/pxz: drop 5.0_pre20151029-r1

Bug: https://bugs.gentoo.org/881377
Signed-off-by: Sam James  gentoo.org>

 app-arch/pxz/Manifest  |  1 -
 app-arch/pxz/pxz-5.0_pre20151029-r1.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/app-arch/pxz/Manifest b/app-arch/pxz/Manifest
index 54473d801fb6..bdad03e15579 100644
--- a/app-arch/pxz/Manifest
+++ b/app-arch/pxz/Manifest
@@ -1,2 +1 @@
-DIST pxz-5.0_pre20151029.tar.gz 12271 BLAKE2B 
6ba2cb7629b0475761b59620375a2d0de7c6a3a61f7af20140e214383f737e046c45f0c602830c0331794fe1d38332d8d309ed0b8451e3a780ef1a2835de85e6
 SHA512 
d26bfdf9b70baf91c575e21824920cb42d0a9bd171254b99147a6e5e322ed3d1f7351a570358213431bdacdcbe6e7b22646a2dd2d7a127e167c8237bc4f3038a
 DIST pxz-5.0_pre20220509.tar.gz 12375 BLAKE2B 
5d954d4cd1b139dc94a9ecc5aa99c19a1484812eb62fce089b8f33bfc0ce3ed3ad8053cdc58843c429a365439cd13b3a4b14ebc34de7f2a99deae7cd995cd4e6
 SHA512 
b1de877d2b8ee9ea5190af4c1a0dc97fc35a084137db6d86e23de99b332ea361a82ed995ac2ea12b7bf0670ae92a822235be3b19a1145b6cf5604074f960

diff --git a/app-arch/pxz/pxz-5.0_pre20151029-r1.ebuild 
b/app-arch/pxz/pxz-5.0_pre20151029-r1.ebuild
deleted file mode 100644
index c9ad43cebe99..
--- a/app-arch/pxz/pxz-5.0_pre20151029-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs vcs-snapshot
-
-DESCRIPTION="Parallel implementation of the XZ compression utility"
-HOMEPAGE="http://jnovy.fedorapeople.org/pxz/;
-SRC_URI="https://github.com/jnovy/pxz/archive/fcfea93957d96b7661d1439cf4b767ecfd341eed.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux"
-
-# needs the library from xz-utils
-RDEPEND="app-arch/xz-utils"
-DEPEND="${RDEPEND}"
-
-pkg_pretend() {
-   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
-}
-
-pkg_setup() {
-   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
-}
-
-src_prepare() {
-   default
-
-   if use elibc_musl ; then
-   sed -i -e '//c\#define error(R,E,S,...) 
fprintf(stderr, S "\\n", ##__VA_ARGS__); exit(R)' pxz.c || die
-   fi
-}
-
-src_configure() {
-   tc-export CC
-   export BINDIR="${EPREFIX}"/usr/bin
-   export MANDIR="${EPREFIX}"/usr/share/man
-}



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

2022-12-15 Thread Sam James
commit: 4a904843ccfaa2780b6cd853e3a6eff3be3a8989
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 16 07:17:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 16 07:17:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a904843

app-arch/pxz: drop 

Out of sync.

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

 app-arch/pxz/pxz-.ebuild | 53 
 1 file changed, 53 deletions(-)

diff --git a/app-arch/pxz/pxz-.ebuild b/app-arch/pxz/pxz-.ebuild
deleted file mode 100644
index f67a5e51ae6a..
--- a/app-arch/pxz/pxz-.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/jnovy/pxz.git;
-   inherit git-r3
-else
-   MY_PV=${PV/_}
-   case ${MY_PV} in
-   *beta?*) MY_PV="${MY_PV/beta/beta.}git" ;;
-   esac
-   MY_P="${PN}-${MY_PV}"
-   SRC_URI="https://jnovy.fedorapeople.org/pxz/${MY_P}.tar.xz;
-   KEYWORDS="~amd64 ~x86"
-   S=${WORKDIR}/${MY_P/beta*/beta}
-fi
-
-DESCRIPTION="parallel LZMA compressor (no parallel decompression!)"
-HOMEPAGE="https://jnovy.fedorapeople.org/pxz/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-# needs the library from xz-utils
-DEPEND="app-arch/xz-utils"
-RDEPEND="${DEPEND}"
-
-pkg_pretend() {
-   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
-}
-
-pkg_setup() {
-   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
-}
-
-src_prepare() {
-   default
-
-   if use elibc_musl ; then
-   sed -i -e '//c\#define error(R,E,S,...) 
fprintf(stderr, S "\\n", ##__VA_ARGS__); exit(R)' pxz.c || die
-   fi
-}
-
-src_configure() {
-   tc-export CC
-   export BINDIR="${EPREFIX}"/usr/bin
-   export MANDIR="${EPREFIX}"/usr/share/man
-}



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

2022-12-09 Thread Sam James
commit: 1e39dd80bd332c09dba0c314fc792192dd4b16a1
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 02:54:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 02:54:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e39dd80

app-arch/pxz: Stabilize 5.0_pre20220509 amd64, #885113

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

 app-arch/pxz/pxz-5.0_pre20220509.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pxz/pxz-5.0_pre20220509.ebuild 
b/app-arch/pxz/pxz-5.0_pre20220509.ebuild
index a74ee4d6c769..0c834cf15ee1 100644
--- a/app-arch/pxz/pxz-5.0_pre20220509.ebuild
+++ b/app-arch/pxz/pxz-5.0_pre20220509.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jnovy/pxz/archive/${PXZ_COMMIT}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux"
 
 # needs the library from xz-utils
 RDEPEND="app-arch/xz-utils"



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

2022-12-09 Thread Sam James
commit: 3ce69c05fc9e04221734e798e2a90a15da31085d
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 02:54:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 02:54:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce69c05

app-arch/pxz: Stabilize 5.0_pre20220509 x86, #885113

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

 app-arch/pxz/pxz-5.0_pre20220509.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pxz/pxz-5.0_pre20220509.ebuild 
b/app-arch/pxz/pxz-5.0_pre20220509.ebuild
index 72381a102246..a74ee4d6c769 100644
--- a/app-arch/pxz/pxz-5.0_pre20220509.ebuild
+++ b/app-arch/pxz/pxz-5.0_pre20220509.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jnovy/pxz/archive/${PXZ_COMMIT}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86 ~amd64-linux"
 
 # needs the library from xz-utils
 RDEPEND="app-arch/xz-utils"



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

2022-11-15 Thread Sam James
commit: 1d8b19f8f756bd4ff64825030fab610a7cb1cae7
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov 15 09:15:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov 15 09:15:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d8b19f8

app-arch/pxz: add 5.0_pre20220509

Bug: https://bugs.gentoo.org/881377
Signed-off-by: Sam James  gentoo.org>

 app-arch/pxz/Manifest   |  1 +
 app-arch/pxz/pxz-5.0_pre20220509.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-arch/pxz/Manifest b/app-arch/pxz/Manifest
index 5fd2bc75ba2c..54473d801fb6 100644
--- a/app-arch/pxz/Manifest
+++ b/app-arch/pxz/Manifest
@@ -1 +1,2 @@
 DIST pxz-5.0_pre20151029.tar.gz 12271 BLAKE2B 
6ba2cb7629b0475761b59620375a2d0de7c6a3a61f7af20140e214383f737e046c45f0c602830c0331794fe1d38332d8d309ed0b8451e3a780ef1a2835de85e6
 SHA512 
d26bfdf9b70baf91c575e21824920cb42d0a9bd171254b99147a6e5e322ed3d1f7351a570358213431bdacdcbe6e7b22646a2dd2d7a127e167c8237bc4f3038a
+DIST pxz-5.0_pre20220509.tar.gz 12375 BLAKE2B 
5d954d4cd1b139dc94a9ecc5aa99c19a1484812eb62fce089b8f33bfc0ce3ed3ad8053cdc58843c429a365439cd13b3a4b14ebc34de7f2a99deae7cd995cd4e6
 SHA512 
b1de877d2b8ee9ea5190af4c1a0dc97fc35a084137db6d86e23de99b332ea361a82ed995ac2ea12b7bf0670ae92a822235be3b19a1145b6cf5604074f960

diff --git a/app-arch/pxz/pxz-5.0_pre20220509.ebuild 
b/app-arch/pxz/pxz-5.0_pre20220509.ebuild
new file mode 100644
index ..72381a102246
--- /dev/null
+++ b/app-arch/pxz/pxz-5.0_pre20220509.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs vcs-snapshot
+
+PXZ_COMMIT="136e5c25daf545753329d7cee1b06ae482fb9c44"
+DESCRIPTION="Parallel implementation of the XZ compression utility"
+HOMEPAGE="http://jnovy.fedorapeople.org/pxz/;
+SRC_URI="https://github.com/jnovy/pxz/archive/${PXZ_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux"
+
+# needs the library from xz-utils
+RDEPEND="app-arch/xz-utils"
+DEPEND="${RDEPEND}"
+
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
+}
+
+pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
+}
+
+src_prepare() {
+   default
+
+   if use elibc_musl ; then
+   sed -i -e '//c\#define error(R,E,S,...) 
fprintf(stderr, S "\\n", ##__VA_ARGS__); exit(R)' pxz.c || die
+   fi
+}
+
+src_configure() {
+   tc-export CC
+   export BINDIR="${EPREFIX}"/usr/bin
+   export MANDIR="${EPREFIX}"/usr/share/man
+}



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

2022-11-15 Thread Sam James
commit: 65e6a9ab7883545eef849ed207a0ab7e8e1db86f
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov 15 09:08:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov 15 09:08:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e6a9ab

app-arch/pxz: add github upstream metadata

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

 app-arch/pxz/metadata.xml | 25 ++---
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git a/app-arch/pxz/metadata.xml b/app-arch/pxz/metadata.xml
index 8aaea027cbbd..c9d7bc294a84 100644
--- a/app-arch/pxz/metadata.xml
+++ b/app-arch/pxz/metadata.xml
@@ -1,15 +1,18 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-chutz...@gentoo.org
-Patrick McLean
-
-
-Parallel XZ is a compression utility that takes advantage of running LZMA
-compression of different parts of an input file on multiple cores and
-processors simultaneously. Its primary goal is to utilize all resources
-to speed up compression time with minimal possible influence on compression
-ratio.
-
+   
+   chutz...@gentoo.org
+   Patrick McLean
+   
+   
+   Parallel XZ is a compression utility that takes advantage of running 
LZMA
+   compression of different parts of an input file on multiple cores and
+   processors simultaneously. Its primary goal is to utilize all resources
+   to speed up compression time with minimal possible influence on 
compression
+   ratio.
+   
+   
+   jnovy/pxz
+   
 



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

2022-05-16 Thread David Seifert
commit: e6ef88c4ce96c90cfb0a0ed891265880e20b4e78
Author: David Seifert  gentoo  org>
AuthorDate: Mon May 16 08:12:06 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon May 16 08:12:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ef88c4

app-arch/pxz: [QA] use tc-check-openmp correctly

Signed-off-by: David Seifert  gentoo.org>

 ...151029.ebuild => pxz-5.0_pre20151029-r1.ebuild} | 29 
 app-arch/pxz/pxz-.ebuild   | 32 ++
 2 files changed, 38 insertions(+), 23 deletions(-)

diff --git a/app-arch/pxz/pxz-5.0_pre20151029.ebuild 
b/app-arch/pxz/pxz-5.0_pre20151029-r1.ebuild
similarity index 66%
rename from app-arch/pxz/pxz-5.0_pre20151029.ebuild
rename to app-arch/pxz/pxz-5.0_pre20151029-r1.ebuild
index 64175e6452fa..c9ad43cebe99 100644
--- a/app-arch/pxz/pxz-5.0_pre20151029.ebuild
+++ b/app-arch/pxz/pxz-5.0_pre20151029-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=8
 
 inherit toolchain-funcs vcs-snapshot
 
@@ -12,22 +12,29 @@ 
SRC_URI="https://github.com/jnovy/pxz/archive/fcfea93957d96b7661d1439cf4b767ecfd
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux"
-IUSE=""
 
 # needs the library from xz-utils
-# needs the libgomp library from gcc at runtime
-RDEPEND="app-arch/xz-utils
-   sys-devel/gcc:*[openmp]"
+RDEPEND="app-arch/xz-utils"
 DEPEND="${RDEPEND}"
 
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
+}
+
+pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
+}
+
 src_prepare() {
-   tc-check-openmp
-   tc-export CC
-   export BINDIR="${EPREFIX}"/usr/bin
-   export MANDIR="${EPREFIX}"/usr/share/man
-   default_src_prepare
+   default
 
if use elibc_musl ; then
-   sed -i -e '//c\#define error(R,E,S,...) fprintf(stderr, S 
"\\n", ##__VA_ARGS__); exit(R)' pxz.c
+   sed -i -e '//c\#define error(R,E,S,...) 
fprintf(stderr, S "\\n", ##__VA_ARGS__); exit(R)' pxz.c || die
fi
 }
+
+src_configure() {
+   tc-export CC
+   export BINDIR="${EPREFIX}"/usr/bin
+   export MANDIR="${EPREFIX}"/usr/share/man
+}

diff --git a/app-arch/pxz/pxz-.ebuild b/app-arch/pxz/pxz-.ebuild
index 895c02be50d0..f67a5e51ae6a 100644
--- a/app-arch/pxz/pxz-.ebuild
+++ b/app-arch/pxz/pxz-.ebuild
@@ -1,11 +1,11 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-inherit toolchain-funcs flag-o-matic
+inherit toolchain-funcs
 
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/jnovy/pxz.git;
inherit git-r3
 else
@@ -27,19 +27,27 @@ SLOT="0"
 IUSE=""
 
 # needs the library from xz-utils
-# needs the libgomp library from gcc at runtime
-DEPEND="app-arch/xz-utils
-   sys-devel/gcc:*[openmp]"
+DEPEND="app-arch/xz-utils"
 RDEPEND="${DEPEND}"
 
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
+}
+
+pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
+}
+
 src_prepare() {
-   tc-check-openmp
-   tc-export CC
-   export BINDIR="${EPREFIX}"/usr/bin
-   export MANDIR="${EPREFIX}"/usr/share/man
-   default_src_prepare
+   default
 
if use elibc_musl ; then
-   sed -i -e '//c\#define error(R,E,S,...) fprintf(stderr, S 
"\\n", ##__VA_ARGS__); exit(R)' pxz.c
+   sed -i -e '//c\#define error(R,E,S,...) 
fprintf(stderr, S "\\n", ##__VA_ARGS__); exit(R)' pxz.c || die
fi
 }
+
+src_configure() {
+   tc-export CC
+   export BINDIR="${EPREFIX}"/usr/bin
+   export MANDIR="${EPREFIX}"/usr/share/man
+}



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

2022-01-25 Thread Fabian Groffen
commit: 7f770c6e42a8e6c1bed10ee17064d35813302018
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Jan 25 20:09:41 2022 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Jan 25 20:13:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f770c6e

app-arch/pxz: fix for musl

Closes: https://bugs.gentoo.org/717062
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Fabian Groffen  gentoo.org>

 app-arch/pxz/pxz-5.0_pre20151029.ebuild | 8 ++--
 app-arch/pxz/pxz-.ebuild| 6 +-
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/app-arch/pxz/pxz-5.0_pre20151029.ebuild 
b/app-arch/pxz/pxz-5.0_pre20151029.ebuild
index 1ae6092ecb65..64175e6452fa 100644
--- a/app-arch/pxz/pxz-5.0_pre20151029.ebuild
+++ b/app-arch/pxz/pxz-5.0_pre20151029.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jnovy/pxz/archive/fcfea93957d96b7661d1439cf4b767ecfd
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux"
 IUSE=""
 
 # needs the library from xz-utils
@@ -26,4 +26,8 @@ src_prepare() {
export BINDIR="${EPREFIX}"/usr/bin
export MANDIR="${EPREFIX}"/usr/share/man
default_src_prepare
+
+   if use elibc_musl ; then
+   sed -i -e '//c\#define error(R,E,S,...) fprintf(stderr, S 
"\\n", ##__VA_ARGS__); exit(R)' pxz.c
+   fi
 }

diff --git a/app-arch/pxz/pxz-.ebuild b/app-arch/pxz/pxz-.ebuild
index 24f23c3bd088..895c02be50d0 100644
--- a/app-arch/pxz/pxz-.ebuild
+++ b/app-arch/pxz/pxz-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -38,4 +38,8 @@ src_prepare() {
export BINDIR="${EPREFIX}"/usr/bin
export MANDIR="${EPREFIX}"/usr/share/man
default_src_prepare
+
+   if use elibc_musl ; then
+   sed -i -e '//c\#define error(R,E,S,...) fprintf(stderr, S 
"\\n", ##__VA_ARGS__); exit(R)' pxz.c
+   fi
 }



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

2017-11-20 Thread Manuel Rüger
commit: c61a791b6cfce09f90822e2e93f45e4a10bb09d0
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Nov 20 13:53:57 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Nov 20 13:53:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61a791b

app-arch/pxz: Remove old

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-arch/pxz/Manifest   |  1 -
 app-arch/pxz/pxz-5.0_pre20110811.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/app-arch/pxz/Manifest b/app-arch/pxz/Manifest
index ec692f87341..e4b43e537c4 100644
--- a/app-arch/pxz/Manifest
+++ b/app-arch/pxz/Manifest
@@ -1,2 +1 @@
-DIST pxz-5.0_pre20110811.tar.xz 11192 SHA256 
0059ce89a35ed9d14634903ba1c7aae0a4af6116a6b0f04e10c4602862690ad7 SHA512 
d7a837a1b777aad397752efdb0416778bd7b0da93db40528db384b5573702ff9c387c8223a65d1cdec3261cad07ca51ba8dc3bd8be18871d66f63009e144799d
 WHIRLPOOL 
f6b9dee63c2888f360f6298b04fb8d58ff20d57838faefa7e96296a37a98263d42b414380820642c9fc57d8ca4f5ff6d1eb7ddca66d09943c2676bf34b0e3a01
 DIST pxz-5.0_pre20151029.tar.gz 12271 SHA256 
080d655f84093ba4dafc22b44c3606ee12bad04d2bf1fd6df8877d94b1710251 SHA512 
d26bfdf9b70baf91c575e21824920cb42d0a9bd171254b99147a6e5e322ed3d1f7351a570358213431bdacdcbe6e7b22646a2dd2d7a127e167c8237bc4f3038a
 WHIRLPOOL 
113ad028f3f2e07dda6f8b124df100c51f789bec0ba44919fd14d52ac8d7c72e2a6c4ee38f5d966525f509492a10b805981e2a5d15e77d98cbdb81e8593c19b7

diff --git a/app-arch/pxz/pxz-5.0_pre20110811.ebuild 
b/app-arch/pxz/pxz-5.0_pre20110811.ebuild
deleted file mode 100644
index b9a456cf378..000
--- a/app-arch/pxz/pxz-5.0_pre20110811.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit flag-o-matic
-
-DESCRIPTION="Parallel implementation of the XZ compression utility"
-HOMEPAGE="https://jnovy.fedorapeople.org/pxz/;
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux"
-IUSE=""
-
-RDEPEND="app-arch/xz-utils"
-DEPEND="${RDEPEND}
-   sys-devel/gcc[openmp]"
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-}



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

2017-11-20 Thread Manuel Rüger
commit: dd6c3b3613f8243614f685fba190b9a83987b365
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Nov 20 13:53:41 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Nov 20 13:53:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6c3b36

app-arch/pxz: Stable on amd64

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-arch/pxz/pxz-5.0_pre20151029.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pxz/pxz-5.0_pre20151029.ebuild 
b/app-arch/pxz/pxz-5.0_pre20151029.ebuild
index 798e2cabcc8..1ae6092ecb6 100644
--- a/app-arch/pxz/pxz-5.0_pre20151029.ebuild
+++ b/app-arch/pxz/pxz-5.0_pre20151029.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jnovy/pxz/archive/fcfea93957d96b7661d1439cf4b767ecfd
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux"
+KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux"
 IUSE=""
 
 # needs the library from xz-utils



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

2017-11-19 Thread Thomas Deutschmann
commit: fe85d144c8e8a93bcc38e92a68fdaa455cfd1e5d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 19 18:50:32 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov 19 19:14:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe85d144

app-arch/pxz: x86 stable (bug #621512)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-arch/pxz/pxz-5.0_pre20151029.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pxz/pxz-5.0_pre20151029.ebuild 
b/app-arch/pxz/pxz-5.0_pre20151029.ebuild
index a8df49e844e..798e2cabcc8 100644
--- a/app-arch/pxz/pxz-5.0_pre20151029.ebuild
+++ b/app-arch/pxz/pxz-5.0_pre20151029.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jnovy/pxz/archive/fcfea93957d96b7661d1439cf4b767ecfd
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux"
 IUSE=""
 
 # needs the library from xz-utils



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

2017-11-08 Thread Fabian Groffen
commit: 6bce86cb3100edd355604b906564e436325f2dfb
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Nov  8 10:50:28 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Nov  8 10:50:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bce86cb

app-arch/pxz: fix install paths for Prefix

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-arch/pxz/pxz-5.0_pre20151029.ebuild | 2 ++
 app-arch/pxz/pxz-.ebuild| 2 ++
 2 files changed, 4 insertions(+)

diff --git a/app-arch/pxz/pxz-5.0_pre20151029.ebuild 
b/app-arch/pxz/pxz-5.0_pre20151029.ebuild
index b530e792a3a..a8df49e844e 100644
--- a/app-arch/pxz/pxz-5.0_pre20151029.ebuild
+++ b/app-arch/pxz/pxz-5.0_pre20151029.ebuild
@@ -23,5 +23,7 @@ DEPEND="${RDEPEND}"
 src_prepare() {
tc-check-openmp
tc-export CC
+   export BINDIR="${EPREFIX}"/usr/bin
+   export MANDIR="${EPREFIX}"/usr/share/man
default_src_prepare
 }

diff --git a/app-arch/pxz/pxz-.ebuild b/app-arch/pxz/pxz-.ebuild
index d2ff3b411ed..24f23c3bd08 100644
--- a/app-arch/pxz/pxz-.ebuild
+++ b/app-arch/pxz/pxz-.ebuild
@@ -35,5 +35,7 @@ RDEPEND="${DEPEND}"
 src_prepare() {
tc-check-openmp
tc-export CC
+   export BINDIR="${EPREFIX}"/usr/bin
+   export MANDIR="${EPREFIX}"/usr/share/man
default_src_prepare
 }



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

2017-10-26 Thread Fabian Groffen
commit: 74f63c88586a6f6bfdb35146afe542e8ec31914b
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Oct 26 06:55:19 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Oct 26 06:58:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f63c88

app-arch/pxz: version bump, update live ebuild, bug #621512

Bump package using ebuild by Brian Evans, update  version similarly.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-arch/pxz/Manifest   |  1 +
 app-arch/pxz/pxz-5.0_pre20151029.ebuild | 27 +++
 app-arch/pxz/pxz-.ebuild| 18 +++---
 3 files changed, 35 insertions(+), 11 deletions(-)

diff --git a/app-arch/pxz/Manifest b/app-arch/pxz/Manifest
index a779dd0254f..ec692f87341 100644
--- a/app-arch/pxz/Manifest
+++ b/app-arch/pxz/Manifest
@@ -1 +1,2 @@
 DIST pxz-5.0_pre20110811.tar.xz 11192 SHA256 
0059ce89a35ed9d14634903ba1c7aae0a4af6116a6b0f04e10c4602862690ad7 SHA512 
d7a837a1b777aad397752efdb0416778bd7b0da93db40528db384b5573702ff9c387c8223a65d1cdec3261cad07ca51ba8dc3bd8be18871d66f63009e144799d
 WHIRLPOOL 
f6b9dee63c2888f360f6298b04fb8d58ff20d57838faefa7e96296a37a98263d42b414380820642c9fc57d8ca4f5ff6d1eb7ddca66d09943c2676bf34b0e3a01
+DIST pxz-5.0_pre20151029.tar.gz 12271 SHA256 
080d655f84093ba4dafc22b44c3606ee12bad04d2bf1fd6df8877d94b1710251 SHA512 
d26bfdf9b70baf91c575e21824920cb42d0a9bd171254b99147a6e5e322ed3d1f7351a570358213431bdacdcbe6e7b22646a2dd2d7a127e167c8237bc4f3038a
 WHIRLPOOL 
113ad028f3f2e07dda6f8b124df100c51f789bec0ba44919fd14d52ac8d7c72e2a6c4ee38f5d966525f509492a10b805981e2a5d15e77d98cbdb81e8593c19b7

diff --git a/app-arch/pxz/pxz-5.0_pre20151029.ebuild 
b/app-arch/pxz/pxz-5.0_pre20151029.ebuild
new file mode 100644
index 000..b530e792a3a
--- /dev/null
+++ b/app-arch/pxz/pxz-5.0_pre20151029.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs vcs-snapshot
+
+DESCRIPTION="Parallel implementation of the XZ compression utility"
+HOMEPAGE="http://jnovy.fedorapeople.org/pxz/;
+SRC_URI="https://github.com/jnovy/pxz/archive/fcfea93957d96b7661d1439cf4b767ecfd341eed.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+# needs the library from xz-utils
+# needs the libgomp library from gcc at runtime
+RDEPEND="app-arch/xz-utils
+   sys-devel/gcc:*[openmp]"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   tc-check-openmp
+   tc-export CC
+   default_src_prepare
+}

diff --git a/app-arch/pxz/pxz-.ebuild b/app-arch/pxz/pxz-.ebuild
index a79b3ab628f..d2ff3b411ed 100644
--- a/app-arch/pxz/pxz-.ebuild
+++ b/app-arch/pxz/pxz-.ebuild
@@ -1,13 +1,13 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="3"
+EAPI=6
 
 inherit toolchain-funcs flag-o-matic
 
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/jnovy/pxz.git;
-   inherit git-2
+   inherit git-r3
 else
MY_PV=${PV/_}
case ${MY_PV} in
@@ -29,15 +29,11 @@ IUSE=""
 # needs the library from xz-utils
 # needs the libgomp library from gcc at runtime
 DEPEND="app-arch/xz-utils
-   sys-devel/gcc[openmp]"
+   sys-devel/gcc:*[openmp]"
 RDEPEND="${DEPEND}"
 
-src_compile() {
-   append-lfs-flags
-   CFLAGS="${CFLAGS} ${CPPFLAGS}" \
-   emake CC="$(tc-getCC)" || die
-}
-
-src_install() {
-   emake install DESTDIR="${D}" || die
+src_prepare() {
+   tc-check-openmp
+   tc-export CC
+   default_src_prepare
 }



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

2017-10-26 Thread Fabian Groffen
commit: ddfbd03b9ea7957125e378f3ba8d13b8a2ca6aba
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Oct 26 06:06:19 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Oct 26 06:06:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddfbd03b

app-arch/pxz: marked ~ppc64

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-arch/pxz/pxz-5.0_pre20110811.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pxz/pxz-5.0_pre20110811.ebuild 
b/app-arch/pxz/pxz-5.0_pre20110811.ebuild
index e36a6e9f0f6..b9a456cf378 100644
--- a/app-arch/pxz/pxz-5.0_pre20110811.ebuild
+++ b/app-arch/pxz/pxz-5.0_pre20110811.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux"
+KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux"
 IUSE=""
 
 RDEPEND="app-arch/xz-utils"



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

2017-06-20 Thread Fabian Groffen
commit: aac201ed3a4d3387f99f7a1155ae509f749a07c4
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Jun 20 12:46:00 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Jun 20 12:46:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac201ed

app-arch/pxz: marked ~amd64-linux

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-arch/pxz/pxz-5.0_pre20110811.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/pxz/pxz-5.0_pre20110811.ebuild 
b/app-arch/pxz/pxz-5.0_pre20110811.ebuild
index 1746dbdc144..8f93a1b47eb 100644
--- a/app-arch/pxz/pxz-5.0_pre20110811.ebuild
+++ b/app-arch/pxz/pxz-5.0_pre20110811.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="3"
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 x86 ~amd64-linux"
 IUSE=""
 
 RDEPEND="app-arch/xz-utils"



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

2016-12-29 Thread Agostino Sarubbo
commit: 9e868f9175334a2e2d95c4d653552b6c8efddb8b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Dec 29 10:05:08 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Dec 29 10:05:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e868f91

app-arch/pxz: amd64 stable wrt bug #598246

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

 app-arch/pxz/pxz-5.0_pre20110811.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/pxz/pxz-5.0_pre20110811.ebuild 
b/app-arch/pxz/pxz-5.0_pre20110811.ebuild
index 1257502..501334e 100644
--- a/app-arch/pxz/pxz-5.0_pre20110811.ebuild
+++ b/app-arch/pxz/pxz-5.0_pre20110811.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="app-arch/xz-utils"