diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-02 18:39:02 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-02 18:39:02 +0000 |
commit | 1007ac64a51d4ac5b72d1a3f608920820982f4dc (patch) | |
tree | 94107dc4c6f6c1386725c29e7dc451ddd5bd8c2a /net-mail | |
parent | Remove nss-mysql. It is superseded by libnss-mysql. (diff) | |
download | gentoo-2-1007ac64a51d4ac5b72d1a3f608920820982f4dc.tar.gz gentoo-2-1007ac64a51d4ac5b72d1a3f608920820982f4dc.tar.bz2 gentoo-2-1007ac64a51d4ac5b72d1a3f608920820982f4dc.zip |
Stable on alpha.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.3.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index 9c7b404c948a..43e48151ca22 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.83 2005/06/26 09:14:23 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.84 2005/07/02 18:34:09 kloeri Exp $ + + 02 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> getmail-4.3.10.ebuild: + Stable on alpha. 26 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> getmail-4.3.10.ebuild: Stable on ppc. diff --git a/net-mail/getmail/getmail-4.3.10.ebuild b/net-mail/getmail/getmail-4.3.10.ebuild index ee2fd20d4088..697e7bedec30 100644 --- a/net-mail/getmail/getmail-4.3.10.ebuild +++ b/net-mail/getmail/getmail-4.3.10.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.3.10.ebuild,v 1.4 2005/06/26 09:14:23 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.3.10.ebuild,v 1.5 2005/07/02 18:34:09 kloeri Exp $ inherit distutils @@ -11,7 +11,7 @@ SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz" SLOT="4" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ppc sparc x86" +KEYWORDS="alpha ~amd64 ppc sparc x86" DEPEND=">=dev-lang/python-2.3.3" |