diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2005-05-20 19:04:32 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2005-05-20 19:04:32 +0000 |
commit | 73a2583350a703424b373e30a209768fb2ddeaec (patch) | |
tree | 821866f02dd5a51e9cafff2b86d1750ef1d6d16c /net-misc/gwget | |
parent | stable on amd64 and x86 (diff) | |
download | historical-73a2583350a703424b373e30a209768fb2ddeaec.tar.gz historical-73a2583350a703424b373e30a209768fb2ddeaec.tar.bz2 historical-73a2583350a703424b373e30a209768fb2ddeaec.zip |
use libtoolize, fixes #93187
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-misc/gwget')
-rw-r--r-- | net-misc/gwget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/gwget/Manifest | 4 | ||||
-rw-r--r-- | net-misc/gwget/gwget-0.94.ebuild | 4 |
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..b20adcb7e9f0 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 e8e160774cc3ed129b45e7e882640c20 gwget-0.94.ebuild 1194 +MD5 944787436c98a5f41836a0de5c203f67 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 } |