[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2023-05-27 Thread Sam James
commit: 070bd3b85bf308afdfbb064c8deac031932cf555
Author: Sam James  gentoo  org>
AuthorDate: Sat May 27 06:05:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 27 06:12:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070bd3b8

sys-apps/elfix: wire up (restricted) tests

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

 sys-apps/elfix/elfix-0.9.5.ebuild | 15 +++
 sys-apps/elfix/elfix-.ebuild  | 17 -
 2 files changed, 15 insertions(+), 17 deletions(-)

diff --git a/sys-apps/elfix/elfix-0.9.5.ebuild 
b/sys-apps/elfix/elfix-0.9.5.ebuild
index d3dc77ed17fb..0f1ed96f6f05 100644
--- a/sys-apps/elfix/elfix-0.9.5.ebuild
+++ b/sys-apps/elfix/elfix-0.9.5.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=6
@@ -17,14 +17,12 @@ 
HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="+ptpax +xtpax"
-
-DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO )
-
+IUSE="+ptpax test +xtpax"
 REQUIRED_USE="|| ( ptpax xtpax )"
-
 # These only work with a properly configured PaX kernel
-RESTRICT="test"
+RESTRICT="!test? ( test ) test"
+
+DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO )
 
 DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=]
ptpax? ( dev-libs/elfutils )
@@ -42,7 +40,8 @@ src_prepare() {
 
 src_configure() {
rm -f "${S}/scripts/setup.py"
-   econf --disable-tests \
+   econf \
+   $(use_enable test tests) \
$(use_enable ptpax) \
$(use_enable xtpax)
 }

diff --git a/sys-apps/elfix/elfix-.ebuild b/sys-apps/elfix/elfix-.ebuild
index a7a57400096c..05b415e1f5d3 100644
--- a/sys-apps/elfix/elfix-.ebuild
+++ b/sys-apps/elfix/elfix-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~sparc ~x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"
@@ -17,14 +17,12 @@ 
HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="+ptpax +xtpax"
-
-DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO )
-
+IUSE="+ptpax test +xtpax"
 REQUIRED_USE="|| ( ptpax xtpax )"
-
 # These only work with a properly configured PaX kernel
-RESTRICT="test"
+RESTRICT="!test? ( test ) test"
+
+DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO )
 
 DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=]
ptpax? ( dev-libs/elfutils )
@@ -42,7 +40,8 @@ src_prepare() {
 
 src_configure() {
rm -f "${S}/scripts/setup.py"
-   econf --disable-tests \
+   econf \
+   $(use_enable test tests) \
$(use_enable ptpax) \
$(use_enable xtpax)
 }



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2023-01-09 Thread Sam James
commit: 73b973f7edf47991f6195368ed0d24a4c0c97ced
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 10 05:55:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 10 05:55:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b973f7

sys-apps/elfix: add gentoo upstream metadata

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

 sys-apps/elfix/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-apps/elfix/metadata.xml b/sys-apps/elfix/metadata.xml
index 059e15008dea..3da6465b360b 100644
--- a/sys-apps/elfix/metadata.xml
+++ b/sys-apps/elfix/metadata.xml
@@ -13,4 +13,7 @@
Enable XATTR_PAX_FLAGS support.
Enable PT_PAX_FLAGS support.

+   
+   proj/elfix
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2023-01-09 Thread Sam James
commit: cd894c390b2ad4494827e37be8aab200a92b1c8f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 10 05:55:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 10 05:55:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd894c39

sys-apps/elfix: add github upstream metadata

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

 sys-apps/elfix/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/elfix/metadata.xml b/sys-apps/elfix/metadata.xml
index 3da6465b360b..ce910eb81c8a 100644
--- a/sys-apps/elfix/metadata.xml
+++ b/sys-apps/elfix/metadata.xml
@@ -15,5 +15,6 @@


proj/elfix
+   gentoo/elfix

 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2021-08-20 Thread Marek Szuba
commit: a8bc41e049064b18b2f99a313299c868d5fb0003
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Aug 19 22:32:57 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Aug 20 14:21:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8bc41e0

sys-apps/elfix: keyword 0.9.5 for ~riscv

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

 sys-apps/elfix/elfix-0.9.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/elfix/elfix-0.9.5.ebuild 
b/sys-apps/elfix/elfix-0.9.5.ebuild
index f55fb728d99..5113f837ed5 100644
--- a/sys-apps/elfix/elfix-0.9.5.ebuild
+++ b/sys-apps/elfix/elfix-0.9.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
sparc x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2019-12-09 Thread Anthony G. Basile
commit: b844d6081014b24a9d1b897f2490bcc619b1f5a0
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Dec  9 22:12:49 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Dec  9 22:14:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b844d608

 sys-apps/elfix: remove older version

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

 sys-apps/elfix/Manifest   |  3 ---
 sys-apps/elfix/elfix-0.9.2.ebuild | 48 ---
 sys-apps/elfix/elfix-0.9.3.ebuild | 48 ---
 sys-apps/elfix/elfix-0.9.4.ebuild | 48 ---
 4 files changed, 147 deletions(-)

diff --git a/sys-apps/elfix/Manifest b/sys-apps/elfix/Manifest
index 689417f6420..2d3883f50ac 100644
--- a/sys-apps/elfix/Manifest
+++ b/sys-apps/elfix/Manifest
@@ -1,4 +1 @@
-DIST elfix-0.9.2.tar.gz 398758 BLAKE2B 
22f8d9e85be2ae9bd906dfa6a1d8b7614f017686b4563ef7e97898a112a56cff59a8cb906ec957b7a111a5c9251a3de6b13dfb66ef9f732099ac610928d5321e
 SHA512 
a7be30722abe7249ec42024d33b2bda00524cfb85da66b4511c5056efbdbfae1d3c2b42048bcf4d5cb7c0ae675f763b74a834d93a25b541ebac42fddcd2c6cf9
-DIST elfix-0.9.3.tar.gz 399533 BLAKE2B 
7ff2099218de3352079564971cd2e3851a95820552b9057387b78945fb1a23d7b670591b174dc974ca2b0dcf3948546578a210687cbb16625dc5d638abf83169
 SHA512 
3395ce2e6d5e9fc9bdd93b58751cea33b5fb8e25e0a390e6261de6804cc54d4e1f91b4b5843fc45c9178d86d23e9932bf9d0f133a6d086607bf52ce16c65fd0d
-DIST elfix-0.9.4.tar.gz 399606 BLAKE2B 
51b8b2f1c3cce306c7bc0716ad351bbf446a369a353bcd1b5faa41984dec37e08dbeeea87fa2425820af9f76d36209554b8e602338d01d0ad50e6d95e6079529
 SHA512 
f705f63b0ca57077f56e519a22ccaeb2e07f57c5269a6e498571a1799286f12098ccc9a92d2126b51b498447a098b0ce22d54c0d97c8c98d25426fe1e00c6e07
 DIST elfix-0.9.5.tar.gz 401722 BLAKE2B 
184f8944c62412675819ca86f13bcf23039ebcf069df528267f3e4272859e6cc442a1e05a7a121d88987c282d7e2f513d02f28ce41a8e3c0c226b456fa256aa6
 SHA512 
e15ab664357796f3a63ac54912eb43ae659947088a10ef16aafcbdd713cc3670fb0319cb2b95a2d29092866d322ef69df1d63847dfc0c4ab2cdd49e6eaa4635e

diff --git a/sys-apps/elfix/elfix-0.9.2.ebuild 
b/sys-apps/elfix/elfix-0.9.2.ebuild
deleted file mode 100644
index 2bc81bd6ca5..000
--- a/sys-apps/elfix/elfix-0.9.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == ** ]] ; then
-   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git;
-   inherit autotools git-r3
-else
-   SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
-fi
-
-DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"
-HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml
-   https://dev.gentoo.org/~blueness/elfix/;
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="+ptpax +xtpax"
-
-DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO )
-
-REQUIRED_USE="|| ( ptpax xtpax )"
-
-# These only work with a properly configured PaX kernel
-RESTRICT="test"
-
-DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=]
-   ptpax? ( dev-libs/elfutils )
-   xtpax? ( sys-apps/attr )"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   if [[ ${PV} == ** ]]; then
-   eautoreconf
-   cd doc && ./make.sh || die
-   fi
-}
-
-src_configure() {
-   rm -f "${S}/scripts/setup.py"
-   econf --disable-tests \
-   $(use_enable ptpax) \
-   $(use_enable xtpax)
-}

