summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2004-10-17 01:25:50 +0000
committerNed Ludd <solar@gentoo.org>2004-10-17 01:25:50 +0000
commit8a5a50c640ff253d9ee0cdc7e44d10c2ca7b1158 (patch)
tree0526d0b41b3aa162a022c81911b1688f942151a7 /sys-apps
parentRemoved old ebuilds. (Manifest recommit) (diff)
downloadgentoo-2-8a5a50c640ff253d9ee0cdc7e44d10c2ca7b1158.tar.gz
gentoo-2-8a5a50c640ff253d9ee0cdc7e44d10c2ca7b1158.tar.bz2
gentoo-2-8a5a50c640ff253d9ee0cdc7e44d10c2ca7b1158.zip
removed erroneous RDEPEND on sed4
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/busybox/ChangeLog6
-rw-r--r--sys-apps/busybox/Manifest14
-rw-r--r--sys-apps/busybox/busybox-1.00.ebuild4
-rw-r--r--sys-apps/busybox/busybox-1.00_rc3.ebuild4
4 files changed, 11 insertions, 17 deletions
diff --git a/sys-apps/busybox/ChangeLog b/sys-apps/busybox/ChangeLog
index 4f9097eba104..cf091a8f5677 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.47 2004/10/13 19:50:34 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.48 2004/10/17 01:25:50 solar Exp $
+
+ 16 Oct 2004; <solar@gentoo.org> busybox-1.00.ebuild,
+ busybox-1.00_rc3.ebuild:
+ removed erroneous RDEPEND on sed4
13 Oct 2004; Sven Wegener <swegener@gentoo.org> :
Removed stray digest.
diff --git a/sys-apps/busybox/Manifest b/sys-apps/busybox/Manifest
index 75fb2d4ea7dd..1c67b4f664a2 100644
--- a/sys-apps/busybox/Manifest
+++ b/sys-apps/busybox/Manifest
@@ -1,10 +1,7 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 fa747ecef8eb57f7a134f269ed2d524a busybox-1.00.ebuild 6816
+MD5 3d74b30eb93c289d210a78bc33aa85f2 busybox-1.00.ebuild 6819
MD5 bb58878c35f17f5bad4aa060f1dcc25e busybox-0.60.3-r2.ebuild 1183
MD5 f98f75be102af5709caff4cf84eaeb90 busybox-0.60.3-r1.ebuild 1091
-MD5 f8da3423413ed2769f010629349cceb9 busybox-1.00_rc3.ebuild 6868
+MD5 b4dae0ae3a04e9491d74da57736fa4ae busybox-1.00_rc3.ebuild 6871
MD5 dd040b3cd6203231184ff55b2cb29690 ChangeLog 9453
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 d9841a0171170d16bb121c696591e7ef files/config-netboot 9853
@@ -22,10 +19,3 @@ MD5 61ecae720ff226b1e543f7c1d0900043 files/digest-busybox-0.60.3-r2 66
MD5 9af76647376bd7228609763aaad090e8 files/busybox-0.60.5-dietlibc.diff 13526
MD5 75d3d96c0d23ddd4ffae3daa59e0fb1e files/digest-busybox-1.00_rc3 70
MD5 3a4b93f7ec6f3aaade20029a81562b88 files/msh.diff 433
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.4 (GNU/Linux)
-
-iD8DBQFBbaDi94CCfB4KcwwRArfzAKCovrlMO2Xrhsxc7mkam7Ne/KBdqACgm9s5
-cil7uMl+z4Bq82FN7KeL+Y4=
-=qKSO
------END PGP SIGNATURE-----
diff --git a/sys-apps/busybox/busybox-1.00.ebuild b/sys-apps/busybox/busybox-1.00.ebuild
index 1a13d5e7756b..2517c3d2fa9a 100644
--- a/sys-apps/busybox/busybox-1.00.ebuild
+++ b/sys-apps/busybox/busybox-1.00.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.ebuild,v 1.1 2004/10/13 12:29:13 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00.ebuild,v 1.2 2004/10/17 01:25:50 solar Exp $
inherit eutils
@@ -29,7 +29,7 @@ S=${WORKDIR}/${MY_P}
DEPEND="virtual/libc
!amd64? ( uclibc? ( dev-libs/uclibc ) )
>=sys-apps/sed-4"
-RDEPEND="!static? ( ${DEPEND} )"
+RDEPEND="!static? ( virtual/libc )"
# <pebenito> then eventually turning on selinux would mean
# adding a dep: selinux? ( sys-libs/libselinux )
diff --git a/sys-apps/busybox/busybox-1.00_rc3.ebuild b/sys-apps/busybox/busybox-1.00_rc3.ebuild
index ae45087cd4b6..f3bb578c585a 100644
--- a/sys-apps/busybox/busybox-1.00_rc3.ebuild
+++ b/sys-apps/busybox/busybox-1.00_rc3.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_rc3.ebuild,v 1.10 2004/10/13 12:29:13 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00_rc3.ebuild,v 1.11 2004/10/17 01:25:50 solar Exp $
inherit eutils
@@ -29,7 +29,7 @@ S=${WORKDIR}/${MY_P}
DEPEND="virtual/libc
!amd64? ( uclibc? ( dev-libs/uclibc ) )
>=sys-apps/sed-4"
-RDEPEND="!static? ( ${DEPEND} )"
+RDEPEND="!static? ( virtual/libc )"
# <pebenito> then eventually turning on selinux would mean
# adding a dep: selinux? ( sys-libs/libselinux )