diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-28 01:38:15 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-28 01:38:15 +0000 |
commit | 68aef8cb7ccbbac84ce7f0c79632536286ed04dc (patch) | |
tree | 43d3056b1d35f6e1dc381e198290f1e61caae127 /net-mail | |
parent | set ~ppc in keywords (diff) | |
download | historical-68aef8cb7ccbbac84ce7f0c79632536286ed04dc.tar.gz historical-68aef8cb7ccbbac84ce7f0c79632536286ed04dc.tar.bz2 historical-68aef8cb7ccbbac84ce7f0c79632536286ed04dc.zip |
homepage and src_uri fix
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fetchmail/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.14.ebuild | 6 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog index 0184b31637de..6923dda626e8 100644 --- a/net-mail/fetchmail/ChangeLog +++ b/net-mail/fetchmail/ChangeLog @@ -1,12 +1,17 @@ # ChangeLog for net-mail/fetchmail # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.24 2003/02/12 08:10:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.25 2003/02/28 01:38:15 seemant Exp $ 05 Feb 2003; Aron Griffis <agriffis@gentoo.org> fetchmail-6.2.1-r1.ebuild : Mark stable on alpha *fetchmail-6.2.1-r1 (28 Jan 2003) + 27 Feb 2003; Seemant Kulleen <seemant@gentoo.org> fetchmail-5.9.14.ebuild, + fetchmail-6.2.1-r1.ebuild: + homepage and SRC_URI update thanks to Brian Bilbrey <bilbrey@orbdesigns.com> + in bug #16446 + 28 Jan 2003; Nick Hadaway <raker@gentoo.org> fetchmail-6.2.1-r1.ebuild, files/digest-fetchmail-6.2.1-r1 : New ebuild with changes as suggested on bug #14643. Stupid configure diff --git a/net-mail/fetchmail/fetchmail-5.9.14.ebuild b/net-mail/fetchmail/fetchmail-5.9.14.ebuild index 901218a96c29..c47f57a43296 100644 --- a/net-mail/fetchmail/fetchmail-5.9.14.ebuild +++ b/net-mail/fetchmail/fetchmail-5.9.14.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.14.ebuild,v 1.9 2003/02/13 14:30:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.14.ebuild,v 1.10 2003/02/28 01:38:15 seemant Exp $ IUSE="ssl nls" S="${WORKDIR}/${P}" DESCRIPTION="Fetchmail is a full-featured remote-mail retrieval and forwarding utility" -HOMEPAGE="http://www.tuxedo.org/~esr/fetchmail/" -SRC_URI="http://www.tuxedo.org/~esr/fetchmail/${P}.tar.gz" +HOMEPAGE="http://catb.org/~esr/fetchmail/" +SRC_URI="http://www.catb.org/~esr/fetchmail/${P}.tar.gz" DEPEND="virtual/glibc ssl? ( >=dev-libs/openssl-0.9.6 )" diff --git a/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild b/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild index c462bf4a254c..e59135255abc 100644 --- a/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild +++ b/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild,v 1.4 2003/02/14 21:28:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild,v 1.5 2003/02/28 01:38:15 seemant Exp $ inherit eutils DESCRIPTION="Fetchmail is a full-featured remote-mail retrieval and forwarding utility" -HOMEPAGE="http://www.tuxedo.org/~esr/fetchmail/" -SRC_URI="http://www.tuxedo.org/~esr/fetchmail/${P}.tar.gz" +HOMEPAGE="http://www.catb.org/~esr/fetchmail/" +SRC_URI="http://www.catb.org/~esr/fetchmail/${P}.tar.gz" SLOT="0" LICENSE="GPL-2 public-domain" |