diff --git a/sys-apps/elfix/elfix-0.9.3.ebuild 
b/sys-apps/elfix/elfix-0.9.3.ebuild
deleted file mode 100644
index 01cb2e36fd1..000
--- a/sys-apps/elfix/elfix-0.9.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == ** ]] ; then
-   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git;
-   inherit autotools git-r3
-else
-   SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc 
x86"
-fi
-
-DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"
-HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml
-   https://dev.gentoo.org/~blueness/elfix/;
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="+ptpax +xtpax"
-
-DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO )
-
-REQUIRED_USE="|| ( ptpax xtpax )"
-
-# These only work with a properly configured PaX kernel
-RESTRICT="test"
-
-DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=]
-   ptpax? ( dev-libs/elfutils )
-   xtpax? ( sys-apps/attr )"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   if [[ ${PV} == ** ]]; then
-   eautoreconf
-   cd doc && 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2019-05-23 Thread Mikle Kolyada
commit: e473a9b30b314b7a7f600199edd080fa6ca39e82
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 23 13:16:42 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 23 13:16:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e473a9b3

sys-apps/elfix: arm stable wrt bug #684380

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 sys-apps/elfix/elfix-0.9.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.5.ebuild 
b/sys-apps/elfix/elfix-0.9.5.ebuild
index 4a7d339328a..c5af80158a3 100644
--- a/sys-apps/elfix/elfix-0.9.5.ebuild
+++ b/sys-apps/elfix/elfix-0.9.5.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2019-05-07 Thread Tobias Klausmann
commit: be8a3d87b3288d4282c6c6ee5be0815e0f120b97
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  7 18:03:17 2019 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  7 18:03:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8a3d87

sys-apps/elfix-0.9.5-r0: alpha stable

Bug: http://bugs.gentoo.org/684380
Signed-off-by: Tobias Klausmann  gentoo.org>

 sys-apps/elfix/elfix-0.9.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.5.ebuild 
b/sys-apps/elfix/elfix-0.9.5.ebuild
index 44db071c7bc..4a7d339328a 100644
--- a/sys-apps/elfix/elfix-0.9.5.ebuild
+++ b/sys-apps/elfix/elfix-0.9.5.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
+   KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2019-05-03 Thread Sergei Trofimovich
commit: 1a356ad7aca4658911a42d779c4fa5a4adb628d4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May  3 07:10:09 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May  3 07:11:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a356ad7

sys-apps/elfix: stable 0.9.5 for hppa, bug #684380

Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/elfix/elfix-0.9.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.5.ebuild 
b/sys-apps/elfix/elfix-0.9.5.ebuild
index 1da29710e08..44db071c7bc 100644
--- a/sys-apps/elfix/elfix-0.9.5.ebuild
+++ b/sys-apps/elfix/elfix-0.9.5.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2019-04-30 Thread Mikle Kolyada
commit: 93d5cb2b90475ca4ae952fb20525dc743c3782d5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr 30 09:55:34 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr 30 09:55:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d5cb2b

sys-apps/elfix: amd64 stable wrt bug #684380

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 sys-apps/elfix/elfix-0.9.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.5.ebuild 
b/sys-apps/elfix/elfix-0.9.5.ebuild
index 020b1d758a4..1da29710e08 100644
--- a/sys-apps/elfix/elfix-0.9.5.ebuild
+++ b/sys-apps/elfix/elfix-0.9.5.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2019-04-28 Thread Thomas Deutschmann
commit: a249e1fbca9fa3630ae0a2725253a63ee64701b0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 20:24:48 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 20:34:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a249e1fb

