public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/
Date: Sun, 23 Jun 2024 06:21:19 +0000 (UTC)	[thread overview]
Message-ID: <1719123507.b19aef227efe1602ffe9e1586504000934b84194.arthurzam@gentoo> (raw)

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
 }


             reply	other threads:[~2024-06-23  6:21 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-23  6:21 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-11 10:59 [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/ 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1719123507.b19aef227efe1602ffe9e1586504000934b84194.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox