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

2022-01-28 Thread Sam James
commit: cc6be69fd60edc5a442427e4251d8b2bf80cc720
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 01:58:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:56:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc6be69f

sys-apps/paxctl: update EAPI 5 -> 8

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

 sys-apps/paxctl/paxctl-0.9.ebuild | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/sys-apps/paxctl/paxctl-0.9.ebuild 
b/sys-apps/paxctl/paxctl-0.9.ebuild
index 4ab860b42254..797562ba4f0f 100644
--- a/sys-apps/paxctl/paxctl-0.9.ebuild
+++ b/sys-apps/paxctl/paxctl-0.9.ebuild
@@ -1,27 +1,26 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=8
 
-inherit toolchain-funcs epatch
+inherit toolchain-funcs
 
 DESCRIPTION="Manages various PaX related program header flags for Elf32, 
Elf64, binaries"
 HOMEPAGE="https://pax.grsecurity.net";
 SRC_URI="https://pax.grsecurity.net/${P}.tar.gz";
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
-IUSE=""
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 
-DEPEND=">=sys-devel/binutils-2.14.90.0.8-r1"
-RDEPEND=""
+BDEPEND=">=sys-devel/binutils-2.14.90.0.8-r1"
 
 src_prepare() {
+   default
+
sed \
"s:--owner 0 --group 0::g" \
-i Makefile || die
-   epatch_user
 }
 
 src_compile() {



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

2020-05-20 Thread Anthony G. Basile
commit: 72e138c77d1596b290d88e12f41b7e54420341fe
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed May 20 14:37:04 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed May 20 14:37:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e138c7

sys-apps/paxctl: remove older versions

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

 sys-apps/paxctl/Manifest |  2 --
 sys-apps/paxctl/paxctl-0.7-r2.ebuild | 37 
 sys-apps/paxctl/paxctl-0.8.ebuild| 37 
 3 files changed, 76 deletions(-)

diff --git a/sys-apps/paxctl/Manifest b/sys-apps/paxctl/Manifest
index d531986dd0a..3fbce57bbc4 100644
--- a/sys-apps/paxctl/Manifest
+++ b/sys-apps/paxctl/Manifest
@@ -1,3 +1 @@
-DIST paxctl-0.7.tar.bz2 7642 BLAKE2B 
fe9dbf6a673e677556b7667a036cdb5243c064fb9a10dda49783b408ed66d6bb072c478b529fa58cd2795b19c3128d6ae83c4aa4f11e19fd835c16a7df1aa4ad
 SHA512 
d715d7466c5d5b402a7b6c44257b959c81234b8b72dc3bad4ad1080f66da784b348e73fadd3b2072ddec6c6b08f042a35cbf9d63cb890ef9efceb1e2e8d56d0a
-DIST paxctl-0.8.tar.gz 8027 BLAKE2B 
3d2e1b22b3bbe0912c2b3ab4ae864c9eb01e949349c382b4b395983f5787ffb6b6b5681329c81aa82231e8b779badf0c46a41cb43b967eef48892488b957d736
 SHA512 
9357601a96a7780bf900621e8b88e8e7cd323159084f62f30cd6967319fffabe08efff3596612fd05a1daf639610bb15d998f4a954c980ab4f45c9a0cc80037c
 DIST paxctl-0.9.tar.gz 8109 BLAKE2B 
b26049dedfa82890e5445b5baca8379d37a184124d468d895339f1dad6142e4d2ac8fe393df42a68c6aec8a03b151cd412c2996a098ed460265f4c7fe9ca519f
 SHA512 
4048544bd05ed6eb37866034ade8482b8d017110ed9a639f220e8d2e32bb3dfb6c913a986c8fd41829e88efa793f7552eaa2a6d6b2af533c44a5754a5ab8650f

diff --git a/sys-apps/paxctl/paxctl-0.7-r2.ebuild 
b/sys-apps/paxctl/paxctl-0.7-r2.ebuild
deleted file mode 100644
index 66aaa087a94..000
--- a/sys-apps/paxctl/paxctl-0.7-r2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="Manages various PaX related program header flags for Elf32, 
Elf64, binaries"
-HOMEPAGE="https://pax.grsecurity.net/";
-SRC_URI="https://pax.grsecurity.net/${P}.tar.bz2";
-
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-devel/binutils-2.14.90.0.8-r1"
-RDEPEND=""
-
-src_prepare() {
-   sed \
-   "s:--owner 0 --group 0::g" \
-   -i Makefile || die
-   epatch_user
-}
-
-src_compile() {
-   emake \
-   CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS}" \
-   LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-   emake DESTDIR="${ED}" install
-   dodoc README ChangeLog
-}

diff --git a/sys-apps/paxctl/paxctl-0.8.ebuild 
b/sys-apps/paxctl/paxctl-0.8.ebuild
deleted file mode 100644
index 6727771993f..000
--- a/sys-apps/paxctl/paxctl-0.8.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="Manages various PaX related program header flags for Elf32, 
Elf64, binaries"
-HOMEPAGE="https://pax.grsecurity.net";
-SRC_URI="https://pax.grsecurity.net/${P}.tar.gz";
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-devel/binutils-2.14.90.0.8-r1"
-RDEPEND=""
-
-src_prepare() {
-   sed \
-   "s:--owner 0 --group 0::g" \
-   -i Makefile || die
-   epatch_user
-}
-
-src_compile() {
-   emake \
-   CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS}" \
-   LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-   emake DESTDIR="${ED}" install
-   dodoc README ChangeLog
-}



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

2017-07-01 Thread Alexis Ballier
commit: a60d30b4a41a0c692e141cfce3d8d5c4ad5044bc
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Jul  1 14:18:23 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Jul  1 15:24:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60d30b4

sys-apps/paxctl: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/sys-apps/paxctl/paxctl-0.9.ebuild 
b/sys-apps/paxctl/paxctl-0.9.ebuild
index 220d607d9fc..1c8f9e7ab15 100644
--- a/sys-apps/paxctl/paxctl-0.9.ebuild
+++ b/sys-apps/paxctl/paxctl-0.9.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"
@@ -9,7 +9,7 @@ DESCRIPTION="Manages various PaX related program header flags 
for Elf32, Elf64,
 SRC_URI="http://pax.grsecurity.net/${P}.tar.gz";
 HOMEPAGE="http://pax.grsecurity.net";
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux"
 IUSE=""
 LICENSE="GPL-2"
 SLOT="0"