sys-apps/elfix: x86 stable (bug #684380)

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-apps/elfix/elfix-0.9.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.5.ebuild 
b/sys-apps/elfix/elfix-0.9.5.ebuild
index 8f5e4ebcfdb..020b1d758a4 100644
--- a/sys-apps/elfix/elfix-0.9.5.ebuild
+++ b/sys-apps/elfix/elfix-0.9.5.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc 
~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2019-04-28 Thread Sergei Trofimovich
commit: a549c4bb406b5f0f1d5e1132482f6608511918ba
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr 28 08:40:29 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 28 13:03:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a549c4bb

sys-apps/elfix: stable 0.9.5 for ppc64, bug #684380

Package-Manager: Portage-2.3.65, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/elfix/elfix-0.9.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.5.ebuild 
b/sys-apps/elfix/elfix-0.9.5.ebuild
index 7e822357e5a..8f5e4ebcfdb 100644
--- a/sys-apps/elfix/elfix-0.9.5.ebuild
+++ b/sys-apps/elfix/elfix-0.9.5.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ia64 ~mips ppc ~ppc64 sparc 
~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc 
~x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2019-04-28 Thread Sergei Trofimovich
commit: 8fd05986297f510f0b210afed919433e6127cecd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr 28 07:38:28 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 28 07:42:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd05986

sys-apps/elfix: stable 0.9.5 for ppc, bug #684380

Package-Manager: Portage-2.3.65, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/elfix/elfix-0.9.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.5.ebuild 
b/sys-apps/elfix/elfix-0.9.5.ebuild
index 211264d6abb..7e822357e5a 100644
--- a/sys-apps/elfix/elfix-0.9.5.ebuild
+++ b/sys-apps/elfix/elfix-0.9.5.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc 
~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ia64 ~mips ppc ~ppc64 sparc 
~x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2019-04-27 Thread Sergei Trofimovich
commit: e34ddc52e644494937e9c470a025399b689c57a3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr 27 15:44:52 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr 27 15:44:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34ddc52

sys-apps/elfix: stable 0.9.5 for ia64, bug #684380

Package-Manager: Portage-2.3.65, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/elfix/elfix-0.9.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.5.ebuild 
b/sys-apps/elfix/elfix-0.9.5.ebuild
index fac65466208..211264d6abb 100644
--- a/sys-apps/elfix/elfix-0.9.5.ebuild
+++ b/sys-apps/elfix/elfix-0.9.5.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc 
~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc 
~x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2019-04-27 Thread Sergei Trofimovich
commit: b13e1f113f7f6b321ad8ae5b1010e6d086728706
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Apr 27 06:54:44 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr 27 08:47:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13e1f11

sys-apps/elfix: stable 0.9.5 for sparc, bug #684380

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

 sys-apps/elfix/elfix-0.9.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.5.ebuild 
b/sys-apps/elfix/elfix-0.9.5.ebuild
index a837ecdf4d1..fac65466208 100644
--- a/sys-apps/elfix/elfix-0.9.5.ebuild
+++ b/sys-apps/elfix/elfix-0.9.5.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc 
~x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2019-04-25 Thread Aaron Bauman
commit: c4166379daf92972bd4dcae9a848f94e76623416
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Apr 26 01:45:50 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 26 01:47:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4166379

sys-apps/elfix: arm64 stable (bug #684380)

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

 sys-apps/elfix/elfix-0.9.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.5.ebuild 
b/sys-apps/elfix/elfix-0.9.5.ebuild
index e888de34daf..a837ecdf4d1 100644
--- a/sys-apps/elfix/elfix-0.9.5.ebuild
+++ b/sys-apps/elfix/elfix-0.9.5.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2019-04-22 Thread Anthony G. Basile
commit: 1fa37c9260c4415e3d34dc450b2ed12c3f7e7a4f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Apr 23 00:25:21 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Apr 23 00:25:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa37c92

sys-apps/elfix: version bump to 0.9.5

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

 sys-apps/elfix/Manifest   |  1 +
 sys-apps/elfix/elfix-0.9.5.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/sys-apps/elfix/Manifest b/sys-apps/elfix/Manifest
index f94a606a8d0..689417f6420 100644
--- a/sys-apps/elfix/Manifest
+++ b/sys-apps/elfix/Manifest
@@ -1,3 +1,4 @@
 DIST elfix-0.9.2.tar.gz 398758 BLAKE2B 
22f8d9e85be2ae9bd906dfa6a1d8b7614f017686b4563ef7e97898a112a56cff59a8cb906ec957b7a111a5c9251a3de6b13dfb66ef9f732099ac610928d5321e
 SHA512 
a7be30722abe7249ec42024d33b2bda00524cfb85da66b4511c5056efbdbfae1d3c2b42048bcf4d5cb7c0ae675f763b74a834d93a25b541ebac42fddcd2c6cf9
 DIST elfix-0.9.3.tar.gz 399533 BLAKE2B 
7ff2099218de3352079564971cd2e3851a95820552b9057387b78945fb1a23d7b670591b174dc974ca2b0dcf3948546578a210687cbb16625dc5d638abf83169
 SHA512 
3395ce2e6d5e9fc9bdd93b58751cea33b5fb8e25e0a390e6261de6804cc54d4e1f91b4b5843fc45c9178d86d23e9932bf9d0f133a6d086607bf52ce16c65fd0d
 DIST elfix-0.9.4.tar.gz 399606 BLAKE2B 
51b8b2f1c3cce306c7bc0716ad351bbf446a369a353bcd1b5faa41984dec37e08dbeeea87fa2425820af9f76d36209554b8e602338d01d0ad50e6d95e6079529
 SHA512 
f705f63b0ca57077f56e519a22ccaeb2e07f57c5269a6e498571a1799286f12098ccc9a92d2126b51b498447a098b0ce22d54c0d97c8c98d25426fe1e00c6e07
+DIST elfix-0.9.5.tar.gz 401722 BLAKE2B 
184f8944c62412675819ca86f13bcf23039ebcf069df528267f3e4272859e6cc442a1e05a7a121d88987c282d7e2f513d02f28ce41a8e3c0c226b456fa256aa6
 SHA512 
e15ab664357796f3a63ac54912eb43ae659947088a10ef16aafcbdd713cc3670fb0319cb2b95a2d29092866d322ef69df1d63847dfc0c4ab2cdd49e6eaa4635e

diff --git a/sys-apps/elfix/elfix-0.9.5.ebuild 
b/sys-apps/elfix/elfix-0.9.5.ebuild
new file mode 100644
index 000..e888de34daf
--- /dev/null
+++ b/sys-apps/elfix/elfix-0.9.5.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == ** ]] ; then
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git;
+   inherit autotools git-r3
+else
+   SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
+fi
+
+DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"
+HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml
+   https://dev.gentoo.org/~blueness/elfix/;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+ptpax +xtpax"
+
+DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO )
+
+REQUIRED_USE="|| ( ptpax xtpax )"
+
+# These only work with a properly configured PaX kernel
+RESTRICT="test"
+
+DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=]
+   ptpax? ( dev-libs/elfutils )
+   xtpax? ( sys-apps/attr )"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   if [[ ${PV} == ** ]]; then
+   eautoreconf
+   cd doc && ./make.sh || die
+   fi
+}
+
+src_configure() {
+   rm -f "${S}/scripts/setup.py"
+   econf --disable-tests \
+   $(use_enable ptpax) \
+   $(use_enable xtpax)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2019-04-13 Thread Anthony G. Basile
commit: fcc7bcc64b577a4d3b867c60789ba012bbf0847d
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Apr 13 10:41:08 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Apr 13 10:42:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc7bcc6

sys-apps/elfix: stable on arm64

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

 sys-apps/elfix/elfix-0.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.4.ebuild 
b/sys-apps/elfix/elfix-0.9.4.ebuild
index fcc5f838919..c5af80158a3 100644
--- a/sys-apps/elfix/elfix-0.9.4.ebuild
+++ b/sys-apps/elfix/elfix-0.9.4.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2019-01-23 Thread Mikle Kolyada
commit: dc300682d2d81ce46561c372248c4e8598c97f30
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jan 23 13:28:40 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jan 23 13:28:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc300682

sys-apps/elfix: arm stable wrt bug #672208

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

 sys-apps/elfix/elfix-0.9.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/elfix/elfix-0.9.4.ebuild 
b/sys-apps/elfix/elfix-0.9.4.ebuild
index eced6239c47..fcc5f838919 100644
--- a/sys-apps/elfix/elfix-0.9.4.ebuild
+++ b/sys-apps/elfix/elfix-0.9.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2018-12-27 Thread Matt Turner
commit: 5290f852788ab84c0f3862c9c4ff2727fe8e007b
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Dec 27 17:16:39 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Dec 27 17:19:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5290f852

sys-apps/elfix-0.9.4: alpha stable, bug 672208

Signed-off-by: Matt Turner  gentoo.org>

 sys-apps/elfix/elfix-0.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.4.ebuild 
b/sys-apps/elfix/elfix-0.9.4.ebuild
index 963fba94bf1..eced6239c47 100644
--- a/sys-apps/elfix/elfix-0.9.4.ebuild
+++ b/sys-apps/elfix/elfix-0.9.4.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
+   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2018-12-26 Thread Sergei Trofimovich
commit: 119c0f55d023a0e5d6391594bb3dbb4770a349e8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 26 19:57:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 26 19:57:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119c0f55

sys-apps/elfix: stable 0.9.4 for ppc64, bug #672208

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/elfix/elfix-0.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.4.ebuild 
b/sys-apps/elfix/elfix-0.9.4.ebuild
index 0103756c8bd..963fba94bf1 100644
--- a/sys-apps/elfix/elfix-0.9.4.ebuild
+++ b/sys-apps/elfix/elfix-0.9.4.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2018-12-26 Thread Sergei Trofimovich
commit: 9dd0eb4a3788b99185aaaff688dda5acd489b6ce
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 26 13:54:11 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 26 13:54:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd0eb4a

sys-apps/elfix: stable 0.9.4 for ppc, bug #672208

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/elfix/elfix-0.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.4.ebuild 
b/sys-apps/elfix/elfix-0.9.4.ebuild
index 0230bb4e588..0103756c8bd 100644
--- a/sys-apps/elfix/elfix-0.9.4.ebuild
+++ b/sys-apps/elfix/elfix-0.9.4.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 sparc 
x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 sparc x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2018-12-15 Thread Sergei Trofimovich
commit: c6ef4c176bc1ea2eae3f03a95d3a4ac98df70ad5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Dec 15 22:38:49 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Dec 15 22:39:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ef4c17

sys-apps/elfix: stable 0.9.4 for hppa, bug #672208

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/elfix/elfix-0.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.4.ebuild 
b/sys-apps/elfix/elfix-0.9.4.ebuild
index 70849732944..0230bb4e588 100644
--- a/sys-apps/elfix/elfix-0.9.4.ebuild
+++ b/sys-apps/elfix/elfix-0.9.4.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc 
x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 sparc 
x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2018-12-14 Thread Sergei Trofimovich
commit: bb4df008e9a9f27bfc283e087b97467a5f670b31
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 14 22:44:03 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 14 22:44:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb4df008

sys-apps/elfix: stable 0.9.4 for ia64, bug #672208

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/elfix/elfix-0.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.4.ebuild 
b/sys-apps/elfix/elfix-0.9.4.ebuild
index 5634fa07d4a..70849732944 100644
--- a/sys-apps/elfix/elfix-0.9.4.ebuild
+++ b/sys-apps/elfix/elfix-0.9.4.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc 
x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc 
x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2018-12-14 Thread Sergei Trofimovich
commit: 4d057e15ed3f64c24f90e64747c3a3450879fa4a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Dec 14 20:54:39 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 14 22:22:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d057e15

sys-apps/elfix: stable 0.9.4 for sparc, bug #672208

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

 sys-apps/elfix/elfix-0.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.4.ebuild 
b/sys-apps/elfix/elfix-0.9.4.ebuild
index 95f277d1323..5634fa07d4a 100644
--- a/sys-apps/elfix/elfix-0.9.4.ebuild
+++ b/sys-apps/elfix/elfix-0.9.4.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc 
x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2018-12-13 Thread Thomas Deutschmann
commit: 852f8f2ddf580df3727703c20280da0ac03a2dbc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Dec 14 02:13:10 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Dec 14 02:13:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=852f8f2d

sys-apps/elfix: x86 stable (bug #672208)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-apps/elfix/elfix-0.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.4.ebuild 
b/sys-apps/elfix/elfix-0.9.4.ebuild
index 08f00611830..95f277d1323 100644
--- a/sys-apps/elfix/elfix-0.9.4.ebuild
+++ b/sys-apps/elfix/elfix-0.9.4.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2018-12-13 Thread Rick Farina
commit: 22059e4f7b9428a1582b4a72981b540353763165
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Dec 13 21:22:27 2018 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Dec 13 21:22:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22059e4f

sys-apps/elfix: stable amd64 bug #672208

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 sys-apps/elfix/elfix-0.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.4.ebuild 
b/sys-apps/elfix/elfix-0.9.4.ebuild
index a7a57400096..08f00611830 100644
--- a/sys-apps/elfix/elfix-0.9.4.ebuild
+++ b/sys-apps/elfix/elfix-0.9.4.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2018-12-13 Thread Anthony G. Basile
commit: ee77ffa62e89d8715748d056132c0a4a925aa1e0
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Dec 13 20:59:03 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Dec 13 20:59:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee77ffa6

sys-apps/elfix: version bump to 0.9.4, fixes bug #672072

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

 sys-apps/elfix/Manifest  | 1 +
 sys-apps/elfix/{elfix-.ebuild => elfix-0.9.4.ebuild} | 4 ++--
 sys-apps/elfix/elfix-.ebuild | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/sys-apps/elfix/Manifest b/sys-apps/elfix/Manifest
index c09e6771f9f..f94a606a8d0 100644
--- a/sys-apps/elfix/Manifest
+++ b/sys-apps/elfix/Manifest
@@ -1,2 +1,3 @@
 DIST elfix-0.9.2.tar.gz 398758 BLAKE2B 
22f8d9e85be2ae9bd906dfa6a1d8b7614f017686b4563ef7e97898a112a56cff59a8cb906ec957b7a111a5c9251a3de6b13dfb66ef9f732099ac610928d5321e
 SHA512 
a7be30722abe7249ec42024d33b2bda00524cfb85da66b4511c5056efbdbfae1d3c2b42048bcf4d5cb7c0ae675f763b74a834d93a25b541ebac42fddcd2c6cf9
 DIST elfix-0.9.3.tar.gz 399533 BLAKE2B 
7ff2099218de3352079564971cd2e3851a95820552b9057387b78945fb1a23d7b670591b174dc974ca2b0dcf3948546578a210687cbb16625dc5d638abf83169
 SHA512 
3395ce2e6d5e9fc9bdd93b58751cea33b5fb8e25e0a390e6261de6804cc54d4e1f91b4b5843fc45c9178d86d23e9932bf9d0f133a6d086607bf52ce16c65fd0d
+DIST elfix-0.9.4.tar.gz 399606 BLAKE2B 
51b8b2f1c3cce306c7bc0716ad351bbf446a369a353bcd1b5faa41984dec37e08dbeeea87fa2425820af9f76d36209554b8e602338d01d0ad50e6d95e6079529
 SHA512 
f705f63b0ca57077f56e519a22ccaeb2e07f57c5269a6e498571a1799286f12098ccc9a92d2126b51b498447a098b0ce22d54c0d97c8c98d25426fe1e00c6e07

diff --git a/sys-apps/elfix/elfix-.ebuild 
b/sys-apps/elfix/elfix-0.9.4.ebuild
similarity index 91%
copy from sys-apps/elfix/elfix-.ebuild
copy to sys-apps/elfix/elfix-0.9.4.ebuild
index 0eaa5ebdfec..a7a57400096 100644
--- a/sys-apps/elfix/elfix-.ebuild
+++ b/sys-apps/elfix/elfix-0.9.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ LICENSE="GPL-3"
 SLOT="0"
 IUSE="+ptpax +xtpax"
 
-DOCS=( AUTHORS ChangeLog INSTALL README.md THANKS TODO )
+DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO )
 
 REQUIRED_USE="|| ( ptpax xtpax )"
 

diff --git a/sys-apps/elfix/elfix-.ebuild b/sys-apps/elfix/elfix-.ebuild
index 0eaa5ebdfec..a7a57400096 100644
--- a/sys-apps/elfix/elfix-.ebuild
+++ b/sys-apps/elfix/elfix-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ LICENSE="GPL-3"
 SLOT="0"
 IUSE="+ptpax +xtpax"
 
-DOCS=( AUTHORS ChangeLog INSTALL README.md THANKS TODO )
+DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO )
 
 REQUIRED_USE="|| ( ptpax xtpax )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2018-12-08 Thread Sergei Trofimovich
