diff options
author | Markus Meier <maekke@gentoo.org> | 2009-12-07 11:24:02 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-12-07 11:24:02 +0000 |
commit | b95cc253001bab12d354c2e5dc4054c93fad5118 (patch) | |
tree | a851a8cf726f0775cd30f6193e7c65dc2ce056e0 /net-misc/wput | |
parent | amd64 stable wrt #287411 (diff) | |
download | gentoo-2-b95cc253001bab12d354c2e5dc4054c93fad5118.tar.gz gentoo-2-b95cc253001bab12d354c2e5dc4054c93fad5118.tar.bz2 gentoo-2-b95cc253001bab12d354c2e5dc4054c93fad5118.zip |
amd64 stable, bug #272425
(Portage version: 2.2_rc56/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/wput')
-rw-r--r-- | net-misc/wput/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/wput/wput-0.6.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/wput/ChangeLog b/net-misc/wput/ChangeLog index 9155e86273e0..4ef241133e29 100644 --- a/net-misc/wput/ChangeLog +++ b/net-misc/wput/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wput -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/ChangeLog,v 1.22 2008/07/30 01:27:11 yngwin Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/ChangeLog,v 1.23 2009/12/07 11:24:02 maekke Exp $ + + 07 Dec 2009; Markus Meier <maekke@gentoo.org> wput-0.6.1.ebuild: + amd64 stable, bug #272425 30 Jul 2008; Ben de Groot <yngwin@gentoo.org> metadata.xml: Taking on maintainership diff --git a/net-misc/wput/wput-0.6.1.ebuild b/net-misc/wput/wput-0.6.1.ebuild index 1d4ef05d8dfd..60f9eb964a16 100644 --- a/net-misc/wput/wput-0.6.1.ebuild +++ b/net-misc/wput/wput-0.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/wput-0.6.1.ebuild,v 1.4 2008/03/25 16:09:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/wput-0.6.1.ebuild,v 1.5 2009/12/07 11:24:02 maekke Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="debug nls ssl" RDEPEND="ssl? ( net-libs/gnutls )" |