summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-07-01 21:41:51 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-07-01 21:41:51 +0000
commit05f0b0317b051a2308448814f6e2ab5e345bb518 (patch)
tree8ac31ff3e91d2beb1172a299b9845c462be3037e /sys-apps/sed
parentvirtual/glibc -> virtual/libc, add IUSE (Manifest recommit) (diff)
downloadgentoo-2-05f0b0317b051a2308448814f6e2ab5e345bb518.tar.gz
gentoo-2-05f0b0317b051a2308448814f6e2ab5e345bb518.tar.bz2
gentoo-2-05f0b0317b051a2308448814f6e2ab5e345bb518.zip
virtual/glibc -> virtual/libc
Diffstat (limited to 'sys-apps/sed')
-rw-r--r--sys-apps/sed/ChangeLog6
-rw-r--r--sys-apps/sed/sed-4.0.5.ebuild6
-rw-r--r--sys-apps/sed/sed-4.0.7.ebuild4
-rw-r--r--sys-apps/sed/sed-4.0.8.ebuild4
-rw-r--r--sys-apps/sed/sed-4.0.9.ebuild4
5 files changed, 14 insertions, 10 deletions
diff --git a/sys-apps/sed/ChangeLog b/sys-apps/sed/ChangeLog
index 69ec0596fcca..57dc3abca226 100644
--- a/sys-apps/sed/ChangeLog
+++ b/sys-apps/sed/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/sed
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v 1.51 2004/06/29 09:45:07 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v 1.52 2004/07/01 21:38:52 eradicator Exp $
+
+ 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> sed-4.0.5.ebuild,
+ sed-4.0.7.ebuild, sed-4.0.8.ebuild, sed-4.0.9.ebuild:
+ virtual/glibc -> virtual/libc
29 Jun 2004; Joshua Kinard <kumba@gentoo.org> sed-4.0.9.ebuild:
Marked stable on sparc.
diff --git a/sys-apps/sed/sed-4.0.5.ebuild b/sys-apps/sed/sed-4.0.5.ebuild
index bcabd59f5e0b..10e8ca0bce37 100644
--- a/sys-apps/sed/sed-4.0.5.ebuild
+++ b/sys-apps/sed/sed-4.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.5.ebuild,v 1.15 2004/06/27 19:32:37 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.5.ebuild,v 1.16 2004/07/01 21:38:52 eradicator Exp $
DESCRIPTION="Super-useful stream editor"
SRC_URI="mirror://gnu/sed/${P}.tar.gz"
@@ -11,9 +11,9 @@ SLOT="0"
LICENSE="GPL-2"
IUSE="nls static build"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
nls? ( sys-devel/gettext )"
-RDEPEND="virtual/glibc"
+RDEPEND="virtual/libc"
src_compile() {
econf `use_enable nls` || die
diff --git a/sys-apps/sed/sed-4.0.7.ebuild b/sys-apps/sed/sed-4.0.7.ebuild
index 21b8e7a9e366..b5896e76f9f1 100644
--- a/sys-apps/sed/sed-4.0.7.ebuild
+++ b/sys-apps/sed/sed-4.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.7.ebuild,v 1.16 2004/06/27 19:32:37 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.7.ebuild,v 1.17 2004/07/01 21:38:52 eradicator Exp $
inherit gnuconfig
@@ -13,7 +13,7 @@ SLOT="0"
LICENSE="GPL-2"
IUSE="nls static build"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
nls? ( sys-devel/gettext )"
src_compile() {
diff --git a/sys-apps/sed/sed-4.0.8.ebuild b/sys-apps/sed/sed-4.0.8.ebuild
index 2062668cf903..492ea3a90564 100644
--- a/sys-apps/sed/sed-4.0.8.ebuild
+++ b/sys-apps/sed/sed-4.0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.8.ebuild,v 1.10 2004/06/27 19:32:37 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.8.ebuild,v 1.11 2004/07/01 21:38:52 eradicator Exp $
inherit gnuconfig
@@ -13,7 +13,7 @@ SLOT="0"
LICENSE="GPL-2"
IUSE="nls static build"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
nls? ( sys-devel/gettext )"
src_compile() {
diff --git a/sys-apps/sed/sed-4.0.9.ebuild b/sys-apps/sed/sed-4.0.9.ebuild
index 1dffb5030752..9a7cc1631c2a 100644
--- a/sys-apps/sed/sed-4.0.9.ebuild
+++ b/sys-apps/sed/sed-4.0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.9.ebuild,v 1.12 2004/06/29 09:45:07 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.9.ebuild,v 1.13 2004/07/01 21:38:52 eradicator Exp $
inherit gnuconfig
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="x86 ~ppc ~ppc64 sparc mips alpha arm ~hppa amd64 ia64 s390"
IUSE="nls static build"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
nls? ( sys-devel/gettext )"
src_compile() {