diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-01-12 11:56:21 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-01-12 11:56:21 +0000 |
commit | 1d96029d4022ff50de856583cdce775adb712459 (patch) | |
tree | be8f2d7ae3c3067e7e8ca41a557bc67cca533d36 /net-misc/wput | |
parent | Marked stable on x86. (diff) | |
download | historical-1d96029d4022ff50de856583cdce775adb712459.tar.gz historical-1d96029d4022ff50de856583cdce775adb712459.tar.bz2 historical-1d96029d4022ff50de856583cdce775adb712459.zip |
Marked stable on x86
Diffstat (limited to 'net-misc/wput')
-rw-r--r-- | net-misc/wput/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/wput/Manifest | 16 | ||||
-rw-r--r-- | net-misc/wput/wput-0.5.ebuild | 6 |
3 files changed, 21 insertions, 8 deletions
diff --git a/net-misc/wput/ChangeLog b/net-misc/wput/ChangeLog index 6021f9c002b0..2053e686bd73 100644 --- a/net-misc/wput/ChangeLog +++ b/net-misc/wput/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wput -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/ChangeLog,v 1.9 2004/12/29 20:17:19 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/ChangeLog,v 1.10 2005/01/12 11:56:21 ka0ttic Exp $ + + 12 Jan 2005; Aaron Walker <ka0ttic@gentoo.org> wput-0.5.ebuild: + Marked stable on x86. 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/net-misc/wput/Manifest b/net-misc/wput/Manifest index 0b6988b9cec4..1e30ef29a943 100644 --- a/net-misc/wput/Manifest +++ b/net-misc/wput/Manifest @@ -1,7 +1,17 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 b565e76bf336a1cfa9ee427f45311ba8 wput-0.5.ebuild 943 MD5 99ee84722a32630b8271c4932a346e42 wput-0.4.ebuild 825 -MD5 888331973c293d452d1870724c46e2ce ChangeLog 1091 -MD5 5ac29f1880ddce9ec87abfa791aeb4a8 wput-0.5.ebuild 944 +MD5 4a2521e0856622fc489d2f403f4e9601 ChangeLog 1183 MD5 0ea3ffdc7ca29f08414d91f62d259c31 metadata.xml 249 MD5 c4f33a3f597e892402d506bb45c85e71 files/digest-wput-0.4 57 -MD5 25eb8a44df9c58935f1fa03421d2a493 files/wput-0.5-gentoo.diff 1164 MD5 5658b10fdaa5e2c2663e63aa8d58db37 files/digest-wput-0.5 57 +MD5 25eb8a44df9c58935f1fa03421d2a493 files/wput-0.5-gentoo.diff 1164 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFB5RDcEZCkKN40op4RAiFLAJsFphUFBqmfXPCQsRjzQzyjarN1YwCgi0T6 +Xairo2Wu9uSIpj49dHM2/6Y= +=Japx +-----END PGP SIGNATURE----- diff --git a/net-misc/wput/wput-0.5.ebuild b/net-misc/wput/wput-0.5.ebuild index 106106635a7f..fedb56765078 100644 --- a/net-misc/wput/wput-0.5.ebuild +++ b/net-misc/wput/wput-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/wput-0.5.ebuild,v 1.1 2004/12/12 19:08:58 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/wput-0.5.ebuild,v 1.2 2005/01/12 11:56:21 ka0ttic Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://itooktheredpill.dyndns.org/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~amd64" +KEYWORDS="x86 ~ppc ~sparc ~amd64" IUSE="debug" DEPEND="virtual/libc" |