commit: 0bc93c625aa6f2778b9ce8a1c1048ba8936d43f2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Dec  8 09:39:10 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Dec  8 09:44:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc93c62

sys-apps/elfix: stable 0.9.3 for ppc64, bug #672208

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/elfix/elfix-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.3.ebuild 
b/sys-apps/elfix/elfix-0.9.3.ebuild
index 219829089a6..01cb2e36fd1 100644
--- a/sys-apps/elfix/elfix-0.9.3.ebuild
+++ b/sys-apps/elfix/elfix-0.9.3.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc 
x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc 
x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2018-12-08 Thread Sergei Trofimovich
commit: 2e4ef5887b77656e6c2f64411121a58645c3f18d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Dec  8 09:33:22 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Dec  8 09:33:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4ef588

sys-apps/elfix: stable 0.9.3 for ppc, bug #672208

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/elfix/elfix-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.3.ebuild 
b/sys-apps/elfix/elfix-0.9.3.ebuild
index 1c3d52415e7..219829089a6 100644
--- a/sys-apps/elfix/elfix-0.9.3.ebuild
+++ b/sys-apps/elfix/elfix-0.9.3.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc 
x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc 
x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2018-12-06 Thread Thomas Deutschmann
commit: 1ba7df9b491280c23f7f64a6619f4bc6db54659d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Dec  7 02:19:01 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Dec  7 02:40:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba7df9b

