diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-05-05 12:20:33 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-05-05 12:20:33 +0000 |
commit | 10f24cbe7def91d8a8a7d8882407f8a079c5eab4 (patch) | |
tree | 6b4029682d8431f2e3024d8944df746dd3e7700e /sys-apps/paxctl | |
parent | Version bump (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-apps/paxctl/ChangeLog | 11 | ||||
-rw-r--r-- | sys-apps/paxctl/paxctl-0.4.ebuild | 28 | ||||
-rw-r--r-- | sys-apps/paxctl/paxctl-0.5.ebuild | 27 | ||||
-rw-r--r-- | sys-apps/paxctl/paxctl-0.7-r1.ebuild | 28 | ||||
-rw-r--r-- | sys-apps/paxctl/paxctl-0.8.ebuild | 37 |
5 files changed, 45 insertions, 86 deletions
diff --git a/sys-apps/paxctl/ChangeLog b/sys-apps/paxctl/ChangeLog index c1d83419ce7e..ec2f8d48425e 100644 --- a/sys-apps/paxctl/ChangeLog +++ b/sys-apps/paxctl/ChangeLog @@ -1,6 +1,12 @@ # 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.52 2012/08/27 17:43:30 armin76 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.53 2014/05/05 12:20:33 blueness Exp $ + +*paxctl-0.8 (05 May 2014) + + 05 May 2014; Anthony G. Basile <blueness@gentoo.org> +paxctl-0.8.ebuild, + -paxctl-0.4.ebuild, -paxctl-0.5.ebuild, -paxctl-0.7-r1.ebuild: + Version bump, remove older 27 Aug 2012; Raúl Porcel <armin76@gentoo.org> paxctl-0.7-r2.ebuild: alpha/ia64/s390/sh/sparc stable wrt #429202 @@ -189,4 +195,3 @@ and the newer ET_DYN kind (older PaX releases referred to the latter as ET_DYN executables, these days they are called Position Independent Executables or PIEs for short). - diff --git a/sys-apps/paxctl/paxctl-0.4.ebuild b/sys-apps/paxctl/paxctl-0.4.ebuild deleted file mode 100644 index 1510a933c00b..000000000000 --- a/sys-apps/paxctl/paxctl-0.4.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.4.ebuild,v 1.10 2012/05/24 10:57:33 jlec Exp $ - -inherit flag-o-matic - -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="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="" - -#S=${WORKDIR}/${P} - -src_compile() { - emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -} - -src_install() { - einstall DESTDIR="${D}" - dodoc README ChangeLog -} diff --git a/sys-apps/paxctl/paxctl-0.5.ebuild b/sys-apps/paxctl/paxctl-0.5.ebuild deleted file mode 100644 index 7e76719ccb62..000000000000 --- a/sys-apps/paxctl/paxctl-0.5.ebuild +++ /dev/null @@ -1,27 +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.5.ebuild,v 1.9 2012/05/24 10:57:33 jlec 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 -} 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}" -} diff --git a/sys-apps/paxctl/paxctl-0.8.ebuild b/sys-apps/paxctl/paxctl-0.8.ebuild new file mode 100644 index 000000000000..9b1cb7335196 --- /dev/null +++ b/sys-apps/paxctl/paxctl-0.8.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.8.ebuild,v 1.1 2014/05/05 12:20:33 blueness Exp $ + +EAPI="5" + +inherit toolchain-funcs + +DESCRIPTION="Manages various PaX related program header flags for Elf32, Elf64, binaries" +SRC_URI="http://pax.grsecurity.net/${P}.tar.gz" +HOMEPAGE="http://pax.grsecurity.net" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="" +LICENSE="GPL-2" +SLOT="0" + +DEPEND=">=sys-devel/binutils-2.14.90.0.8-r1" +RDEPEND="" + +src_prepare() { + sed \ + "s:--owner 0 --group 0::g" \ + -i Makefile || die +} + +src_compile() { + emake \ + CC="$(tc-getCC)" \ + CFLAGS="${CFLAGS}" \ + LDFLAGS="${LDFLAGS}" +} + +src_install () { + emake DESTDIR="${ED}" install + dodoc README ChangeLog +} |