diff options
author | Thilo Bangert <bangert@gentoo.org> | 2010-01-14 15:00:35 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2010-01-14 15:00:35 +0000 |
commit | b663c59f939fb72072e94f287acbe95069495de0 (patch) | |
tree | a6b30f3b3d718dcc993ce7193f508f688d93e728 /mail-mta | |
parent | Transfer Prefix keywords (diff) | |
download | gentoo-2-b663c59f939fb72072e94f287acbe95069495de0.tar.gz gentoo-2-b663c59f939fb72072e94f287acbe95069495de0.tar.bz2 gentoo-2-b663c59f939fb72072e94f287acbe95069495de0.zip |
fix SRC_URI to the permanent URL
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/nullmailer/ChangeLog | 7 | ||||
-rw-r--r-- | mail-mta/nullmailer/nullmailer-1.04.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/mail-mta/nullmailer/ChangeLog b/mail-mta/nullmailer/ChangeLog index 70223fc00c3c..2ccf6d1fd629 100644 --- a/mail-mta/nullmailer/ChangeLog +++ b/mail-mta/nullmailer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/nullmailer -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.36 2009/09/23 18:06:51 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.37 2010/01/14 15:00:35 bangert Exp $ + + 14 Jan 2010; Thilo Bangert <bangert@gentoo.org> nullmailer-1.04.ebuild: + fix SRC_URI to the permanent URL 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> nullmailer-1.04.ebuild: Remove virtual/libc diff --git a/mail-mta/nullmailer/nullmailer-1.04.ebuild b/mail-mta/nullmailer/nullmailer-1.04.ebuild index 4c6de10c6b7b..87c215b5674e 100644 --- a/mail-mta/nullmailer/nullmailer-1.04.ebuild +++ b/mail-mta/nullmailer/nullmailer-1.04.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.04.ebuild,v 1.7 2009/09/23 18:06:51 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.04.ebuild,v 1.8 2010/01/14 15:00:35 bangert Exp $ inherit eutils flag-o-matic autotools @@ -9,7 +9,7 @@ S=${WORKDIR}/${MY_P} DEBIAN_PV="1" DEBIAN_SRC="${MY_P/-/_}-${DEBIAN_PV}.diff.gz" DESCRIPTION="Simple relay-only local mail transport agent" -SRC_URI="http://untroubled.org/${PN}/${MY_P}.tar.gz +SRC_URI="http://untroubled.org/${PN}/archive/${MY_P}.tar.gz mirror://debian/pool/main/n/${PN}/${DEBIAN_SRC}" HOMEPAGE="http://untroubled.org/nullmailer/" |