summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2004-10-28 20:31:27 +0000
committerNed Ludd <solar@gentoo.org>2004-10-28 20:31:27 +0000
commitad3a4d9a1e49df148e3de0efca5d9a5579b2f487 (patch)
tree761baacf805ffd4d9edebd518820c15719523776 /sys-apps
parentModify blocked opengl-update version. (diff)
downloadhistorical-ad3a4d9a1e49df148e3de0efca5d9a5579b2f487.tar.gz
historical-ad3a4d9a1e49df148e3de0efca5d9a5579b2f487.tar.bz2
historical-ad3a4d9a1e49df148e3de0efca5d9a5579b2f487.zip
fixed CC usage to use new toolchain-funcs.eclass. bug 69286
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/chpax/ChangeLog6
-rw-r--r--sys-apps/chpax/Manifest22
-rw-r--r--sys-apps/chpax/chpax-0.5.ebuild40
-rw-r--r--sys-apps/chpax/chpax-0.6.1.ebuild10
-rw-r--r--sys-apps/chpax/chpax-0.7.ebuild10
-rw-r--r--sys-apps/chpax/files/digest-chpax-0.51
6 files changed, 30 insertions, 59 deletions
diff --git a/sys-apps/chpax/ChangeLog b/sys-apps/chpax/ChangeLog
index f8428fc53db8..12f605cf134f 100644
--- a/sys-apps/chpax/ChangeLog
+++ b/sys-apps/chpax/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/chpax
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/ChangeLog,v 1.29 2004/10/13 13:56:24 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/ChangeLog,v 1.30 2004/10/28 20:31:27 solar Exp $
+
+ 28 Oct 2004; <solar@gentoo.org> -chpax-0.5.ebuild, chpax-0.6.1.ebuild,
+ chpax-0.7.ebuild:
+ fixed CC usage to use new toolchain-funcs.eclass. bug 69286
13 Oct 2004; Guy Martin <gmsoft@gentoo.org> chpax-0.7.ebuild:
Stable on hppa.
diff --git a/sys-apps/chpax/Manifest b/sys-apps/chpax/Manifest
index cb768ee37ea4..f00170ef20aa 100644
--- a/sys-apps/chpax/Manifest
+++ b/sys-apps/chpax/Manifest
@@ -1,10 +1,18 @@
-MD5 c8d0d2fc73ea3c47e0d5fc83187053b4 ChangeLog 3879
-MD5 e5d1d71f964cd590fbf1e02a2a76714a chpax-0.5.ebuild 942
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 24b4650c7422d949e05cdb7a6ccc0d63 chpax-0.6.1.ebuild 1118
+MD5 37dca6cda23634e58d7394b408a5b251 chpax-0.7.ebuild 1073
+MD5 10fc59eb641780f55c1fd1679c283ff8 ChangeLog 4034
MD5 695a3bd3cfb34ea27e7dd493ce9ef398 metadata.xml 221
-MD5 500e97cad2617303e752918cc5915e33 chpax-0.6.1.ebuild 1090
-MD5 f03cbc0c09fb16f4615ba29870d91e8b chpax-0.7.ebuild 1043
-MD5 d95ac8cbc92ddd4a9e401455d79571f7 files/digest-chpax-0.5 59
+MD5 add5e23e35065b6f32d1221f41b4b986 files/digest-chpax-0.7 59
+MD5 1ae95ccec87f81057389495cbc6bb641 files/digest-chpax-0.6.1 62
MD5 a76f6e6491b16c254c9aeecbec775478 files/pax-conf.d 2743
MD5 f30daa23cf11e88be6678388f2561f8a files/pax-init.d 2536
-MD5 1ae95ccec87f81057389495cbc6bb641 files/digest-chpax-0.6.1 62
-MD5 add5e23e35065b6f32d1221f41b4b986 files/digest-chpax-0.7 59
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.4 (GNU/Linux)
+
+iD8DBQFBgVbC94CCfB4KcwwRAqE0AKC4O9EvOjUbAfw4AsR0rEjcSiwl1gCfdZwy
+ro1E32+lHPD4IqqbDCLe+yk=
+=1FKc
+-----END PGP SIGNATURE-----
diff --git a/sys-apps/chpax/chpax-0.5.ebuild b/sys-apps/chpax/chpax-0.5.ebuild
deleted file mode 100644
index 79853dc39fcc..000000000000
--- a/sys-apps/chpax/chpax-0.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.5.ebuild,v 1.9 2004/06/28 16:01:35 vapier Exp $
-
-# S=${WORKDIR}/chpax
-DESCRIPTION="Manages various PaX related flags for ELF32, ELF64, and a.out binaries."
-HOMEPAGE="http://pageexec.virtualave.net/"
-SRC_URI="http://pageexec.virtualave.net/chpax-${PV}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="x86 ppc sparc ~hppa ~amd64 ia64"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- mv Makefile{,.orig}
- sed -e "s|-Wall|${CFLAGS} -Wall|" Makefile.orig > Makefile
-}
-
-src_compile() {
- emake CC="${CC}" || die "Parallel Make Failed"
-}
-
-src_install() {
- into /
- dosbin chpax
- fperms 711 /sbin/chpax
-
- dodoc Changelog README
- doman chpax.1
-
- insinto /etc/conf.d
- newins ${FILESDIR}/pax-conf.d chpax
- exeinto /etc/init.d
- newexe ${FILESDIR}/pax-init.d chpax
-}
diff --git a/sys-apps/chpax/chpax-0.6.1.ebuild b/sys-apps/chpax/chpax-0.6.1.ebuild
index 204a7077642b..1ee3187c8916 100644
--- a/sys-apps/chpax/chpax-0.6.1.ebuild
+++ b/sys-apps/chpax/chpax-0.6.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.6.1.ebuild,v 1.12 2004/06/30 14:37:12 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.6.1.ebuild,v 1.13 2004/10/28 20:31:27 solar Exp $
-inherit flag-o-matic gcc
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="Manages various PaX related flags for ELF32, ELF64, and a.out binaries."
HOMEPAGE="http://pax.grsecurity.net/"
@@ -14,8 +14,8 @@ SLOT="0"
KEYWORDS="x86 ppc sparc ~mips alpha ~arm hppa amd64 ia64"
IUSE=""
-DEPEND="virtual/libc
- >=sys-apps/sed-4"
+RDEPEND="virtual/libc"
+DEPEND="${RDEPEND} >=sys-apps/sed-4"
src_unpack() {
unpack ${A}
@@ -25,7 +25,7 @@ src_unpack() {
src_compile() {
# use static && append-ldflags -static ; # breaks with current ssp.
- emake CC="$(gcc-getCC)" TARGET="chpax ${LDFLAGS:0}" || die "Parallel Make Failed"
+ emake CC="$(tc-getCC)" TARGET="chpax ${LDFLAGS:0}" || die "Parallel Make Failed"
}
src_install() {
diff --git a/sys-apps/chpax/chpax-0.7.ebuild b/sys-apps/chpax/chpax-0.7.ebuild
index cdc0e4d997e1..bb99981ee7a7 100644
--- a/sys-apps/chpax/chpax-0.7.ebuild
+++ b/sys-apps/chpax/chpax-0.7.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.7.ebuild,v 1.6 2004/10/13 13:56:24 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.7.ebuild,v 1.7 2004/10/28 20:31:27 solar Exp $
-inherit flag-o-matic gcc
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="Manages various PaX related flags for ELF32, ELF64, and a.out binaries."
HOMEPAGE="http://pax.grsecurity.net/"
@@ -13,8 +13,8 @@ SLOT="0"
KEYWORDS="x86 ppc ~ppc64 sparc ~mips ~alpha ~arm hppa amd64 ~ia64"
IUSE=""
-DEPEND="virtual/libc
- >=sys-apps/sed-4"
+RDEPEND="virtual/libc"
+DEPEND="${RDEPEND} >=sys-apps/sed-4"
src_unpack() {
unpack ${A}
@@ -24,7 +24,7 @@ src_unpack() {
src_compile() {
# use static && append-ldflags -static ; # breaks with current ssp.
- emake CC="$(gcc-getCC)" TARGET="chpax ${LDFLAGS:0}" || die "Parallel Make Failed"
+ emake CC="$(tc-getCC)" TARGET="chpax ${LDFLAGS:0}" || die "Parallel Make Failed"
}
src_install() {
diff --git a/sys-apps/chpax/files/digest-chpax-0.5 b/sys-apps/chpax/files/digest-chpax-0.5
deleted file mode 100644
index 8d22765c253e..000000000000
--- a/sys-apps/chpax/files/digest-chpax-0.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 aeb0c1aae2c087df369a4c30e0f1adbd chpax-0.5.tar.gz 5030