summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-02-23 03:27:03 +0000
committerMike Frysinger <vapier@gentoo.org>2005-02-23 03:27:03 +0000
commitfe0e52d1a25e90c3096bd0530f73cec670c50d48 (patch)
treebfc4d5f6916bc9f648991457c296f94ed800a825 /sys-apps/busybox
parentmake-symlinks for busybox/tinylogin (diff)
downloadhistorical-fe0e52d1a25e90c3096bd0530f73cec670c50d48.tar.gz
historical-fe0e52d1a25e90c3096bd0530f73cec670c50d48.tar.bz2
historical-fe0e52d1a25e90c3096bd0530f73cec670c50d48.zip
make-busybox-symlinks -> make-symlinks
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r--sys-apps/busybox/Manifest22
-rw-r--r--sys-apps/busybox/busybox-1.00-r1.ebuild10
-rw-r--r--sys-apps/busybox/busybox-1.00.ebuild10
3 files changed, 16 insertions, 26 deletions
diff --git a/sys-apps/busybox/Manifest b/sys-apps/busybox/Manifest
index 5da6f39db648..98cb80da8bdb 100644
--- a/sys-apps/busybox/Manifest
+++ b/sys-apps/busybox/Manifest
@@ -1,24 +1,14 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 8630626492247724b3aafa2df75de47f ChangeLog 11346
-MD5 b5ff10ecbdf3be737dd9a07eb688f70a busybox-1.00.ebuild 6429
+MD5 39a594d1a3d1d4860da2be9503b78ba2 busybox-1.00.ebuild 6399
MD5 8ef75eba39772bdd1a8facc7815dbebb metadata.xml 161
-MD5 ec530118cf72905bc457de54aac5000c busybox-1.00-r1.ebuild 6055
+MD5 11af4a8e33da8e86e58231441ae9b7ef busybox-1.00-r1.ebuild 6021
MD5 9167897ed0b558e714a92f7e2d2fe534 files/busybox-1.00-pre3.config 8804
-MD5 8eae5b311553ee77cda4524ab892468c files/busybox-1.00_rc3-amd64.patch 658
-MD5 4e80b04a6c57cb7341be774b55b7229c files/busybox-cmdedit-sparc.diff 568
-MD5 d9841a0171170d16bb121c696591e7ef files/config-netboot 9853
MD5 335f1c2b99e52e880f3a490df9be39da files/digest-busybox-1.00 66
-MD5 9750d4004e6507d35f9aa67d2785fdd3 files/dodeps 2015
MD5 335f1c2b99e52e880f3a490df9be39da files/digest-busybox-1.00-r1 66
+MD5 9750d4004e6507d35f9aa67d2785fdd3 files/dodeps 2015
+MD5 4e80b04a6c57cb7341be774b55b7229c files/busybox-cmdedit-sparc.diff 568
+MD5 d9841a0171170d16bb121c696591e7ef files/config-netboot 9853
+MD5 8eae5b311553ee77cda4524ab892468c files/busybox-1.00_rc3-amd64.patch 658
MD5 1587853e73bcbda7157048299fc659fe files/1.00/busybox-read-timeout.patch 1964
MD5 f16657b6a3bf9602a65dbb5f431afbda files/1.00/readlink-follow.patch 2795
MD5 0935d76af47dda2deda0364f8c9018e3 files/1.00/more-insmod-arches.patch 1095
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFCEfXWKRy60XGEcJIRArHDAJ9NR/JAccAhU/2aHva3tcJxSF5YLACgp3lQ
-dIk1oDFmCbWNO5CLuzoZxyQ=
-=fdrQ
------END PGP SIGNATURE-----
diff --git a/sys-apps/busybox/busybox-1.00-r1.ebuild b/sys-apps/busybox/busybox-1.00-r1.ebuild
index 387ae9d86027..51f7293326ee 100644
--- a/sys-apps/busybox/busybox-1.00-r1.ebuild
+++ b/sys-apps/busybox/busybox-1.00-r1.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/sys-apps/busybox/busybox-1.00-r1.ebuild,v 1.10 2005/02/15 13:14:59 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00-r1.ebuild,v 1.11 2005/02/23 03:27:03 vapier Exp $
inherit eutils
@@ -19,7 +19,7 @@ fi
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc sparc x86"
-IUSE="debug uclibc static savedconfig netboot floppyboot make-busybox-symlinks"
+IUSE="debug uclibc static savedconfig netboot floppyboot make-symlinks"
DEPEND="virtual/libc
>=sys-apps/sed-4"
@@ -136,10 +136,10 @@ src_install() {
into /
dobin busybox
- if use make-busybox-symlinks ; then
+ if use make-symlinks ; then
if [ ! "${VERY_BRAVE_OR_VERY_DUMB}" = "yes" ] && [ "${ROOT}" = "/" ];
then
- ewarn "setting USE=make-busybox-symlinks and emerging to / is very dangerous."
+ ewarn "setting USE=make-symlinks and emerging to / is very dangerous."
ewarn "it WILL overwrite lots of system programs like: ls bash awk grep (bug 60805 for full list)."
ewarn "If you are creating a binary only and not merging this is probably ok."
ewarn "set env VERY_BRAVE_OR_VERY_DUMB=yes if this is realy what you want."
@@ -187,7 +187,7 @@ src_install() {
# this should install to the ./_install/ dir by default.
# we make a micro pkg of busybox that can be used for
# embedded systems -solar
- if ! use make-busybox-symlinks ; then
+ if ! use make-symlinks ; then
make CROSS="${CROSS}" install || die
fi
cd ./_install/ \
diff --git a/sys-apps/busybox/busybox-1.00.ebuild b/sys-apps/busybox/busybox-1.00.ebuild
index 9991188a1434..7d44f112a0bc 100644
--- a/sys-apps/busybox/busybox-1.00.ebuild
+++ b/sys-apps/busybox/busybox-1.00.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/sys-apps/busybox/busybox-1.00.ebuild,v 1.10 2005/01/25 05:10:49 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00.ebuild,v 1.11 2005/02/23 03:27:03 vapier Exp $
inherit eutils
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.busybox.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc ~mips arm ~amd64 sparc hppa"
-IUSE="debug uclibc static savedconfig netboot make-busybox-symlinks"
+IUSE="debug uclibc static savedconfig netboot make-symlinks"
MY_PV=${PV/_/-}
@@ -151,10 +151,10 @@ src_install() {
dosym busybox /bin/sh
return 0
fi
- if use make-busybox-symlinks ; then
+ if use make-symlinks ; then
if [ ! "${VERY_BRAVE_OR_VERY_DUMB}" = "yes" ] && [ "${ROOT}" = "/" ];
then
- ewarn "setting USE=make-busybox-symlinks and emerging to / is very dangerous."
+ ewarn "setting USE=make-symlinks and emerging to / is very dangerous."
ewarn "it WILL overwrite lots of system programs like: ls bash awk grep (bug 60805 for full list)."
ewarn "If you are creating a binary only and not merging this is probably ok."
ewarn "set env VERY_BRAVE_OR_VERY_DUMB=yes if this is realy what you want."
@@ -202,7 +202,7 @@ src_install() {
# this should install to the ./_install/ dir by default.
# we make a micro pkg of busybox that can be used for
# embedded systems -solar
- if ! use make-busybox-symlinks ; then
+ if ! use make-symlinks ; then
make CROSS="${CROSS}" install || die
fi
cd ./_install/ \