summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-05-05 12:20:33 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-05-05 12:20:33 +0000
commit10f24cbe7def91d8a8a7d8882407f8a079c5eab4 (patch)
tree6b4029682d8431f2e3024d8944df746dd3e7700e /sys-apps/paxctl/paxctl-0.7-r1.ebuild
parentVersion bump (diff)
downloadgentoo-2-10f24cbe7def91d8a8a7d8882407f8a079c5eab4.tar.gz
gentoo-2-10f24cbe7def91d8a8a7d8882407f8a079c5eab4.tar.bz2
gentoo-2-10f24cbe7def91d8a8a7d8882407f8a079c5eab4.zip
Version bump, remove older
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-apps/paxctl/paxctl-0.7-r1.ebuild')
-rw-r--r--sys-apps/paxctl/paxctl-0.7-r1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/sys-apps/paxctl/paxctl-0.7-r1.ebuild b/sys-apps/paxctl/paxctl-0.7-r1.ebuild
deleted file mode 100644
index 97009f0e83e5..000000000000
--- a/sys-apps/paxctl/paxctl-0.7-r1.ebuild
+++ /dev/null
@@ -1,28 +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.7-r1.ebuild,v 1.9 2012/05/24 10:57:33 jlec Exp $
-
-EAPI="4"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Manages various PaX related program header flags for Elf32, Elf64, binaries"
-SRC_URI="http://pax.grsecurity.net/${P}.tar.bz2"
-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=""
-
-DOCS=( README ChangeLog )
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}"
-}