summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-19 21:57:54 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-19 21:57:54 +0000
commit39cd57cd64be2e90b0d15a234c8b548b8b4abad7 (patch)
treeda969295ee9748cf632b25638bc6cdad5c966a7b /sys-apps/sed
parentStable on sparc (diff)
downloadhistorical-39cd57cd64be2e90b0d15a234c8b548b8b4abad7.tar.gz
historical-39cd57cd64be2e90b0d15a234c8b548b8b4abad7.tar.bz2
historical-39cd57cd64be2e90b0d15a234c8b548b8b4abad7.zip
fix DEPEND #60942
Diffstat (limited to 'sys-apps/sed')
-rw-r--r--sys-apps/sed/Manifest20
-rw-r--r--sys-apps/sed/sed-4.0.5.ebuild12
-rw-r--r--sys-apps/sed/sed-4.0.7.ebuild11
-rw-r--r--sys-apps/sed/sed-4.0.8.ebuild11
-rw-r--r--sys-apps/sed/sed-4.0.9.ebuild5
5 files changed, 36 insertions, 23 deletions
diff --git a/sys-apps/sed/Manifest b/sys-apps/sed/Manifest
index 4adacb0f04d7..217f1c34a6fb 100644
--- a/sys-apps/sed/Manifest
+++ b/sys-apps/sed/Manifest
@@ -1,12 +1,22 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 497a851be569294dd82e5343825c486e ChangeLog 7312
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 5269aca1531913c8dd8464951b257006 sed-4.0.5.ebuild 922
-MD5 e3285546ed4e9fadc770c41c59b34104 sed-4.0.7.ebuild 1197
-MD5 6d58fb276c5fafe1da934ebbaa12e7e8 sed-4.0.8.ebuild 1210
-MD5 01e64fd626be7a8eb9b527701f30e6be sed-4.0.9.ebuild 1320
+MD5 6a956e3342c5e63efa3521477bc3fee1 sed-4.0.5.ebuild 916
+MD5 7c32f7da2670bc5c309a958dd45788d4 sed-4.0.7.ebuild 1214
+MD5 afb1a8dd5affb761e104894dc96282cf sed-4.0.8.ebuild 1227
+MD5 dbc3578f84cc95505f66da1d9b79cc48 sed-4.0.9.ebuild 1341
MD5 9b3e86e395686a7671a545d114aa2dd2 files/digest-sed-4.0.5 61
MD5 907f3c9e854e4367dffb4b9074c08056 files/digest-sed-4.0.7 61
MD5 123861b697ac9119b4d3887608fa0fa1 files/digest-sed-4.0.8 61
-MD5 a244109e1adcbd40a02446fb23df33c1 files/digest-sed-4.0.9 61
MD5 1f789b81b2d7992345e1490c68ad5477 files/dos2unix 59
MD5 2502535e2cc93fa49d1c2fdc31eff1b2 files/unix2dos 56
+MD5 a244109e1adcbd40a02446fb23df33c1 files/digest-sed-4.0.9 61
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.10 (GNU/Linux)
+
+iD8DBQFBJSJ3HTu7gpaalycRAr/sAJ9amjnSe9wHcWqpn31csfvAe3Gy8ACguP72
++TVf0ZTIn69tCl/J+DpC1Fo=
+=Khfi
+-----END PGP SIGNATURE-----
diff --git a/sys-apps/sed/sed-4.0.5.ebuild b/sys-apps/sed/sed-4.0.5.ebuild
index 10e8ca0bce37..3ed4bf11f33d 100644
--- a/sys-apps/sed/sed-4.0.5.ebuild
+++ b/sys-apps/sed/sed-4.0.5.ebuild
@@ -1,19 +1,19 @@
# 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.16 2004/07/01 21:38:52 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.5.ebuild,v 1.17 2004/08/19 21:57:54 vapier Exp $
DESCRIPTION="Super-useful stream editor"
-SRC_URI="mirror://gnu/sed/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/sed/sed.html"
+SRC_URI="mirror://gnu/sed/${P}.tar.gz"
-KEYWORDS="x86 amd64 ppc sparc alpha hppa mips"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 amd64 ppc sparc alpha hppa mips"
IUSE="nls static build"
-DEPEND="virtual/libc
- nls? ( sys-devel/gettext )"
RDEPEND="virtual/libc"
+DEPEND="${RDEPEND}
+ nls? ( sys-devel/gettext )"
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 b5896e76f9f1..e846e013edd9 100644
--- a/sys-apps/sed/sed-4.0.7.ebuild
+++ b/sys-apps/sed/sed-4.0.7.ebuild
@@ -1,19 +1,20 @@
# 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.17 2004/07/01 21:38:52 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.7.ebuild,v 1.18 2004/08/19 21:57:54 vapier Exp $
inherit gnuconfig
DESCRIPTION="Super-useful stream editor"
-SRC_URI="mirror://gnu/sed/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/sed/sed.html"
+SRC_URI="mirror://gnu/sed/${P}.tar.gz"
-KEYWORDS="x86 amd64 ppc sparc alpha hppa mips ia64"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 amd64 ppc sparc alpha hppa mips ia64"
IUSE="nls static build"
-DEPEND="virtual/libc
+RDEPEND="virtual/libc"
+DEPEND="${RDEPEND}
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 492ea3a90564..38227cceaad3 100644
--- a/sys-apps/sed/sed-4.0.8.ebuild
+++ b/sys-apps/sed/sed-4.0.8.ebuild
@@ -1,19 +1,20 @@
# 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.11 2004/07/01 21:38:52 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.8.ebuild,v 1.12 2004/08/19 21:57:54 vapier Exp $
inherit gnuconfig
DESCRIPTION="Super-useful stream editor"
-SRC_URI="mirror://gnu/sed/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/sed/sed.html"
+SRC_URI="mirror://gnu/sed/${P}.tar.gz"
-KEYWORDS="~x86 amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64 ppc64"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64 ppc64"
IUSE="nls static build"
-DEPEND="virtual/libc
+RDEPEND="virtual/libc"
+DEPEND="${RDEPEND}
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 064b5b4c17d6..dad8dddb3433 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.15 2004/08/05 18:40:55 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.9.ebuild,v 1.16 2004/08/19 21:57:54 vapier Exp $
inherit gnuconfig
@@ -13,7 +13,8 @@ SLOT="0"
KEYWORDS="x86 ~ppc ~ppc64 sparc mips alpha arm hppa amd64 ia64 s390 macos"
IUSE="nls static build"
-DEPEND="virtual/libc
+RDEPEND="virtual/libc"
+DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
src_compile() {