diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-28 19:10:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-28 19:10:43 +0000 |
commit | c70c30fa392306f8639bcd3528ff41584cccf25b (patch) | |
tree | 9c73b3938290804efb7b07208a96d00652b7a6cd /net-p2p | |
parent | * double bump (diff) | |
download | gentoo-2-c70c30fa392306f8639bcd3528ff41584cccf25b.tar.gz gentoo-2-c70c30fa392306f8639bcd3528ff41584cccf25b.tar.bz2 gentoo-2-c70c30fa392306f8639bcd3528ff41584cccf25b.zip |
New snapshot
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule/ChangeLog | 9 | ||||
-rw-r--r-- | net-p2p/amule/amule-2.2.0_pre20080228.ebuild (renamed from net-p2p/amule/amule-2.2.0_pre20080218.ebuild) | 10 | ||||
-rw-r--r-- | net-p2p/amule/files/2.2.0-geoip-asneeded.patch | 12 |
3 files changed, 9 insertions, 22 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog index f5b54c26f278..4febeab4a489 100644 --- a/net-p2p/amule/ChangeLog +++ b/net-p2p/amule/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-p2p/amule # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.100 2008/02/18 19:57:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.101 2008/02/28 19:10:42 armin76 Exp $ + +*amule-2.2.0_pre20080228 (28 Feb 2008) + + 28 Feb 2008; Raúl Porcel <armin76@gentoo.org> + -files/2.2.0-geoip-asneeded.patch, -amule-2.2.0_pre20080218.ebuild, + +amule-2.2.0_pre20080228.ebuild: + New snapshot *amule-2.2.0_pre20080218 (18 Feb 2008) diff --git a/net-p2p/amule/amule-2.2.0_pre20080218.ebuild b/net-p2p/amule/amule-2.2.0_pre20080228.ebuild index d928d78ed47e..bc78a5fb7e46 100644 --- a/net-p2p/amule/amule-2.2.0_pre20080218.ebuild +++ b/net-p2p/amule/amule-2.2.0_pre20080228.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.2.0_pre20080218.ebuild,v 1.1 2008/02/18 19:57:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.2.0_pre20080228.ebuild,v 1.1 2008/02/28 19:10:42 armin76 Exp $ inherit eutils flag-o-matic wxwidgets autotools @@ -51,14 +51,6 @@ pkg_preinst() { fi } -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/2.2.0-geoip-asneeded.patch - AT_M4DIR="m4" eautoreconf -} - src_compile() { local myconf diff --git a/net-p2p/amule/files/2.2.0-geoip-asneeded.patch b/net-p2p/amule/files/2.2.0-geoip-asneeded.patch deleted file mode 100644 index 111676244459..000000000000 --- a/net-p2p/amule/files/2.2.0-geoip-asneeded.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur amule-cvs.orig/configure.in amule-cvs/configure.in ---- amule-cvs.orig/configure.in 2008-02-17 01:22:03.000000000 +0100 -+++ amule-cvs/configure.in 2008-02-17 01:22:56.000000000 +0100 -@@ -364,7 +364,7 @@ - if test x"$ENABLE_IP2COUNTRY" = x"yes" ; then - GEOIP_LIB="-lGeoIP" - CXXFLAGS="$CXXFLAGS $GEOIP_INCLUDE" -- LDFLAGS="$LDFLAGS $GEOIP_LIB" -+ LIBS="$LIBS $GEOIP_LIB" - AC_CHECK_HEADER(GeoIP.h,, - [AC_MSG_ERROR([--enable-geoip passed to configure, but the GeoIP header files were not found])]) - AC_CHECK_LIB(GeoIP, GeoIP_open, |