sys-apps/elfix: x86 stable (bug #672208)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-apps/elfix/elfix-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.3.ebuild 
b/sys-apps/elfix/elfix-0.9.3.ebuild
index 7607ac7f532..1c3d52415e7 100644
--- a/sys-apps/elfix/elfix-0.9.3.ebuild
+++ b/sys-apps/elfix/elfix-0.9.3.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc 
x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2018-12-02 Thread Mikle Kolyada
commit: 2b7e281da98a1c98421708f7ec466809187e17b2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Dec  3 06:43:15 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Dec  3 06:43:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7e281d

sys-apps/elfix: amd64 stable wrt bug #672208

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

 sys-apps/elfix/elfix-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.3.ebuild 
b/sys-apps/elfix/elfix-0.9.3.ebuild
index 7d112c4cde0..7607ac7f532 100644
--- a/sys-apps/elfix/elfix-0.9.3.ebuild
+++ b/sys-apps/elfix/elfix-0.9.3.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2018-12-01 Thread Sergei Trofimovich
commit: 786d38204ea0e66d3e09f82af070bbca626b183a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Dec  1 13:39:53 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Dec  1 14:51:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786d3820

sys-apps/elfix: stable 0.9.3 for ia64, bug #672208

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/elfix/elfix-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.3.ebuild 
b/sys-apps/elfix/elfix-0.9.3.ebuild
index a7a57400096..7d112c4cde0 100644
--- a/sys-apps/elfix/elfix-0.9.3.ebuild
+++ b/sys-apps/elfix/elfix-0.9.3.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2018-11-28 Thread Anthony G. Basile
commit: 1697ca70221fc3e4e7a6d021e2ff727477c92fa0
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Nov 28 21:51:06 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Nov 28 21:51:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1697ca70

sys-apps/elfix: version bump to 0.9.3, fixes bug #648454

Closes: https://bugs.gentoo.org/648454
Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-apps/elfix/Manifest   |  1 +
 sys-apps/elfix/elfix-0.9.3.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/sys-apps/elfix/Manifest b/sys-apps/elfix/Manifest
index db8a24120ca..c09e6771f9f 100644
--- a/sys-apps/elfix/Manifest
+++ b/sys-apps/elfix/Manifest
@@ -1 +1,2 @@
 DIST elfix-0.9.2.tar.gz 398758 BLAKE2B 
22f8d9e85be2ae9bd906dfa6a1d8b7614f017686b4563ef7e97898a112a56cff59a8cb906ec957b7a111a5c9251a3de6b13dfb66ef9f732099ac610928d5321e
 SHA512 
a7be30722abe7249ec42024d33b2bda00524cfb85da66b4511c5056efbdbfae1d3c2b42048bcf4d5cb7c0ae675f763b74a834d93a25b541ebac42fddcd2c6cf9
+DIST elfix-0.9.3.tar.gz 399533 BLAKE2B 
7ff2099218de3352079564971cd2e3851a95820552b9057387b78945fb1a23d7b670591b174dc974ca2b0dcf3948546578a210687cbb16625dc5d638abf83169
 SHA512 
3395ce2e6d5e9fc9bdd93b58751cea33b5fb8e25e0a390e6261de6804cc54d4e1f91b4b5843fc45c9178d86d23e9932bf9d0f133a6d086607bf52ce16c65fd0d

diff --git a/sys-apps/elfix/elfix-0.9.3.ebuild 
b/sys-apps/elfix/elfix-0.9.3.ebuild
new file mode 100644
index 000..a7a57400096
--- /dev/null
+++ b/sys-apps/elfix/elfix-0.9.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == ** ]] ; then
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git;
+   inherit autotools git-r3
+else
+   SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
+fi
+
+DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"
+HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml
+   https://dev.gentoo.org/~blueness/elfix/;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+ptpax +xtpax"
+
+DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO )
+
+REQUIRED_USE="|| ( ptpax xtpax )"
+
+# These only work with a properly configured PaX kernel
+RESTRICT="test"
+
+DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=]
+   ptpax? ( dev-libs/elfutils )
+   xtpax? ( sys-apps/attr )"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   if [[ ${PV} == ** ]]; then
+   eautoreconf
+   cd doc && ./make.sh || die
+   fi
+}
+
+src_configure() {
+   rm -f "${S}/scripts/setup.py"
+   econf --disable-tests \
+   $(use_enable ptpax) \
+   $(use_enable xtpax)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2018-04-27 Thread Anthony G. Basile
commit: fd40ac78005fbc99905dbb01968c04780a3e81b4
Author: Marty E. Plummer  startmail  com>
AuthorDate: Fri Apr 27 17:26:39 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Apr 27 22:11:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd40ac78

sys-apps/elfix: git-2->git-r3, git://->https://

Also eutils is unneeded, autotools is only needed on live ebuilds.
Go ahead and bump to EAPI=6.

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

 sys-apps/elfix/elfix-0.9.2.ebuild | 25 -
 sys-apps/elfix/elfix-.ebuild  | 25 -
 2 files changed, 24 insertions(+), 26 deletions(-)

diff --git a/sys-apps/elfix/elfix-0.9.2.ebuild 
b/sys-apps/elfix/elfix-0.9.2.ebuild
index 11349cf6d6f..2bc81bd6ca5 100644
--- a/sys-apps/elfix/elfix-0.9.2.ebuild
+++ b/sys-apps/elfix/elfix-0.9.2.ebuild
@@ -1,13 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=6
 
-inherit eutils
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
-   inherit git-2
+if [[ ${PV} == ** ]] ; then
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git;
+   inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
@@ -21,6 +19,8 @@ LICENSE="GPL-3"
 SLOT="0"
 IUSE="+ptpax +xtpax"
 
+DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO )
+
 REQUIRED_USE="|| ( ptpax xtpax )"
 
 # These only work with a properly configured PaX kernel
@@ -33,7 +33,11 @@ DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=]
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-   [[ ${PV} == "" ]] && ./autogen.sh
+   default
+   if [[ ${PV} == ** ]]; then
+   eautoreconf
+   cd doc && ./make.sh || die
+   fi
 }
 
 src_configure() {
@@ -42,8 +46,3 @@ src_configure() {
$(use_enable ptpax) \
$(use_enable xtpax)
 }
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog INSTALL README THANKS TODO
-}

diff --git a/sys-apps/elfix/elfix-.ebuild b/sys-apps/elfix/elfix-.ebuild
index 9e35e46644d..0eaa5ebdfec 100644
--- a/sys-apps/elfix/elfix-.ebuild
+++ b/sys-apps/elfix/elfix-.ebuild
@@ -1,13 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=6
 
-inherit eutils
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
-   inherit git-2
+if [[ ${PV} == ** ]] ; then
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git;
+   inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
@@ -21,6 +19,8 @@ LICENSE="GPL-3"
 SLOT="0"
 IUSE="+ptpax +xtpax"
 
+DOCS=( AUTHORS ChangeLog INSTALL README.md THANKS TODO )
+
 REQUIRED_USE="|| ( ptpax xtpax )"
 
 # These only work with a properly configured PaX kernel
