diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-08-29 23:16:37 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-08-29 23:16:37 +0000 |
commit | 341041c49b4d62755becf8d5dc2dbd4b6ffffc3e (patch) | |
tree | 3c78e1f9aedd4845cff10ef5c62e805711623acb /www-client | |
parent | Clean up the way we pass custom settings to the build system. (diff) | |
download | gentoo-2-341041c49b4d62755becf8d5dc2dbd4b6ffffc3e.tar.gz gentoo-2-341041c49b4d62755becf8d5dc2dbd4b6ffffc3e.tar.bz2 gentoo-2-341041c49b4d62755becf8d5dc2dbd4b6ffffc3e.zip |
Stable on x86.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/urlgfe/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/urlgfe/urlgfe-0.98a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/urlgfe/ChangeLog b/www-client/urlgfe/ChangeLog index a289fa687f7f..450b7193d40b 100644 --- a/www-client/urlgfe/ChangeLog +++ b/www-client/urlgfe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/urlgfe # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/urlgfe/ChangeLog,v 1.3 2005/07/16 11:38:32 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/urlgfe/ChangeLog,v 1.4 2005/08/29 23:16:37 swegener Exp $ + + 29 Aug 2005; Sven Wegener <swegener@gentoo.org> urlgfe-0.98a.ebuild: + Stable on x86. 16 Jul 2005; David Holm <dholm@gentoo.org> urlgfe-0.98a.ebuild: Added to ~ppc. diff --git a/www-client/urlgfe/urlgfe-0.98a.ebuild b/www-client/urlgfe/urlgfe-0.98a.ebuild index b5ebfe1e2cf6..4030934c04b0 100644 --- a/www-client/urlgfe/urlgfe-0.98a.ebuild +++ b/www-client/urlgfe/urlgfe-0.98a.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/www-client/urlgfe/urlgfe-0.98a.ebuild,v 1.2 2005/07/16 11:38:32 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/urlgfe/urlgfe-0.98a.ebuild,v 1.3 2005/08/29 23:16:37 swegener Exp $ DESCRIPTION="Download manager using gtk+ and libcurl" HOMEPAGE="http://urlget.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~ppc x86" IUSE="nls" RDEPEND=">=net-misc/curl-7.10 |