diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 14:32:31 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 14:32:31 +0000 |
commit | 51715358f9ae9b2068fb00683c336f1bed08e5df (patch) | |
tree | a0e7a222dbe35cc57de8319cde967c63349b7ada /sys-apps/busybox | |
parent | sync IUSE (missing), add sed-4 dep (Manifest recommit) (diff) | |
download | gentoo-2-51715358f9ae9b2068fb00683c336f1bed08e5df.tar.gz gentoo-2-51715358f9ae9b2068fb00683c336f1bed08e5df.tar.bz2 gentoo-2-51715358f9ae9b2068fb00683c336f1bed08e5df.zip |
sync IUSE (+static), add sed-4 dep
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r-- | sys-apps/busybox/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/busybox/busybox-0.60.3-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/busybox/busybox-0.60.3-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/busybox/busybox-1.00_pre8.ebuild | 5 |
4 files changed, 12 insertions, 7 deletions
diff --git a/sys-apps/busybox/ChangeLog b/sys-apps/busybox/ChangeLog index 78899ac40c17..d4cd6d401779 100644 --- a/sys-apps/busybox/ChangeLog +++ b/sys-apps/busybox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/busybox # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.32 2004/06/25 20:28:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.33 2004/06/30 14:32:31 agriffis Exp $ + + 30 Jun 2004; Aron Griffis <agriffis@gentoo.org> busybox-0.60.3-r1.ebuild, + busybox-0.60.3-r2.ebuild, busybox-1.00_pre8.ebuild: + sync IUSE (+static), add sed-4 dep 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> busybox-0.60.5-r1.ebuild, busybox-0.60.5-r2.ebuild: diff --git a/sys-apps/busybox/busybox-0.60.3-r1.ebuild b/sys-apps/busybox/busybox-0.60.3-r1.ebuild index ddc4b5f538d5..9a8a4118991a 100644 --- a/sys-apps/busybox/busybox-0.60.3-r1.ebuild +++ b/sys-apps/busybox/busybox-0.60.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.60.3-r1.ebuild,v 1.8 2004/06/28 16:01:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.60.3-r1.ebuild,v 1.9 2004/06/30 14:32:31 agriffis Exp $ DESCRIPTION="Utilities for rescue and embedded systems" HOMEPAGE="http://www.busybox.net/" @@ -9,7 +9,7 @@ SRC_URI="http://www.busybox.net/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc ~alpha -amd64" -IUSE="" +IUSE="static" DEPEND="virtual/libc" diff --git a/sys-apps/busybox/busybox-0.60.3-r2.ebuild b/sys-apps/busybox/busybox-0.60.3-r2.ebuild index 97d231ecb0ac..49b3a130792e 100644 --- a/sys-apps/busybox/busybox-0.60.3-r2.ebuild +++ b/sys-apps/busybox/busybox-0.60.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.60.3-r2.ebuild,v 1.5 2004/06/28 16:01:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.60.3-r2.ebuild,v 1.6 2004/06/30 14:32:31 agriffis Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.busybox.net/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="-* sparc -amd64" -IUSE="" +IUSE="static" DEPEND="virtual/libc" diff --git a/sys-apps/busybox/busybox-1.00_pre8.ebuild b/sys-apps/busybox/busybox-1.00_pre8.ebuild index 6946a2526c8d..f39f026841ce 100644 --- a/sys-apps/busybox/busybox-1.00_pre8.ebuild +++ b/sys-apps/busybox/busybox-1.00_pre8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00_pre8.ebuild,v 1.8 2004/06/28 16:01:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00_pre8.ebuild,v 1.9 2004/06/30 14:32:31 agriffis Exp $ inherit eutils @@ -17,7 +17,8 @@ KEYWORDS="~x86 ~ppc ~mips arm ~amd64" IUSE="debug static uclibc savedconfig make-busybox-symlinks" DEPEND="virtual/libc - !amd64? ( uclibc? ( dev-libs/uclibc ) )" + !amd64? ( uclibc? ( dev-libs/uclibc ) ) + >=sys-apps/sed-4" RDEPEND="!static? ( ${DEPEND} )" # <pebenito> then eventually turning on selinux would mean # adding a dep: selinux? ( sys-libs/libselinux ) |