From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/
Date: Sun, 24 Jul 2016 12:02:56 +0000 (UTC) [thread overview]
Message-ID: <1469361761.c4c92b82b12aa2f7ad30561a7fd900113612294a.blueness@gentoo> (raw)
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
-}
next reply other threads:[~2016-07-24 12:03 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-24 12:02 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-23 6:21 [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/ Arthur Zamarin
2024-04-11 10:59 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: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=1469361761.c4c92b82b12aa2f7ad30561a7fd900113612294a.blueness@gentoo \
--to=blueness@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