public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/busybox: busybox-1.20.0.ebuild busybox-1.19.3-r1.ebuild busybox-9999.ebuild ChangeLog
@ 2012-05-26  0:07 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2012-05-26  0:07 UTC (permalink / raw
  To: gentoo-commits

vapier      12/05/26 00:07:12

  Modified:             busybox-1.20.0.ebuild busybox-1.19.3-r1.ebuild
                        busybox-9999.ebuild ChangeLog
  Log:
  Install /bin/vi -> busybox symlink when USE=livecd #319917 by Antoni Sawicki.
  
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sys-apps/busybox/busybox-1.20.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.20.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.20.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.20.0.ebuild?r1=1.4&r2=1.5

Index: busybox-1.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.20.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- busybox-1.20.0.ebuild	26 May 2012 00:03:28 -0000	1.4
+++ busybox-1.20.0.ebuild	26 May 2012 00:07:11 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.20.0.ebuild,v 1.4 2012/05/26 00:03:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.20.0.ebuild,v 1.5 2012/05/26 00:07:11 vapier Exp $
 
 EAPI="4"
 inherit eutils flag-o-matic savedconfig toolchain-funcs multilib
@@ -57,7 +57,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="ipv6 make-symlinks math mdev -pam selinux sep-usr static"
+IUSE="ipv6 livecd make-symlinks math mdev -pam selinux sep-usr static"
 RESTRICT="test"
 
 RDEPEND="selinux? ( sys-libs/libselinux )
@@ -246,6 +246,9 @@
 
 		newinitd "${FILESDIR}"/mdev.rc.1 mdev
 	fi
+	if use livecd ; then
+		dosym busybox /bin/vi
+	fi
 
 	# bundle up the symlink files for use later
 	emake DESTDIR="${ED}" install



1.14                 sys-apps/busybox/busybox-1.19.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.19.3-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.19.3-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.19.3-r1.ebuild?r1=1.13&r2=1.14

Index: busybox-1.19.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.19.3-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- busybox-1.19.3-r1.ebuild	26 May 2012 00:03:28 -0000	1.13
+++ busybox-1.19.3-r1.ebuild	26 May 2012 00:07:11 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.19.3-r1.ebuild,v 1.13 2012/05/26 00:03:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.19.3-r1.ebuild,v 1.14 2012/05/26 00:07:11 vapier Exp $
 
 EAPI="3"
 inherit eutils flag-o-matic savedconfig toolchain-funcs multilib
@@ -59,7 +59,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
-IUSE="ipv6 make-symlinks mdev -pam selinux static elibc_glibc"
+IUSE="ipv6 livecd make-symlinks mdev -pam selinux static elibc_glibc"
 RESTRICT="test"
 
 RDEPEND="selinux? ( sys-libs/libselinux )
@@ -230,6 +230,9 @@
 
 		newinitd "${FILESDIR}"/mdev.rc.1 mdev || die
 	fi
+	if use livecd ; then
+		dosym busybox /bin/vi
+	fi
 
 	# bundle up the symlink files for use later
 	emake DESTDIR="${ED}" install || die



1.4                  sys-apps/busybox/busybox-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild?r1=1.3&r2=1.4

Index: busybox-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- busybox-9999.ebuild	26 May 2012 00:03:28 -0000	1.3
+++ busybox-9999.ebuild	26 May 2012 00:07:11 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild,v 1.3 2012/05/26 00:03:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild,v 1.4 2012/05/26 00:07:11 vapier Exp $
 
 EAPI="4"
 inherit eutils flag-o-matic savedconfig toolchain-funcs multilib
@@ -57,7 +57,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="ipv6 make-symlinks math mdev -pam selinux sep-usr static"
+IUSE="ipv6 livecd make-symlinks math mdev -pam selinux sep-usr static"
 RESTRICT="test"
 
 RDEPEND="selinux? ( sys-libs/libselinux )
@@ -246,6 +246,9 @@
 
 		newinitd "${FILESDIR}"/mdev.rc.1 mdev
 	fi
+	if use livecd ; then
+		dosym busybox /bin/vi
+	fi
 
 	# bundle up the symlink files for use later
 	emake DESTDIR="${ED}" install



1.309                sys-apps/busybox/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.309&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.309&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?r1=1.308&r2=1.309

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -r1.308 -r1.309
--- ChangeLog	26 May 2012 00:03:28 -0000	1.308
+++ ChangeLog	26 May 2012 00:07:11 -0000	1.309
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/busybox
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.308 2012/05/26 00:03:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.309 2012/05/26 00:07:11 vapier Exp $
+
+  26 May 2012; Mike Frysinger <vapier@gentoo.org> busybox-1.19.3-r1.ebuild,
+  busybox-1.20.0.ebuild, busybox-9999.ebuild:
+  Install /bin/vi -> busybox symlink when USE=livecd #319917 by Antoni Sawicki.
 
   26 May 2012; Mike Frysinger <vapier@gentoo.org> busybox-1.19.3-r1.ebuild,
   busybox-1.20.0.ebuild, busybox-9999.ebuild:






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-26  0:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-26  0:07 [gentoo-commits] gentoo-x86 commit in sys-apps/busybox: busybox-1.20.0.ebuild busybox-1.19.3-r1.ebuild busybox-9999.ebuild ChangeLog Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox