summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn N. Laliberte <allanonjl@gentoo.org>2005-05-20 19:04:32 +0000
committerJohn N. Laliberte <allanonjl@gentoo.org>2005-05-20 19:04:32 +0000
commit7a85c23666d95672a8979a6aaa9cbb622b9e1222 (patch)
tree7410111864ee42c1813740d104078ace05b7b947 /net-misc/gwget
parentstable on amd64 and x86 (diff)
downloadgentoo-2-7a85c23666d95672a8979a6aaa9cbb622b9e1222.tar.gz
gentoo-2-7a85c23666d95672a8979a6aaa9cbb622b9e1222.tar.bz2
gentoo-2-7a85c23666d95672a8979a6aaa9cbb622b9e1222.zip
use libtoolize, fixes #93187
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc/gwget')
-rw-r--r--net-misc/gwget/ChangeLog5
-rw-r--r--net-misc/gwget/Manifest4
-rw-r--r--net-misc/gwget/gwget-0.94.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/gwget/ChangeLog b/net-misc/gwget/ChangeLog
index 00ac1ce239f3..0534e7633a49 100644
--- a/net-misc/gwget/ChangeLog
+++ b/net-misc/gwget/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/gwget
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.5 2005/04/23 11:49:11 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.6 2005/05/20 19:04:32 allanonjl Exp $
+
+ 20 May 2005; John N. Laliberte <allanonjl@gentoo.org> gwget-0.94.ebuild:
+ use libtoolize, fixes #93187
*gwget-0.94 (23 Apr 2005)
diff --git a/net-misc/gwget/Manifest b/net-misc/gwget/Manifest
index f1112b52b30a..18db6e541235 100644
--- a/net-misc/gwget/Manifest
+++ b/net-misc/gwget/Manifest
@@ -1,7 +1,7 @@
MD5 7dad3a4c063279990c526e6a2cde18ff gwget-0.14.ebuild 863
MD5 2937d78df4fe6f060e4ce978fe796f2f gwget-0.6.ebuild 1139
-MD5 27dc5227da75cafec9c92426c733fd10 gwget-0.94.ebuild 1180
-MD5 92f7504b8cf0a5b952b60b86d89e916f ChangeLog 2270
+MD5 ed19bb4b16d963ca0dbeb7e03804e87d gwget-0.94.ebuild 1194
+MD5 021e03baad394531fa9f101d5fdd87bb ChangeLog 2377
MD5 2871435fe9d9e7934d0cd7433e03a668 metadata.xml 602
MD5 1f48614db94467a3d2842b4d8d4be1fc files/digest-gwget-0.6 62
MD5 9e5678c1bf80bae932e4a8d852ec0d1a files/gwget-0.94-epiphany-path-fix.patch 1546
diff --git a/net-misc/gwget/gwget-0.94.ebuild b/net-misc/gwget/gwget-0.94.ebuild
index 650613d76a72..5c1a3c075842 100644
--- a/net-misc/gwget/gwget-0.94.ebuild
+++ b/net-misc/gwget/gwget-0.94.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-0.94.ebuild,v 1.1 2005/04/23 11:49:11 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-0.94.ebuild,v 1.2 2005/05/20 19:04:32 allanonjl Exp $
inherit eutils gnome2 libtool
@@ -36,7 +36,7 @@ USE_DESTDIR="1"
src_unpack() {
unpack ${A}
cd ${S}
- elibtoolize
+ libtoolize --copy --force
# Fix the Epiphany extension installation directory:
epatch ${FILESDIR}/gwget-0.94-epiphany-path-fix.patch
}