diff options
author | Tom Martin <slarti@gentoo.org> | 2004-12-04 17:57:07 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2004-12-04 17:57:07 +0000 |
commit | 0f32447b3e0fca46b478bbba585804a75a918a84 (patch) | |
tree | 740b72f48a85d87fdcc11386effecd467751651b /net-mail/getmail | |
parent | Add new Version 0.8.2. (diff) | |
download | historical-0f32447b3e0fca46b478bbba585804a75a918a84.tar.gz historical-0f32447b3e0fca46b478bbba585804a75a918a84.tar.bz2 historical-0f32447b3e0fca46b478bbba585804a75a918a84.zip |
stable on amd64
Diffstat (limited to 'net-mail/getmail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/getmail/Manifest | 18 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.2.2.ebuild | 4 |
3 files changed, 15 insertions, 12 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index d55f7856213d..85618bcb7a9b 100644 --- a/net-mail/getmail/ChangeLog +++ b/net-mail/getmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/getmail # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.38 2004/11/24 09:48:16 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.39 2004/12/04 17:57:07 slarti Exp $ + + 04 Dec 2004; Tom Martin <slarti@gentoo.org> getmail-4.2.2.ebuild: + Stable on amd64. 24 Nov 2004; Andrej Kacian <ticho@gentoo.org> getmail-4.2.2.ebuild: Stable on x86. diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest index 076b32c0cb17..57eceb487b0c 100644 --- a/net-mail/getmail/Manifest +++ b/net-mail/getmail/Manifest @@ -1,20 +1,20 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 5cac537845a5089830cf2b00a14508b8 ChangeLog 5423 -MD5 818062e72b670f1988361b68841431f2 getmail-4.2.2.ebuild 1459 -MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 -MD5 b4d3150ca7fc5942d97a0133edce5f43 getmail-4.2.4.ebuild 1461 MD5 5ca97f6566a7ebdc5f57cd183013a071 getmail-4.2.0.ebuild 1459 +MD5 9b384e064bd96d3a40c5552458ddd81d getmail-4.2.2.ebuild 1459 +MD5 b4d3150ca7fc5942d97a0133edce5f43 getmail-4.2.4.ebuild 1461 +MD5 ef54cfd91907bcde023bb41672ba085b ChangeLog 5512 +MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 a58146dab87f7b713566cff6e0a23938 getmail-4.2.3.ebuild 1461 -MD5 ea228df09117f6d0617365ff7c024398 files/digest-getmail-4.2.3 65 +MD5 5d6de052ec20bd1c9d1d50ae49bf41a4 files/digest-getmail-4.2.0 65 MD5 703aa5a6a4ea209d4bb94bc43745e1dc files/digest-getmail-4.2.2 65 +MD5 ea228df09117f6d0617365ff7c024398 files/digest-getmail-4.2.3 65 MD5 0a65dc470eb892234524c070a6163b04 files/digest-getmail-4.2.4 65 -MD5 5d6de052ec20bd1c9d1d50ae49bf41a4 files/digest-getmail-4.2.0 65 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBpFkY10xuJSrg3/sRAhqtAJ4i3yRhjkpJ1iin2Bvk4XVdbm/97wCfc8d3 -o6UIeXha14o9W2sYFPHfoFU= -=DZPj +iD8DBQFBsfqzCHk4+ZoBpvsRAqSLAKDGWdFTBjKodyFeSwKK5yEnRgXe2ACgxWKa +PLkRFT2nnH2LyvCsZJZLVbs= +=7s8y -----END PGP SIGNATURE----- diff --git a/net-mail/getmail/getmail-4.2.2.ebuild b/net-mail/getmail/getmail-4.2.2.ebuild index 81a27b131c7d..b1cc04df6f76 100644 --- a/net-mail/getmail/getmail-4.2.2.ebuild +++ b/net-mail/getmail/getmail-4.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.2.2.ebuild,v 1.2 2004/11/24 09:48:16 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.2.2.ebuild,v 1.3 2004/12/04 17:57:07 slarti Exp $ inherit distutils IUSE="" @@ -10,7 +10,7 @@ SRC_URI="http://www.qcc.ca/~charlesc/software/getmail-4/old-versions/${P}.tar.gz SLOT="4" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~amd64" +KEYWORDS="x86 ~ppc ~sparc ~alpha amd64" DEPEND=">=dev-lang/python-2.3.3" |