[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2024-03-26 Thread Ionen Wolkens
commit: 39fbb0c30ead2f0d5e6486d8af7558e282f2041b
Author: Matoro Mahri  matoro  tk>
AuthorDate: Fri Mar 22 15:53:05 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Mar 26 20:17:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39fbb0c3

dev-util/patchelf: Keyword 0.18.0 mips, #927457

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-util/patchelf/patchelf-0.18.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/patchelf/patchelf-0.18.0.ebuild 
b/dev-util/patchelf/patchelf-0.18.0.ebuild
index 37dbfc7cc26a..048b656b 100644
--- a/dev-util/patchelf/patchelf-0.18.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 x86 
~amd64-linux ~riscv-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 x86 ~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2023-08-24 Thread James Le Cuirot
commit: 6af4f6b73ab3d1b5730bb3cabaa50a2fe7f40b5e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Aug 24 21:33:45 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Aug 24 21:33:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af4f6b7

dev-util/patchelf: Restore 0.17.2

0.18.0 fails tests on some architectures.

Bug: https://bugs.gentoo.org/912847
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest   |  1 +
 dev-util/patchelf/patchelf-0.17.2.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 7e7fcf5bffb8..ed30350914d1 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1 +1,2 @@
+DIST patchelf-0.17.2.tar.gz 143954 BLAKE2B 
7ed684c63955a0b9cfe293fb966f7f08a90c76e8efb2b493eaf3705c57767b31b31e48ab59f39ff1d91b7a4501e6d203e32a40040625a44a7d44113b1320530c
 SHA512 
e5545416d32248d023759457d0a5cd4841d69f39366eb0aa9cfd8a43d2ce372c6e05995bf60ba62bd85c6d98fdece2dbd1e20872e338ef5ac75f11b82ae091b3
 DIST patchelf-0.18.0.tar.gz 331312 BLAKE2B 
e6ce4ec3bd89c280bb37230dbeb566b803f0996e79f7dba74f138f66e17746d331baea4def6a43163024b3d86aa8dbac9b2c6545ac146298a8b84373d03b
 SHA512 
6a917d7336b1e8c59f42d4cd1dc725df1378d77657fce13cb31547da1d4805b9df8a834a7b8408fda8aa1dbeb37d0cdca74d8698844ea2f44149f800b802dea6

diff --git a/dev-util/patchelf/patchelf-0.17.2.ebuild 
b/dev-util/patchelf/patchelf-0.17.2.ebuild
new file mode 100644
index ..ef24854c8688
--- /dev/null
+++ b/dev-util/patchelf/patchelf-0.17.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
+HOMEPAGE="https://github.com/NixOS/patchelf;
+SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~riscv-linux ~x86-linux"
+LICENSE="GPL-3"
+
+src_prepare() {
+   default
+   rm src/elf.h || die
+
+   sed -i \
+   -e 's:-Werror::g' \
+   configure.ac || die
+
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2023-08-24 Thread James Le Cuirot
commit: 4761dc091493f78ef61235e9ab5669510e7bd622
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Aug 24 21:34:14 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Aug 24 21:41:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4761dc09

dev-util/patchelf: Keyword 0.17.2 for ~m68k

The tests pass.

Bug: https://bugs.gentoo.org/912847
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/patchelf-0.17.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/patchelf/patchelf-0.17.2.ebuild 
b/dev-util/patchelf/patchelf-0.17.2.ebuild
index ef24854c8688..3ce769ef0f54 100644
--- a/dev-util/patchelf/patchelf-0.17.2.ebuild
+++ b/dev-util/patchelf/patchelf-0.17.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~riscv-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2023-08-24 Thread James Le Cuirot
commit: c6604aaa5fdfda4d1954438833fc783eee63f6d0
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Aug 24 21:38:48 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Aug 24 21:42:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6604aaa

dev-util/patchelf: Drop sparc keyword on 0.18.0 and stabilise 0.17.2 instead

The 0.18.0 tests fail on sparc but the 0.17.2 tests pass.

Bug: https://bugs.gentoo.org/912847
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/patchelf-0.17.2.ebuild | 2 +-
 dev-util/patchelf/patchelf-0.18.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/patchelf/patchelf-0.17.2.ebuild 
b/dev-util/patchelf/patchelf-0.17.2.ebuild
index 3ce769ef0f54..968fd2dbe7bd 100644
--- a/dev-util/patchelf/patchelf-0.17.2.ebuild
+++ b/dev-util/patchelf/patchelf-0.17.2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~riscv-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 sparc 
~x86 ~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {

diff --git a/dev-util/patchelf/patchelf-0.18.0.ebuild 
b/dev-util/patchelf/patchelf-0.18.0.ebuild
index 115eb04b1519..19d9351a66a2 100644
--- a/dev-util/patchelf/patchelf-0.18.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.18.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~riscv-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 x86 
~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2023-08-24 Thread Arthur Zamarin
commit: 5a2f4792c26c831c800b0bf8ee6d033ac0a1ebf7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug 24 18:08:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug 24 18:08:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2f4792

dev-util/patchelf: Stabilize 0.18.0 sparc, #912910

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-util/patchelf/patchelf-0.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.18.0.ebuild 
b/dev-util/patchelf/patchelf-0.18.0.ebuild
index e00b1f7629dd..115eb04b1519 100644
--- a/dev-util/patchelf/patchelf-0.18.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.18.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~riscv-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2023-08-01 Thread Sam James
commit: 61d1d40e71fd2bbc82345c85ec1c95bbd0de0a76
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  2 04:26:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  2 04:26:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61d1d40e

dev-util/patchelf: Stabilize 0.18.0 hppa, #911028

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

 dev-util/patchelf/patchelf-0.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.18.0.ebuild 
b/dev-util/patchelf/patchelf-0.18.0.ebuild
index b4fbaa1c8439..e00b1f7629dd 100644
--- a/dev-util/patchelf/patchelf-0.18.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.18.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~riscv-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2023-06-18 Thread James Le Cuirot
commit: 15fca1cdc7b818b7eb54735864471ed5dba7876c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Jun 18 22:16:58 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Jun 18 22:16:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15fca1cd

dev-util/patchelf: Drop old 0.17.0 and 0.17.2

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest   |  2 --
 dev-util/patchelf/patchelf-0.17.0.ebuild | 24 
 dev-util/patchelf/patchelf-0.17.2.ebuild | 24 
 3 files changed, 50 deletions(-)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 4843554777ba..7e7fcf5bffb8 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,3 +1 @@
-DIST patchelf-0.17.0.tar.gz 143684 BLAKE2B 
ef32baae1d1e07c77442878977693849e2dd3d5c1c1b8d53eb54ee7b1b78eb77ebcf87cbd7caa683f0043e6d7b90ca2593968e9c95b0902e45c4634823be196b
 SHA512 
0db2294cc16a919a84a1bb71194b3ed7a87bb669f684e4cc0943b33899d69690097c59d5c9f8e631bc1b4136db7f10f7cb0fbb1c96912aee567a0fd7dc9c9588
-DIST patchelf-0.17.2.tar.gz 143954 BLAKE2B 
7ed684c63955a0b9cfe293fb966f7f08a90c76e8efb2b493eaf3705c57767b31b31e48ab59f39ff1d91b7a4501e6d203e32a40040625a44a7d44113b1320530c
 SHA512 
e5545416d32248d023759457d0a5cd4841d69f39366eb0aa9cfd8a43d2ce372c6e05995bf60ba62bd85c6d98fdece2dbd1e20872e338ef5ac75f11b82ae091b3
 DIST patchelf-0.18.0.tar.gz 331312 BLAKE2B 
e6ce4ec3bd89c280bb37230dbeb566b803f0996e79f7dba74f138f66e17746d331baea4def6a43163024b3d86aa8dbac9b2c6545ac146298a8b84373d03b
 SHA512 
6a917d7336b1e8c59f42d4cd1dc725df1378d77657fce13cb31547da1d4805b9df8a834a7b8408fda8aa1dbeb37d0cdca74d8698844ea2f44149f800b802dea6

diff --git a/dev-util/patchelf/patchelf-0.17.0.ebuild 
b/dev-util/patchelf/patchelf-0.17.0.ebuild
deleted file mode 100644
index 416bbff5fc7e..
--- a/dev-util/patchelf/patchelf-0.17.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
-HOMEPAGE="https://github.com/NixOS/patchelf;
-SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~riscv-linux ~x86-linux"
-LICENSE="GPL-3"
-
-src_prepare() {
-   default
-   rm src/elf.h || die
-
-   sed -i \
-   -e 's:-Werror::g' \
-   configure.ac || die
-
-   eautoreconf
-}

diff --git a/dev-util/patchelf/patchelf-0.17.2.ebuild 
b/dev-util/patchelf/patchelf-0.17.2.ebuild
deleted file mode 100644
index ef24854c8688..
--- a/dev-util/patchelf/patchelf-0.17.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
-HOMEPAGE="https://github.com/NixOS/patchelf;
-SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~riscv-linux ~x86-linux"
-LICENSE="GPL-3"
-
-src_prepare() {
-   default
-   rm src/elf.h || die
-
-   sed -i \
-   -e 's:-Werror::g' \
-   configure.ac || die
-
-   eautoreconf
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2023-06-17 Thread Sam James
commit: ff2b9805dd65a694f8ded5836e07c57b5d47eed3
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 17 22:47:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 17 22:47:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff2b9805

dev-util/patchelf: Stabilize 0.18.0 ppc, #908413

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

 dev-util/patchelf/patchelf-0.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.18.0.ebuild 
b/dev-util/patchelf/patchelf-0.18.0.ebuild
index 5df499d5e4c6..b4fbaa1c8439 100644
--- a/dev-util/patchelf/patchelf-0.18.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.18.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~riscv-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2023-06-16 Thread Sam James
commit: 70be43713c98c7781a99adc5d3a2652d9bc58fbc
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 17 03:55:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 17 03:55:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70be4371

dev-util/patchelf: Stabilize 0.18.0 x86, #908413

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

 dev-util/patchelf/patchelf-0.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.18.0.ebuild 
b/dev-util/patchelf/patchelf-0.18.0.ebuild
index 13b851d2255e..934d5a67fd47 100644
--- a/dev-util/patchelf/patchelf-0.18.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.18.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~riscv-linux ~x86-linux"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2023-06-16 Thread Sam James
commit: 4c1dd69cebfb3dde2f3cfd2c5b0653ad63d14225
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 17 03:55:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 17 03:55:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1dd69c

dev-util/patchelf: Stabilize 0.18.0 amd64, #908413

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

 dev-util/patchelf/patchelf-0.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.18.0.ebuild 
b/dev-util/patchelf/patchelf-0.18.0.ebuild
index 934d5a67fd47..5df499d5e4c6 100644
--- a/dev-util/patchelf/patchelf-0.18.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.18.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~riscv-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2023-06-16 Thread Sam James
commit: 85488ca956ec923fe092a597212628578f57543d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 17 02:49:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 17 02:49:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85488ca9

dev-util/patchelf: Stabilize 0.18.0 arm64, #908413

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

 dev-util/patchelf/patchelf-0.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.18.0.ebuild 
b/dev-util/patchelf/patchelf-0.18.0.ebuild
index d816ec3fcc88..f9787531ecb0 100644
--- a/dev-util/patchelf/patchelf-0.18.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.18.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~riscv-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2023-06-16 Thread Sam James
commit: 897767fa667fb5856eb17cf0fe0dd5e7cb8a13d7
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 17 02:49:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 17 02:49:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=897767fa

dev-util/patchelf: Stabilize 0.18.0 ppc64, #908413

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

 dev-util/patchelf/patchelf-0.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.18.0.ebuild 
b/dev-util/patchelf/patchelf-0.18.0.ebuild
index f9787531ecb0..a3e93f33e3e2 100644
--- a/dev-util/patchelf/patchelf-0.18.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.18.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~riscv-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2023-06-16 Thread Sam James
commit: f25ab96bc93abbcf2d4069ad59e54f9aefeb930c
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 17 02:49:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 17 02:49:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f25ab96b

dev-util/patchelf: Stabilize 0.18.0 arm, #908413

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

 dev-util/patchelf/patchelf-0.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.18.0.ebuild 
b/dev-util/patchelf/patchelf-0.18.0.ebuild
index a3e93f33e3e2..13b851d2255e 100644
--- a/dev-util/patchelf/patchelf-0.18.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.18.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~riscv-linux ~x86-linux"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2023-06-16 Thread Arthur Zamarin
commit: ffbe3d1e5aa666887c83cd7fe750062a9eb693c8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun 16 13:47:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun 16 13:47:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffbe3d1e

dev-util/patchelf: Keyword 0.18.0 hppa, #908478

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-util/patchelf/patchelf-0.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.18.0.ebuild 
b/dev-util/patchelf/patchelf-0.18.0.ebuild
index b0778e8b721b..d816ec3fcc88 100644
--- a/dev-util/patchelf/patchelf-0.18.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.18.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~riscv-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/files/, dev-util/patchelf/

2023-04-27 Thread James Le Cuirot
commit: 3baf1a6f70fba59102f8e1eeb46cb8291e4b9a8a
Author: LinuxUserGD  gmail  com>
AuthorDate: Sat Apr 15 16:29:53 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Apr 27 07:45:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3baf1a6f

Add define for DT_MIPS_XHASH

Closes: https://bugs.gentoo.org/860888
Signed-off-by: LinuxUserGD  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30604
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/files/patchelf-glibc-dt-mips-xhash.patch | 9 +
 dev-util/patchelf/patchelf-0.18.0.ebuild   | 6 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/dev-util/patchelf/files/patchelf-glibc-dt-mips-xhash.patch 
b/dev-util/patchelf/files/patchelf-glibc-dt-mips-xhash.patch
new file mode 100644
index ..fd92c803ac7c
--- /dev/null
+++ b/dev-util/patchelf/files/patchelf-glibc-dt-mips-xhash.patch
@@ -0,0 +1,9 @@
+Add define for DT_MIPS_XHASH (MIPS gnu hash support) using system elf.h header.
+Bug: https://bugs.gentoo.org/860888
+--- /dev/null
 b/src/elf.h
+@@ -0,0 +1,4 @@
++#include_next 
++#ifndef DT_MIPS_XHASH
++#define DT_MIPS_XHASH 0x7036
++#endif

diff --git a/dev-util/patchelf/patchelf-0.18.0.ebuild 
b/dev-util/patchelf/patchelf-0.18.0.ebuild
index cbc25bb40a74..b0778e8b721b 100644
--- a/dev-util/patchelf/patchelf-0.18.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.18.0.ebuild
@@ -12,9 +12,13 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-glibc-dt-mips-xhash.patch
+)
+
 src_prepare() {
-   default
rm src/elf.h || die
+   default
 
sed -i \
-e 's:-Werror::g' \



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2023-04-23 Thread James Le Cuirot
commit: 1450846720e1430478579435b387a36064620082
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Apr 23 18:36:26 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Apr 23 18:36:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14508467

dev-util/patchelf: Add missing ebuild

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/patchelf-0.18.0.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/dev-util/patchelf/patchelf-0.18.0.ebuild 
b/dev-util/patchelf/patchelf-0.18.0.ebuild
new file mode 100644
index ..cbc25bb40a74
--- /dev/null
+++ b/dev-util/patchelf/patchelf-0.18.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
+HOMEPAGE="https://github.com/NixOS/patchelf;
+SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~riscv-linux ~x86-linux"
+LICENSE="GPL-3"
+
+src_prepare() {
+   default
+   rm src/elf.h || die
+
+   sed -i \
+   -e 's:-Werror::g' \
+   configure.ac || die
+
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2023-04-23 Thread James Le Cuirot
commit: 9d3bd00e67af971baa6c7e81b37b5ae9323f2d90
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Apr 23 18:20:18 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Apr 23 18:20:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d3bd00e

dev-util/patchelf: Version bump to 0.18.0

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index f131c7b7657d..4843554777ba 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,2 +1,3 @@
 DIST patchelf-0.17.0.tar.gz 143684 BLAKE2B 
ef32baae1d1e07c77442878977693849e2dd3d5c1c1b8d53eb54ee7b1b78eb77ebcf87cbd7caa683f0043e6d7b90ca2593968e9c95b0902e45c4634823be196b
 SHA512 
0db2294cc16a919a84a1bb71194b3ed7a87bb669f684e4cc0943b33899d69690097c59d5c9f8e631bc1b4136db7f10f7cb0fbb1c96912aee567a0fd7dc9c9588
 DIST patchelf-0.17.2.tar.gz 143954 BLAKE2B 
7ed684c63955a0b9cfe293fb966f7f08a90c76e8efb2b493eaf3705c57767b31b31e48ab59f39ff1d91b7a4501e6d203e32a40040625a44a7d44113b1320530c
 SHA512 
e5545416d32248d023759457d0a5cd4841d69f39366eb0aa9cfd8a43d2ce372c6e05995bf60ba62bd85c6d98fdece2dbd1e20872e338ef5ac75f11b82ae091b3
+DIST patchelf-0.18.0.tar.gz 331312 BLAKE2B 
e6ce4ec3bd89c280bb37230dbeb566b803f0996e79f7dba74f138f66e17746d331baea4def6a43163024b3d86aa8dbac9b2c6545ac146298a8b84373d03b
 SHA512 
6a917d7336b1e8c59f42d4cd1dc725df1378d77657fce13cb31547da1d4805b9df8a834a7b8408fda8aa1dbeb37d0cdca74d8698844ea2f44149f800b802dea6



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2023-01-13 Thread James Le Cuirot
commit: 6bf73fc7d68e46a845c5846f5a1a5b83f4380562
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Jan 13 23:20:14 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Jan 13 23:32:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf73fc7

dev-util/patchelf: Version bump to 0.17.2

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest   |  1 +
 dev-util/patchelf/patchelf-0.17.2.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 8fc506850e7b..f131c7b7657d 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1 +1,2 @@
 DIST patchelf-0.17.0.tar.gz 143684 BLAKE2B 
ef32baae1d1e07c77442878977693849e2dd3d5c1c1b8d53eb54ee7b1b78eb77ebcf87cbd7caa683f0043e6d7b90ca2593968e9c95b0902e45c4634823be196b
 SHA512 
0db2294cc16a919a84a1bb71194b3ed7a87bb669f684e4cc0943b33899d69690097c59d5c9f8e631bc1b4136db7f10f7cb0fbb1c96912aee567a0fd7dc9c9588
+DIST patchelf-0.17.2.tar.gz 143954 BLAKE2B 
7ed684c63955a0b9cfe293fb966f7f08a90c76e8efb2b493eaf3705c57767b31b31e48ab59f39ff1d91b7a4501e6d203e32a40040625a44a7d44113b1320530c
 SHA512 
e5545416d32248d023759457d0a5cd4841d69f39366eb0aa9cfd8a43d2ce372c6e05995bf60ba62bd85c6d98fdece2dbd1e20872e338ef5ac75f11b82ae091b3

diff --git a/dev-util/patchelf/patchelf-0.17.2.ebuild 
b/dev-util/patchelf/patchelf-0.17.2.ebuild
new file mode 100644
index ..ef24854c8688
--- /dev/null
+++ b/dev-util/patchelf/patchelf-0.17.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
+HOMEPAGE="https://github.com/NixOS/patchelf;
+SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~riscv-linux ~x86-linux"
+LICENSE="GPL-3"
+
+src_prepare() {
+   default
+   rm src/elf.h || die
+
+   sed -i \
+   -e 's:-Werror::g' \
+   configure.ac || die
+
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-12-24 Thread James Le Cuirot
commit: 06be5b2db54fe7295a35b00e6db97f438154786c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Dec 24 17:21:18 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec 24 17:21:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06be5b2d

dev-util/patchelf: Drop old 0.15.0 and 0.16.1

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest   |  2 --
 dev-util/patchelf/patchelf-0.15.0.ebuild | 24 
 dev-util/patchelf/patchelf-0.16.1.ebuild | 24 
 3 files changed, 50 deletions(-)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 70bafe695f3c..8fc506850e7b 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,3 +1 @@
-DIST patchelf-0.15.0.tar.gz 125803 BLAKE2B 
08fc2cffd7d9e835c01c828c16762fb0b3c3e422990f2d0028a65a3e0ec849d01bdef699b6f68afa6bf307e34f5e76121fc94460793c95c02e1d8a68d772
 SHA512 
3b2d3d6458be5b2d43cd2878dfb1a185a95cc13cd4c94abd0ee79979afb36f46e347acc292b8d9c2954a342b7291774e6a1b63930e9f90a1cf4179ec075ab046
-DIST patchelf-0.16.1.tar.gz 132450 BLAKE2B 
047fe9900eff3a4fef19550b49ea3c53dc8fc77c1d110888af39362dce745c3568e493f91d96cd35d73291da8e0cf4f10121162f4e8a32d43a3c014716477a4c
 SHA512 
62475b942ff07c2eb225760d69eab99af4e9aa14ca51aeb3b7d53a6a1943b02acffc1b2059d985a921f5af7bbaf40a096b8cdf592979260e1e2602db02e7f247
 DIST patchelf-0.17.0.tar.gz 143684 BLAKE2B 
ef32baae1d1e07c77442878977693849e2dd3d5c1c1b8d53eb54ee7b1b78eb77ebcf87cbd7caa683f0043e6d7b90ca2593968e9c95b0902e45c4634823be196b
 SHA512 
0db2294cc16a919a84a1bb71194b3ed7a87bb669f684e4cc0943b33899d69690097c59d5c9f8e631bc1b4136db7f10f7cb0fbb1c96912aee567a0fd7dc9c9588

diff --git a/dev-util/patchelf/patchelf-0.15.0.ebuild 
b/dev-util/patchelf/patchelf-0.15.0.ebuild
deleted file mode 100644
index 49a53011cbb0..
--- a/dev-util/patchelf/patchelf-0.15.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
-HOMEPAGE="https://github.com/NixOS/patchelf;
-SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux 
~riscv-linux ~x86-linux"
-LICENSE="GPL-3"
-
-src_prepare() {
-   default
-   rm src/elf.h || die
-
-   sed -i \
-   -e 's:-Werror::g' \
-   configure.ac || die
-
-   eautoreconf
-}

diff --git a/dev-util/patchelf/patchelf-0.16.1.ebuild 
b/dev-util/patchelf/patchelf-0.16.1.ebuild
deleted file mode 100644
index 45b8be95445b..
--- a/dev-util/patchelf/patchelf-0.16.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
-HOMEPAGE="https://github.com/NixOS/patchelf;
-SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
-LICENSE="GPL-3"
-
-src_prepare() {
-   default
-   rm src/elf.h || die
-
-   sed -i \
-   -e 's:-Werror::g' \
-   configure.ac || die
-
-   eautoreconf
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-12-23 Thread Sam James
commit: 34f768697cf725198d871af697f0638792b4e2ed
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 24 02:01:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 24 02:01:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f76869

dev-util/patchelf: add github upstream metadata

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

 dev-util/patchelf/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-util/patchelf/metadata.xml b/dev-util/patchelf/metadata.xml
index 435c7a87acdc..8a3287a04a43 100644
--- a/dev-util/patchelf/metadata.xml
+++ b/dev-util/patchelf/metadata.xml
@@ -4,4 +4,7 @@
   
 ch...@gentoo.org
   
+  
+NixOS/patchelf
+  
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-12-23 Thread Sam James
commit: 0e1f88b61e4321924f1eb145144b50ef5fae6349
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 24 01:46:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 24 01:46:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1f88b6

dev-util/patchelf: Stabilize 0.17.0 arm, #887271

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

 dev-util/patchelf/patchelf-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.17.0.ebuild 
b/dev-util/patchelf/patchelf-0.17.0.ebuild
index 349e8c92772d..91e5750aee36 100644
--- a/dev-util/patchelf/patchelf-0.17.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.17.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~riscv-linux ~x86-linux"
+KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-12-23 Thread Sam James
commit: 6af1dec396d759c78fc62ed9a004c1a12fd1728e
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 24 01:46:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 24 01:46:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af1dec3

dev-util/patchelf: Stabilize 0.17.0 amd64, #887271

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

 dev-util/patchelf/patchelf-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.17.0.ebuild 
b/dev-util/patchelf/patchelf-0.17.0.ebuild
index a0726072001c..bd86078f5596 100644
--- a/dev-util/patchelf/patchelf-0.17.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.17.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~riscv-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-12-23 Thread Sam James
commit: c7a51158ac29f868dfe40cd3df4059789e060f52
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 24 01:46:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 24 01:46:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a51158

dev-util/patchelf: Stabilize 0.17.0 ppc, #887271

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

 dev-util/patchelf/patchelf-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.17.0.ebuild 
b/dev-util/patchelf/patchelf-0.17.0.ebuild
index bd86078f5596..416bbff5fc7e 100644
--- a/dev-util/patchelf/patchelf-0.17.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.17.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~riscv-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-12-23 Thread Sam James
commit: 4f25153f588384cf8f0ffa24e986a0a319dc6d92
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 24 01:45:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 24 01:45:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f25153f

dev-util/patchelf: Stabilize 0.17.0 arm64, #887271

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

 dev-util/patchelf/patchelf-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.17.0.ebuild 
b/dev-util/patchelf/patchelf-0.17.0.ebuild
index ef24854c8688..21e7c0c54cad 100644
--- a/dev-util/patchelf/patchelf-0.17.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.17.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~riscv-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-12-23 Thread Sam James
commit: a44ffd1b156fb7522974da4580003233e81b1e17
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 24 01:46:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 24 01:46:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44ffd1b

dev-util/patchelf: Stabilize 0.17.0 x86, #887271

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

 dev-util/patchelf/patchelf-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.17.0.ebuild 
b/dev-util/patchelf/patchelf-0.17.0.ebuild
index 21e7c0c54cad..349e8c92772d 100644
--- a/dev-util/patchelf/patchelf-0.17.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.17.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~riscv-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-12-23 Thread Sam James
commit: 8e4da7aff21aa651c53f2aea8904338bbcf07193
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 24 01:46:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 24 01:46:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4da7af

dev-util/patchelf: Stabilize 0.17.0 ppc64, #887271

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

 dev-util/patchelf/patchelf-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.17.0.ebuild 
b/dev-util/patchelf/patchelf-0.17.0.ebuild
index 91e5750aee36..a0726072001c 100644
--- a/dev-util/patchelf/patchelf-0.17.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.17.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~riscv-linux ~x86-linux"
+KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-11-14 Thread Arthur Zamarin
commit: b0ff99ced46ecf03f52581c3425998dc9921e1e2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Nov 14 09:24:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Nov 14 09:24:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ff99ce

dev-util/patchelf: Keyword 0.17.0 ia64, #862330

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-util/patchelf/patchelf-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.17.0.ebuild 
b/dev-util/patchelf/patchelf-0.17.0.ebuild
index 45b8be95445b..4192dd06a217 100644
--- a/dev-util/patchelf/patchelf-0.17.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.17.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-11-08 Thread James Le Cuirot
commit: a1c68dec259a290272d5f147dee141681a358c48
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Nov  8 22:52:12 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Nov  8 22:52:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c68dec

dev-util/patchelf: Version bump to 0.17.0

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest   |  1 +
 dev-util/patchelf/patchelf-0.17.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 62d714d2ceea..70bafe695f3c 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,2 +1,3 @@
 DIST patchelf-0.15.0.tar.gz 125803 BLAKE2B 
08fc2cffd7d9e835c01c828c16762fb0b3c3e422990f2d0028a65a3e0ec849d01bdef699b6f68afa6bf307e34f5e76121fc94460793c95c02e1d8a68d772
 SHA512 
3b2d3d6458be5b2d43cd2878dfb1a185a95cc13cd4c94abd0ee79979afb36f46e347acc292b8d9c2954a342b7291774e6a1b63930e9f90a1cf4179ec075ab046
 DIST patchelf-0.16.1.tar.gz 132450 BLAKE2B 
047fe9900eff3a4fef19550b49ea3c53dc8fc77c1d110888af39362dce745c3568e493f91d96cd35d73291da8e0cf4f10121162f4e8a32d43a3c014716477a4c
 SHA512 
62475b942ff07c2eb225760d69eab99af4e9aa14ca51aeb3b7d53a6a1943b02acffc1b2059d985a921f5af7bbaf40a096b8cdf592979260e1e2602db02e7f247
+DIST patchelf-0.17.0.tar.gz 143684 BLAKE2B 
ef32baae1d1e07c77442878977693849e2dd3d5c1c1b8d53eb54ee7b1b78eb77ebcf87cbd7caa683f0043e6d7b90ca2593968e9c95b0902e45c4634823be196b
 SHA512 
0db2294cc16a919a84a1bb71194b3ed7a87bb669f684e4cc0943b33899d69690097c59d5c9f8e631bc1b4136db7f10f7cb0fbb1c96912aee567a0fd7dc9c9588

diff --git a/dev-util/patchelf/patchelf-0.17.0.ebuild 
b/dev-util/patchelf/patchelf-0.17.0.ebuild
new file mode 100644
index ..45b8be95445b
--- /dev/null
+++ b/dev-util/patchelf/patchelf-0.17.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
+HOMEPAGE="https://github.com/NixOS/patchelf;
+SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
+LICENSE="GPL-3"
+
+src_prepare() {
+   default
+   rm src/elf.h || die
+
+   sed -i \
+   -e 's:-Werror::g' \
+   configure.ac || die
+
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-10-29 Thread James Le Cuirot
commit: 081d1e7195980d3276bc13479387a0bbf748a91b
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Oct 29 13:25:03 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Oct 29 13:32:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081d1e71

dev-util/patchelf: Version bump to 0.16.1

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest   |  1 +
 dev-util/patchelf/patchelf-0.16.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 6709bd2b29ca..b8e82e1204a7 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,2 +1,3 @@
 DIST patchelf-0.14.5.tar.gz 124767 BLAKE2B 
f2e02fb468db7c8c0c4270c7f95ea6c8dc6ffab7ddb0a6479bd5d1dd0481cbc55982af21a13f42076504417264a11e74d50a9f15d3d5735e47019001abf33e41
 SHA512 
1b7eca84f6fe2d6f6d4469ca1ccdf35dc920d2052ba94b7daeba6c8cb41fdaff20b1e5bac7c8a7650ff12bf4156da87f84d32e75b09958636dc992a1b7b1a59d
 DIST patchelf-0.15.0.tar.gz 125803 BLAKE2B 
08fc2cffd7d9e835c01c828c16762fb0b3c3e422990f2d0028a65a3e0ec849d01bdef699b6f68afa6bf307e34f5e76121fc94460793c95c02e1d8a68d772
 SHA512 
3b2d3d6458be5b2d43cd2878dfb1a185a95cc13cd4c94abd0ee79979afb36f46e347acc292b8d9c2954a342b7291774e6a1b63930e9f90a1cf4179ec075ab046
+DIST patchelf-0.16.1.tar.gz 132450 BLAKE2B 
047fe9900eff3a4fef19550b49ea3c53dc8fc77c1d110888af39362dce745c3568e493f91d96cd35d73291da8e0cf4f10121162f4e8a32d43a3c014716477a4c
 SHA512 
62475b942ff07c2eb225760d69eab99af4e9aa14ca51aeb3b7d53a6a1943b02acffc1b2059d985a921f5af7bbaf40a096b8cdf592979260e1e2602db02e7f247

diff --git a/dev-util/patchelf/patchelf-0.16.1.ebuild 
b/dev-util/patchelf/patchelf-0.16.1.ebuild
new file mode 100644
index ..45b8be95445b
--- /dev/null
+++ b/dev-util/patchelf/patchelf-0.16.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
+HOMEPAGE="https://github.com/NixOS/patchelf;
+SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
+LICENSE="GPL-3"
+
+src_prepare() {
+   default
+   rm src/elf.h || die
+
+   sed -i \
+   -e 's:-Werror::g' \
+   configure.ac || die
+
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-10-29 Thread James Le Cuirot
commit: 42929f6e48e000a5f4eef65ba4457e807e871a3d
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Oct 29 13:25:29 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Oct 29 13:32:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42929f6e

dev-util/patchelf: Drop old 0.14.5

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest   |  1 -
 dev-util/patchelf/patchelf-0.14.5.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index b8e82e1204a7..62d714d2ceea 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,3 +1,2 @@
-DIST patchelf-0.14.5.tar.gz 124767 BLAKE2B 
f2e02fb468db7c8c0c4270c7f95ea6c8dc6ffab7ddb0a6479bd5d1dd0481cbc55982af21a13f42076504417264a11e74d50a9f15d3d5735e47019001abf33e41
 SHA512 
1b7eca84f6fe2d6f6d4469ca1ccdf35dc920d2052ba94b7daeba6c8cb41fdaff20b1e5bac7c8a7650ff12bf4156da87f84d32e75b09958636dc992a1b7b1a59d
 DIST patchelf-0.15.0.tar.gz 125803 BLAKE2B 
08fc2cffd7d9e835c01c828c16762fb0b3c3e422990f2d0028a65a3e0ec849d01bdef699b6f68afa6bf307e34f5e76121fc94460793c95c02e1d8a68d772
 SHA512 
3b2d3d6458be5b2d43cd2878dfb1a185a95cc13cd4c94abd0ee79979afb36f46e347acc292b8d9c2954a342b7291774e6a1b63930e9f90a1cf4179ec075ab046
 DIST patchelf-0.16.1.tar.gz 132450 BLAKE2B 
047fe9900eff3a4fef19550b49ea3c53dc8fc77c1d110888af39362dce745c3568e493f91d96cd35d73291da8e0cf4f10121162f4e8a32d43a3c014716477a4c
 SHA512 
62475b942ff07c2eb225760d69eab99af4e9aa14ca51aeb3b7d53a6a1943b02acffc1b2059d985a921f5af7bbaf40a096b8cdf592979260e1e2602db02e7f247

diff --git a/dev-util/patchelf/patchelf-0.14.5.ebuild 
b/dev-util/patchelf/patchelf-0.14.5.ebuild
deleted file mode 100644
index 03f3d1f7fb6e..
--- a/dev-util/patchelf/patchelf-0.14.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
-HOMEPAGE="https://github.com/NixOS/patchelf;
-SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-SLOT="0"
-KEYWORDS="amd64 arm64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
-
-src_prepare() {
-   default
-   rm src/elf.h || die
-
-   sed -i \
-   -e 's:-Werror::g' \
-   configure.ac || die
-
-   eautoreconf
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-10-25 Thread Sam James
commit: 97b101a6e33cc7caff8d1dea98f4d60a944dc378
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 25 08:06:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 25 08:06:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b101a6

dev-util/patchelf: Stabilize 0.15.0 x86, #868813

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

 dev-util/patchelf/patchelf-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.15.0.ebuild 
b/dev-util/patchelf/patchelf-0.15.0.ebuild
index 4651fbc82834..49a53011cbb0 100644
--- a/dev-util/patchelf/patchelf-0.15.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.15.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux 
~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-10-25 Thread Sam James
commit: f9f7e1422b56189a7c3ff9670f5623440945fd20
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 25 08:06:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 25 08:06:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f7e142

dev-util/patchelf: Stabilize 0.15.0 amd64, #868813

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

 dev-util/patchelf/patchelf-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.15.0.ebuild 
b/dev-util/patchelf/patchelf-0.15.0.ebuild
index eef94aea4993..4651fbc82834 100644
--- a/dev-util/patchelf/patchelf-0.15.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.15.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-10-24 Thread Agostino Sarubbo
commit: 19570971c61d5ca302ef895cee58bbf4b6d4705c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 24 06:36:56 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 24 06:36:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19570971

dev-util/patchelf: Stabilize 0.15.0 arm, #868813

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/patchelf/patchelf-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.15.0.ebuild 
b/dev-util/patchelf/patchelf-0.15.0.ebuild
index 9cabb4786649..eef94aea4993 100644
--- a/dev-util/patchelf/patchelf-0.15.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.15.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
+KEYWORDS="~amd64 arm arm64 ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-10-23 Thread Agostino Sarubbo
commit: b0c77f1cb92fe1824e995a73d7aca10262b9690a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct 23 07:52:25 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct 23 07:52:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c77f1c

dev-util/patchelf: Stabilize 0.15.0 ppc64, #868813

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/patchelf/patchelf-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.15.0.ebuild 
b/dev-util/patchelf/patchelf-0.15.0.ebuild
index 3df954528d76..9cabb4786649 100644
--- a/dev-util/patchelf/patchelf-0.15.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.15.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm arm64 ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-10-23 Thread Agostino Sarubbo
commit: 3af33bce3b56af528bd63e5062fda0c86c8f6d34
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct 23 07:51:45 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct 23 07:51:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af33bce

dev-util/patchelf: Stabilize 0.15.0 ppc, #868813

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/patchelf/patchelf-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.15.0.ebuild 
b/dev-util/patchelf/patchelf-0.15.0.ebuild
index a659ce12963c..3df954528d76 100644
--- a/dev-util/patchelf/patchelf-0.15.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.15.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm arm64 ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-10-23 Thread Agostino Sarubbo
commit: d898847fc8f520c019a670968e8c899df84e7c06
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct 23 07:51:05 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct 23 07:51:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d898847f

dev-util/patchelf: Stabilize 0.15.0 arm64, #868813

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/patchelf/patchelf-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.15.0.ebuild 
b/dev-util/patchelf/patchelf-0.15.0.ebuild
index 45b8be95445b..a659ce12963c 100644
--- a/dev-util/patchelf/patchelf-0.15.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.15.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-10-09 Thread Sam James
commit: 6bcca7585766247889abeefedf7d24708138ca82
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct  9 16:09:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct  9 16:09:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bcca758

dev-util/patchelf: Keyword 0.15.0 s390, #862330

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

 dev-util/patchelf/patchelf-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.15.0.ebuild 
b/dev-util/patchelf/patchelf-0.15.0.ebuild
index d969300883cb..45b8be95445b 100644
--- a/dev-util/patchelf/patchelf-0.15.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.15.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-10-08 Thread Sam James
commit: 2a45db0b80ee35b9e0af5bf248f4775ee33824c0
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct  9 00:03:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct  9 00:03:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a45db0b

dev-util/patchelf: Keyword 0.15.0 arm, #862330

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

 dev-util/patchelf/patchelf-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.15.0.ebuild 
b/dev-util/patchelf/patchelf-0.15.0.ebuild
index da2daad848f7..d969300883cb 100644
--- a/dev-util/patchelf/patchelf-0.15.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.15.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-07-22 Thread James Le Cuirot
commit: b0dfc9160b045a6c9f17e40cf26989209c3bf02d
Author: Atharva  protonmail  com>
AuthorDate: Thu Jul 21 10:42:31 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Jul 22 07:31:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0dfc916

dev-util/patchelf: keywording ~riscv

Signed-off-by: Atharva  protonmail.com>
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/patchelf-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.15.0.ebuild 
b/dev-util/patchelf/patchelf-0.15.0.ebuild
index 05802ed8d121..da2daad848f7 100644
--- a/dev-util/patchelf/patchelf-0.15.0.ebuild
+++ b/dev-util/patchelf/patchelf-0.15.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~riscv-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-07-16 Thread James Le Cuirot
commit: 8177cb30fa35a7e9a2d917399cc658266c2cd72f
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Jul 16 22:42:52 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Jul 16 22:42:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8177cb30

dev-util/patchelf: Actually add the 0.15.0 ebuild

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/patchelf-0.15.0.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/dev-util/patchelf/patchelf-0.15.0.ebuild 
b/dev-util/patchelf/patchelf-0.15.0.ebuild
new file mode 100644
index ..05802ed8d121
--- /dev/null
+++ b/dev-util/patchelf/patchelf-0.15.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
+HOMEPAGE="https://github.com/NixOS/patchelf;
+SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+LICENSE="GPL-3"
+
+src_prepare() {
+   default
+   rm src/elf.h || die
+
+   sed -i \
+   -e 's:-Werror::g' \
+   configure.ac || die
+
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-07-16 Thread James Le Cuirot
commit: 1c32c4511c5daa25f82a64115dd63664b69488de
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Jul 16 22:42:00 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Jul 16 22:42:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c32c451

dev-util/patchelf: Version bump to 0.15.0

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 0bc06c80c716..6709bd2b29ca 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1 +1,2 @@
 DIST patchelf-0.14.5.tar.gz 124767 BLAKE2B 
f2e02fb468db7c8c0c4270c7f95ea6c8dc6ffab7ddb0a6479bd5d1dd0481cbc55982af21a13f42076504417264a11e74d50a9f15d3d5735e47019001abf33e41
 SHA512 
1b7eca84f6fe2d6f6d4469ca1ccdf35dc920d2052ba94b7daeba6c8cb41fdaff20b1e5bac7c8a7650ff12bf4156da87f84d32e75b09958636dc992a1b7b1a59d
+DIST patchelf-0.15.0.tar.gz 125803 BLAKE2B 
08fc2cffd7d9e835c01c828c16762fb0b3c3e422990f2d0028a65a3e0ec849d01bdef699b6f68afa6bf307e34f5e76121fc94460793c95c02e1d8a68d772
 SHA512 
3b2d3d6458be5b2d43cd2878dfb1a185a95cc13cd4c94abd0ee79979afb36f46e347acc292b8d9c2954a342b7291774e6a1b63930e9f90a1cf4179ec075ab046



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-03-21 Thread James Le Cuirot
commit: e8613c6d4eb7b092e6e88ba0f6336b1221a18597
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Mar 21 21:47:25 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Mar 21 21:47:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8613c6d

dev-util/patchelf: Drop old 0.10 and 0.14.3

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest   |  2 --
 dev-util/patchelf/patchelf-0.10.ebuild   | 30 --
 dev-util/patchelf/patchelf-0.14.3.ebuild | 24 
 3 files changed, 56 deletions(-)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 406904ea4542..0bc06c80c716 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,3 +1 @@
-DIST patchelf-0.10.tar.bz2 158604 BLAKE2B 
6aed9c2e7f37ff0330ca517a9491c46a93212140367b720bf94da4e4ec29a4978c920b53ce306ec333b3f7ac0216ff59637048c6997cfea4a34a87f2a0448796
 SHA512 
647ad13b7d45b3c5d20683ef8fe9760cb7f213e879231b6c5780bf32771adfbf7c5e5ce694c08e5681dceda63857d7d8a2d53efb60f799d3e7290cebc02ab501
-DIST patchelf-0.14.3.tar.gz 123722 BLAKE2B 
ca9c28c88ff6a5eb37a8cb9010642f04335b74e2132987f34bc167c140dc95cd4ac7a3ed71b7287d952a0201b12148a15f3066e5c7d3d453cc18a1e97b6283ed
 SHA512 
2f5caa6b038e630896dc0cebaf4d6f88d91f6dee7f2ffa2fc6b90d199b3a0140b7fe39ea43e582f7ac1145309a61e11fb7ce36c579ad217c48f1b189738f79c8
 DIST patchelf-0.14.5.tar.gz 124767 BLAKE2B 
f2e02fb468db7c8c0c4270c7f95ea6c8dc6ffab7ddb0a6479bd5d1dd0481cbc55982af21a13f42076504417264a11e74d50a9f15d3d5735e47019001abf33e41
 SHA512 
1b7eca84f6fe2d6f6d4469ca1ccdf35dc920d2052ba94b7daeba6c8cb41fdaff20b1e5bac7c8a7650ff12bf4156da87f84d32e75b09958636dc992a1b7b1a59d

diff --git a/dev-util/patchelf/patchelf-0.10.ebuild 
b/dev-util/patchelf/patchelf-0.10.ebuild
deleted file mode 100644
index 481b26d56980..
--- a/dev-util/patchelf/patchelf-0.10.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
-HOMEPAGE="https://nixos.org/patchelf.html;
-SRC_URI="https://nixos.org/releases/${PN}/${P}/${P}.tar.bz2;
-SLOT="0"
-KEYWORDS="amd64 arm64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
-
-src_prepare() {
-   default
-   rm src/elf.h || die
-
-   sed -i \
-   -e 's:-Werror::g' \
-   configure.ac || die
-
-   eautoreconf
-}
-
-src_test() {
-   emake check \
- CFLAGS+=" -no-pie" \
- CXXFLAGS+=" -no-pie"
-}

diff --git a/dev-util/patchelf/patchelf-0.14.3.ebuild 
b/dev-util/patchelf/patchelf-0.14.3.ebuild
deleted file mode 100644
index e66de9a4aec2..
--- a/dev-util/patchelf/patchelf-0.14.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
-HOMEPAGE="https://github.com/NixOS/patchelf;
-SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
-
-src_prepare() {
-   default
-   rm src/elf.h || die
-
-   sed -i \
-   -e 's:-Werror::g' \
-   configure.ac || die
-
-   eautoreconf
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-03-21 Thread Jakov Smolić
commit: 9d09faf236c23a9c3587f08ce3849162111a36bf
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Mar 21 09:18:11 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 21 09:18:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d09faf2

dev-util/patchelf: Stabilize 0.14.5 arm64, #835700

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-util/patchelf/patchelf-0.14.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.14.5.ebuild 
b/dev-util/patchelf/patchelf-0.14.5.ebuild
index 4325154af06e..03f3d1f7fb6e 100644
--- a/dev-util/patchelf/patchelf-0.14.5.ebuild
+++ b/dev-util/patchelf/patchelf-0.14.5.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-03-21 Thread Agostino Sarubbo
commit: df9dc706eb997b2b47cbc52c5dc8587edb9eba71
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 21 07:49:19 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 21 07:49:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df9dc706

dev-util/patchelf: x86 stable wrt bug #835700

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/patchelf/patchelf-0.14.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.14.5.ebuild 
b/dev-util/patchelf/patchelf-0.14.5.ebuild
index 1809d6fef271..4325154af06e 100644
--- a/dev-util/patchelf/patchelf-0.14.5.ebuild
+++ b/dev-util/patchelf/patchelf-0.14.5.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-03-21 Thread Agostino Sarubbo
commit: 3abeb11a7b17087a8d2a6370eda59f5ad988
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 21 07:48:30 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 21 07:48:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abeb11a

dev-util/patchelf: ppc64 stable wrt bug #835700

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/patchelf/patchelf-0.14.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.14.5.ebuild 
b/dev-util/patchelf/patchelf-0.14.5.ebuild
index 055c76998daa..1809d6fef271 100644
--- a/dev-util/patchelf/patchelf-0.14.5.ebuild
+++ b/dev-util/patchelf/patchelf-0.14.5.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-03-21 Thread Agostino Sarubbo
commit: 6deef92bde9cbe570e53cf14d08d28f5688240e1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 21 07:48:08 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 21 07:48:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6deef92b

dev-util/patchelf: ppc stable wrt bug #835700

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/patchelf/patchelf-0.14.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.14.5.ebuild 
b/dev-util/patchelf/patchelf-0.14.5.ebuild
index 207edce41ce0..055c76998daa 100644
--- a/dev-util/patchelf/patchelf-0.14.5.ebuild
+++ b/dev-util/patchelf/patchelf-0.14.5.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-03-21 Thread Agostino Sarubbo
commit: 24a6e011cbbe9e035c789388e233efce47c283a9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 21 07:46:07 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 21 07:47:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a6e011

dev-util/patchelf: amd64 stable wrt bug #835700

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

 dev-util/patchelf/patchelf-0.14.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.14.5.ebuild 
b/dev-util/patchelf/patchelf-0.14.5.ebuild
index 05802ed8d121..207edce41ce0 100644
--- a/dev-util/patchelf/patchelf-0.14.5.ebuild
+++ b/dev-util/patchelf/patchelf-0.14.5.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://github.com/NixOS/patchelf;
 SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-02-26 Thread James Le Cuirot
commit: 42aa2d752e4ae0303df5eae6f936dd2604780929
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Feb 26 23:29:33 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Feb 26 23:29:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42aa2d75

dev-util/patchelf: Drop old 0.13

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest |  1 -
 dev-util/patchelf/patchelf-0.13.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index f5b6661e45ac..406904ea4542 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,4 +1,3 @@
 DIST patchelf-0.10.tar.bz2 158604 BLAKE2B 
6aed9c2e7f37ff0330ca517a9491c46a93212140367b720bf94da4e4ec29a4978c920b53ce306ec333b3f7ac0216ff59637048c6997cfea4a34a87f2a0448796
 SHA512 
647ad13b7d45b3c5d20683ef8fe9760cb7f213e879231b6c5780bf32771adfbf7c5e5ce694c08e5681dceda63857d7d8a2d53efb60f799d3e7290cebc02ab501
-DIST patchelf-0.13.tar.gz 117997 BLAKE2B 
5db88c9ff9103f2e4b8e15d7dc0d677c3956a85ce5e86e371c4c32a21c3bc219990edd71a20a6b650342eff1068c0ba0976529d62d21dcc17dfc020abf7167ec
 SHA512 
0b4cb41dc1b76d1c0f46655d8b1c56187d2bf18fa12fad9ad6e8acd321a98df372713a92c6649479498bb5939c91ce16a1032ec03afc5a2f7c92cd68882c2bd9
 DIST patchelf-0.14.3.tar.gz 123722 BLAKE2B 
ca9c28c88ff6a5eb37a8cb9010642f04335b74e2132987f34bc167c140dc95cd4ac7a3ed71b7287d952a0201b12148a15f3066e5c7d3d453cc18a1e97b6283ed
 SHA512 
2f5caa6b038e630896dc0cebaf4d6f88d91f6dee7f2ffa2fc6b90d199b3a0140b7fe39ea43e582f7ac1145309a61e11fb7ce36c579ad217c48f1b189738f79c8
 DIST patchelf-0.14.5.tar.gz 124767 BLAKE2B 
f2e02fb468db7c8c0c4270c7f95ea6c8dc6ffab7ddb0a6479bd5d1dd0481cbc55982af21a13f42076504417264a11e74d50a9f15d3d5735e47019001abf33e41
 SHA512 
1b7eca84f6fe2d6f6d4469ca1ccdf35dc920d2052ba94b7daeba6c8cb41fdaff20b1e5bac7c8a7650ff12bf4156da87f84d32e75b09958636dc992a1b7b1a59d

diff --git a/dev-util/patchelf/patchelf-0.13.ebuild 
b/dev-util/patchelf/patchelf-0.13.ebuild
deleted file mode 100644
index e66de9a4aec2..
--- a/dev-util/patchelf/patchelf-0.13.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
-HOMEPAGE="https://github.com/NixOS/patchelf;
-SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
-
-src_prepare() {
-   default
-   rm src/elf.h || die
-
-   sed -i \
-   -e 's:-Werror::g' \
-   configure.ac || die
-
-   eautoreconf
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2022-02-26 Thread James Le Cuirot
commit: 1ff45e51ec5e8252b88cf65b11ec02a0ab86157b
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Feb 26 23:28:27 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Feb 26 23:29:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff45e51

dev-util/patchelf: Version bump to 0.14.5

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest   |  1 +
 dev-util/patchelf/patchelf-0.14.5.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 247fe251e9f5..f5b6661e45ac 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,3 +1,4 @@
 DIST patchelf-0.10.tar.bz2 158604 BLAKE2B 
6aed9c2e7f37ff0330ca517a9491c46a93212140367b720bf94da4e4ec29a4978c920b53ce306ec333b3f7ac0216ff59637048c6997cfea4a34a87f2a0448796
 SHA512 
647ad13b7d45b3c5d20683ef8fe9760cb7f213e879231b6c5780bf32771adfbf7c5e5ce694c08e5681dceda63857d7d8a2d53efb60f799d3e7290cebc02ab501
 DIST patchelf-0.13.tar.gz 117997 BLAKE2B 
5db88c9ff9103f2e4b8e15d7dc0d677c3956a85ce5e86e371c4c32a21c3bc219990edd71a20a6b650342eff1068c0ba0976529d62d21dcc17dfc020abf7167ec
 SHA512 
0b4cb41dc1b76d1c0f46655d8b1c56187d2bf18fa12fad9ad6e8acd321a98df372713a92c6649479498bb5939c91ce16a1032ec03afc5a2f7c92cd68882c2bd9
 DIST patchelf-0.14.3.tar.gz 123722 BLAKE2B 
ca9c28c88ff6a5eb37a8cb9010642f04335b74e2132987f34bc167c140dc95cd4ac7a3ed71b7287d952a0201b12148a15f3066e5c7d3d453cc18a1e97b6283ed
 SHA512 
2f5caa6b038e630896dc0cebaf4d6f88d91f6dee7f2ffa2fc6b90d199b3a0140b7fe39ea43e582f7ac1145309a61e11fb7ce36c579ad217c48f1b189738f79c8
+DIST patchelf-0.14.5.tar.gz 124767 BLAKE2B 
f2e02fb468db7c8c0c4270c7f95ea6c8dc6ffab7ddb0a6479bd5d1dd0481cbc55982af21a13f42076504417264a11e74d50a9f15d3d5735e47019001abf33e41
 SHA512 
1b7eca84f6fe2d6f6d4469ca1ccdf35dc920d2052ba94b7daeba6c8cb41fdaff20b1e5bac7c8a7650ff12bf4156da87f84d32e75b09958636dc992a1b7b1a59d

diff --git a/dev-util/patchelf/patchelf-0.14.5.ebuild 
b/dev-util/patchelf/patchelf-0.14.5.ebuild
new file mode 100644
index ..05802ed8d121
--- /dev/null
+++ b/dev-util/patchelf/patchelf-0.14.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
+HOMEPAGE="https://github.com/NixOS/patchelf;
+SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+LICENSE="GPL-3"
+
+src_prepare() {
+   default
+   rm src/elf.h || die
+
+   sed -i \
+   -e 's:-Werror::g' \
+   configure.ac || die
+
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2021-12-16 Thread James Le Cuirot
commit: 506287d87221682c4a766467388e205c9b716afd
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Dec 16 23:18:37 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Dec 16 23:18:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=506287d8

dev-util/patchelf: Version bump to 0.14.3

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest   |  1 +
 dev-util/patchelf/patchelf-0.14.3.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 2eefbfb21056..6393cc448f39 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,3 +1,4 @@
 DIST patchelf-0.10.tar.bz2 158604 BLAKE2B 
6aed9c2e7f37ff0330ca517a9491c46a93212140367b720bf94da4e4ec29a4978c920b53ce306ec333b3f7ac0216ff59637048c6997cfea4a34a87f2a0448796
 SHA512 
647ad13b7d45b3c5d20683ef8fe9760cb7f213e879231b6c5780bf32771adfbf7c5e5ce694c08e5681dceda63857d7d8a2d53efb60f799d3e7290cebc02ab501
 DIST patchelf-0.12.tar.gz 103075 BLAKE2B 
8ea71eb75bcc40e18a168c1e65856809fcceb8f68a9939e5248464d8c2e5d14d4eb1278965727417a26e70734712121d057c3da689be397f93bdb5234a11d5ba
 SHA512 
2563a5b22b90392d5755d9a08022daf8570fa1b741becbbca92548d0a2f82f7ee21175a2c34816a4653c89c2219bf59b1440304b0fa2d49842e398ab18b9923c
 DIST patchelf-0.13.tar.gz 117997 BLAKE2B 
5db88c9ff9103f2e4b8e15d7dc0d677c3956a85ce5e86e371c4c32a21c3bc219990edd71a20a6b650342eff1068c0ba0976529d62d21dcc17dfc020abf7167ec
 SHA512 
0b4cb41dc1b76d1c0f46655d8b1c56187d2bf18fa12fad9ad6e8acd321a98df372713a92c6649479498bb5939c91ce16a1032ec03afc5a2f7c92cd68882c2bd9
+DIST patchelf-0.14.3.tar.gz 123722 BLAKE2B 
ca9c28c88ff6a5eb37a8cb9010642f04335b74e2132987f34bc167c140dc95cd4ac7a3ed71b7287d952a0201b12148a15f3066e5c7d3d453cc18a1e97b6283ed
 SHA512 
2f5caa6b038e630896dc0cebaf4d6f88d91f6dee7f2ffa2fc6b90d199b3a0140b7fe39ea43e582f7ac1145309a61e11fb7ce36c579ad217c48f1b189738f79c8

diff --git a/dev-util/patchelf/patchelf-0.14.3.ebuild 
b/dev-util/patchelf/patchelf-0.14.3.ebuild
new file mode 100644
index ..e66de9a4aec2
--- /dev/null
+++ b/dev-util/patchelf/patchelf-0.14.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
+HOMEPAGE="https://github.com/NixOS/patchelf;
+SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+LICENSE="GPL-3"
+
+src_prepare() {
+   default
+   rm src/elf.h || die
+
+   sed -i \
+   -e 's:-Werror::g' \
+   configure.ac || die
+
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2021-12-16 Thread James Le Cuirot
commit: 3aa40519e2530b60d07011e51262a20351d48e02
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Dec 16 23:18:59 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Dec 16 23:18:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa40519

dev-util/patchelf: Drop old 0.12

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest |  1 -
 dev-util/patchelf/patchelf-0.12.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 6393cc448f39..247fe251e9f5 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,4 +1,3 @@
 DIST patchelf-0.10.tar.bz2 158604 BLAKE2B 
6aed9c2e7f37ff0330ca517a9491c46a93212140367b720bf94da4e4ec29a4978c920b53ce306ec333b3f7ac0216ff59637048c6997cfea4a34a87f2a0448796
 SHA512 
647ad13b7d45b3c5d20683ef8fe9760cb7f213e879231b6c5780bf32771adfbf7c5e5ce694c08e5681dceda63857d7d8a2d53efb60f799d3e7290cebc02ab501
-DIST patchelf-0.12.tar.gz 103075 BLAKE2B 
8ea71eb75bcc40e18a168c1e65856809fcceb8f68a9939e5248464d8c2e5d14d4eb1278965727417a26e70734712121d057c3da689be397f93bdb5234a11d5ba
 SHA512 
2563a5b22b90392d5755d9a08022daf8570fa1b741becbbca92548d0a2f82f7ee21175a2c34816a4653c89c2219bf59b1440304b0fa2d49842e398ab18b9923c
 DIST patchelf-0.13.tar.gz 117997 BLAKE2B 
5db88c9ff9103f2e4b8e15d7dc0d677c3956a85ce5e86e371c4c32a21c3bc219990edd71a20a6b650342eff1068c0ba0976529d62d21dcc17dfc020abf7167ec
 SHA512 
0b4cb41dc1b76d1c0f46655d8b1c56187d2bf18fa12fad9ad6e8acd321a98df372713a92c6649479498bb5939c91ce16a1032ec03afc5a2f7c92cd68882c2bd9
 DIST patchelf-0.14.3.tar.gz 123722 BLAKE2B 
ca9c28c88ff6a5eb37a8cb9010642f04335b74e2132987f34bc167c140dc95cd4ac7a3ed71b7287d952a0201b12148a15f3066e5c7d3d453cc18a1e97b6283ed
 SHA512 
2f5caa6b038e630896dc0cebaf4d6f88d91f6dee7f2ffa2fc6b90d199b3a0140b7fe39ea43e582f7ac1145309a61e11fb7ce36c579ad217c48f1b189738f79c8

diff --git a/dev-util/patchelf/patchelf-0.12.ebuild 
b/dev-util/patchelf/patchelf-0.12.ebuild
deleted file mode 100644
index b3d5fb270ec6..
--- a/dev-util/patchelf/patchelf-0.12.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
-HOMEPAGE="https://nixos.org/patchelf.html;
-SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
-
-src_prepare() {
-   default
-   rm src/elf.h || die
-
-   sed -i \
-   -e 's:-Werror::g' \
-   configure.ac || die
-
-   eautoreconf
-}
-
-src_test() {
-   emake check \
- CFLAGS+=" -no-pie" \
- CXXFLAGS+=" -no-pie"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2021-08-22 Thread James Le Cuirot
commit: 03e6b1d0456c5146086af650c1b62fdd11882923
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Aug 22 09:42:05 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Aug 22 09:42:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e6b1d0

dev-util/patchelf: Bump version to 0.13

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest |  1 +
 dev-util/patchelf/patchelf-0.13.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index f9192d349b5..d33517f7e4c 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,3 +1,4 @@
 DIST patchelf-0.10.tar.bz2 158604 BLAKE2B 
6aed9c2e7f37ff0330ca517a9491c46a93212140367b720bf94da4e4ec29a4978c920b53ce306ec333b3f7ac0216ff59637048c6997cfea4a34a87f2a0448796
 SHA512 
647ad13b7d45b3c5d20683ef8fe9760cb7f213e879231b6c5780bf32771adfbf7c5e5ce694c08e5681dceda63857d7d8a2d53efb60f799d3e7290cebc02ab501
 DIST patchelf-0.11.tar.bz2 159046 BLAKE2B 
48d8dd986c681facd8d925d8f471ed6b4cae6a06472d66c1c22a32ded796f50be8d30cefc2847890558c2799707c33beb64ffc5d09f6d142120363bea5e40456
 SHA512 
ad3a99db6952412a2dac27256640cb9152b8bf5d189f1685b7478b9773bb612e06621511fc7338b2defc435bcdc26f67f79c2d830570a6da70f9d280b123d977
 DIST patchelf-0.12.tar.gz 103075 BLAKE2B 
8ea71eb75bcc40e18a168c1e65856809fcceb8f68a9939e5248464d8c2e5d14d4eb1278965727417a26e70734712121d057c3da689be397f93bdb5234a11d5ba
 SHA512 
2563a5b22b90392d5755d9a08022daf8570fa1b741becbbca92548d0a2f82f7ee21175a2c34816a4653c89c2219bf59b1440304b0fa2d49842e398ab18b9923c
+DIST patchelf-0.13.tar.gz 117997 BLAKE2B 
5db88c9ff9103f2e4b8e15d7dc0d677c3956a85ce5e86e371c4c32a21c3bc219990edd71a20a6b650342eff1068c0ba0976529d62d21dcc17dfc020abf7167ec
 SHA512 
0b4cb41dc1b76d1c0f46655d8b1c56187d2bf18fa12fad9ad6e8acd321a98df372713a92c6649479498bb5939c91ce16a1032ec03afc5a2f7c92cd68882c2bd9

diff --git a/dev-util/patchelf/patchelf-0.13.ebuild 
b/dev-util/patchelf/patchelf-0.13.ebuild
new file mode 100644
index 000..e66de9a4aec
--- /dev/null
+++ b/dev-util/patchelf/patchelf-0.13.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
+HOMEPAGE="https://github.com/NixOS/patchelf;
+SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+LICENSE="GPL-3"
+
+src_prepare() {
+   default
+   rm src/elf.h || die
+
+   sed -i \
+   -e 's:-Werror::g' \
+   configure.ac || die
+
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2021-08-22 Thread James Le Cuirot
commit: 420450cd3c821d7c31a9b7c6c4aca861dea94689
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Aug 22 09:43:17 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Aug 22 09:43:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=420450cd

dev-util/patchelf: Drop old 0.11

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest |  1 -
 dev-util/patchelf/patchelf-0.11.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index d33517f7e4c..2eefbfb2105 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,4 +1,3 @@
 DIST patchelf-0.10.tar.bz2 158604 BLAKE2B 
6aed9c2e7f37ff0330ca517a9491c46a93212140367b720bf94da4e4ec29a4978c920b53ce306ec333b3f7ac0216ff59637048c6997cfea4a34a87f2a0448796
 SHA512 
647ad13b7d45b3c5d20683ef8fe9760cb7f213e879231b6c5780bf32771adfbf7c5e5ce694c08e5681dceda63857d7d8a2d53efb60f799d3e7290cebc02ab501
-DIST patchelf-0.11.tar.bz2 159046 BLAKE2B 
48d8dd986c681facd8d925d8f471ed6b4cae6a06472d66c1c22a32ded796f50be8d30cefc2847890558c2799707c33beb64ffc5d09f6d142120363bea5e40456
 SHA512 
ad3a99db6952412a2dac27256640cb9152b8bf5d189f1685b7478b9773bb612e06621511fc7338b2defc435bcdc26f67f79c2d830570a6da70f9d280b123d977
 DIST patchelf-0.12.tar.gz 103075 BLAKE2B 
8ea71eb75bcc40e18a168c1e65856809fcceb8f68a9939e5248464d8c2e5d14d4eb1278965727417a26e70734712121d057c3da689be397f93bdb5234a11d5ba
 SHA512 
2563a5b22b90392d5755d9a08022daf8570fa1b741becbbca92548d0a2f82f7ee21175a2c34816a4653c89c2219bf59b1440304b0fa2d49842e398ab18b9923c
 DIST patchelf-0.13.tar.gz 117997 BLAKE2B 
5db88c9ff9103f2e4b8e15d7dc0d677c3956a85ce5e86e371c4c32a21c3bc219990edd71a20a6b650342eff1068c0ba0976529d62d21dcc17dfc020abf7167ec
 SHA512 
0b4cb41dc1b76d1c0f46655d8b1c56187d2bf18fa12fad9ad6e8acd321a98df372713a92c6649479498bb5939c91ce16a1032ec03afc5a2f7c92cd68882c2bd9

diff --git a/dev-util/patchelf/patchelf-0.11.ebuild 
b/dev-util/patchelf/patchelf-0.11.ebuild
deleted file mode 100644
index ec5c769e0af..000
--- a/dev-util/patchelf/patchelf-0.11.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
-HOMEPAGE="https://nixos.org/patchelf.html;
-SRC_URI="https://nixos.org/releases/${PN}/${P}/${P}.tar.bz2;
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
-
-S="${WORKDIR}/${P}.20200609.d6b2a72"
-
-src_prepare() {
-   default
-   rm src/elf.h || die
-
-   sed -i \
-   -e 's:-Werror::g' \
-   configure.ac || die
-
-   eautoreconf
-}
-
-src_test() {
-   emake check \
- CFLAGS+=" -no-pie" \
- CXXFLAGS+=" -no-pie"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2020-08-29 Thread James Le Cuirot
commit: 20bde3f8905f18eb620d2bc4c98d63f64b49549a
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Aug 29 19:57:19 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Aug 29 19:57:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20bde3f8

dev-util/patchelf: Version bump to 0.12

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest |  1 +
 dev-util/patchelf/patchelf-0.12.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 4ac2f5003ee..f9192d349b5 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,2 +1,3 @@
 DIST patchelf-0.10.tar.bz2 158604 BLAKE2B 
6aed9c2e7f37ff0330ca517a9491c46a93212140367b720bf94da4e4ec29a4978c920b53ce306ec333b3f7ac0216ff59637048c6997cfea4a34a87f2a0448796
 SHA512 
647ad13b7d45b3c5d20683ef8fe9760cb7f213e879231b6c5780bf32771adfbf7c5e5ce694c08e5681dceda63857d7d8a2d53efb60f799d3e7290cebc02ab501
 DIST patchelf-0.11.tar.bz2 159046 BLAKE2B 
48d8dd986c681facd8d925d8f471ed6b4cae6a06472d66c1c22a32ded796f50be8d30cefc2847890558c2799707c33beb64ffc5d09f6d142120363bea5e40456
 SHA512 
ad3a99db6952412a2dac27256640cb9152b8bf5d189f1685b7478b9773bb612e06621511fc7338b2defc435bcdc26f67f79c2d830570a6da70f9d280b123d977
+DIST patchelf-0.12.tar.gz 103075 BLAKE2B 
8ea71eb75bcc40e18a168c1e65856809fcceb8f68a9939e5248464d8c2e5d14d4eb1278965727417a26e70734712121d057c3da689be397f93bdb5234a11d5ba
 SHA512 
2563a5b22b90392d5755d9a08022daf8570fa1b741becbbca92548d0a2f82f7ee21175a2c34816a4653c89c2219bf59b1440304b0fa2d49842e398ab18b9923c

diff --git a/dev-util/patchelf/patchelf-0.12.ebuild 
b/dev-util/patchelf/patchelf-0.12.ebuild
new file mode 100644
index 000..b3d5fb270ec
--- /dev/null
+++ b/dev-util/patchelf/patchelf-0.12.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
+HOMEPAGE="https://nixos.org/patchelf.html;
+SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+LICENSE="GPL-3"
+
+src_prepare() {
+   default
+   rm src/elf.h || die
+
+   sed -i \
+   -e 's:-Werror::g' \
+   configure.ac || die
+
+   eautoreconf
+}
+
+src_test() {
+   emake check \
+ CFLAGS+=" -no-pie" \
+ CXXFLAGS+=" -no-pie"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2020-08-18 Thread James Le Cuirot
commit: 76fccfc8f679ede1be607d88454573f9153f61a3
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Aug 18 22:31:15 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Aug 18 22:31:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fccfc8

dev-util/patchelf: Version bump to 0.11

Bug: https://bugs.gentoo.org/708786
Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest |  1 +
 dev-util/patchelf/patchelf-0.11.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 87e5c479f3f..4ac2f5003ee 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1 +1,2 @@
 DIST patchelf-0.10.tar.bz2 158604 BLAKE2B 
6aed9c2e7f37ff0330ca517a9491c46a93212140367b720bf94da4e4ec29a4978c920b53ce306ec333b3f7ac0216ff59637048c6997cfea4a34a87f2a0448796
 SHA512 
647ad13b7d45b3c5d20683ef8fe9760cb7f213e879231b6c5780bf32771adfbf7c5e5ce694c08e5681dceda63857d7d8a2d53efb60f799d3e7290cebc02ab501
+DIST patchelf-0.11.tar.bz2 159046 BLAKE2B 
48d8dd986c681facd8d925d8f471ed6b4cae6a06472d66c1c22a32ded796f50be8d30cefc2847890558c2799707c33beb64ffc5d09f6d142120363bea5e40456
 SHA512 
ad3a99db6952412a2dac27256640cb9152b8bf5d189f1685b7478b9773bb612e06621511fc7338b2defc435bcdc26f67f79c2d830570a6da70f9d280b123d977

diff --git a/dev-util/patchelf/patchelf-0.11.ebuild 
b/dev-util/patchelf/patchelf-0.11.ebuild
new file mode 100644
index 000..ec5c769e0af
--- /dev/null
+++ b/dev-util/patchelf/patchelf-0.11.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
+HOMEPAGE="https://nixos.org/patchelf.html;
+SRC_URI="https://nixos.org/releases/${PN}/${P}/${P}.tar.bz2;
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+LICENSE="GPL-3"
+
+S="${WORKDIR}/${P}.20200609.d6b2a72"
+
+src_prepare() {
+   default
+   rm src/elf.h || die
+
+   sed -i \
+   -e 's:-Werror::g' \
+   configure.ac || die
+
+   eautoreconf
+}
+
+src_test() {
+   emake check \
+ CFLAGS+=" -no-pie" \
+ CXXFLAGS+=" -no-pie"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/files/, dev-util/patchelf/

2019-11-22 Thread James Le Cuirot
commit: 306f0be7307c0edf4ef397cbdf9e7363e7ed458a
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Nov 22 22:02:51 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Nov 22 22:02:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306f0be7

dev-util/patchelf: Drop old 0.8

Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest  |  1 -
 dev-util/patchelf/files/patchelf-0.8-dash.patch | 28 --
 dev-util/patchelf/patchelf-0.8.ebuild   | 38 -
 3 files changed, 67 deletions(-)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 627efaa2f90..87e5c479f3f 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,2 +1 @@
 DIST patchelf-0.10.tar.bz2 158604 BLAKE2B 
6aed9c2e7f37ff0330ca517a9491c46a93212140367b720bf94da4e4ec29a4978c920b53ce306ec333b3f7ac0216ff59637048c6997cfea4a34a87f2a0448796
 SHA512 
647ad13b7d45b3c5d20683ef8fe9760cb7f213e879231b6c5780bf32771adfbf7c5e5ce694c08e5681dceda63857d7d8a2d53efb60f799d3e7290cebc02ab501
-DIST patchelf-0.8.tar.bz2 119369 BLAKE2B 
bfe7dceea9a79845c61bc7490faad5cd4d5e83bc0be4ec7e3b19fbed91ecb7d15e0a0688d4914731b94f0522c80ea9f940b6a8ad5595931df8826ef43f2fd209
 SHA512 
819ace0ee032612e8bef56f230ea470be9d44bc03ef561f98ffac84f2555e419f87309280df6d265a8ae56452e54d46fc90be13a449847e93e4e7b413dc8605a

diff --git a/dev-util/patchelf/files/patchelf-0.8-dash.patch 
b/dev-util/patchelf/files/patchelf-0.8-dash.patch
deleted file mode 100644
index 4210b1c054d..000
--- a/dev-util/patchelf/files/patchelf-0.8-dash.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 3b9e7913a6d14cb09ed91ce8a1110955bda200ef Mon Sep 17 00:00:00 2001
-From: Alexandre Pretyman 
-Date: Tue, 14 Jul 2015 09:12:38 -0400
-Subject: [PATCH] Change configure.ac from OpenWrt to support Mac OS
-
-This change is from the OpenWrt project, from the URL:
-https://dev.openwrt.org/ticket/18998
-It enables patchelf to sucessfully compile and run under Mac OS and
-keeps compatibility with Linux.
-
-Tested under Mac OS X 10.9.5 and Ubuntu 15.04 to patch a binary of type
-ELF 32-bit LSB executable - the patch fully worked
-
-This patch is credited to Felix Fietkau

- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 8ca9ad4..69e12de 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -1,4 +1,4 @@
--AC_INIT([patchelf], m4_esyscmd([echo -n $(cat ./version)]))
-+AC_INIT([patchelf], m4_esyscmd([printf $(cat ./version)]))
- AC_CONFIG_SRCDIR([src/patchelf.cc])
- AC_CONFIG_AUX_DIR([build-aux])
- AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 foreign color-tests 
parallel-tests])

diff --git a/dev-util/patchelf/patchelf-0.8.ebuild 
b/dev-util/patchelf/patchelf-0.8.ebuild
deleted file mode 100644
index 3a3ffaccefd..000
--- a/dev-util/patchelf/patchelf-0.8.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
-HOMEPAGE="http://nixos.org/patchelf.html;
-SRC_URI="http://releases.nixos.org/${PN}/${P}/${P}.tar.bz2;
-
-SLOT="0"
-KEYWORDS="amd64 arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
-IUSE=""
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-PATCHES=( "${FILESDIR}"/${P}-dash.patch )
-
-src_prepare() {
-   rm src/elf.h || die
-   sed -e 's:-Werror::g' -i configure.ac || die
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   local myeconfargs=( --docdir="${EPREFIX}"/usr/share/doc/${PF} )
-   autotools-utils_src_configure
-}
-
-src_test() {
-   autotools-utils_src_test -j1 \
-CFLAGS+=" -no-pie" \
-CXXFLAGS+=" -no-pie"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2019-11-22 Thread Aaron Bauman
commit: 7c18878f9f38b62c82f216c93aac33c54b6f68d9
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Nov 22 21:28:59 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Nov 22 21:29:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c18878f

dev-util/patchelf: arm64 stable (bug #700634)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18

 dev-util/patchelf/patchelf-0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.10.ebuild 
b/dev-util/patchelf/patchelf-0.10.ebuild
index d6b6a98b0de..481b26d5698 100644
--- a/dev-util/patchelf/patchelf-0.10.ebuild
+++ b/dev-util/patchelf/patchelf-0.10.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://nixos.org/patchelf.html;
 SRC_URI="https://nixos.org/releases/${PN}/${P}/${P}.tar.bz2;
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2019-11-20 Thread Agostino Sarubbo
commit: 9a39f7611b5b55282ec09386caecb5a6fb50a451
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 20 13:23:30 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 20 13:23:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a39f761

dev-util/patchelf: x86 stable wrt bug #700634

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/patchelf/patchelf-0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.10.ebuild 
b/dev-util/patchelf/patchelf-0.10.ebuild
index 95dadcf2724..d6b6a98b0de 100644
--- a/dev-util/patchelf/patchelf-0.10.ebuild
+++ b/dev-util/patchelf/patchelf-0.10.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://nixos.org/patchelf.html;
 SRC_URI="https://nixos.org/releases/${PN}/${P}/${P}.tar.bz2;
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2019-11-20 Thread Agostino Sarubbo
commit: be4e39522f8c95dabb99ee4203ff32d06ffa3a1d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 20 13:21:30 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 20 13:21:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be4e3952

dev-util/patchelf: amd64 stable wrt bug #700634

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

 dev-util/patchelf/patchelf-0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.10.ebuild 
b/dev-util/patchelf/patchelf-0.10.ebuild
index 9c39c5fcd2c..95dadcf2724 100644
--- a/dev-util/patchelf/patchelf-0.10.ebuild
+++ b/dev-util/patchelf/patchelf-0.10.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://nixos.org/patchelf.html;
 SRC_URI="https://nixos.org/releases/${PN}/${P}/${P}.tar.bz2;
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2019-11-20 Thread Agostino Sarubbo
commit: a0dc08c156a7ead06fc90b7895f77511d1e1ff61
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 20 11:26:48 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 20 11:26:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0dc08c1

dev-util/patchelf: ppc stable wrt bug #700634

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/patchelf/patchelf-0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.10.ebuild 
b/dev-util/patchelf/patchelf-0.10.ebuild
index 46ab35c9bba..9c39c5fcd2c 100644
--- a/dev-util/patchelf/patchelf-0.10.ebuild
+++ b/dev-util/patchelf/patchelf-0.10.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://nixos.org/patchelf.html;
 SRC_URI="https://nixos.org/releases/${PN}/${P}/${P}.tar.bz2;
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2019-11-20 Thread Agostino Sarubbo
commit: 1b9a22e8c23cc0470bb2ec263c07fc93e8a3c8fa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 20 11:19:57 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 20 11:19:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b9a22e8

dev-util/patchelf: ppc64 stable wrt bug #700634

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/patchelf/patchelf-0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.10.ebuild 
b/dev-util/patchelf/patchelf-0.10.ebuild
index 36271cd5f47..46ab35c9bba 100644
--- a/dev-util/patchelf/patchelf-0.10.ebuild
+++ b/dev-util/patchelf/patchelf-0.10.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="https://nixos.org/patchelf.html;
 SRC_URI="https://nixos.org/releases/${PN}/${P}/${P}.tar.bz2;
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2019-07-29 Thread Aaron Bauman
commit: 004c48c9e5bd29f837b3313eb59df2760a9d2902
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jul 29 12:58:10 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 29 13:04:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004c48c9

dev-util/patchelf: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-util/patchelf/patchelf-0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.8.ebuild 
b/dev-util/patchelf/patchelf-0.8.ebuild
index 369a698a039..3a3ffaccefd 100644
--- a/dev-util/patchelf/patchelf-0.8.ebuild
+++ b/dev-util/patchelf/patchelf-0.8.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://nixos.org/patchelf.html;
 SRC_URI="http://releases.nixos.org/${PN}/${P}/${P}.tar.bz2;
 
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2019-05-03 Thread James Le Cuirot
commit: 856213bc1a54ef26fb82b1b796f6247c1e8f11bb
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri May  3 20:44:09 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May  3 20:45:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856213bc

dev-util/patchelf: Reduce test fails by building tests with -no-pie

Now 0.8 passes and 0.10 has one 1 failure.

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/patchelf-0.10.ebuild | 6 ++
 dev-util/patchelf/patchelf-0.8.ebuild  | 6 --
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-util/patchelf/patchelf-0.10.ebuild 
b/dev-util/patchelf/patchelf-0.10.ebuild
index dfc0d88d15f..36271cd5f47 100644
--- a/dev-util/patchelf/patchelf-0.10.ebuild
+++ b/dev-util/patchelf/patchelf-0.10.ebuild
@@ -22,3 +22,9 @@ src_prepare() {
 
eautoreconf
 }
+
+src_test() {
+   emake check \
+ CFLAGS+=" -no-pie" \
+ CXXFLAGS+=" -no-pie"
+}

diff --git a/dev-util/patchelf/patchelf-0.8.ebuild 
b/dev-util/patchelf/patchelf-0.8.ebuild
index 92c86cecf1a..369a698a039 100644
--- a/dev-util/patchelf/patchelf-0.8.ebuild
+++ b/dev-util/patchelf/patchelf-0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -32,5 +32,7 @@ src_configure() {
 }
 
 src_test() {
-   autotools-utils_src_test -j1
+   autotools-utils_src_test -j1 \
+CFLAGS+=" -no-pie" \
+CXXFLAGS+=" -no-pie"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2019-03-29 Thread James Le Cuirot
commit: 1d5a51aff9245bfacab90c083b8b24928438ef5c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Mar 30 00:04:10 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Mar 30 00:04:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5a51af

dev-util/patchelf: Drop old 0.9_p20180129

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest  |  1 -
 dev-util/patchelf/patchelf-0.9_p20180129.ebuild | 26 -
 2 files changed, 27 deletions(-)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 1445d2d0b6a..627efaa2f90 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,3 +1,2 @@
 DIST patchelf-0.10.tar.bz2 158604 BLAKE2B 
6aed9c2e7f37ff0330ca517a9491c46a93212140367b720bf94da4e4ec29a4978c920b53ce306ec333b3f7ac0216ff59637048c6997cfea4a34a87f2a0448796
 SHA512 
647ad13b7d45b3c5d20683ef8fe9760cb7f213e879231b6c5780bf32771adfbf7c5e5ce694c08e5681dceda63857d7d8a2d53efb60f799d3e7290cebc02ab501
 DIST patchelf-0.8.tar.bz2 119369 BLAKE2B 
bfe7dceea9a79845c61bc7490faad5cd4d5e83bc0be4ec7e3b19fbed91ecb7d15e0a0688d4914731b94f0522c80ea9f940b6a8ad5595931df8826ef43f2fd209
 SHA512 
819ace0ee032612e8bef56f230ea470be9d44bc03ef561f98ffac84f2555e419f87309280df6d265a8ae56452e54d46fc90be13a449847e93e4e7b413dc8605a
-DIST patchelf-0.9_p20180129.tar.gz 99490 BLAKE2B 
a5372942f7f400085a1d5e15701a25f916012ae6afc90cc3065aebf6fd0fc7cae3a626496cae4a7ce7320e5c954b0b11a14defae0bacf3350bf6b201db952eb5
 SHA512 
eabeb34dbef68dc6e79374f46bdbe473ca3c21515962c684f3368fdf7a1dbea75ec152fdb7796f9d22c2f40da25e3f9c181cd1a29e52fbe5843a8cd02acb2c75

diff --git a/dev-util/patchelf/patchelf-0.9_p20180129.ebuild 
b/dev-util/patchelf/patchelf-0.9_p20180129.ebuild
deleted file mode 100644
index 0efbab73c0a..000
--- a/dev-util/patchelf/patchelf-0.9_p20180129.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools vcs-snapshot
-
-DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
-HOMEPAGE="http://nixos.org/patchelf.html;
-COMMIT=1fa4d36fead44333528cbee4b5c04c207ce77ca4
-SRC_URI="https://github.com/NixOS/${PN^}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
-
-src_prepare() {
-   default
-   rm src/elf.h || die
-
-   sed -i \
-   -e 's:-Werror::g' \
-   -e 's:parallel-tests:serial-tests:g' \
-   configure.ac || die
-
-   eautoreconf
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2019-03-29 Thread James Le Cuirot
commit: 840f765e8789a91551b29d192eab17b917fc7a97
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Mar 30 00:03:28 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Mar 30 00:03:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840f765e

dev-util/patchelf: Version bump to 0.10, EAPI 7

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest |  1 +
 dev-util/patchelf/patchelf-0.10.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 91c6793cccf..1445d2d0b6a 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,2 +1,3 @@
+DIST patchelf-0.10.tar.bz2 158604 BLAKE2B 
6aed9c2e7f37ff0330ca517a9491c46a93212140367b720bf94da4e4ec29a4978c920b53ce306ec333b3f7ac0216ff59637048c6997cfea4a34a87f2a0448796
 SHA512 
647ad13b7d45b3c5d20683ef8fe9760cb7f213e879231b6c5780bf32771adfbf7c5e5ce694c08e5681dceda63857d7d8a2d53efb60f799d3e7290cebc02ab501
 DIST patchelf-0.8.tar.bz2 119369 BLAKE2B 
bfe7dceea9a79845c61bc7490faad5cd4d5e83bc0be4ec7e3b19fbed91ecb7d15e0a0688d4914731b94f0522c80ea9f940b6a8ad5595931df8826ef43f2fd209
 SHA512 
819ace0ee032612e8bef56f230ea470be9d44bc03ef561f98ffac84f2555e419f87309280df6d265a8ae56452e54d46fc90be13a449847e93e4e7b413dc8605a
 DIST patchelf-0.9_p20180129.tar.gz 99490 BLAKE2B 
a5372942f7f400085a1d5e15701a25f916012ae6afc90cc3065aebf6fd0fc7cae3a626496cae4a7ce7320e5c954b0b11a14defae0bacf3350bf6b201db952eb5
 SHA512 
eabeb34dbef68dc6e79374f46bdbe473ca3c21515962c684f3368fdf7a1dbea75ec152fdb7796f9d22c2f40da25e3f9c181cd1a29e52fbe5843a8cd02acb2c75

diff --git a/dev-util/patchelf/patchelf-0.10.ebuild 
b/dev-util/patchelf/patchelf-0.10.ebuild
new file mode 100644
index 000..dfc0d88d15f
--- /dev/null
+++ b/dev-util/patchelf/patchelf-0.10.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
+HOMEPAGE="https://nixos.org/patchelf.html;
+SRC_URI="https://nixos.org/releases/${PN}/${P}/${P}.tar.bz2;
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+LICENSE="GPL-3"
+
+src_prepare() {
+   default
+   rm src/elf.h || die
+
+   sed -i \
+   -e 's:-Werror::g' \
+   configure.ac || die
+
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2019-01-21 Thread James Le Cuirot
commit: 29833198ab6467eb2dd547f2017473b022791f97
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jan 21 22:56:41 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jan 21 22:56:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29833198

dev-util/patchelf: Drop old 0.9

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/patchelf/Manifest|  1 -
 dev-util/patchelf/patchelf-0.9.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index c05694b07e2..91c6793cccf 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,3 +1,2 @@
 DIST patchelf-0.8.tar.bz2 119369 BLAKE2B 
bfe7dceea9a79845c61bc7490faad5cd4d5e83bc0be4ec7e3b19fbed91ecb7d15e0a0688d4914731b94f0522c80ea9f940b6a8ad5595931df8826ef43f2fd209
 SHA512 
819ace0ee032612e8bef56f230ea470be9d44bc03ef561f98ffac84f2555e419f87309280df6d265a8ae56452e54d46fc90be13a449847e93e4e7b413dc8605a
-DIST patchelf-0.9.tar.bz2 159956 BLAKE2B 
7e8543a98aa683eeafacfb836a02ad7cf2fb52409b0780edb614e30edc66f8f356a9bd19e133b185861fe9c6ae0e4868b0b307c174610eef80e3446610f76bcb
 SHA512 
5bd3a1268b809f173debde5d34c3f736f38d7afb69decf609a422884c51eb1d5ccf62f2d454d4ef8b2c20e263ece49e3c2f801347ef1dfcceecd89c78a214790
 DIST patchelf-0.9_p20180129.tar.gz 99490 BLAKE2B 
a5372942f7f400085a1d5e15701a25f916012ae6afc90cc3065aebf6fd0fc7cae3a626496cae4a7ce7320e5c954b0b11a14defae0bacf3350bf6b201db952eb5
 SHA512 
eabeb34dbef68dc6e79374f46bdbe473ca3c21515962c684f3368fdf7a1dbea75ec152fdb7796f9d22c2f40da25e3f9c181cd1a29e52fbe5843a8cd02acb2c75

diff --git a/dev-util/patchelf/patchelf-0.9.ebuild 
b/dev-util/patchelf/patchelf-0.9.ebuild
deleted file mode 100644
index 334bfba21b4..000
--- a/dev-util/patchelf/patchelf-0.9.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
-HOMEPAGE="http://nixos.org/patchelf.html;
-SRC_URI="http://releases.nixos.org/${PN}/${P}/${P}.tar.bz2;
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
-
-src_prepare() {
-   default
-   rm src/elf.h || die
-
-   sed -i \
-   -e 's:-Werror::g' \
-   -e 's:parallel-tests:serial-tests:g' \
-   configure.ac || die
-
-   eautoreconf
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2018-03-26 Thread James Le Cuirot
commit: f10514362218c557f2cb0aff2c1790094c8ae655
Author: Nikos Chantziaras  gmail  com>
AuthorDate: Mon Mar 26 15:36:23 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Mar 26 20:59:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1051436

dev-util/patchelf: git snapshot version bump to 0.9_p20180129

Current (0.9) version of patchelf fails to update the .gnu.version_r section of
binary executables when patching them, resulting in the executable being unable
to run:

$ patchelf --replace-needed "libcurl-gnutls.so.4" "libcurl.so.4" my_binary
$ ./my_binary
Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions:
Assertion `needed != ((void *)0)' failed!

This has been fixed by upstream a couple years ago, but patchelf has not done a
new release since then. This version bump grabs a Git snapshot.

Closes: https://bugs.gentoo.org/651600
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7625

 dev-util/patchelf/Manifest  |  1 +
 dev-util/patchelf/patchelf-0.9_p20180129.ebuild | 26 +
 2 files changed, 27 insertions(+)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 9c4a653bc3e..c05694b07e2 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,2 +1,3 @@
 DIST patchelf-0.8.tar.bz2 119369 BLAKE2B 
bfe7dceea9a79845c61bc7490faad5cd4d5e83bc0be4ec7e3b19fbed91ecb7d15e0a0688d4914731b94f0522c80ea9f940b6a8ad5595931df8826ef43f2fd209
 SHA512 
819ace0ee032612e8bef56f230ea470be9d44bc03ef561f98ffac84f2555e419f87309280df6d265a8ae56452e54d46fc90be13a449847e93e4e7b413dc8605a
 DIST patchelf-0.9.tar.bz2 159956 BLAKE2B 
7e8543a98aa683eeafacfb836a02ad7cf2fb52409b0780edb614e30edc66f8f356a9bd19e133b185861fe9c6ae0e4868b0b307c174610eef80e3446610f76bcb
 SHA512 
5bd3a1268b809f173debde5d34c3f736f38d7afb69decf609a422884c51eb1d5ccf62f2d454d4ef8b2c20e263ece49e3c2f801347ef1dfcceecd89c78a214790
+DIST patchelf-0.9_p20180129.tar.gz 99490 BLAKE2B 
a5372942f7f400085a1d5e15701a25f916012ae6afc90cc3065aebf6fd0fc7cae3a626496cae4a7ce7320e5c954b0b11a14defae0bacf3350bf6b201db952eb5
 SHA512 
eabeb34dbef68dc6e79374f46bdbe473ca3c21515962c684f3368fdf7a1dbea75ec152fdb7796f9d22c2f40da25e3f9c181cd1a29e52fbe5843a8cd02acb2c75

diff --git a/dev-util/patchelf/patchelf-0.9_p20180129.ebuild 
b/dev-util/patchelf/patchelf-0.9_p20180129.ebuild
new file mode 100644
index 000..0efbab73c0a
--- /dev/null
+++ b/dev-util/patchelf/patchelf-0.9_p20180129.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools vcs-snapshot
+
+DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
+HOMEPAGE="http://nixos.org/patchelf.html;
+COMMIT=1fa4d36fead44333528cbee4b5c04c207ce77ca4
+SRC_URI="https://github.com/NixOS/${PN^}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+LICENSE="GPL-3"
+
+src_prepare() {
+   default
+   rm src/elf.h || die
+
+   sed -i \
+   -e 's:-Werror::g' \
+   -e 's:parallel-tests:serial-tests:g' \
+   configure.ac || die
+
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2017-12-20 Thread Sergei Trofimovich
commit: f8a9cd4565a2912b000881aad4e1053e835110f8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 20 21:49:41 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 20 21:49:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a9cd45

dev-util/patchelf: keyworded 0.9 for sparc, bug #625454 (thanks to Rolf Eike 
Beer)

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

 dev-util/patchelf/patchelf-0.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/patchelf/patchelf-0.9.ebuild 
b/dev-util/patchelf/patchelf-0.9.ebuild
index 47264579ddd..334bfba21b4 100644
--- a/dev-util/patchelf/patchelf-0.9.ebuild
+++ b/dev-util/patchelf/patchelf-0.9.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=6
@@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and 
RPATH of ELF executa
 HOMEPAGE="http://nixos.org/patchelf.html;
 SRC_URI="http://releases.nixos.org/${PN}/${P}/${P}.tar.bz2;
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2016-03-18 Thread James Le Cuirot
commit: 60daa7b26d25f75aaf5ee361550b4cecbed83e1f
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Mar 17 22:40:43 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Mar 17 22:41:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60daa7b2

dev-util/patchelf: Version bump to 0.9 wrt #577632, EAPI bump

Package-Manager: portage-2.2.28

 dev-util/patchelf/Manifest|  1 +
 dev-util/patchelf/patchelf-0.9.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index bf2ff6e..d09afff 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1 +1,2 @@
 DIST patchelf-0.8.tar.bz2 119369 SHA256 
c99f84d124347340c36707089ec8f70530abd56e7827c54d506eb4cc097a17e7 SHA512 
819ace0ee032612e8bef56f230ea470be9d44bc03ef561f98ffac84f2555e419f87309280df6d265a8ae56452e54d46fc90be13a449847e93e4e7b413dc8605a
 WHIRLPOOL 
64c56eda439dc114e4450428d7bde754a894ecbd8d2e0d1a29c3a53965527f76723fef9a240cd3686532f9202c84b23dd25cfe8e4f664ac33e08ca4056ef6780
+DIST patchelf-0.9.tar.bz2 159956 SHA256 
a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83 SHA512 
5bd3a1268b809f173debde5d34c3f736f38d7afb69decf609a422884c51eb1d5ccf62f2d454d4ef8b2c20e263ece49e3c2f801347ef1dfcceecd89c78a214790
 WHIRLPOOL 
040b568fcac1e73cdf4ef928af7171e74402e2197918a00573624a92c9db444f7c45facd4cc629d8fdc629ba771a04236420444b4f67d0a732a636c51ecc16a4

diff --git a/dev-util/patchelf/patchelf-0.9.ebuild 
b/dev-util/patchelf/patchelf-0.9.ebuild
new file mode 100644
index 000..71ca6a2
--- /dev/null
+++ b/dev-util/patchelf/patchelf-0.9.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
+HOMEPAGE="http://nixos.org/patchelf.html;
+SRC_URI="http://releases.nixos.org/${PN}/${P}/${P}.tar.bz2;
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="GPL-3"
+
+src_prepare() {
+   default
+   rm src/elf.h || die
+
+   sed -i \
+   -e 's:-Werror::g' \
+   -e 's:parallel-tests:serial-tests:g' \
+   configure.ac || die
+
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2016-03-15 Thread James Le Cuirot
commit: b12fc0fed1931042489fc94bffca14d58c290cd7
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Mar 14 22:33:58 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Mar 15 07:05:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12fc0fe

dev-util/patchelf: 0.8 stable on ppc64 (tested by ago)

Package-Manager: portage-2.2.28

 dev-util/patchelf/patchelf-0.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/patchelf/patchelf-0.8.ebuild 
b/dev-util/patchelf/patchelf-0.8.ebuild
index 5924e49..c00ed28 100644
--- a/dev-util/patchelf/patchelf-0.8.ebuild
+++ b/dev-util/patchelf/patchelf-0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ HOMEPAGE="http://nixos.org/patchelf.html;
 SRC_URI="http://releases.nixos.org/${PN}/${P}/${P}.tar.bz2;
 
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2016-01-08 Thread James Le Cuirot
commit: 392dc3e3f7e39ce25c08929450c2ec2a1f526acb
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Jan  8 09:41:42 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Jan  8 09:42:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392dc3e3

dev-util/patchelf: Taking over maintainership from jlec

Package-Manager: portage-2.2.26

 dev-util/patchelf/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/metadata.xml b/dev-util/patchelf/metadata.xml
index 4a00a64..2a9ec3b 100644
--- a/dev-util/patchelf/metadata.xml
+++ b/dev-util/patchelf/metadata.xml
@@ -2,6 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-j...@gentoo.org
+ch...@gentoo.org
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/

2015-11-22 Thread James Le Cuirot
commit: a1e2c68e9782b20818502b540ece2e9a928e264e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Nov 22 15:15:40 2015 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Nov 22 15:16:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e2c68e

dev-util/patchelf: Add ~ppc64 keyword

Despite upstream not explicitly mentioning ppc64 support, it does
appear to work, at least with icedtea-bin.

Package-Manager: portage-2.2.25

 dev-util/patchelf/patchelf-0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchelf/patchelf-0.8.ebuild 
b/dev-util/patchelf/patchelf-0.8.ebuild
index ef8f82a..5924e49 100644
--- a/dev-util/patchelf/patchelf-0.8.ebuild
+++ b/dev-util/patchelf/patchelf-0.8.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://nixos.org/patchelf.html;
 SRC_URI="http://releases.nixos.org/${PN}/${P}/${P}.tar.bz2;
 
 SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 IUSE=""