@@ -33,7 +33,11 @@ DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=]
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-   [[ ${PV} == "" ]] && ./autogen.sh
+   default
+   if [[ ${PV} == ** ]]; then
+   eautoreconf
+   cd doc && ./make.sh || die
+   fi
 }
 
 src_configure() {
@@ -42,8 +46,3 @@ src_configure() {
$(use_enable ptpax) \
$(use_enable xtpax)
 }
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog INSTALL README THANKS TODO
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2017-06-20 Thread Alexis Ballier
commit: 6ae6093c022c112dafa78d679349c973c8c2a247
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jun 20 08:15:18 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jun 20 08:24:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae6093c

sys-apps/elfix: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/elfix/elfix-0.9.2.ebuild | 4 ++--
 sys-apps/elfix/elfix-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/elfix/elfix-0.9.2.ebuild 
b/sys-apps/elfix/elfix-0.9.2.ebuild
index 5f11d0c0ebe..11349cf6d6f 100644
--- a/sys-apps/elfix/elfix-0.9.2.ebuild
+++ b/sys-apps/elfix/elfix-0.9.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"

diff --git a/sys-apps/elfix/elfix-.ebuild b/sys-apps/elfix/elfix-.ebuild
index 784b6672235..9e35e46644d 100644
--- a/sys-apps/elfix/elfix-.ebuild
+++ b/sys-apps/elfix/elfix-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/, sys-apps/elfix/files/

2016-08-21 Thread Anthony G. Basile
commit: 6dad9619353969a4e161e84ce45a279bde7ce9fe
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Aug 21 23:52:46 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Aug 21 23:52:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dad9619

sys-apps/elfix: remove older stable versions

Package-Manager: portage-2.2.28

 sys-apps/elfix/Manifest|  2 -
 sys-apps/elfix/elfix-0.8.4.ebuild  | 38 ---
 sys-apps/elfix/elfix-0.9.0-r1.ebuild   | 45 -
 .../elfix-0.9.0-backport-fix-paxmark_sh.patch  | 57 --
 .../elfix-0.9.0-backport-fix-revdep-pax.patch  | 25 --
 5 files changed, 167 deletions(-)

diff --git a/sys-apps/elfix/Manifest b/sys-apps/elfix/Manifest
index 8c99666..ba6987f 100644
--- a/sys-apps/elfix/Manifest
+++ b/sys-apps/elfix/Manifest
@@ -1,3 +1 @@
-DIST elfix-0.8.4.tar.gz 374742 SHA256 
374be66da3dddef485bbb5e95bfcab6fd0c2db478255bddd10079730ada5260b SHA512 
10aacc3fff33c934e2d4487d174a2b0cec10ffb7a35fc72b160c786f82f0355f3a2dea716bc7fb929d2919cc32a26844f37f9d73064b755098bdaa72e8075bda
 WHIRLPOOL 
b04e099f188c0b76d8c07abd76559c1313854aa83a03ad69afb72674d93cde6ce538ae10d0fea3be5495937e72a4b98fdd36efbb2e3aa8ff23c1d9f7f943c1ae
-DIST elfix-0.9.0.tar.gz 372014 SHA256 
8b547d987edb2f7dc23ddf30f959d7d051a9ed49810f983b8fe6c489fe731cf0 SHA512 
fd9bab90d745f77429c902acd2a14f615132731b3c38929dce764f1e5f7ee8f6478a6fef7ce0cb38e7ebd9181ba57965ff0c97da5e01d0fbf2cfb940ed691ebf
 WHIRLPOOL 
c09fa2193b990a506cae17f370ec10fa6302e17d2a165e42eceb88644f8a92e297c839ad788204e213d8205695b65557a7dcef5f6417177c434c8d0a34bd5eb7
 DIST elfix-0.9.2.tar.gz 398758 SHA256 
1a50ec57d6f5d1b25dcaaaf15f82849774e9e4e7e263cee3aa4936c5e3d6f071 SHA512 
a7be30722abe7249ec42024d33b2bda00524cfb85da66b4511c5056efbdbfae1d3c2b42048bcf4d5cb7c0ae675f763b74a834d93a25b541ebac42fddcd2c6cf9
 WHIRLPOOL 
aead1a63612ea187dc00aa52ee2c18431036176aae2e0e08d3138ced751f28947ee8045dd63dae67f89946d5b64e705a6b6d45b884d3d9da1d7e6e03b37ed700

diff --git a/sys-apps/elfix/elfix-0.8.4.ebuild 
b/sys-apps/elfix/elfix-0.8.4.ebuild
deleted file mode 100644
index 9baef22..000
--- a/sys-apps/elfix/elfix-0.8.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"
-HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml
-   https://dev.gentoo.org/~blueness/elfix/;
-SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="+ptpax +xtpax"
-
-REQUIRED_USE="|| ( ptpax xtpax )"
-
-# These only work with a properly configured PaX kernel
-RESTRICT="test"
-
-DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=]
-   ptpax? ( dev-libs/elfutils )
-   xtpax? ( sys-apps/attr )"
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   rm -f "${S}/scripts/setup.py"
-   econf --disable-tests \
-   $(use_enable ptpax) \
-   $(use_enable xtpax)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog INSTALL README THANKS TODO
-}

diff --git a/sys-apps/elfix/elfix-0.9.0-r1.ebuild 
b/sys-apps/elfix/elfix-0.9.0-r1.ebuild
deleted file mode 100644
index e33edba..000
--- a/sys-apps/elfix/elfix-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils
-
-DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"
-HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml
-   https://dev.gentoo.org/~blueness/elfix/;
-SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="+ptpax +xtpax"
-
-REQUIRED_USE="|| ( ptpax xtpax )"
-
-# These only work with a properly configured PaX kernel
-RESTRICT="test"
-
-DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=]
-   ptpax? ( dev-libs/elfutils )
-   xtpax? ( sys-apps/attr )"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-backport-fix-paxmark_sh.patch
-   epatch "${FILESDIR}"/${P}-backport-fix-revdep-pax.patch
-}
-
-src_configure() {
-   rm -f "${S}/scripts/setup.py"
-   econf --disable-tests \
-   $(use_enable ptpax) \
-   $(use_enable xtpax)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog INSTALL README THANKS TODO
-}

diff --git a/sys-apps/elfix/files/elfix-0.9.0-backport-fix-paxmark_sh.patch 
b/sys-apps/elfix/files/elfix-0.9.0-backport-fix-paxmark_sh.patch
deleted file mode 100644
index 86be00e..000
--- 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2015-11-23 Thread Agostino Sarubbo
commit: 66b88e57a3cb557ccf50690a4118fb73b3660030
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 23 09:24:20 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 23 09:24:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b88e57

sys-apps/elfix: alpha stable wrt bug #564286

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="alpha"

 sys-apps/elfix/elfix-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.2.ebuild 
b/sys-apps/elfix/elfix-0.9.2.ebuild
index 2f395b6..bc6d359 100644
--- a/sys-apps/elfix/elfix-0.9.2.ebuild
+++ b/sys-apps/elfix/elfix-0.9.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
+   KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2015-11-16 Thread Agostino Sarubbo
commit: ec1fe2c67143522e081b97a28e5673e4e7096a16
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 16 14:19:07 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 16 14:19:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1fe2c6

sys-apps/elfix: ia64 stable wrt bug #564286

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ia64"

 sys-apps/elfix/elfix-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.2.ebuild 
b/sys-apps/elfix/elfix-0.9.2.ebuild
index 08969c4..2f395b6 100644
--- a/sys-apps/elfix/elfix-0.9.2.ebuild
+++ b/sys-apps/elfix/elfix-0.9.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86"
+   KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2015-11-10 Thread Markus Meier
commit: ad57d45230616dd9e29a0dcd877f24b504fe029c
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Nov 10 18:58:03 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Nov 10 18:58:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad57d452

sys-apps/elfix: arm stable, bug #564286

Package-Manager: portage-2.2.23
RepoMan-Options: --include-arches="arm"

 sys-apps/elfix/elfix-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.2.ebuild 
b/sys-apps/elfix/elfix-0.9.2.ebuild
index 1109d3a..08969c4 100644
--- a/sys-apps/elfix/elfix-0.9.2.ebuild
+++ b/sys-apps/elfix/elfix-0.9.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86"
+   KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2015-11-05 Thread Agostino Sarubbo
commit: 6b39f2ac276695b901a3aa7fa0a676a83ebb67db
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov  5 11:19:07 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov  5 11:19:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b39f2ac

sys-apps/elfix: sparc stable wrt bug #564286

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="sparc"

 sys-apps/elfix/elfix-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.2.ebuild 
b/sys-apps/elfix/elfix-0.9.2.ebuild
index 80d4eb1..1109d3a 100644
--- a/sys-apps/elfix/elfix-0.9.2.ebuild
+++ b/sys-apps/elfix/elfix-0.9.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2015-11-04 Thread Agostino Sarubbo
commit: 967b0d2573423d62d20cd5d92ceffd2f052fb088
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov  4 15:17:28 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov  4 15:17:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967b0d25

sys-apps/elfix: ppc stable wrt bug #564286

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"

 sys-apps/elfix/elfix-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.2.ebuild 
b/sys-apps/elfix/elfix-0.9.2.ebuild
index 3e12b3e..80d4eb1 100644
--- a/sys-apps/elfix/elfix-0.9.2.ebuild
+++ b/sys-apps/elfix/elfix-0.9.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2015-11-03 Thread Agostino Sarubbo
commit: c85e910c2f3001d42beb396e692adf4d62d38345
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  3 16:17:55 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  3 16:17:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c85e910c

