public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/
@ 2015-11-21 14:55 Anthony G. Basile
  0 siblings, 0 replies; 12+ messages in thread
From: Anthony G. Basile @ 2015-11-21 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     165e4ff83d0f7d309d0e2241873f0c4f92ed59c4
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 15:00:44 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 15:02:35 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=165e4ff8

sys-apps/paxctld: version bump to 1.0.1

Note: upstream replaced the 1.0 tarball with updated code but
didn't change the namve of the tarball.  This is bad and we
compensated downstream.  Anyhow, paxctld will need to be changed
to a new version which can handle XATTR_PAX flags.

Package-Manager: portage-2.2.20.1

 sys-apps/paxctld/Manifest             |  1 +
 sys-apps/paxctld/paxctld-1.0.1.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/sys-apps/paxctld/Manifest b/sys-apps/paxctld/Manifest
index d83f9b8..7906065 100644
--- a/sys-apps/paxctld/Manifest
+++ b/sys-apps/paxctld/Manifest
@@ -1 +1,2 @@
+DIST paxctld_1.0.1.orig.tar.gz 15491 SHA256 7a6b322b02f583f4c93a7090a3f774dc069a014893351f0d544de377d3cdadf0 SHA512 3d050aa315b28873dac1a26f4552f5f126f82f4b5bcdcadabb1dc5c048be95f630fbdb753c1191bc4e4b8296a0a927136faf682254426a6e60fe88044433bb9f WHIRLPOOL 8f3e3967a9dd17671fc37e3d1d4740416b9cceec7abd8f743f5d8993b0e6a3b3490794a744c0439fffe1a04532d86a87c05821f4f110a9b38a8acdee88bfa14c
 DIST paxctld_1.0.orig.tar.gz 14708 SHA256 b16173d88f631cfb34eb617f7b1a015e989eeb8c100987ef58203bc28d89ddb4 SHA512 244233681704885b081b16b6c23312df4be7f9962bfcf1196e54ff4be2fbdbaa1832c3115998d27e20a7af463a888c5756148929da12f6028a4dd26327c64bd3 WHIRLPOOL cb4d54508ae5aa2aebd63b32bf32cf1d4e4807e85c7bee6e36c23a5257fac09945e7bff8dce85e9eca2c67182c26f17f7b34ce1b6a25685c4d09febf61463a76

