diff options
-rw-r--r-- | app-arch/gzip-x86/files/digest-gzip-x86-0.90 | 1 | ||||
-rw-r--r-- | app-arch/gzip-x86/gzip-x86-0.90.ebuild | 21 | ||||
-rw-r--r-- | app-arch/gzip-x86/gzip-x86-0.91.ebuild | 12 | ||||
-rw-r--r-- | dev-lang/pm3/pm3-1.1.15-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/memtester/memtester-4.0.3.ebuild | 10 | ||||
-rw-r--r-- | sys-block/buffer/buffer-1.19-r2.ebuild | 10 | ||||
-rw-r--r-- | sys-process/runit/runit-1.0.5.ebuild | 10 |
7 files changed, 24 insertions, 46 deletions
diff --git a/app-arch/gzip-x86/files/digest-gzip-x86-0.90 b/app-arch/gzip-x86/files/digest-gzip-x86-0.90 deleted file mode 100644 index d7827dad29de..000000000000 --- a/app-arch/gzip-x86/files/digest-gzip-x86-0.90 +++ /dev/null @@ -1 +0,0 @@ -MD5 518fb583a96c335f5bd5a94675a15eeb gzip_x86-0.90.tgz 333860 diff --git a/app-arch/gzip-x86/gzip-x86-0.90.ebuild b/app-arch/gzip-x86/gzip-x86-0.90.ebuild deleted file mode 100644 index 8be759fcc530..000000000000 --- a/app-arch/gzip-x86/gzip-x86-0.90.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip-x86/gzip-x86-0.90.ebuild,v 1.6 2005/01/01 11:46:02 eradicator Exp $ - -MY_P=${PN/-/_}-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="gzip_x86 is an optimized gzip for x86 arch" -HOMEPAGE="ftp://spruce.he.net/pub/jreiser" -SRC_URI="ftp://spruce.he.net/pub/jreiser/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* x86 amd64" -IUSE="" - -DEPEND="virtual/libc" -PROVIDE="virtual/gzip" - -src_install() { - make DESTDIR=${D} install || die -} diff --git a/app-arch/gzip-x86/gzip-x86-0.91.ebuild b/app-arch/gzip-x86/gzip-x86-0.91.ebuild index b2047cd34dc0..5588e1521856 100644 --- a/app-arch/gzip-x86/gzip-x86-0.91.ebuild +++ b/app-arch/gzip-x86/gzip-x86-0.91.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip-x86/gzip-x86-0.91.ebuild,v 1.2 2005/01/01 11:46:02 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip-x86/gzip-x86-0.91.ebuild,v 1.3 2005/05/16 02:26:51 vapier Exp $ -inherit gcc +inherit toolchain-funcs MY_P=${PN/-/_}-${PV} S=${WORKDIR}/${MY_P} @@ -12,10 +12,10 @@ SRC_URI="http://www.BitWagon.com/ftp/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~x86 ~amd64" +KEYWORDS="-* amd64 x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" PROVIDE="virtual/gzip" src_unpack() { @@ -27,10 +27,10 @@ src_unpack() { src_compile() { econf --bindir=/bin || die - emake CCAS="$(gcc-getCC)" || die + emake CCAS="$(tc-getCC)" || die } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README THANKS TODO } diff --git a/dev-lang/pm3/pm3-1.1.15-r1.ebuild b/dev-lang/pm3/pm3-1.1.15-r1.ebuild index 7f7f64fa18f5..17184fb0dbd5 100644 --- a/dev-lang/pm3/pm3-1.1.15-r1.ebuild +++ b/dev-lang/pm3/pm3-1.1.15-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pm3/pm3-1.1.15-r1.ebuild,v 1.5 2004/07/11 15:45:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pm3/pm3-1.1.15-r1.ebuild,v 1.6 2005/05/16 02:27:13 vapier Exp $ -inherit gcc eutils flag-o-matic +inherit toolchain-funcs eutils flag-o-matic M3_TARGET="LINUXLIBC6" MY_P="${PN}-src-${PV}" diff --git a/sys-apps/memtester/memtester-4.0.3.ebuild b/sys-apps/memtester/memtester-4.0.3.ebuild index d5fdfd61ff50..c42783c8bce5 100644 --- a/sys-apps/memtester/memtester-4.0.3.ebuild +++ b/sys-apps/memtester/memtester-4.0.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtester/memtester-4.0.3.ebuild,v 1.3 2004/09/03 21:03:24 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtester/memtester-4.0.3.ebuild,v 1.4 2005/05/16 02:30:36 vapier Exp $ -inherit fixheadtails gcc +inherit fixheadtails toolchain-funcs DESCRIPTION="Memory testing utility" HOMEPAGE="http://www.qcc.sk.ca/~charlesc/software/memtester/" @@ -10,7 +10,7 @@ SRC_URI="http://www.qcc.sk.ca/~charlesc/software/memtester/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ppc ~sparc ~amd64" +KEYWORDS="~amd64 ppc ~sparc ~x86" IUSE="" DEPEND="" @@ -18,7 +18,7 @@ DEPEND="" src_unpack() { unpack ${A} cd ${S} - echo "$(gcc-getCC) ${CFLAGS} -DPOSIX -c" > conf-cc + echo "$(tc-getCC) ${CFLAGS} -DPOSIX -c" > conf-cc ht_fix_file Makefile } diff --git a/sys-block/buffer/buffer-1.19-r2.ebuild b/sys-block/buffer/buffer-1.19-r2.ebuild index 2b64f57e78ab..864470bfddb8 100644 --- a/sys-block/buffer/buffer-1.19-r2.ebuild +++ b/sys-block/buffer/buffer-1.19-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/buffer/buffer-1.19-r2.ebuild,v 1.1 2005/03/05 22:30:01 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/buffer/buffer-1.19-r2.ebuild,v 1.2 2005/05/16 02:29:08 vapier Exp $ -inherit eutils flag-o-matic gcc +inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="a tapedrive tool for speeding up reading from and writing to tape" HOMEPAGE="http://www.microwerks.net/~hugo/" @@ -10,10 +10,10 @@ SRC_URI="mirror://gentoo/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 amd64 ppc" +KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_unpack() { unpack ${A} @@ -24,7 +24,7 @@ src_unpack() { src_compile() { append-lfs-flags - emake CC="$(gcc-getCC)" CFLAGS="${CFLAGS}" || die "make failed" + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "make failed" } src_install() { diff --git a/sys-process/runit/runit-1.0.5.ebuild b/sys-process/runit/runit-1.0.5.ebuild index e02684da7cd7..00e9b6c642a3 100644 --- a/sys-process/runit/runit-1.0.5.ebuild +++ b/sys-process/runit/runit-1.0.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-1.0.5.ebuild,v 1.1 2005/03/03 16:08:25 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-1.0.5.ebuild,v 1.2 2005/05/16 02:28:25 vapier Exp $ -inherit gcc flag-o-matic +inherit toolchain-funcs flag-o-matic DESCRIPTION="A UNIX init scheme with service supervision" HOMEPAGE="http://smarden.org/runit/" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="static" -DEPEND="virtual/libc" +DEPEND="" S=${WORKDIR}/admin/${P} @@ -25,8 +25,8 @@ src_unpack() { sed -i -e 's:-static: :' src/Makefile use static && append-ldflags -static - echo "$(gcc-getCC) ${CFLAGS}" > src/conf-cc - echo "$(gcc-getCC) ${LDFLAGS}" > src/conf-ld + echo "$(tc-getCC) ${CFLAGS}" > src/conf-cc + echo "$(tc-getCC) ${LDFLAGS}" > src/conf-ld } src_compile() { |