summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-01-25 09:37:23 +0000
committerMike Frysinger <vapier@gentoo.org>2004-01-25 09:37:23 +0000
commit2797e947b0b1d132a85ef83c1ce270332bdeb00a (patch)
tree6d567ab0c39c2cb2e7b72646d095a33b57b2cdb7 /sys-devel/autoconf
parentxmms-kde is a kde panel applet which allows you to control xmms or noatun. T... (diff)
downloadgentoo-2-2797e947b0b1d132a85ef83c1ce270332bdeb00a.tar.gz
gentoo-2-2797e947b0b1d132a85ef83c1ce270332bdeb00a.tar.bz2
gentoo-2-2797e947b0b1d132a85ef83c1ce270332bdeb00a.zip
remove DEPEND on perl #39319
Diffstat (limited to 'sys-devel/autoconf')
-rw-r--r--sys-devel/autoconf/ChangeLog5
-rw-r--r--sys-devel/autoconf/autoconf-2.57-r1.ebuild8
-rw-r--r--sys-devel/autoconf/autoconf-2.57a-r1.ebuild8
-rw-r--r--sys-devel/autoconf/autoconf-2.58.ebuild8
-rw-r--r--sys-devel/autoconf/autoconf-2.59.ebuild8
5 files changed, 16 insertions, 21 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog
index 9125084af0ac..a31fe3f7a1c0 100644
--- a/sys-devel/autoconf/ChangeLog
+++ b/sys-devel/autoconf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/autoconf
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.35 2004/01/12 18:30:19 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.36 2004/01/25 09:37:23 vapier Exp $
+
+ 25 Jan 2004; Mike Frysinger <vapier@gentoo.org> :
+ Replace perl replacements with sed ones #39319.
12 Jan 2004; <gustavoz@gentoo.org> autoconf-2.58.ebuild:
stable on hppa, unbreaks kde
diff --git a/sys-devel/autoconf/autoconf-2.57-r1.ebuild b/sys-devel/autoconf/autoconf-2.57-r1.ebuild
index 1fc7425e08bc..a151725f59d7 100644
--- a/sys-devel/autoconf/autoconf-2.57-r1.ebuild
+++ b/sys-devel/autoconf/autoconf-2.57-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.57-r1.ebuild,v 1.8 2003/12/09 05:04:19 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.57-r1.ebuild,v 1.9 2004/01/25 09:37:23 vapier Exp $
IUSE=""
@@ -20,9 +20,7 @@ SLOT="2.5"
KEYWORDS="amd64 x86 ppc sparc alpha hppa mips arm ia64"
DEPEND=">=sys-apps/texinfo-4.3
- =sys-devel/m4-1.4*
- dev-lang/perl"
-
+ =sys-devel/m4-1.4*"
src_unpack() {
@@ -56,7 +54,7 @@ src_compile() {
#
cd ${OLD_S}
- perl -pi -e 's|\* Autoconf:|\* Autoconf v2.1:|' autoconf.texi
+ sed -i 's|\* Autoconf:|\* Autoconf v2.1:|' autoconf.texi
cp autoconf.texi autoconf.texi.orig
sed -e '/START-INFO-DIR-ENTRY/ i INFO-DIR-SECTION GNU programming tools' \
autoconf.texi.orig > autoconf.texi
diff --git a/sys-devel/autoconf/autoconf-2.57a-r1.ebuild b/sys-devel/autoconf/autoconf-2.57a-r1.ebuild
index 8c3648e5c7b8..b380412677a8 100644
--- a/sys-devel/autoconf/autoconf-2.57a-r1.ebuild
+++ b/sys-devel/autoconf/autoconf-2.57a-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.57a-r1.ebuild,v 1.3 2003/12/09 05:04:19 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.57a-r1.ebuild,v 1.4 2004/01/25 09:37:23 vapier Exp $
IUSE=""
@@ -21,9 +21,7 @@ SLOT="2.5"
KEYWORDS="~amd64 ~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm ~ia64"
DEPEND=">=sys-apps/texinfo-4.3
- =sys-devel/m4-1.4*
- dev-lang/perl"
-
+ =sys-devel/m4-1.4*"
src_unpack() {
@@ -60,7 +58,7 @@ src_compile() {
#
cd ${OLD_S}
- perl -pi -e 's|\* Autoconf:|\* Autoconf v2.1:|' autoconf.texi
+ sed -i 's|\* Autoconf:|\* Autoconf v2.1:|' autoconf.texi
cp autoconf.texi autoconf.texi.orig
sed -e '/START-INFO-DIR-ENTRY/ i INFO-DIR-SECTION GNU programming tools' \
autoconf.texi.orig > autoconf.texi
diff --git a/sys-devel/autoconf/autoconf-2.58.ebuild b/sys-devel/autoconf/autoconf-2.58.ebuild
index 95b04634889e..4c5a22abff58 100644
--- a/sys-devel/autoconf/autoconf-2.58.ebuild
+++ b/sys-devel/autoconf/autoconf-2.58.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.58.ebuild,v 1.7 2004/01/12 18:30:19 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.58.ebuild,v 1.8 2004/01/25 09:37:23 vapier Exp $
IUSE=""
@@ -21,9 +21,7 @@ SLOT="2.5"
KEYWORDS="amd64 x86 ppc sparc alpha hppa ~mips ~arm ia64 ppc64"
DEPEND=">=sys-apps/texinfo-4.3
- =sys-devel/m4-1.4*
- dev-lang/perl"
-
+ =sys-devel/m4-1.4*"
src_unpack() {
@@ -57,7 +55,7 @@ src_compile() {
#
cd ${OLD_S}
- perl -pi -e 's|\* Autoconf:|\* Autoconf v2.1:|' autoconf.texi
+ sed -i 's|\* Autoconf:|\* Autoconf v2.1:|' autoconf.texi
cp autoconf.texi autoconf.texi.orig
sed -e '/START-INFO-DIR-ENTRY/ i INFO-DIR-SECTION GNU programming tools' \
autoconf.texi.orig > autoconf.texi
diff --git a/sys-devel/autoconf/autoconf-2.59.ebuild b/sys-devel/autoconf/autoconf-2.59.ebuild
index 48d3cd676f92..e5b3ea130a64 100644
--- a/sys-devel/autoconf/autoconf-2.59.ebuild
+++ b/sys-devel/autoconf/autoconf-2.59.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.59.ebuild,v 1.1 2004/01/11 04:26:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.59.ebuild,v 1.2 2004/01/25 09:37:23 vapier Exp $
IUSE=""
@@ -21,9 +21,7 @@ SLOT="2.5"
KEYWORDS="~amd64 ~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm ~ia64 ~ppc64"
DEPEND=">=sys-apps/texinfo-4.3
- =sys-devel/m4-1.4*
- dev-lang/perl"
-
+ =sys-devel/m4-1.4*"
src_unpack() {
@@ -57,7 +55,7 @@ src_compile() {
#
cd ${OLD_S}
- perl -pi -e 's|\* Autoconf:|\* Autoconf v2.1:|' autoconf.texi
+ sed -i 's|\* Autoconf:|\* Autoconf v2.1:|' autoconf.texi
cp autoconf.texi autoconf.texi.orig
sed -e '/START-INFO-DIR-ENTRY/ i INFO-DIR-SECTION GNU programming tools' \
autoconf.texi.orig > autoconf.texi