diff --git a/sys-apps/paxctld/paxctld-1.0.1.ebuild b/sys-apps/paxctld/paxctld-1.0.1.ebuild
new file mode 100644
index 0000000..ae8abd6
--- /dev/null
+++ b/sys-apps/paxctld/paxctld-1.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="PaX flags maintenance daemon"
+HOMEPAGE="http://www.grsecurity.net/"
+SRC_URI="https://dev.gentoo.org/~blueness/hardened-sources/paxctld/${PN}_${PV}.orig.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="pam"
+
+RDEPEND=""
+DEPEND=""
+
+S="${WORKDIR}/paxctld-1.0"
+
+src_prepare() {
+	# Respect Gentoo flags and don't strip
+	sed -i \
+		-e '/^CC/d' \
+		-e '/^CFLAGS/d' \
+		-e '/^LDFLAGS/d' \
+		-e '/STRIP/d' \
+		Makefile
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/
@ 2016-02-11  5:57 Anthony G. Basile
  0 siblings, 0 replies; 12+ messages in thread
From: Anthony G. Basile @ 2016-02-11  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     ddd593f1209dd01dd8307567798ad1a4b2e39be3
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 06:05:34 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 06:06:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd593f1

sys-apps/paxctld: version bump to 1.1

Package-Manager: portage-2.2.26

 sys-apps/paxctld/Manifest           |  1 +
 sys-apps/paxctld/paxctld-1.1.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/sys-apps/paxctld/Manifest b/sys-apps/paxctld/Manifest
index 7906065..46186b7 100644
--- a/sys-apps/paxctld/Manifest
+++ b/sys-apps/paxctld/Manifest
@@ -1,2 +1,3 @@
 DIST paxctld_1.0.1.orig.tar.gz 15491 SHA256 7a6b322b02f583f4c93a7090a3f774dc069a014893351f0d544de377d3cdadf0 SHA512 3d050aa315b28873dac1a26f4552f5f126f82f4b5bcdcadabb1dc5c048be95f630fbdb753c1191bc4e4b8296a0a927136faf682254426a6e60fe88044433bb9f WHIRLPOOL 8f3e3967a9dd17671fc37e3d1d4740416b9cceec7abd8f743f5d8993b0e6a3b3490794a744c0439fffe1a04532d86a87c05821f4f110a9b38a8acdee88bfa14c
 DIST paxctld_1.0.orig.tar.gz 14708 SHA256 b16173d88f631cfb34eb617f7b1a015e989eeb8c100987ef58203bc28d89ddb4 SHA512 244233681704885b081b16b6c23312df4be7f9962bfcf1196e54ff4be2fbdbaa1832c3115998d27e20a7af463a888c5756148929da12f6028a4dd26327c64bd3 WHIRLPOOL cb4d54508ae5aa2aebd63b32bf32cf1d4e4807e85c7bee6e36c23a5257fac09945e7bff8dce85e9eca2c67182c26f17f7b34ce1b6a25685c4d09febf61463a76
+DIST paxctld_1.1.orig.tar.gz 15977 SHA256 95c2805dc46edd443afceef283adf09943c6a62858944b516c9f5c0e06f8e99f SHA512 82b18d1b5d47831ac865b149dbd02c35062baf3da755312bbc2d7adeb31308b995be3441adb6d4a33ba19e79413df77bb4a7bc71d202bef6e1eb25f2c4f31631 WHIRLPOOL 633fe5a591ba1ed1f1fdddce03955c8150ee9ac9a0f039a7b808a769182e88bd836c317491f8c519c5f9da138faeb44c3b658c2620fcc38357461f7f902a63d9

diff --git a/sys-apps/paxctld/paxctld-1.1.ebuild b/sys-apps/paxctld/paxctld-1.1.ebuild
new file mode 100644
index 0000000..765b8aa
--- /dev/null
+++ b/sys-apps/paxctld/paxctld-1.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit systemd
+
+DESCRIPTION="PaX flags maintenance daemon"
+HOMEPAGE="http://www.grsecurity.net/"
+SRC_URI="https://www.grsecurity.net/${PN}/${PN}_${PV}.orig.tar.gz
+	https://dev.gentoo.org/~blueness/hardened-sources/${PN}/${PN}_${PV}.orig.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="pam"
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+	# Respect Gentoo flags and don't strip
+	sed -i \
+		-e '/^CC/d' \
+		-e '/^CFLAGS/d' \
+		-e '/^LDFLAGS/d' \
+		-e '/STRIP/d' \
+		Makefile
+}
+
+src_install() {
+	default
+
+	systemd_dounit "${S}"/rpm/${PN}.service
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/
@ 2016-07-19  7:12 Anthony G. Basile
  0 siblings, 0 replies; 12+ messages in thread
From: Anthony G. Basile @ 2016-07-19  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     f3ace2e4f395c416ac2f4c1d16bd95aa2610ddb4
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 06:57:24 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 07:11:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ace2e4

sys-apps/paxctld: version bump to 1.2

Package-Manager: portage-2.2.28

 sys-apps/paxctld/Manifest           |  1 +
 sys-apps/paxctld/paxctld-1.2.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/sys-apps/paxctld/Manifest b/sys-apps/paxctld/Manifest
index 46186b7..314f349 100644
--- a/sys-apps/paxctld/Manifest
+++ b/sys-apps/paxctld/Manifest
@@ -1,3 +1,4 @@
 DIST paxctld_1.0.1.orig.tar.gz 15491 SHA256 7a6b322b02f583f4c93a7090a3f774dc069a014893351f0d544de377d3cdadf0 SHA512 3d050aa315b28873dac1a26f4552f5f126f82f4b5bcdcadabb1dc5c048be95f630fbdb753c1191bc4e4b8296a0a927136faf682254426a6e60fe88044433bb9f WHIRLPOOL 8f3e3967a9dd17671fc37e3d1d4740416b9cceec7abd8f743f5d8993b0e6a3b3490794a744c0439fffe1a04532d86a87c05821f4f110a9b38a8acdee88bfa14c
 DIST paxctld_1.0.orig.tar.gz 14708 SHA256 b16173d88f631cfb34eb617f7b1a015e989eeb8c100987ef58203bc28d89ddb4 SHA512 244233681704885b081b16b6c23312df4be7f9962bfcf1196e54ff4be2fbdbaa1832c3115998d27e20a7af463a888c5756148929da12f6028a4dd26327c64bd3 WHIRLPOOL cb4d54508ae5aa2aebd63b32bf32cf1d4e4807e85c7bee6e36c23a5257fac09945e7bff8dce85e9eca2c67182c26f17f7b34ce1b6a25685c4d09febf61463a76
 DIST paxctld_1.1.orig.tar.gz 15977 SHA256 95c2805dc46edd443afceef283adf09943c6a62858944b516c9f5c0e06f8e99f SHA512 82b18d1b5d47831ac865b149dbd02c35062baf3da755312bbc2d7adeb31308b995be3441adb6d4a33ba19e79413df77bb4a7bc71d202bef6e1eb25f2c4f31631 WHIRLPOOL 633fe5a591ba1ed1f1fdddce03955c8150ee9ac9a0f039a7b808a769182e88bd836c317491f8c519c5f9da138faeb44c3b658c2620fcc38357461f7f902a63d9
+DIST paxctld_1.2.orig.tar.gz 16080 SHA256 3117da5e21fd3c5c544cb30cc3967ed765c5ece35f3383e2e6345fd006bf9a25 SHA512 9b181fdc9e6b4d76fc7670e0773263c598164f90fe0db0c180601e8ba68e9baec4ef23281bba9ebac385e53edc20d8b79fbd7c9646e057334c21c6602013e198 WHIRLPOOL 21370a42630050596edd3cc521a14021f3f86c9224a1e61da82a28aea7ba64ef935c42aadcf7c5c1d5dacfde93624a6eff1096d5eb32cf1c8485ad19ad0a51b0

diff --git a/sys-apps/paxctld/paxctld-1.2.ebuild b/sys-apps/paxctld/paxctld-1.2.ebuild
new file mode 100644
index 0000000..765b8aa
--- /dev/null
+++ b/sys-apps/paxctld/paxctld-1.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit systemd
+
+DESCRIPTION="PaX flags maintenance daemon"
+HOMEPAGE="http://www.grsecurity.net/"
+SRC_URI="https://www.grsecurity.net/${PN}/${PN}_${PV}.orig.tar.gz
+	https://dev.gentoo.org/~blueness/hardened-sources/${PN}/${PN}_${PV}.orig.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="pam"
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+	# Respect Gentoo flags and don't strip
+	sed -i \
+		-e '/^CC/d' \
+		-e '/^CFLAGS/d' \
+		-e '/^LDFLAGS/d' \
+		-e '/STRIP/d' \
+		Makefile
+}
+
+src_install() {
+	default
+
+	systemd_dounit "${S}"/rpm/${PN}.service
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/
@ 2016-07-24 12:01 Anthony G. Basile
  0 siblings, 0 replies; 12+ messages in thread
From: Anthony G. Basile @ 2016-07-24 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     77907bd4eb7c56b8e96d01541ba458d7d7b8e7c5
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 12:00:15 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 12:01:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77907bd4

sys-apps/paxctld: version bump to 1.2.1

Package-Manager: portage-2.2.28

 sys-apps/paxctld/Manifest             |  1 +
 sys-apps/paxctld/paxctld-1.2.1.ebuild | 36 +++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/sys-apps/paxctld/Manifest b/sys-apps/paxctld/Manifest
index 314f349..ae94c4a 100644
--- a/sys-apps/paxctld/Manifest
+++ b/sys-apps/paxctld/Manifest
@@ -1,4 +1,5 @@
 DIST paxctld_1.0.1.orig.tar.gz 15491 SHA256 7a6b322b02f583f4c93a7090a3f774dc069a014893351f0d544de377d3cdadf0 SHA512 3d050aa315b28873dac1a26f4552f5f126f82f4b5bcdcadabb1dc5c048be95f630fbdb753c1191bc4e4b8296a0a927136faf682254426a6e60fe88044433bb9f WHIRLPOOL 8f3e3967a9dd17671fc37e3d1d4740416b9cceec7abd8f743f5d8993b0e6a3b3490794a744c0439fffe1a04532d86a87c05821f4f110a9b38a8acdee88bfa14c
 DIST paxctld_1.0.orig.tar.gz 14708 SHA256 b16173d88f631cfb34eb617f7b1a015e989eeb8c100987ef58203bc28d89ddb4 SHA512 244233681704885b081b16b6c23312df4be7f9962bfcf1196e54ff4be2fbdbaa1832c3115998d27e20a7af463a888c5756148929da12f6028a4dd26327c64bd3 WHIRLPOOL cb4d54508ae5aa2aebd63b32bf32cf1d4e4807e85c7bee6e36c23a5257fac09945e7bff8dce85e9eca2c67182c26f17f7b34ce1b6a25685c4d09febf61463a76
 DIST paxctld_1.1.orig.tar.gz 15977 SHA256 95c2805dc46edd443afceef283adf09943c6a62858944b516c9f5c0e06f8e99f SHA512 82b18d1b5d47831ac865b149dbd02c35062baf3da755312bbc2d7adeb31308b995be3441adb6d4a33ba19e79413df77bb4a7bc71d202bef6e1eb25f2c4f31631 WHIRLPOOL 633fe5a591ba1ed1f1fdddce03955c8150ee9ac9a0f039a7b808a769182e88bd836c317491f8c519c5f9da138faeb44c3b658c2620fcc38357461f7f902a63d9
+DIST paxctld_1.2.1.orig.tar.gz 16347 SHA256 176823d414d75f187951818bab545a0d4e89ce0a1f01415390842d77ea40505d SHA512 3daa072155d7eef6911fa716e2ffefe503d4351d375dfc89efaad0434da7e9f879a07f0da0f58f3a70361c5661cb1d5760b8c85fa88dc086dc8c1f113fdaa6a1 WHIRLPOOL 8060ac58f4f906bbc00a715ee966a713c414554fc26b1a1e052a8b9cb0a70a6608f7d951b9b191458888c323ef8c4af1ef7b42835d85d1bebc3d0912b0b9cbae
 DIST paxctld_1.2.orig.tar.gz 16080 SHA256 3117da5e21fd3c5c544cb30cc3967ed765c5ece35f3383e2e6345fd006bf9a25 SHA512 9b181fdc9e6b4d76fc7670e0773263c598164f90fe0db0c180601e8ba68e9baec4ef23281bba9ebac385e53edc20d8b79fbd7c9646e057334c21c6602013e198 WHIRLPOOL 21370a42630050596edd3cc521a14021f3f86c9224a1e61da82a28aea7ba64ef935c42aadcf7c5c1d5dacfde93624a6eff1096d5eb32cf1c8485ad19ad0a51b0

diff --git a/sys-apps/paxctld/paxctld-1.2.1.ebuild b/sys-apps/paxctld/paxctld-1.2.1.ebuild
new file mode 100644
index 0000000..765b8aa
--- /dev/null
+++ b/sys-apps/paxctld/paxctld-1.2.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit systemd
+
+DESCRIPTION="PaX flags maintenance daemon"
+HOMEPAGE="http://www.grsecurity.net/"
+SRC_URI="https://www.grsecurity.net/${PN}/${PN}_${PV}.orig.tar.gz
+	https://dev.gentoo.org/~blueness/hardened-sources/${PN}/${PN}_${PV}.orig.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="pam"
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+	# Respect Gentoo flags and don't strip
+	sed -i \
+		-e '/^CC/d' \
+		-e '/^CFLAGS/d' \
+		-e '/^LDFLAGS/d' \
+		-e '/STRIP/d' \
+		Makefile
+}
+
+src_install() {
+	default
+
+	systemd_dounit "${S}"/rpm/${PN}.service
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/
@ 2016-07-24 12:02 Anthony G. Basile
  0 siblings, 0 replies; 12+ messages in thread
From: Anthony G. Basile @ 2016-07-24 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     c4c92b82b12aa2f7ad30561a7fd900113612294a
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 12:02:41 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 12:02:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c92b82

sys-apps/paxctld: remove older versions

Package-Manager: portage-2.2.28

 sys-apps/paxctld/Manifest             |  2 --
 sys-apps/paxctld/paxctld-1.0.1.ebuild | 29 -----------------------------
 sys-apps/paxctld/paxctld-1.0.ebuild   | 27 ---------------------------
 3 files changed, 58 deletions(-)

diff --git a/sys-apps/paxctld/Manifest b/sys-apps/paxctld/Manifest
index ae94c4a..d021a52 100644
--- a/sys-apps/paxctld/Manifest
+++ b/sys-apps/paxctld/Manifest
@@ -1,5 +1,3 @@
-DIST paxctld_1.0.1.orig.tar.gz 15491 SHA256 7a6b322b02f583f4c93a7090a3f774dc069a014893351f0d544de377d3cdadf0 SHA512 3d050aa315b28873dac1a26f4552f5f126f82f4b5bcdcadabb1dc5c048be95f630fbdb753c1191bc4e4b8296a0a927136faf682254426a6e60fe88044433bb9f WHIRLPOOL 8f3e3967a9dd17671fc37e3d1d4740416b9cceec7abd8f743f5d8993b0e6a3b3490794a744c0439fffe1a04532d86a87c05821f4f110a9b38a8acdee88bfa14c
-DIST paxctld_1.0.orig.tar.gz 14708 SHA256 b16173d88f631cfb34eb617f7b1a015e989eeb8c100987ef58203bc28d89ddb4 SHA512 244233681704885b081b16b6c23312df4be7f9962bfcf1196e54ff4be2fbdbaa1832c3115998d27e20a7af463a888c5756148929da12f6028a4dd26327c64bd3 WHIRLPOOL cb4d54508ae5aa2aebd63b32bf32cf1d4e4807e85c7bee6e36c23a5257fac09945e7bff8dce85e9eca2c67182c26f17f7b34ce1b6a25685c4d09febf61463a76
 DIST paxctld_1.1.orig.tar.gz 15977 SHA256 95c2805dc46edd443afceef283adf09943c6a62858944b516c9f5c0e06f8e99f SHA512 82b18d1b5d47831ac865b149dbd02c35062baf3da755312bbc2d7adeb31308b995be3441adb6d4a33ba19e79413df77bb4a7bc71d202bef6e1eb25f2c4f31631 WHIRLPOOL 633fe5a591ba1ed1f1fdddce03955c8150ee9ac9a0f039a7b808a769182e88bd836c317491f8c519c5f9da138faeb44c3b658c2620fcc38357461f7f902a63d9
 DIST paxctld_1.2.1.orig.tar.gz 16347 SHA256 176823d414d75f187951818bab545a0d4e89ce0a1f01415390842d77ea40505d SHA512 3daa072155d7eef6911fa716e2ffefe503d4351d375dfc89efaad0434da7e9f879a07f0da0f58f3a70361c5661cb1d5760b8c85fa88dc086dc8c1f113fdaa6a1 WHIRLPOOL 8060ac58f4f906bbc00a715ee966a713c414554fc26b1a1e052a8b9cb0a70a6608f7d951b9b191458888c323ef8c4af1ef7b42835d85d1bebc3d0912b0b9cbae
 DIST paxctld_1.2.orig.tar.gz 16080 SHA256 3117da5e21fd3c5c544cb30cc3967ed765c5ece35f3383e2e6345fd006bf9a25 SHA512 9b181fdc9e6b4d76fc7670e0773263c598164f90fe0db0c180601e8ba68e9baec4ef23281bba9ebac385e53edc20d8b79fbd7c9646e057334c21c6602013e198 WHIRLPOOL 21370a42630050596edd3cc521a14021f3f86c9224a1e61da82a28aea7ba64ef935c42aadcf7c5c1d5dacfde93624a6eff1096d5eb32cf1c8485ad19ad0a51b0

diff --git a/sys-apps/paxctld/paxctld-1.0.1.ebuild b/sys-apps/paxctld/paxctld-1.0.1.ebuild
deleted file mode 100644
index ae8abd6..0000000
--- a/sys-apps/paxctld/paxctld-1.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="PaX flags maintenance daemon"
-HOMEPAGE="http://www.grsecurity.net/"
-SRC_URI="https://dev.gentoo.org/~blueness/hardened-sources/paxctld/${PN}_${PV}.orig.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="pam"
-
-RDEPEND=""
-DEPEND=""
-
-S="${WORKDIR}/paxctld-1.0"
-
-src_prepare() {
-	# Respect Gentoo flags and don't strip
-	sed -i \
-		-e '/^CC/d' \
-		-e '/^CFLAGS/d' \
-		-e '/^LDFLAGS/d' \
-		-e '/STRIP/d' \
-		Makefile
-}

diff --git a/sys-apps/paxctld/paxctld-1.0.ebuild b/sys-apps/paxctld/paxctld-1.0.ebuild
deleted file mode 100644
index c2acc29..0000000
--- a/sys-apps/paxctld/paxctld-1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="PaX flags maintenance daemon"
-HOMEPAGE="http://www.grsecurity.net/"
-SRC_URI="https://dev.gentoo.org/~blueness/hardened-sources/paxctld/${PN}_${PV}.orig.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="pam"
-
-RDEPEND=""
-DEPEND=""
-
-src_prepare() {
-	# Respect Gentoo flags and don't strip
-	sed -i \
-		-e '/^CC/d' \
-		-e '/^CFLAGS/d' \
-		-e '/^LDFLAGS/d' \
-		-e '/STRIP/d' \
-		Makefile
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/
@ 2017-12-17 12:26 Anthony G. Basile
  0 siblings, 0 replies; 12+ messages in thread
From: Anthony G. Basile @ 2017-12-17 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0e9b9e4ee63a45b55dbb1f7ee4443fb1c8a27fbc
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 12:24:06 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 12:26:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9b9e4e

sys-apps/paxctld: remove older versions

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-apps/paxctld/Manifest             |  3 ---
 sys-apps/paxctld/paxctld-1.1.ebuild   | 35 -----------------------------------
 sys-apps/paxctld/paxctld-1.2.1.ebuild | 35 -----------------------------------
 sys-apps/paxctld/paxctld-1.2.ebuild   | 35 -----------------------------------
 4 files changed, 108 deletions(-)

diff --git a/sys-apps/paxctld/Manifest b/sys-apps/paxctld/Manifest
index 7d9258e4e69..d7ad4638435 100644
--- a/sys-apps/paxctld/Manifest
+++ b/sys-apps/paxctld/Manifest
@@ -1,4 +1 @@
-DIST paxctld_1.1.orig.tar.gz 15977 BLAKE2B 695e1f9b09fc11ba3bebb5c5ad3f283f1572382f9ca6c1b532bee1583794ca715223e2dbe77d46588fd1c26dfe395535dabe6431cdeb59e0dad22a8c2f15a2cc SHA512 82b18d1b5d47831ac865b149dbd02c35062baf3da755312bbc2d7adeb31308b995be3441adb6d4a33ba19e79413df77bb4a7bc71d202bef6e1eb25f2c4f31631
-DIST paxctld_1.2.1.orig.tar.gz 16347 BLAKE2B fdaceeb76110a128c6e6cc8eb65f903ab9e4df50ca6e4f95f9aedcb2c71f039c939c3112e4fdb9415f53c9ad3e7bbb2f8f3882806c7c93209a3f05efe5d2c5c8 SHA512 3daa072155d7eef6911fa716e2ffefe503d4351d375dfc89efaad0434da7e9f879a07f0da0f58f3a70361c5661cb1d5760b8c85fa88dc086dc8c1f113fdaa6a1
 DIST paxctld_1.2.2.orig.tar.gz 16302 BLAKE2B 051be5210704a0a8447eab46f3a8528fccbb43b6ab60725a38e6210da68ae0e60b83e563ab4796dbde9bccce93982ebfd14b4288466b5531c5b1e261a4020e6c SHA512 f3944b752bcaab2644c640a7992d8f267e882ff8528b85664cc3d7926de042d3540044030bac2f5c64121ff5ed0caff60ca41d3837a77fe2cdf19ad58c6b7c81
-DIST paxctld_1.2.orig.tar.gz 16080 BLAKE2B 57cca82b7c60cddacc9fc3e4aa03d641aee33c78b269836b60e34d75b02174ebe89ee79aeec806fd911f236e6a60cf6eb81995406034e352d99d0c875000d605 SHA512 9b181fdc9e6b4d76fc7670e0773263c598164f90fe0db0c180601e8ba68e9baec4ef23281bba9ebac385e53edc20d8b79fbd7c9646e057334c21c6602013e198

diff --git a/sys-apps/paxctld/paxctld-1.1.ebuild b/sys-apps/paxctld/paxctld-1.1.ebuild
deleted file mode 100644
index 7d222c6d4c2..00000000000
--- a/sys-apps/paxctld/paxctld-1.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit systemd
-
-DESCRIPTION="PaX flags maintenance daemon"
-HOMEPAGE="http://www.grsecurity.net/"
-SRC_URI="https://www.grsecurity.net/${PN}/${PN}_${PV}.orig.tar.gz
-	https://dev.gentoo.org/~blueness/hardened-sources/${PN}/${PN}_${PV}.orig.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="pam"
-
-RDEPEND=""
-DEPEND=""
-
-src_prepare() {
-	# Respect Gentoo flags and don't strip
-	sed -i \
-		-e '/^CC/d' \
-		-e '/^CFLAGS/d' \
-		-e '/^LDFLAGS/d' \
-		-e '/STRIP/d' \
-		Makefile
-}
-
-src_install() {
-	default
-
-	systemd_dounit "${S}"/rpm/${PN}.service
-}

diff --git a/sys-apps/paxctld/paxctld-1.2.1.ebuild b/sys-apps/paxctld/paxctld-1.2.1.ebuild
deleted file mode 100644
index 7d222c6d4c2..00000000000
--- a/sys-apps/paxctld/paxctld-1.2.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit systemd
-
-DESCRIPTION="PaX flags maintenance daemon"
-HOMEPAGE="http://www.grsecurity.net/"
-SRC_URI="https://www.grsecurity.net/${PN}/${PN}_${PV}.orig.tar.gz
-	https://dev.gentoo.org/~blueness/hardened-sources/${PN}/${PN}_${PV}.orig.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="pam"
-
-RDEPEND=""
-DEPEND=""
-
-src_prepare() {
-	# Respect Gentoo flags and don't strip
-	sed -i \
-		-e '/^CC/d' \
-		-e '/^CFLAGS/d' \
-		-e '/^LDFLAGS/d' \
-		-e '/STRIP/d' \
-		Makefile
-}
-
-src_install() {
-	default
-
-	systemd_dounit "${S}"/rpm/${PN}.service
-}

diff --git a/sys-apps/paxctld/paxctld-1.2.ebuild b/sys-apps/paxctld/paxctld-1.2.ebuild
deleted file mode 100644
index 7d222c6d4c2..00000000000
--- a/sys-apps/paxctld/paxctld-1.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit systemd
-
-DESCRIPTION="PaX flags maintenance daemon"
-HOMEPAGE="http://www.grsecurity.net/"
-SRC_URI="https://www.grsecurity.net/${PN}/${PN}_${PV}.orig.tar.gz
-	https://dev.gentoo.org/~blueness/hardened-sources/${PN}/${PN}_${PV}.orig.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="pam"
-
-RDEPEND=""
-DEPEND=""
-
-src_prepare() {
-	# Respect Gentoo flags and don't strip
-	sed -i \
-		-e '/^CC/d' \
-		-e '/^CFLAGS/d' \
-		-e '/^LDFLAGS/d' \
-		-e '/STRIP/d' \
-		Makefile
-}
-
-src_install() {
-	default
-
-	systemd_dounit "${S}"/rpm/${PN}.service
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/
@ 2017-12-17 12:26 Anthony G. Basile
  0 siblings, 0 replies; 12+ messages in thread
From: Anthony G. Basile @ 2017-12-17 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     568f31c91625c31b42674d827dbb73409cf4b5b1
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 12:25:55 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 12:26:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568f31c9

sys-apps/paxctld: fix trailing whitespace

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/sys-apps/paxctld/paxctld-1.2.2.ebuild b/sys-apps/paxctld/paxctld-1.2.2.ebuild
index 164afa46356..02319f8ac64 100644
--- a/sys-apps/paxctld/paxctld-1.2.2.ebuild
+++ b/sys-apps/paxctld/paxctld-1.2.2.ebuild
@@ -26,7 +26,7 @@ src_prepare() {
 		-e '/^LDFLAGS/d' \
 		-e '/STRIP/d' \
 		Makefile
-	
+
 	eapply_user
 }
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/
@ 2017-12-17 12:26 Anthony G. Basile
  0 siblings, 0 replies; 12+ messages in thread
From: Anthony G. Basile @ 2017-12-17 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     3258d35cf63eb4b9ac8c833ffc52618e2764f0b1
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 12:20:08 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 12:26:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3258d35c

sys-apps/paxctld: version bump to 1.2.2

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-apps/paxctld/Manifest             |  1 +
 sys-apps/paxctld/paxctld-1.2.2.ebuild | 37 +++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/sys-apps/paxctld/Manifest b/sys-apps/paxctld/Manifest
index 953d7a700ad..7d9258e4e69 100644
--- a/sys-apps/paxctld/Manifest
+++ b/sys-apps/paxctld/Manifest
@@ -1,3 +1,4 @@
 DIST paxctld_1.1.orig.tar.gz 15977 BLAKE2B 695e1f9b09fc11ba3bebb5c5ad3f283f1572382f9ca6c1b532bee1583794ca715223e2dbe77d46588fd1c26dfe395535dabe6431cdeb59e0dad22a8c2f15a2cc SHA512 82b18d1b5d47831ac865b149dbd02c35062baf3da755312bbc2d7adeb31308b995be3441adb6d4a33ba19e79413df77bb4a7bc71d202bef6e1eb25f2c4f31631
 DIST paxctld_1.2.1.orig.tar.gz 16347 BLAKE2B fdaceeb76110a128c6e6cc8eb65f903ab9e4df50ca6e4f95f9aedcb2c71f039c939c3112e4fdb9415f53c9ad3e7bbb2f8f3882806c7c93209a3f05efe5d2c5c8 SHA512 3daa072155d7eef6911fa716e2ffefe503d4351d375dfc89efaad0434da7e9f879a07f0da0f58f3a70361c5661cb1d5760b8c85fa88dc086dc8c1f113fdaa6a1
+DIST paxctld_1.2.2.orig.tar.gz 16302 BLAKE2B 051be5210704a0a8447eab46f3a8528fccbb43b6ab60725a38e6210da68ae0e60b83e563ab4796dbde9bccce93982ebfd14b4288466b5531c5b1e261a4020e6c SHA512 f3944b752bcaab2644c640a7992d8f267e882ff8528b85664cc3d7926de042d3540044030bac2f5c64121ff5ed0caff60ca41d3837a77fe2cdf19ad58c6b7c81
 DIST paxctld_1.2.orig.tar.gz 16080 BLAKE2B 57cca82b7c60cddacc9fc3e4aa03d641aee33c78b269836b60e34d75b02174ebe89ee79aeec806fd911f236e6a60cf6eb81995406034e352d99d0c875000d605 SHA512 9b181fdc9e6b4d76fc7670e0773263c598164f90fe0db0c180601e8ba68e9baec4ef23281bba9ebac385e53edc20d8b79fbd7c9646e057334c21c6602013e198

diff --git a/sys-apps/paxctld/paxctld-1.2.2.ebuild b/sys-apps/paxctld/paxctld-1.2.2.ebuild
new file mode 100644
index 00000000000..164afa46356
--- /dev/null
+++ b/sys-apps/paxctld/paxctld-1.2.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit systemd
+
+DESCRIPTION="PaX flags maintenance daemon"
+HOMEPAGE="http://www.grsecurity.net/"
+SRC_URI="https://www.grsecurity.net/${PN}/${PN}_${PV}.orig.tar.gz
+	https://dev.gentoo.org/~blueness/hardened-sources/${PN}/${PN}_${PV}.orig.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="pam"
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+	# Respect Gentoo flags and don't strip
+	sed -i \
+		-e '/^CC/d' \
+		-e '/^CFLAGS/d' \
+		-e '/^LDFLAGS/d' \
+		-e '/STRIP/d' \
+		Makefile
+	
+	eapply_user
+}
+
+src_install() {
+	default
+
+	systemd_dounit "${S}"/rpm/${PN}.service
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/
@ 2019-11-08 17:33 Anthony G. Basile
  0 siblings, 0 replies; 12+ messages in thread
From: Anthony G. Basile @ 2019-11-08 17:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3a38020fd24b9300aaaf95bbaa78725dafa9fb53
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  8 17:33:39 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Nov  8 17:33:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a38020f

sys-apps/paxctld: version bump to 1.2.3

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 sys-apps/paxctld/Manifest                                       | 2 +-
 sys-apps/paxctld/{paxctld-1.2.2.ebuild => paxctld-1.2.3.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/paxctld/Manifest b/sys-apps/paxctld/Manifest
index d7ad4638435..191a0d21fd1 100644
--- a/sys-apps/paxctld/Manifest
+++ b/sys-apps/paxctld/Manifest
@@ -1 +1 @@
-DIST paxctld_1.2.2.orig.tar.gz 16302 BLAKE2B 051be5210704a0a8447eab46f3a8528fccbb43b6ab60725a38e6210da68ae0e60b83e563ab4796dbde9bccce93982ebfd14b4288466b5531c5b1e261a4020e6c SHA512 f3944b752bcaab2644c640a7992d8f267e882ff8528b85664cc3d7926de042d3540044030bac2f5c64121ff5ed0caff60ca41d3837a77fe2cdf19ad58c6b7c81
+DIST paxctld_1.2.3.orig.tar.gz 17174 BLAKE2B 6f288b039f719febf2f3370a0d245c07928f441754f0ac43bb3608d2718548d0ab90fbf9244d5b97bdfbc7c6bfab3d7359d435e99a2e19dd80661019ba0b654c SHA512 da3f5739aabbe0f276a194c71c20349b0571472aa6c114fe46ea4eb406fe1b419b167207b8d0b288776574c455f005386303b8ef92b0294e98532b269017ab54

diff --git a/sys-apps/paxctld/paxctld-1.2.2.ebuild b/sys-apps/paxctld/paxctld-1.2.3.ebuild
similarity index 94%
rename from sys-apps/paxctld/paxctld-1.2.2.ebuild
rename to sys-apps/paxctld/paxctld-1.2.3.ebuild
index e172e7e0014..644e1e6f67e 100644
--- a/sys-apps/paxctld/paxctld-1.2.2.ebuild
+++ b/sys-apps/paxctld/paxctld-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/
@ 2020-09-04 16:55 Anthony G. Basile
  0 siblings, 0 replies; 12+ messages in thread
From: Anthony G. Basile @ 2020-09-04 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     23058752eea10ee29d2eba26511af922ba296d6b
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  4 16:53:58 2020 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Sep  4 16:53:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23058752

sys-apps/paxctld: version bump to 1.2.5

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 sys-apps/paxctld/Manifest             |  1 +
 sys-apps/paxctld/paxctld-1.2.5.ebuild | 37 +++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/sys-apps/paxctld/Manifest b/sys-apps/paxctld/Manifest
index 191a0d21fd1..f431afd76e0 100644
--- a/sys-apps/paxctld/Manifest
+++ b/sys-apps/paxctld/Manifest
@@ -1 +1,2 @@
 DIST paxctld_1.2.3.orig.tar.gz 17174 BLAKE2B 6f288b039f719febf2f3370a0d245c07928f441754f0ac43bb3608d2718548d0ab90fbf9244d5b97bdfbc7c6bfab3d7359d435e99a2e19dd80661019ba0b654c SHA512 da3f5739aabbe0f276a194c71c20349b0571472aa6c114fe46ea4eb406fe1b419b167207b8d0b288776574c455f005386303b8ef92b0294e98532b269017ab54
+DIST paxctld_1.2.5.orig.tar.gz 18694 BLAKE2B 9d219846bbdfc5d709d9fb3758ec9451bef1545d6bb25263aef1c42f992f4201e2ce9f9cae0a77ed7584ec5c3c6dd0e3d0c58ec251a52f0b855c87b0fcf0e826 SHA512 c38b2cb0bf07d0075fa01f95d82adf6aae6e7bd010fa31b349af7c92b0498bf3225344500ef306bb633caec0b642771f453a8445cadbf342775931495d0ef2c2

diff --git a/sys-apps/paxctld/paxctld-1.2.5.ebuild b/sys-apps/paxctld/paxctld-1.2.5.ebuild
new file mode 100644
index 00000000000..c4650263e8b
--- /dev/null
+++ b/sys-apps/paxctld/paxctld-1.2.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit systemd
+
+DESCRIPTION="PaX flags maintenance daemon"
+HOMEPAGE="https://www.grsecurity.net/"
+SRC_URI="https://www.grsecurity.net/${PN}/${PN}_${PV}.orig.tar.gz
+	https://dev.gentoo.org/~blueness/hardened-sources/${PN}/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="pam"
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+	# Respect Gentoo flags and don't strip
+	sed -i \
+		-e '/^CC/d' \
+		-e '/^CFLAGS/d' \
+		-e '/^LDFLAGS/d' \
+		-e '/STRIP/d' \
+		Makefile
+
+	eapply_user
+}
+
+src_install() {
+	default
+
+	systemd_dounit "${S}"/rpm/${PN}.service
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/
@ 2024-04-11 10:59 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-04-11 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     dc1c1d70cae2711bedc5f32dfba6f5c7eeccc257
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 10:57:44 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 10:59:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1c1d70

sys-apps/paxctld: drop 1.2.3

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-apps/paxctld/Manifest             |  1 -
 sys-apps/paxctld/paxctld-1.2.3.ebuild | 37 -----------------------------------
 2 files changed, 38 deletions(-)

diff --git a/sys-apps/paxctld/Manifest b/sys-apps/paxctld/Manifest
index f431afd76e08..7362b396d742 100644
--- a/sys-apps/paxctld/Manifest
+++ b/sys-apps/paxctld/Manifest
@@ -1,2 +1 @@
-DIST paxctld_1.2.3.orig.tar.gz 17174 BLAKE2B 6f288b039f719febf2f3370a0d245c07928f441754f0ac43bb3608d2718548d0ab90fbf9244d5b97bdfbc7c6bfab3d7359d435e99a2e19dd80661019ba0b654c SHA512 da3f5739aabbe0f276a194c71c20349b0571472aa6c114fe46ea4eb406fe1b419b167207b8d0b288776574c455f005386303b8ef92b0294e98532b269017ab54
 DIST paxctld_1.2.5.orig.tar.gz 18694 BLAKE2B 9d219846bbdfc5d709d9fb3758ec9451bef1545d6bb25263aef1c42f992f4201e2ce9f9cae0a77ed7584ec5c3c6dd0e3d0c58ec251a52f0b855c87b0fcf0e826 SHA512 c38b2cb0bf07d0075fa01f95d82adf6aae6e7bd010fa31b349af7c92b0498bf3225344500ef306bb633caec0b642771f453a8445cadbf342775931495d0ef2c2

diff --git a/sys-apps/paxctld/paxctld-1.2.3.ebuild b/sys-apps/paxctld/paxctld-1.2.3.ebuild
deleted file mode 100644
index 644e1e6f67e0..000000000000
--- a/sys-apps/paxctld/paxctld-1.2.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit systemd
-
-DESCRIPTION="PaX flags maintenance daemon"
-HOMEPAGE="https://www.grsecurity.net/"
-SRC_URI="https://www.grsecurity.net/${PN}/${PN}_${PV}.orig.tar.gz
-	https://dev.gentoo.org/~blueness/hardened-sources/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="pam"
-
-RDEPEND=""
-DEPEND=""
-
-src_prepare() {
-	# Respect Gentoo flags and don't strip
-	sed -i \
-		-e '/^CC/d' \
-		-e '/^CFLAGS/d' \
-		-e '/^LDFLAGS/d' \
-		-e '/STRIP/d' \
-		Makefile
-
-	eapply_user
-}
-
-src_install() {
-	default
-
-	systemd_dounit "${S}"/rpm/${PN}.service
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/
@ 2024-06-23  6:21 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-06-23  6:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b19aef227efe1602ffe9e1586504000934b84194
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 06:18:27 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 06:18:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b19aef22

sys-apps/paxctld: EAPI 6 -> 8

Closes: https://bugs.gentoo.org/829703
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 ...axctld-1.2.5.ebuild => paxctld-1.2.5-r1.ebuild} | 30 +++++++++-------------
 1 file changed, 12 insertions(+), 18 deletions(-)

diff --git a/sys-apps/paxctld/paxctld-1.2.5.ebuild b/sys-apps/paxctld/paxctld-1.2.5-r1.ebuild
similarity index 55%
rename from sys-apps/paxctld/paxctld-1.2.5.ebuild
rename to sys-apps/paxctld/paxctld-1.2.5-r1.ebuild
index c4650263e8b3..cba38e8e2631 100644
--- a/sys-apps/paxctld/paxctld-1.2.5.ebuild
+++ b/sys-apps/paxctld/paxctld-1.2.5-r1.ebuild
@@ -1,37 +1,31 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=8
 
-inherit systemd
+inherit systemd toolchain-funcs
 
 DESCRIPTION="PaX flags maintenance daemon"
 HOMEPAGE="https://www.grsecurity.net/"
-SRC_URI="https://www.grsecurity.net/${PN}/${PN}_${PV}.orig.tar.gz
-	https://dev.gentoo.org/~blueness/hardened-sources/${PN}/${PN}_${PV}.orig.tar.gz"
+SRC_URI="https://www.grsecurity.net/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="pam"
-
-RDEPEND=""
-DEPEND=""
 
 src_prepare() {
 	# Respect Gentoo flags and don't strip
-	sed -i \
-		-e '/^CC/d' \
-		-e '/^CFLAGS/d' \
-		-e '/^LDFLAGS/d' \
-		-e '/STRIP/d' \
-		Makefile
-
-	eapply_user
+	sed -i Makefile -e '/^CC=/d' -e '/^CFLAGS?=/d' -e '/^LDFLAGS=/d' -e '/STRIP/d' || die
+
+	default
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)"
 }
 
 src_install() {
 	default
 
-	systemd_dounit "${S}"/rpm/${PN}.service
+	systemd_dounit rpm/${PN}.service
 }


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-06-23  6:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-11 10:59 [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-06-23  6:21 Arthur Zamarin
2020-09-04 16:55 Anthony G. Basile
2019-11-08 17:33 Anthony G. Basile
2017-12-17 12:26 Anthony G. Basile
2017-12-17 12:26 Anthony G. Basile
2017-12-17 12:26 Anthony G. Basile
2016-07-24 12:02 Anthony G. Basile
2016-07-24 12:01 Anthony G. Basile
2016-07-19  7:12 Anthony G. Basile
2016-02-11  5:57 Anthony G. Basile
2015-11-21 14:55 Anthony G. Basile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox