summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-28 05:58:14 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-28 05:58:14 +0000
commit6e0774635ff9fea19f69f4a582b937b5e62200e9 (patch)
tree1475153ae7327cdb77043e0cfc41ea087c8e883f /app-shells
parentfix HOMEPAGE (bug #103905) (diff)
downloadgentoo-2-6e0774635ff9fea19f69f4a582b937b5e62200e9.tar.gz
gentoo-2-6e0774635ff9fea19f69f4a582b937b5e62200e9.tar.bz2
gentoo-2-6e0774635ff9fea19f69f4a582b937b5e62200e9.zip
Punt USE=diet.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/dash/ChangeLog8
-rw-r--r--app-shells/dash/dash-0.5.2.4.ebuild15
-rw-r--r--app-shells/dash/dash-0.5.2.6.ebuild15
-rw-r--r--app-shells/dash/dash-0.5.2.7.ebuild15
4 files changed, 24 insertions, 29 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog
index 320690d91f22..6d302adbaf8e 100644
--- a/app-shells/dash/ChangeLog
+++ b/app-shells/dash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/dash
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.27 2005/08/19 19:24:18 hansmi Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.28 2005/08/28 05:58:14 vapier Exp $
+
+ 28 Aug 2005; Mike Frysinger <vapier@gentoo.org> dash-0.5.2.4.ebuild,
+ dash-0.5.2.6.ebuild, dash-0.5.2.7.ebuild:
+ Punt USE=diet.
19 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> dash-0.5.2.6.ebuild:
Stable on ppc.
diff --git a/app-shells/dash/dash-0.5.2.4.ebuild b/app-shells/dash/dash-0.5.2.4.ebuild
index e44a444a8d90..753a270c528b 100644
--- a/app-shells/dash/dash-0.5.2.4.ebuild
+++ b/app-shells/dash/dash-0.5.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.2.4.ebuild,v 1.3 2005/06/05 11:58:23 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.2.4.ebuild,v 1.4 2005/08/28 05:58:14 vapier Exp $
inherit eutils versionator flag-o-matic toolchain-funcs
@@ -13,13 +13,12 @@ HOMEPAGE="http://ftp.debian.org/debian/pool/main/d/dash/"
SRC_URI="mirror://debian/pool/main/d/dash/${MY_P2}.orig.tar.gz \
mirror://debian/pool/main/d/dash/${DEB_P}.diff.gz"
-SLOT="0"
LICENSE="BSD"
+SLOT="0"
KEYWORDS="ppc x86"
-IUSE="diet static"
+IUSE="static"
-RDEPEND="diet? ( dev-libs/dietlibc )
- !diet? ( virtual/libc )"
+RDEPEND=""
DEPEND="${RDEPEND}
sys-apps/sed
dev-util/yacc"
@@ -35,10 +34,8 @@ src_unpack() {
src_compile() {
use static && append-ldflags -static
- CC="$(tc-getCC)"
- use diet && CC="diet ${CC}"
-
- econf CC="${CC}" || die "econf failed"
+ export CC="$(tc-getCC)"
+ econf || die "econf failed"
emake CFLAGS="${CFLAGS}" || die "emake failed"
}
diff --git a/app-shells/dash/dash-0.5.2.6.ebuild b/app-shells/dash/dash-0.5.2.6.ebuild
index 156a5eb5552b..00be284a38f0 100644
--- a/app-shells/dash/dash-0.5.2.6.ebuild
+++ b/app-shells/dash/dash-0.5.2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.2.6.ebuild,v 1.3 2005/08/19 19:24:18 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.2.6.ebuild,v 1.4 2005/08/28 05:58:14 vapier Exp $
inherit eutils versionator flag-o-matic toolchain-funcs
@@ -13,13 +13,12 @@ HOMEPAGE="http://ftp.debian.org/debian/pool/main/d/dash/"
SRC_URI="mirror://debian/pool/main/d/dash/${MY_P2}.orig.tar.gz \
mirror://debian/pool/main/d/dash/${DEB_P}.diff.gz"
-SLOT="0"
LICENSE="BSD"
+SLOT="0"
KEYWORDS="ppc x86"
-IUSE="diet static"
+IUSE="static"
-RDEPEND="diet? ( dev-libs/dietlibc )
- !diet? ( virtual/libc )"
+RDEPEND=""
DEPEND="${RDEPEND}
sys-apps/sed
dev-util/yacc"
@@ -35,10 +34,8 @@ src_unpack() {
src_compile() {
use static && append-ldflags -static
- CC="$(tc-getCC)"
- use diet && CC="diet ${CC}"
-
- econf CC="${CC}" || die "econf failed"
+ export CC="$(tc-getCC)"
+ econf || die "econf failed"
emake CFLAGS="${CFLAGS}" || die "emake failed"
}
diff --git a/app-shells/dash/dash-0.5.2.7.ebuild b/app-shells/dash/dash-0.5.2.7.ebuild
index 20a05dea5720..9a1fbc19b864 100644
--- a/app-shells/dash/dash-0.5.2.7.ebuild
+++ b/app-shells/dash/dash-0.5.2.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.2.7.ebuild,v 1.1 2005/08/10 11:31:37 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.2.7.ebuild,v 1.2 2005/08/28 05:58:14 vapier Exp $
inherit eutils versionator flag-o-matic toolchain-funcs
@@ -13,13 +13,12 @@ HOMEPAGE="http://ftp.debian.org/debian/pool/main/d/dash/"
SRC_URI="mirror://debian/pool/main/d/dash/${MY_P2}.orig.tar.gz \
mirror://debian/pool/main/d/dash/${DEB_P}.diff.gz"
-SLOT="0"
LICENSE="BSD"
+SLOT="0"
KEYWORDS="~ppc ~x86"
-IUSE="diet static"
+IUSE="static"
-RDEPEND="diet? ( dev-libs/dietlibc )
- !diet? ( virtual/libc )"
+RDEPEND=""
DEPEND="${RDEPEND}
sys-apps/sed
dev-util/yacc"
@@ -35,10 +34,8 @@ src_unpack() {
src_compile() {
use static && append-ldflags -static
- CC="$(tc-getCC)"
- use diet && CC="diet ${CC}"
-
- econf CC="${CC}" || die "econf failed"
+ export CC="$(tc-getCC)"
+ econf || die "econf failed"
emake CFLAGS="${CFLAGS}" || die "emake failed"
}