diff options
Diffstat (limited to 'net-mail/getmail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/getmail/getmail-3.1.3.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index 9caaff122fd2..206d0cd9fb9a 100644 --- a/net-mail/getmail/ChangeLog +++ b/net-mail/getmail/ChangeLog @@ -1,12 +1,17 @@ # ChangeLog for net-mail/getmail # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.7 2003/06/21 23:22:55 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.8 2003/07/13 13:32:32 aliz Exp $ *getmail-3.1.7 (21 Jun 2003) 21 Jun 2003; Jon Portnoy <avenj@gentoo.org> getmail-3.1.7.ebuild : Version bump, submitted by Wim Uyttebroek in bug 22785. +*getmail-3.1.3 (12 May 2003) + + 13 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + *getmail-3.1.1 (11 May 2003) 11 May 2003; Jon Portnoy <avenj@gentoo.org> getmail-3.1.3.ebuild : diff --git a/net-mail/getmail/getmail-3.1.3.ebuild b/net-mail/getmail/getmail-3.1.3.ebuild index 414a13114a2b..3ab39706b657 100644 --- a/net-mail/getmail/getmail-3.1.3.ebuild +++ b/net-mail/getmail/getmail-3.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-3.1.3.ebuild,v 1.1 2003/05/12 01:43:13 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-3.1.3.ebuild,v 1.2 2003/07/13 13:32:32 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery" @@ -9,7 +9,7 @@ SRC_URI="http://www.qcc.ca/~charlesc/software/getmail-3.0/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" DEPEND="virtual/python" |