summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-10-10 18:55:45 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-10-10 18:55:45 +0000
commit33ace4602bbfee83155900751e26d9a57fedb32e (patch)
tree3699dfec3bc2a73f3b2a5b4a3379c8fbec516557 /net-p2p/lopster
parentFix building with lcms-1.17 thanks to Hal Engel <hvengel@astound.net> in bug ... (diff)
downloadgentoo-2-33ace4602bbfee83155900751e26d9a57fedb32e.tar.gz
gentoo-2-33ace4602bbfee83155900751e26d9a57fedb32e.tar.bz2
gentoo-2-33ace4602bbfee83155900751e26d9a57fedb32e.zip
Fix autoconf handling, bug #195396
(Portage version: 2.1.3.12)
Diffstat (limited to 'net-p2p/lopster')
-rw-r--r--net-p2p/lopster/ChangeLog5
-rw-r--r--net-p2p/lopster/lopster-1.2.2-r3.ebuild16
2 files changed, 11 insertions, 10 deletions
diff --git a/net-p2p/lopster/ChangeLog b/net-p2p/lopster/ChangeLog
index 24d074be2ec4..251971a0f600 100644
--- a/net-p2p/lopster/ChangeLog
+++ b/net-p2p/lopster/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/lopster
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/ChangeLog,v 1.28 2007/05/15 13:11:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/ChangeLog,v 1.29 2007/10/10 18:55:45 armin76 Exp $
+
+ 10 Oct 2007; Raúl Porcel <armin76@gentoo.org> lopster-1.2.2-r3.ebuild:
+ Fix autoconf handling, bug #195396
15 May 2007; Raúl Porcel <armin76@gentoo.org> -lopster-1.2.2.ebuild,
lopster-1.2.2-r3.ebuild:
diff --git a/net-p2p/lopster/lopster-1.2.2-r3.ebuild b/net-p2p/lopster/lopster-1.2.2-r3.ebuild
index ea68a73a202c..403df878fa9c 100644
--- a/net-p2p/lopster/lopster-1.2.2-r3.ebuild
+++ b/net-p2p/lopster/lopster-1.2.2-r3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.2.2-r3.ebuild,v 1.5 2007/05/15 13:11:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.2.2-r3.ebuild,v 1.6 2007/10/10 18:55:45 armin76 Exp $
-inherit eutils
+inherit eutils autotools
IUSE="nls vorbis zlib flac"
@@ -20,16 +20,14 @@ RDEPEND="=x11-libs/gtk+-1.2*
zlib? ( sys-libs/zlib )
flac? ( media-libs/flac )
vorbis? ( >=media-libs/libvorbis-1.0 )"
-DEPEND="${RDEPEND}
- >=sys-devel/autoconf-2.59
- >=sys-devel/automake-1.9"
+DEPEND="${RDEPEND}"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${DISTDIR}/${P}-bugfixes-4.patch.bz2
- export WANT_AUTOCONF=2.5
- ./autogen.sh
+ cd "${S}"
+ epatch "${DISTDIR}"/${P}-bugfixes-4.patch.bz2
+
+ eautoreconf
}
src_compile() {