public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: ChangeLog coreutils-7.1.ebuild coreutils-7.4.ebuild coreutils-7.2.ebuild coreutils-7.5.ebuild
@ 2009-09-03 19:53 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2009-09-03 19:53 UTC (permalink / raw
  To: gentoo-commits

vapier      09/09/03 19:53:43

  Modified:             ChangeLog coreutils-7.1.ebuild coreutils-7.4.ebuild
                        coreutils-7.2.ebuild coreutils-7.5.ebuild
  Log:
  Workaround broken --enable-libcap handling #283589 by Alberto.
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.265                sys-apps/coreutils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.265&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.265&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.264&r2=1.265

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- ChangeLog	31 Aug 2009 00:31:05 -0000	1.264
+++ ChangeLog	3 Sep 2009 19:53:42 -0000	1.265
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/coreutils
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.264 2009/08/31 00:31:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.265 2009/09/03 19:53:42 vapier Exp $
+
+  03 Sep 2009; Mike Frysinger <vapier@gentoo.org> coreutils-7.1.ebuild,
+  coreutils-7.2.ebuild, coreutils-7.4.ebuild, coreutils-7.5.ebuild:
+  Workaround broken --enable-libcap handling #283589 by Alberto.
 
   31 Aug 2009; Brent Baude <ranger@gentoo.org> coreutils-7.4.ebuild:
   stable ppc64, bug 281699



1.20                 sys-apps/coreutils/coreutils-7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild?r1=1.19&r2=1.20

Index: coreutils-7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- coreutils-7.1.ebuild	16 Aug 2009 18:37:57 -0000	1.19
+++ coreutils-7.1.ebuild	3 Sep 2009 19:53:42 -0000	1.20
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v 1.19 2009/08/16 18:37:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v 1.20 2009/09/03 19:53:42 vapier Exp $
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -64,7 +64,7 @@
 		--enable-install-program="arch" \
 		--enable-no-install-program="groups,hostname,kill,su,uptime" \
 		--enable-largefile \
-		$(use_enable caps libcap) \
+		$(use caps || echo --disable-libcap) \
 		$(use_enable nls) \
 		$(use_enable acl) \
 		$(use_enable xattr) \



1.11                 sys-apps/coreutils/coreutils-7.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild?r1=1.10&r2=1.11

Index: coreutils-7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- coreutils-7.4.ebuild	31 Aug 2009 00:31:05 -0000	1.10
+++ coreutils-7.4.ebuild	3 Sep 2009 19:53:42 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild,v 1.10 2009/08/31 00:31:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild,v 1.11 2009/09/03 19:53:42 vapier Exp $
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -64,7 +64,7 @@
 		--enable-install-program="arch" \
 		--enable-no-install-program="groups,hostname,kill,su,uptime" \
 		--enable-largefile \
-		$(use_enable caps libcap) \
+		$(use caps || echo --disable-libcap) \
 		$(use_enable nls) \
 		$(use_enable acl) \
 		$(use_enable xattr) \



1.7                  sys-apps/coreutils/coreutils-7.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild?r1=1.6&r2=1.7

Index: coreutils-7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- coreutils-7.2.ebuild	16 Aug 2009 18:37:57 -0000	1.6
+++ coreutils-7.2.ebuild	3 Sep 2009 19:53:42 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild,v 1.6 2009/08/16 18:37:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild,v 1.7 2009/09/03 19:53:42 vapier Exp $
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -64,7 +64,7 @@
 		--enable-install-program="arch" \
 		--enable-no-install-program="groups,hostname,kill,su,uptime" \
 		--enable-largefile \
-		$(use_enable caps libcap) \
+		$(use caps || echo --disable-libcap) \
 		$(use_enable nls) \
 		$(use_enable acl) \
 		$(use_enable xattr) \



1.2                  sys-apps/coreutils/coreutils-7.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild?r1=1.1&r2=1.2

Index: coreutils-7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- coreutils-7.5.ebuild	20 Aug 2009 21:57:00 -0000	1.1
+++ coreutils-7.5.ebuild	3 Sep 2009 19:53:42 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild,v 1.1 2009/08/20 21:57:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild,v 1.2 2009/09/03 19:53:42 vapier Exp $
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -64,7 +64,7 @@
 		--enable-install-program="arch" \
 		--enable-no-install-program="groups,hostname,kill,su,uptime" \
 		--enable-largefile \
-		$(use_enable caps libcap) \
+		$(use caps || echo --disable-libcap) \
 		$(use_enable nls) \
 		$(use_enable acl) \
 		$(use_enable xattr) \






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

only message in thread, other threads:[~2009-09-03 14:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-03 19:53 [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: ChangeLog coreutils-7.1.ebuild coreutils-7.4.ebuild coreutils-7.2.ebuild coreutils-7.5.ebuild 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