diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-12 16:42:32 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-12 16:42:32 +0000 |
commit | 75958d8df0a4d2d8afa4d7aaf8324112865bbf47 (patch) | |
tree | 4eeb07bbe89b6f88c7d124c71db2fc51c260681d /x11-plugins/wmget | |
parent | Numerous small fixes, see ChangeLog for details. (Manifest recommit) (diff) | |
download | gentoo-2-75958d8df0a4d2d8afa4d7aaf8324112865bbf47.tar.gz gentoo-2-75958d8df0a4d2d8afa4d7aaf8324112865bbf47.tar.bz2 gentoo-2-75958d8df0a4d2d8afa4d7aaf8324112865bbf47.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'x11-plugins/wmget')
-rw-r--r-- | x11-plugins/wmget/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmget/wmget-0.4.4.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/wmget/wmget-0.5.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-plugins/wmget/ChangeLog b/x11-plugins/wmget/ChangeLog index 481cc79cbe39..d3e8d270dd00 100644 --- a/x11-plugins/wmget/ChangeLog +++ b/x11-plugins/wmget/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmget # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmget/ChangeLog,v 1.4 2004/03/19 10:04:28 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmget/ChangeLog,v 1.5 2004/04/12 16:42:32 aliz Exp $ + + 12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> wmget-0.4.4.ebuild, + wmget-0.5.0.ebuild: + Adding IUSE= 19 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> wmget-0.4.4.ebuild, wmget-0.5.0.ebuild: diff --git a/x11-plugins/wmget/wmget-0.4.4.ebuild b/x11-plugins/wmget/wmget-0.4.4.ebuild index 6ade2cd6b5ae..e20df936bc90 100644 --- a/x11-plugins/wmget/wmget-0.4.4.ebuild +++ b/x11-plugins/wmget/wmget-0.4.4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmget/wmget-0.4.4.ebuild,v 1.8 2004/03/29 03:56:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmget/wmget-0.4.4.ebuild,v 1.9 2004/04/12 16:42:32 aliz Exp $ inherit eutils - +IUSE="" DESCRIPTION="libcurl-based dockapp for automated-downloads" HOMEPAGE="http://amtrickey.net/wmget/" SRC_URI="http://amtrickey.net/download/${P}-src.tar.gz" diff --git a/x11-plugins/wmget/wmget-0.5.0.ebuild b/x11-plugins/wmget/wmget-0.5.0.ebuild index 672863229c74..846bb9816c26 100644 --- a/x11-plugins/wmget/wmget-0.5.0.ebuild +++ b/x11-plugins/wmget/wmget-0.5.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmget/wmget-0.5.0.ebuild,v 1.6 2004/03/29 03:56:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmget/wmget-0.5.0.ebuild,v 1.7 2004/04/12 16:42:32 aliz Exp $ inherit eutils - +IUSE="" DESCRIPTION="libcurl-based dockapp for automated-downloads" HOMEPAGE="http://amtrickey.net/wmget/" SRC_URI="http://amtrickey.net/download/${P}-src.tar.gz" |