public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: coreutils-7.1.ebuild
@ 2009-03-13  5:20 Mike Frysinger (vapier)
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger (vapier) @ 2009-03-13  5:20 UTC (permalink / raw
  To: gentoo-commits

vapier      09/03/13 05:20:59

  Modified:             coreutils-7.1.ebuild
  Log:
  fixup more test failures #259876
  (Portage version: 2.2_rc25/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild?r1=1.4&r2=1.5

Index: coreutils-7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- coreutils-7.1.ebuild	12 Mar 2009 13:15:01 -0000	1.4
+++ coreutils-7.1.ebuild	13 Mar 2009 05:20:59 -0000	1.5
@@ -1,10 +1,10 @@
- # Copyright 1999-2009 Gentoo Foundation
+# 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.4 2009/03/12 13:15:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v 1.5 2009/03/13 05:20:59 vapier Exp $
 
 inherit eutils flag-o-matic toolchain-funcs
 
-PATCH_VER="2"
+PATCH_VER="3"
 DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)"
 HOMEPAGE="http://www.gnu.org/software/coreutils/"
 SRC_URI="ftp://alpha.gnu.org/gnu/coreutils/${P}.tar.gz
@@ -79,7 +79,7 @@
 	addwrite /dev/full
 	#export RUN_EXPENSIVE_TESTS="yes"
 	#export FETISH_GROUPS="portage wheel"
-	make -k check || die "make check failed"
+	emake -j1 -k check || die "make check failed"
 }
 
 src_install() {






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: coreutils-7.1.ebuild
@ 2009-03-15 23:17 Mike Frysinger (vapier)
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger (vapier) @ 2009-03-15 23:17 UTC (permalink / raw
  To: gentoo-commits

vapier      09/03/15 23:17:47

  Modified:             coreutils-7.1.ebuild
  Log:
  block older tct versions #259870
  (Portage version: 2.2_rc25/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild?r1=1.5&r2=1.6

Index: coreutils-7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- coreutils-7.1.ebuild	13 Mar 2009 05:20:59 -0000	1.5
+++ coreutils-7.1.ebuild	15 Mar 2009 23:17:47 -0000	1.6
@@ -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.5 2009/03/13 05:20:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v 1.6 2009/03/15 23:17:47 vapier Exp $
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -27,7 +27,7 @@
 	!sys-apps/stat
 	!net-mail/base64
 	!sys-apps/mktemp
-	!app-forensics/tct
+	!<app-forensics/tct-1.18-r1
 	!net-fs/netatalk
 	!sci-chemistry/ccp4
 	>=sys-libs/ncurses-5.3-r5"






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: coreutils-7.1.ebuild
@ 2009-03-15 23:43 Mike Frysinger (vapier)
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger (vapier) @ 2009-03-15 23:43 UTC (permalink / raw
  To: gentoo-commits

vapier      09/03/15 23:43:12

  Modified:             coreutils-7.1.ebuild
  Log:
  block older netatalk versions #259870
  (Portage version: 2.2_rc25/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild?r1=1.6&r2=1.7

Index: coreutils-7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- coreutils-7.1.ebuild	15 Mar 2009 23:17:47 -0000	1.6
+++ coreutils-7.1.ebuild	15 Mar 2009 23:43:11 -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.1.ebuild,v 1.6 2009/03/15 23:17:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v 1.7 2009/03/15 23:43:11 vapier Exp $
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -28,7 +28,7 @@
 	!net-mail/base64
 	!sys-apps/mktemp
 	!<app-forensics/tct-1.18-r1
-	!net-fs/netatalk
+	!<net-fs/netatalk-2.0.3-r4
 	!sci-chemistry/ccp4
 	>=sys-libs/ncurses-5.3-r5"
 DEPEND="${RDEPEND}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: coreutils-7.1.ebuild
@ 2009-03-31 20:15 Mike Frysinger (vapier)
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger (vapier) @ 2009-03-31 20:15 UTC (permalink / raw
  To: gentoo-commits

vapier      09/03/31 20:15:49

  Modified:             coreutils-7.1.ebuild
  Log:
  update ccp4 blocker #260533

Revision  Changes    Path
1.8                  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.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild?r1=1.7&r2=1.8

Index: coreutils-7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- coreutils-7.1.ebuild	15 Mar 2009 23:43:11 -0000	1.7
+++ coreutils-7.1.ebuild	31 Mar 2009 20:15:49 -0000	1.8
@@ -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.7 2009/03/15 23:43:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v 1.8 2009/03/31 20:15:49 vapier Exp $
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -29,7 +29,7 @@
 	!sys-apps/mktemp
 	!<app-forensics/tct-1.18-r1
 	!<net-fs/netatalk-2.0.3-r4
-	!sci-chemistry/ccp4
+	!<sci-chemistry/ccp4-6.1.1
 	>=sys-libs/ncurses-5.3-r5"
 DEPEND="${RDEPEND}
 	app-arch/lzma-utils"






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: coreutils-7.1.ebuild
@ 2009-04-20  5:01 Mike Frysinger (vapier)
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger (vapier) @ 2009-04-20  5:01 UTC (permalink / raw
  To: gentoo-commits

vapier      09/04/20 05:01:00

  Modified:             coreutils-7.1.ebuild
  Log:
  s390 stable
  (Portage version: 2.2_rc28/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 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.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild?r1=1.15&r2=1.16

Index: coreutils-7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- coreutils-7.1.ebuild	18 Apr 2009 17:18:00 -0000	1.15
+++ coreutils-7.1.ebuild	20 Apr 2009 05:01:00 -0000	1.16
@@ -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.15 2009/04/18 17:18:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v 1.16 2009/04/20 05:01:00 vapier Exp $
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
 IUSE="acl caps nls selinux static vanilla xattr"
 
 RDEPEND="caps? ( sys-libs/libcap )






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-04-20  5:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-20  5:01 [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: coreutils-7.1.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-31 20:15 Mike Frysinger (vapier)
2009-03-15 23:43 Mike Frysinger (vapier)
2009-03-15 23:17 Mike Frysinger (vapier)
2009-03-13  5:20 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