diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-03 17:40:34 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-03 17:40:34 +0000 |
commit | 76488d357e546b77dc96bc03e1c09ff3ff84e562 (patch) | |
tree | 3ce06310fcf04efe18024dfa1189e65ddd3c35ca /dev-lisp/cl-postoffice/cl-postoffice-1.8.2.3.ebuild | |
parent | Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file ha... (diff) | |
download | gentoo-2-76488d357e546b77dc96bc03e1c09ff3ff84e562.tar.gz gentoo-2-76488d357e546b77dc96bc03e1c09ff3ff84e562.tar.bz2 gentoo-2-76488d357e546b77dc96bc03e1c09ff3ff84e562.zip |
Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file has been removed from debian's mirrors.
(Portage version: 2.1.2-r5)
Diffstat (limited to 'dev-lisp/cl-postoffice/cl-postoffice-1.8.2.3.ebuild')
-rw-r--r-- | dev-lisp/cl-postoffice/cl-postoffice-1.8.2.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lisp/cl-postoffice/cl-postoffice-1.8.2.3.ebuild b/dev-lisp/cl-postoffice/cl-postoffice-1.8.2.3.ebuild index 880b31afbc3e..a25409ae99be 100644 --- a/dev-lisp/cl-postoffice/cl-postoffice-1.8.2.3.ebuild +++ b/dev-lisp/cl-postoffice/cl-postoffice-1.8.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-postoffice/cl-postoffice-1.8.2.3.ebuild,v 1.5 2005/07/09 16:17:02 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-postoffice/cl-postoffice-1.8.2.3.ebuild,v 1.6 2007/02/03 17:40:34 flameeyes Exp $ inherit common-lisp eutils @@ -9,8 +9,8 @@ DEB_PV=1 DESCRIPTION="Franz's SMTP, POP, & IMAP interface library for Common Lisp Programs" HOMEPAGE="http://opensource.franz.com/postoffice/index.html http://packages.debian.org/unstable/devel/cl-postoffice" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-postoffice/cl-postoffice_${PV}.orig.tar.gz - http://ftp.debian.org/debian/pool/main/c/cl-postoffice/cl-postoffice_${PV}-${DEB_PV}.diff.gz" +SRC_URI="mirror://gentoo/cl-postoffice_${PV}.orig.tar.gz + mirror://gentoo/cl-postoffice_${PV}-${DEB_PV}.diff.gz" LICENSE="LLGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc x86" |