summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2006-10-28 22:07:25 +0000
committerSven Wegener <swegener@gentoo.org>2006-10-28 22:07:25 +0000
commit83d14578fa15683050c938e2689634a5111cbec0 (patch)
tree36c9a914229145a7b08779156dbe47fea55f7a57 /www-client
parentInital commit. This application is a dependency for NetworkManager. (diff)
downloadgentoo-2-83d14578fa15683050c938e2689634a5111cbec0.tar.gz
gentoo-2-83d14578fa15683050c938e2689634a5111cbec0.tar.bz2
gentoo-2-83d14578fa15683050c938e2689634a5111cbec0.zip
fix for bug #143545
(Portage version: 2.1.2_rc1)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/urlgfe/ChangeLog6
-rw-r--r--www-client/urlgfe/urlgfe-1.0.ebuild16
2 files changed, 7 insertions, 15 deletions
diff --git a/www-client/urlgfe/ChangeLog b/www-client/urlgfe/ChangeLog
index b56acf24e820..8d7a8554c26e 100644
--- a/www-client/urlgfe/ChangeLog
+++ b/www-client/urlgfe/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/urlgfe
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/urlgfe/ChangeLog,v 1.13 2006/10/04 08:29:56 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/urlgfe/ChangeLog,v 1.14 2006/10/28 22:07:25 swegener Exp $
+
+ 28 Oct 2006; Sven Wegener <swegener@gentoo.org>
+ -files/1.0-as-needed.patch, urlgfe-1.0.ebuild:
+ Remove the --as-needed patch, too much hassle for now.
04 Oct 2006; Simon Stelling <blubb@gentoo.org> urlgfe-1.0.ebuild:
reverting to ~amd64 as there are still critical bugs
diff --git a/www-client/urlgfe/urlgfe-1.0.ebuild b/www-client/urlgfe/urlgfe-1.0.ebuild
index 663ec9de6771..caf8335c2f9b 100644
--- a/www-client/urlgfe/urlgfe-1.0.ebuild
+++ b/www-client/urlgfe/urlgfe-1.0.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/urlgfe/urlgfe-1.0.ebuild,v 1.5 2006/10/04 08:29:56 blubb Exp $
-
-inherit eutils autotools
+# $Header: /var/cvsroot/gentoo-x86/www-client/urlgfe/urlgfe-1.0.ebuild,v 1.6 2006/10/28 22:07:25 swegener Exp $
DESCRIPTION="Download manager using gtk+ and libcurl"
HOMEPAGE="http://urlget.sourceforge.net/"
@@ -10,7 +8,7 @@ SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE="nls"
RDEPEND=">=net-misc/curl-7.10
@@ -21,16 +19,6 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig
sys-devel/gettext"
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/1.0-as-needed.patch
-
- autopoint -f
- AT_M4DIR="m4" eautoreconf
-}
-
src_compile() {
econf $(use_enable nls) || die "econf failed"
emake || die "emake failed"