summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-03-24 11:40:48 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-03-24 11:40:48 +0000
commit869ceb4078cd2c51baa7035d26b0406af2d9805e (patch)
tree912af7f9dac06cced6db1937066f2a58590b44bb /sys-apps/paxctl
parentFix glib-2.31 building, bug #409081 by Bjoern Thorwirth; also drop static stuff. (diff)
downloadgentoo-2-869ceb4078cd2c51baa7035d26b0406af2d9805e.tar.gz
gentoo-2-869ceb4078cd2c51baa7035d26b0406af2d9805e.tar.bz2
gentoo-2-869ceb4078cd2c51baa7035d26b0406af2d9805e.zip
Removed buggy version, bug #408377
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/paxctl')
-rw-r--r--sys-apps/paxctl/ChangeLog5
-rw-r--r--sys-apps/paxctl/paxctl-0.6.ebuild26
2 files changed, 4 insertions, 27 deletions
diff --git a/sys-apps/paxctl/ChangeLog b/sys-apps/paxctl/ChangeLog
index cb3948ac5cb2..aed6f5f69722 100644
--- a/sys-apps/paxctl/ChangeLog
+++ b/sys-apps/paxctl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/paxctl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.32 2012/03/23 00:44:07 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.33 2012/03/24 11:40:48 blueness Exp $
+
+ 24 Mar 2012; Anthony G. Basile <blueness@gentoo.org> -paxctl-0.6.ebuild:
+ Removed buggy version, bug #408377
*paxctl-0.7 (23 Mar 2012)
diff --git a/sys-apps/paxctl/paxctl-0.6.ebuild b/sys-apps/paxctl/paxctl-0.6.ebuild
deleted file mode 100644
index 24d73aa11edd..000000000000
--- a/sys-apps/paxctl/paxctl-0.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.6.ebuild,v 1.1 2012/02/20 00:50:09 blueness Exp $
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Manages various PaX related program header flags for Elf32, Elf64, binaries."
-SRC_URI="http://pax.grsecurity.net/paxctl-${PV}.tar.gz"
-HOMEPAGE="http://pax.grsecurity.net"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-devel/binutils-2.14.90.0.8-r1"
-RDEPEND=""
-
-src_compile() {
- tc-export CC
- emake CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- einstall DESTDIR="${D}"
- dodoc README ChangeLog
-}