sys-apps/elfix: x86 stable wrt bug #564286

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 sys-apps/elfix/elfix-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.2.ebuild 
b/sys-apps/elfix/elfix-0.9.2.ebuild
index 0799654..3e12b3e 100644
--- a/sys-apps/elfix/elfix-0.9.2.ebuild
+++ b/sys-apps/elfix/elfix-0.9.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2015-11-01 Thread Jeroen Roovers
commit: 242af140e484ff506bf4ec823faa7065321ad361
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  1 11:16:11 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  1 11:16:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242af140

sys-apps/elfix: Stable for HPPA (bug #564286).

Package-Manager: portage-2.2.23
RepoMan-Options: --ignore-arches

 sys-apps/elfix/elfix-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.2.ebuild 
b/sys-apps/elfix/elfix-0.9.2.ebuild
index 8267860..0799654 100644
--- a/sys-apps/elfix/elfix-0.9.2.ebuild
+++ b/sys-apps/elfix/elfix-0.9.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2015-10-30 Thread Agostino Sarubbo
commit: f03d18d7ea758bea64a3db8f868dc7bd9e8bad24
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Oct 30 09:18:01 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Oct 30 09:18:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f03d18d7

sys-apps/elfix: amd64 stable wrt bug #564286

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 sys-apps/elfix/elfix-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.2.ebuild 
b/sys-apps/elfix/elfix-0.9.2.ebuild
index d089e5e..8267860 100644
--- a/sys-apps/elfix/elfix-0.9.2.ebuild
+++ b/sys-apps/elfix/elfix-0.9.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2015-10-29 Thread Jeroen Roovers
commit: aff32c2b16de61a880da09e6b35e1e4d0f11146a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Oct 29 07:03:42 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Oct 29 07:05:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff32c2b

sys-apps/elfix: Stable for PPC64 (bug #564286).

Package-Manager: portage-2.2.23
RepoMan-Options: --ignore-arches

 sys-apps/elfix/elfix-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/elfix/elfix-0.9.2.ebuild 
b/sys-apps/elfix/elfix-0.9.2.ebuild
index f303c41..d089e5e 100644
--- a/sys-apps/elfix/elfix-0.9.2.ebuild
+++ b/sys-apps/elfix/elfix-0.9.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2015-10-27 Thread Anthony G. Basile
commit: 96859df47a711b564376b381bb72477d9aa73aaf
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Oct 27 20:11:50 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Oct 27 20:12:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96859df4

sys-apps/elfix: version bump 0.9.2.

Package-Manager: portage-2.2.20.1

 sys-apps/elfix/Manifest   |  1 +
 sys-apps/elfix/elfix-0.9.2.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/sys-apps/elfix/Manifest b/sys-apps/elfix/Manifest
index 66009d6..8dbd3a2 100644
--- a/sys-apps/elfix/Manifest
+++ b/sys-apps/elfix/Manifest
@@ -1,3 +1,4 @@
 DIST elfix-0.8.4.tar.gz 374742 SHA256 
374be66da3dddef485bbb5e95bfcab6fd0c2db478255bddd10079730ada5260b SHA512 
10aacc3fff33c934e2d4487d174a2b0cec10ffb7a35fc72b160c786f82f0355f3a2dea716bc7fb929d2919cc32a26844f37f9d73064b755098bdaa72e8075bda
 WHIRLPOOL 
b04e099f188c0b76d8c07abd76559c1313854aa83a03ad69afb72674d93cde6ce538ae10d0fea3be5495937e72a4b98fdd36efbb2e3aa8ff23c1d9f7f943c1ae
 DIST elfix-0.9.0.tar.gz 372014 SHA256 
8b547d987edb2f7dc23ddf30f959d7d051a9ed49810f983b8fe6c489fe731cf0 SHA512 
fd9bab90d745f77429c902acd2a14f615132731b3c38929dce764f1e5f7ee8f6478a6fef7ce0cb38e7ebd9181ba57965ff0c97da5e01d0fbf2cfb940ed691ebf
 WHIRLPOOL 
c09fa2193b990a506cae17f370ec10fa6302e17d2a165e42eceb88644f8a92e297c839ad788204e213d8205695b65557a7dcef5f6417177c434c8d0a34bd5eb7
 DIST elfix-0.9.1.tar.gz 398588 SHA256 
0368d07bfdad4a14f039929a30d85a612dcd9d22ac87211f8e59d452bac23625 SHA512 
28fdde7841263cee766434b5eda1a4151999526aa3a1acaacd2e6355502df4b56db9faf64ce81bdc89606d366d0a6dd28c5c135290fe7f0285cee480f6002527
 WHIRLPOOL 
cd7dc6e191d97836f4b8859b73777e3b4b6fce5d290087400327f87a621e9879f5c233eef51bef981398d0d00ecc753f222655108994d25a4e0503799569ec82
+DIST elfix-0.9.2.tar.gz 398758 SHA256 
1a50ec57d6f5d1b25dcaaaf15f82849774e9e4e7e263cee3aa4936c5e3d6f071 SHA512 
a7be30722abe7249ec42024d33b2bda00524cfb85da66b4511c5056efbdbfae1d3c2b42048bcf4d5cb7c0ae675f763b74a834d93a25b541ebac42fddcd2c6cf9
 WHIRLPOOL 
aead1a63612ea187dc00aa52ee2c18431036176aae2e0e08d3138ced751f28947ee8045dd63dae67f89946d5b64e705a6b6d45b884d3d9da1d7e6e03b37ed700

diff --git a/sys-apps/elfix/elfix-0.9.2.ebuild 
b/sys-apps/elfix/elfix-0.9.2.ebuild
new file mode 100644
index 000..f303c41
--- /dev/null
+++ b/sys-apps/elfix/elfix-0.9.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
+   inherit git-2
+else
+   SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"
+HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml
+   https://dev.gentoo.org/~blueness/elfix/;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+ptpax +xtpax"
+
+REQUIRED_USE="|| ( ptpax xtpax )"
+
+# These only work with a properly configured PaX kernel
+RESTRICT="test"
+
+DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=]
+   ptpax? ( dev-libs/elfutils )
+   xtpax? ( sys-apps/attr )"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   [[ ${PV} == "" ]] && ./autogen.sh
+}
+
+src_configure() {
+   rm -f "${S}/scripts/setup.py"
+   econf --disable-tests \
+   $(use_enable ptpax) \
+   $(use_enable xtpax)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS ChangeLog INSTALL README THANKS TODO
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2015-10-27 Thread Anthony G. Basile
commit: 741a5ca087ecda8e8dff5e4a24b03677e45d9baa
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Oct 27 20:15:28 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Oct 27 20:15:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741a5ca0

sys-apps/elfix: remove unstable 0.9.1.

Package-Manager: portage-2.2.20.1

 sys-apps/elfix/Manifest   |  1 -
 sys-apps/elfix/elfix-0.9.1.ebuild | 50 ---
 2 files changed, 51 deletions(-)

diff --git a/sys-apps/elfix/Manifest b/sys-apps/elfix/Manifest
index 8dbd3a2..8c99666 100644
--- a/sys-apps/elfix/Manifest
+++ b/sys-apps/elfix/Manifest
@@ -1,4 +1,3 @@
 DIST elfix-0.8.4.tar.gz 374742 SHA256 
374be66da3dddef485bbb5e95bfcab6fd0c2db478255bddd10079730ada5260b SHA512 
10aacc3fff33c934e2d4487d174a2b0cec10ffb7a35fc72b160c786f82f0355f3a2dea716bc7fb929d2919cc32a26844f37f9d73064b755098bdaa72e8075bda
 WHIRLPOOL 
b04e099f188c0b76d8c07abd76559c1313854aa83a03ad69afb72674d93cde6ce538ae10d0fea3be5495937e72a4b98fdd36efbb2e3aa8ff23c1d9f7f943c1ae
 DIST elfix-0.9.0.tar.gz 372014 SHA256 
8b547d987edb2f7dc23ddf30f959d7d051a9ed49810f983b8fe6c489fe731cf0 SHA512 
fd9bab90d745f77429c902acd2a14f615132731b3c38929dce764f1e5f7ee8f6478a6fef7ce0cb38e7ebd9181ba57965ff0c97da5e01d0fbf2cfb940ed691ebf
 WHIRLPOOL 
c09fa2193b990a506cae17f370ec10fa6302e17d2a165e42eceb88644f8a92e297c839ad788204e213d8205695b65557a7dcef5f6417177c434c8d0a34bd5eb7
-DIST elfix-0.9.1.tar.gz 398588 SHA256 
0368d07bfdad4a14f039929a30d85a612dcd9d22ac87211f8e59d452bac23625 SHA512 
28fdde7841263cee766434b5eda1a4151999526aa3a1acaacd2e6355502df4b56db9faf64ce81bdc89606d366d0a6dd28c5c135290fe7f0285cee480f6002527
 WHIRLPOOL 
cd7dc6e191d97836f4b8859b73777e3b4b6fce5d290087400327f87a621e9879f5c233eef51bef981398d0d00ecc753f222655108994d25a4e0503799569ec82
 DIST elfix-0.9.2.tar.gz 398758 SHA256 
1a50ec57d6f5d1b25dcaaaf15f82849774e9e4e7e263cee3aa4936c5e3d6f071 SHA512 
a7be30722abe7249ec42024d33b2bda00524cfb85da66b4511c5056efbdbfae1d3c2b42048bcf4d5cb7c0ae675f763b74a834d93a25b541ebac42fddcd2c6cf9
 WHIRLPOOL 
aead1a63612ea187dc00aa52ee2c18431036176aae2e0e08d3138ced751f28947ee8045dd63dae67f89946d5b64e705a6b6d45b884d3d9da1d7e6e03b37ed700

diff --git a/sys-apps/elfix/elfix-0.9.1.ebuild 
b/sys-apps/elfix/elfix-0.9.1.ebuild
deleted file mode 100644
index f303c41..000
--- a/sys-apps/elfix/elfix-0.9.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
-   inherit git-2
-else
-   SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-fi
-
-DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"
-HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml
-   https://dev.gentoo.org/~blueness/elfix/;
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="+ptpax +xtpax"
-
-REQUIRED_USE="|| ( ptpax xtpax )"
-
-# These only work with a properly configured PaX kernel
-RESTRICT="test"
-
-DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=]
-   ptpax? ( dev-libs/elfutils )
-   xtpax? ( sys-apps/attr )"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   [[ ${PV} == "" ]] && ./autogen.sh
-}
-
-src_configure() {
-   rm -f "${S}/scripts/setup.py"
-   econf --disable-tests \
-   $(use_enable ptpax) \
-   $(use_enable xtpax)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog INSTALL README THANKS TODO
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2015-09-03 Thread Anthony G. Basile
commit: 30368ffa9ea4def9afe0dc6a3a6ba7887521a283
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Sep  4 00:18:26 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Sep  4 00:18:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30368ffa

sys-apps/elfix: version bump 0.9.1

Package-Manager: portage-2.2.20.1

 sys-apps/elfix/Manifest   |  1 +
 sys-apps/elfix/elfix-0.9.1.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/sys-apps/elfix/Manifest b/sys-apps/elfix/Manifest
index 71ba474..66009d6 100644
--- a/sys-apps/elfix/Manifest
+++ b/sys-apps/elfix/Manifest
@@ -1,2 +1,3 @@
 DIST elfix-0.8.4.tar.gz 374742 SHA256 
374be66da3dddef485bbb5e95bfcab6fd0c2db478255bddd10079730ada5260b SHA512 
10aacc3fff33c934e2d4487d174a2b0cec10ffb7a35fc72b160c786f82f0355f3a2dea716bc7fb929d2919cc32a26844f37f9d73064b755098bdaa72e8075bda
 WHIRLPOOL 
b04e099f188c0b76d8c07abd76559c1313854aa83a03ad69afb72674d93cde6ce538ae10d0fea3be5495937e72a4b98fdd36efbb2e3aa8ff23c1d9f7f943c1ae
 DIST elfix-0.9.0.tar.gz 372014 SHA256 
8b547d987edb2f7dc23ddf30f959d7d051a9ed49810f983b8fe6c489fe731cf0 SHA512 
fd9bab90d745f77429c902acd2a14f615132731b3c38929dce764f1e5f7ee8f6478a6fef7ce0cb38e7ebd9181ba57965ff0c97da5e01d0fbf2cfb940ed691ebf
 WHIRLPOOL 
c09fa2193b990a506cae17f370ec10fa6302e17d2a165e42eceb88644f8a92e297c839ad788204e213d8205695b65557a7dcef5f6417177c434c8d0a34bd5eb7
+DIST elfix-0.9.1.tar.gz 398588 SHA256 
0368d07bfdad4a14f039929a30d85a612dcd9d22ac87211f8e59d452bac23625 SHA512 
28fdde7841263cee766434b5eda1a4151999526aa3a1acaacd2e6355502df4b56db9faf64ce81bdc89606d366d0a6dd28c5c135290fe7f0285cee480f6002527
 WHIRLPOOL 
cd7dc6e191d97836f4b8859b73777e3b4b6fce5d290087400327f87a621e9879f5c233eef51bef981398d0d00ecc753f222655108994d25a4e0503799569ec82

diff --git a/sys-apps/elfix/elfix-0.9.1.ebuild 
b/sys-apps/elfix/elfix-0.9.1.ebuild
new file mode 100644
index 000..f303c41
--- /dev/null
+++ b/sys-apps/elfix/elfix-0.9.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
+   inherit git-2
+else
+   SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"
+HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml
+   https://dev.gentoo.org/~blueness/elfix/;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+ptpax +xtpax"
+
+REQUIRED_USE="|| ( ptpax xtpax )"
+
+# These only work with a properly configured PaX kernel
+RESTRICT="test"
+
+DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=]
+   ptpax? ( dev-libs/elfutils )
+   xtpax? ( sys-apps/attr )"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   [[ ${PV} == "" ]] && ./autogen.sh
+}
+
+src_configure() {
+   rm -f "${S}/scripts/setup.py"
+   econf --disable-tests \
+   $(use_enable ptpax) \
+   $(use_enable xtpax)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS ChangeLog INSTALL README THANKS TODO
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/

2015-09-03 Thread Anthony G. Basile
commit: c7c8c91c2521fa9922cbe5d87ded26003bef93d2
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Sep  4 00:14:41 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Sep  4 00:14:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c8c91c

sys-apps/elfix: add  version

Package-Manager: portage-2.2.20.1

 sys-apps/elfix/elfix-.ebuild | 50 
 1 file changed, 50 insertions(+)

diff --git a/sys-apps/elfix/elfix-.ebuild b/sys-apps/elfix/elfix-.ebuild
new file mode 100644
index 000..f303c41
--- /dev/null
+++ b/sys-apps/elfix/elfix-.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
+   inherit git-2
+else
+   SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"
+HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml
+   https://dev.gentoo.org/~blueness/elfix/;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+ptpax +xtpax"
+
+REQUIRED_USE="|| ( ptpax xtpax )"
+
+# These only work with a properly configured PaX kernel
+RESTRICT="test"
+
+DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=]
+   ptpax? ( dev-libs/elfutils )
+   xtpax? ( sys-apps/attr )"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   [[ ${PV} == "" ]] && ./autogen.sh
+}
+
+src_configure() {
+   rm -f "${S}/scripts/setup.py"
+   econf --disable-tests \
+   $(use_enable ptpax) \
+   $(use_enable xtpax)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS ChangeLog INSTALL README THANKS TODO
+}