diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-01-21 21:09:40 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-01-21 21:09:40 +0000 |
commit | afb57d3eb414b433ea64caf6c7ab412ce7c14587 (patch) | |
tree | 6274c92082818031880606333f3de02bdd394c67 /net-mail | |
parent | Unmasking for x86 (diff) | |
download | gentoo-2-afb57d3eb414b433ea64caf6c7ab412ce7c14587.tar.gz gentoo-2-afb57d3eb414b433ea64caf6c7ab412ce7c14587.tar.bz2 gentoo-2-afb57d3eb414b433ea64caf6c7ab412ce7c14587.zip |
Stable on ppc.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 11 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.2.5.ebuild | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index 6c3a10b2791f..784bab9dca09 100644 --- a/net-mail/getmail/ChangeLog +++ b/net-mail/getmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/getmail # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.48 2005/01/19 12:15:44 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.49 2005/01/21 21:09:40 hansmi Exp $ + + 21 Jan 2005; Michael Hanselmann <hansmi@gentoo.org> getmail-4.2.5.ebuild: + Stable on ppc, bug 78609. 19 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> getmail-4.2.5.ebuild: stable on amd64. @@ -76,7 +79,7 @@ 21 Sep 2004; Danny van Dyk <kugelfang@gentoo.org> getmail-4.2.0.ebuild: Marked stable on amd64. - 20 Sep 2004; Bryan Řstergaard,,, <kloeri@gentoo.org> getmail-4.2.0.ebuild: + 20 Sep 2004; Bryan Åstergaard,,, <kloeri@gentoo.org> getmail-4.2.0.ebuild: Stable on alpha, bug 64643. 20 Sep 2004; Andrej Kacian <ticho@gentoo.org> getmail-4.2.0.ebuild: @@ -139,7 +142,7 @@ *getmail-4.0.6 (06 Aug 2004) 04 Aug 2004; Tom Martin <slarti@gentoo.org> : - Version bump, thanks to Martin KlaffenBöck <martin.klaffenboeck@gmx.de> for + Version bump, thanks to Martin KlaffenBöck <martin.klaffenboeck@gmx.de> for reporting. Resolves bug #59400. *getmail-4.0.2-r1 (02 Aug 2004) @@ -162,7 +165,7 @@ Version bump bug #47741. Thanks to tove <bugs-at-veller-dot-net>, Daniel Webert <daniel_webert-at-web-dot-de>. - 07 Jun 2004; Bryan Řstergaard <kloeri@gentoo.org> getmail-3.2.1.ebuild: + 07 Jun 2004; Bryan Åstergaard <kloeri@gentoo.org> getmail-3.2.1.ebuild: Stable on alpha. 08 Nov 2003; Brad House <brad_mssw@gentoo.org> getmail-3.2.1.ebuild: diff --git a/net-mail/getmail/getmail-4.2.5.ebuild b/net-mail/getmail/getmail-4.2.5.ebuild index 144ffb0565ad..81538521afb9 100644 --- a/net-mail/getmail/getmail-4.2.5.ebuild +++ b/net-mail/getmail/getmail-4.2.5.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/net-mail/getmail/getmail-4.2.5.ebuild,v 1.5 2005/01/19 12:15:44 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.2.5.ebuild,v 1.6 2005/01/21 21:09:40 hansmi Exp $ inherit distutils @@ -11,7 +11,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" |