summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-12-31 08:17:54 +0000
committerAlin Năstac <mrness@gentoo.org>2005-12-31 08:17:54 +0000
commitf6e6f7ba04e3e02769f42089a2a1c95001b66436 (patch)
treebe628e1b13079e556825301bd885506483c338c9 /net-libs/wvstreams
parentInitial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>; R... (diff)
downloadhistorical-f6e6f7ba04e3e02769f42089a2a1c95001b66436.tar.gz
historical-f6e6f7ba04e3e02769f42089a2a1c95001b66436.tar.bz2
historical-f6e6f7ba04e3e02769f42089a2a1c95001b66436.zip
Replace eautoreconf with autoconf (#116947)
Package-Manager: portage-2.0.53
Diffstat (limited to 'net-libs/wvstreams')
-rw-r--r--net-libs/wvstreams/ChangeLog5
-rw-r--r--net-libs/wvstreams/Manifest10
-rw-r--r--net-libs/wvstreams/wvstreams-4.2.1.ebuild7
3 files changed, 12 insertions, 10 deletions
diff --git a/net-libs/wvstreams/ChangeLog b/net-libs/wvstreams/ChangeLog
index 6143dcc9aee0..309bac0798c3 100644
--- a/net-libs/wvstreams/ChangeLog
+++ b/net-libs/wvstreams/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/wvstreams
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.77 2005/12/26 16:29:31 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.78 2005/12/31 08:17:54 mrness Exp $
+
+ 31 Dec 2005; Alin Nastac <mrness@gentoo.org> wvstreams-4.2.1.ebuild:
+ Replace eautoreconf with autoconf (#116947).
26 Dec 2005; Bryan Østergaard <kloeri@gentoo.org
wvstreams-4.0.2-r2.ebuild:
diff --git a/net-libs/wvstreams/Manifest b/net-libs/wvstreams/Manifest
index f48cc76e91d4..f949e99f2287 100644
--- a/net-libs/wvstreams/Manifest
+++ b/net-libs/wvstreams/Manifest
@@ -1,7 +1,7 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 d37c0e0bfda29f574f6b81e5cfbeb545 ChangeLog 11830
+MD5 8e76b95dafedbb2060cf1184bf447d6d ChangeLog 11949
MD5 722051cdd8d4e8747f83c0d512f3ec2a files/digest-wvstreams-4.0.2-r1 68
MD5 722051cdd8d4e8747f83c0d512f3ec2a files/digest-wvstreams-4.0.2-r2 68
MD5 5e3ce238e271e55db146969b050836da files/digest-wvstreams-4.2.1 68
@@ -22,11 +22,11 @@ MD5 62675720135a871a7332b3a924a6c0f9 files/wvstreams-4.2.1-wireless-user.patch 4
MD5 227de7f678ad662524292836709de75f metadata.xml 313
MD5 e594922148c5a6f7087f083cf392e55c wvstreams-4.0.2-r1.ebuild 2558
MD5 1176f09d8109b258ee1bbbe54919df5c wvstreams-4.0.2-r2.ebuild 2597
-MD5 0f394a505a2cd861ac48238d43803e02 wvstreams-4.2.1.ebuild 2521
+MD5 c3f188d12bf345985f947c6066d92cc9 wvstreams-4.2.1.ebuild 2529
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDsCjRugEuf3OQ0akRArgHAJ9KqGZvwDLq3gKzWbQklbbU7WEfXACfXwU8
-ORpAeJ0dyJc2k6PYTlreCNA=
-=njYK
+iD8DBQFDtj7NjG8pv1lIUX4RAh+cAKDGTStKCMMuaCfSWoFhgFKm0/EbGgCfUQvy
+JECsk8G5Mj4+9/DAigt1bcE=
+=xq57
-----END PGP SIGNATURE-----
diff --git a/net-libs/wvstreams/wvstreams-4.2.1.ebuild b/net-libs/wvstreams/wvstreams-4.2.1.ebuild
index 66e2f3a23ea5..915c02a51051 100644
--- a/net-libs/wvstreams/wvstreams-4.2.1.ebuild
+++ b/net-libs/wvstreams/wvstreams-4.2.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.2.1.ebuild,v 1.2 2005/12/26 12:50:25 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.2.1.ebuild,v 1.3 2005/12/31 08:17:54 mrness Exp $
-inherit eutils autotools
+inherit eutils
DESCRIPTION="A network programming library in C++"
HOMEPAGE="http://open.nit.ca/wiki/?page=WvStreams"
@@ -53,8 +53,7 @@ src_unpack() {
}
src_compile() {
- local AT_GNUCONF_UPDATE=yes
- eautoreconf || die "eautoreconf failed"
+ env WANT_AUTOCONF=2.59 autoconf || die "autoconf failed" #needed by xplc and tcl patch
#without following, the makefile would remove some files and request
#you to run ./configure again
touch include/wvautoconf.h.in configure