diff options
author | 2003-05-17 02:28:54 +0000 | |
---|---|---|
committer | 2003-05-17 02:28:54 +0000 | |
commit | 6e9c3a97bd4c8d7c5b6751214b6ec15b4f3c5c95 (patch) | |
tree | ef299728a5a848239ae94d7a7a8be54d352ea3fb /sys-apps/chpax | |
parent | initial import (diff) | |
download | gentoo-2-6e9c3a97bd4c8d7c5b6751214b6ec15b4f3c5c95.tar.gz gentoo-2-6e9c3a97bd4c8d7c5b6751214b6ec15b4f3c5c95.tar.bz2 gentoo-2-6e9c3a97bd4c8d7c5b6751214b6ec15b4f3c5c95.zip |
initial import
Diffstat (limited to 'sys-apps/chpax')
-rw-r--r-- | sys-apps/chpax/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/chpax/Manifest | 3 | ||||
-rw-r--r-- | sys-apps/chpax/chpax-0.4.ebuild | 28 | ||||
-rw-r--r-- | sys-apps/chpax/files/digest-chpax-0.4 | 1 |
4 files changed, 40 insertions, 1 deletions
diff --git a/sys-apps/chpax/ChangeLog b/sys-apps/chpax/ChangeLog new file mode 100644 index 000000000000..bd65a52b7561 --- /dev/null +++ b/sys-apps/chpax/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sys-apps/chpax +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/ChangeLog,v 1.1 2003/05/17 02:28:51 method Exp $ + +*chpax-0.4 (16 May 2003) + + 16 May 2003; Joshua Brindle <method@gentoo.org> Manifest, chpax-0.4.ebuild: + Initial import courtesy of solarx <solar@linbsd.net> + diff --git a/sys-apps/chpax/Manifest b/sys-apps/chpax/Manifest index 0d483b171435..370909900336 100644 --- a/sys-apps/chpax/Manifest +++ b/sys-apps/chpax/Manifest @@ -1,2 +1,3 @@ -MD5 859fe41039d76d5f9c02bae532749f65 chpax-0.4.ebuild 748 +MD5 ca802e5def3633e783da1e7457a2cca1 ChangeLog 370 +MD5 8a107cf0ddca2daddbd7e7402ad0e63c chpax-0.4.ebuild 757 MD5 e0bef5df8955711a482c1d29f060b6ac files/digest-chpax-0.4 59 diff --git a/sys-apps/chpax/chpax-0.4.ebuild b/sys-apps/chpax/chpax-0.4.ebuild new file mode 100644 index 000000000000..98fd4c2a5ad6 --- /dev/null +++ b/sys-apps/chpax/chpax-0.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.4.ebuild,v 1.1 2003/05/17 02:28:51 method Exp $ + +S=${WORKDIR}/chpax + +DESCRIPTION="Manages various PaX related flags for ELF32, ELF64, and a.out binaries." +SRC_URI="http://pageexec.virtualave.net/chpax-${PV}.tar.gz" +HOMEPAGE="http://pageexec.virtualave.net" +KEYWORDS="~x86" +LICENSE="public-domain" +SLOT="0" + +IUSE="" +DEPEND="virtual/glibc" + +src_compile() { + mv Makefile{,.orig} + sed -e "s|-Wall|${CFLAGS} -Wall|" Makefile.orig > Makefile + emake CC="${CC}" || die "Parallel Make Failed" +} + +src_install() { + into / + dosbin chpax + fperms 700 /sbin/chpax + dodoc Changelog README +} diff --git a/sys-apps/chpax/files/digest-chpax-0.4 b/sys-apps/chpax/files/digest-chpax-0.4 new file mode 100644 index 000000000000..f49ba308ad8c --- /dev/null +++ b/sys-apps/chpax/files/digest-chpax-0.4 @@ -0,0 +1 @@ +MD5 d8731ed8a0c851f9d4a74fc721991fb9 chpax-0.4.tar.gz 3891 |