summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLina Pezzella <j4rg0n@gentoo.org>2005-06-26 03:44:59 +0000
committerLina Pezzella <j4rg0n@gentoo.org>2005-06-26 03:44:59 +0000
commitacb7a2bbaee905b01b62633c1ac7653720fbd642 (patch)
tree93a72685b7e2af8b2214d7b13d6ab13446652d32 /sys-apps
parentfixed SRC_URI (diff)
downloadgentoo-2-acb7a2bbaee905b01b62633c1ac7653720fbd642.tar.gz
gentoo-2-acb7a2bbaee905b01b62633c1ac7653720fbd642.tar.bz2
gentoo-2-acb7a2bbaee905b01b62633c1ac7653720fbd642.zip
Fix for Bug 95279
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/coreutils-darwin/ChangeLog7
-rw-r--r--sys-apps/coreutils-darwin/coreutils-darwin-5.3.0.ebuild8
2 files changed, 10 insertions, 5 deletions
diff --git a/sys-apps/coreutils-darwin/ChangeLog b/sys-apps/coreutils-darwin/ChangeLog
index bd960df63aec..ded038e65574 100644
--- a/sys-apps/coreutils-darwin/ChangeLog
+++ b/sys-apps/coreutils-darwin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/coreutils-darwin
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils-darwin/ChangeLog,v 1.7 2005/05/28 21:31:21 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils-darwin/ChangeLog,v 1.8 2005/06/26 03:44:59 j4rg0n Exp $
+
+ 26 Jun 2005; Lina Pezzella <j4rg0n@gentoo.org>
+ coreutils-darwin-5.3.0.ebuild:
+ Moved groups and uptime to EXISTINGUSR. This is the setup on both my Panther
+ and Tiger installs. See bug #95279 for details
28 May 2005; Joseph Jezak <josejx@gentoo.org>
-coreutils-darwin-5.0.ebuild, coreutils-darwin-5.3.0.ebuild:
diff --git a/sys-apps/coreutils-darwin/coreutils-darwin-5.3.0.ebuild b/sys-apps/coreutils-darwin/coreutils-darwin-5.3.0.ebuild
index 7a140f88d488..863cd6802de1 100644
--- a/sys-apps/coreutils-darwin/coreutils-darwin-5.3.0.ebuild
+++ b/sys-apps/coreutils-darwin/coreutils-darwin-5.3.0.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/coreutils-darwin/coreutils-darwin-5.3.0.ebuild,v 1.6 2005/05/28 21:31:21 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils-darwin/coreutils-darwin-5.3.0.ebuild,v 1.7 2005/06/26 03:44:59 j4rg0n Exp $
inherit eutils
@@ -26,13 +26,13 @@ S=${WORKDIR}/coreutils-${PV}
# Existing utils
EXISTINGUSR="basename chgrp cksum comm cut dirname \
- du env expand false fmt fold head install id join \
+ du env expand false fmt fold groups head install id join \
logname mkfifo nice nohup od paste pr printenv \
printf sort split stat su sum tail tee touch tr true \
- tsort tty uname unexpand uniq users wc who whoami yes"
+ tsort tty uname unexpand uniq uptime users wc who whoami yes"
EXISTINGBIN="cat chmod cp date dd df echo expr ln ls mkdir \
mv pwd rm rmdir sleep stty sync test"
-EXISTINGUSBIN="chown chroot groups uptime"
+EXISTINGUSBIN="chown chroot"
EXISTINGSBIN="mknod"
DONTLINK="[ kill hostname"
TENFOURBIN="link unlink csplit nl"