summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2004-01-30 07:20:04 +0000
committerDaniel Robbins <drobbins@gentoo.org>2004-01-30 07:20:04 +0000
commit2d0c23bab28d5cc5d3cfb24874e7f4df29b266af (patch)
treeb86888f5369b65351edf479afc6259c835eae2ac
parentautoconf fix (Manifest recommit) (diff)
downloadgentoo-2-2d0c23bab28d5cc5d3cfb24874e7f4df29b266af.tar.gz
gentoo-2-2d0c23bab28d5cc5d3cfb24874e7f4df29b266af.tar.bz2
gentoo-2-2d0c23bab28d5cc5d3cfb24874e7f4df29b266af.zip
autoconf and dep fix (RDEPEND referenced before definition)
-rw-r--r--net-www/w3m-m17n/w3m-m17n-0.4.2.ebuild10
-rw-r--r--net-www/w3m/w3m-0.4.2-r7.ebuild8
2 files changed, 11 insertions, 7 deletions
diff --git a/net-www/w3m-m17n/w3m-m17n-0.4.2.ebuild b/net-www/w3m-m17n/w3m-m17n-0.4.2.ebuild
index 6159e3876bdf..44d298904a5f 100644
--- a/net-www/w3m-m17n/w3m-m17n-0.4.2.ebuild
+++ b/net-www/w3m-m17n/w3m-m17n-0.4.2.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/net-www/w3m-m17n/w3m-m17n-0.4.2.ebuild,v 1.5 2004/01/26 01:08:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/w3m-m17n/w3m-m17n-0.4.2.ebuild,v 1.6 2004/01/30 07:20:04 drobbins Exp $
W3M_CVS_PV="1.862"
W3M_P="${P/-m17n/}+cvs-${W3M_CVS_PV}"
@@ -24,9 +24,6 @@ KEYWORDS="x86 alpha ppc sparc"
IUSE="X nopixbuf imlib imlib2 xface migemo gpm ssl"
#IUSE="nls"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4
- >=sys-devel/autoconf-2.57"
RDEPEND=">=sys-libs/ncurses-5.2-r3
>=sys-libs/zlib-1.1.3-r2
dev-lang/perl
@@ -40,6 +37,11 @@ RDEPEND=">=sys-libs/ncurses-5.2-r3
gpm? ( >=sys-libs/gpm-1.19.3-r5 )
migemo? ( >=app-text/migemo-0.40 )
ssl? ( >=dev-libs/openssl-0.9.6b )"
+
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4
+ >=sys-devel/autoconf-2.58"
+
PROVIDE="virtual/textbrowser
virtual/w3m"
diff --git a/net-www/w3m/w3m-0.4.2-r7.ebuild b/net-www/w3m/w3m-0.4.2-r7.ebuild
index 0ea582bf85bf..5a18129ea088 100644
--- a/net-www/w3m/w3m-0.4.2-r7.ebuild
+++ b/net-www/w3m/w3m-0.4.2-r7.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/net-www/w3m/w3m-0.4.2-r7.ebuild,v 1.2 2004/01/26 01:07:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/w3m-0.4.2-r7.ebuild,v 1.3 2004/01/30 07:16:08 drobbins Exp $
W3M_CVS_PV="1.890"
W3M_CVS_P="${PN}-cvs-${W3M_CVS_PV}"
@@ -25,8 +25,6 @@ KEYWORDS="~x86 ~alpha ~ppc ~sparc"
IUSE="X nopixbuf imlib imlib2 xface ssl migemo gpm cjk nls async"
#IUSE="canna unicode"
-DEPEND="${RDEPEND}
- >=sys-devel/autoconf-2.57"
# canna? ( app-i18n/canna )
RDEPEND=">=sys-libs/ncurses-5.2-r3
>=sys-libs/zlib-1.1.3-r2
@@ -41,6 +39,10 @@ RDEPEND=">=sys-libs/ncurses-5.2-r3
gpm? ( >=sys-libs/gpm-1.19.3-r5 )
migemo? ( >=app-text/migemo-0.40 )
ssl? ( >=dev-libs/openssl-0.9.6b )"
+
+DEPEND="${RDEPEND}
+ >=sys-devel/autoconf-2.58"
+
PROVIDE="virtual/textbrowser
virtual/w3m"