diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-03 17:56:38 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-03 17:56:38 +0000 |
commit | 0a8173afa7606174d440e13203fac4cebe1e67f8 (patch) | |
tree | 8095571bec8aa71b758da6abbaa574a70ad330ef /dev-lisp/cl-unit/cl-unit-1.3.1-r1.ebuild | |
parent | Stable on ppc wrt bug 160028 (diff) | |
download | historical-0a8173afa7606174d440e13203fac4cebe1e67f8.tar.gz historical-0a8173afa7606174d440e13203fac4cebe1e67f8.tar.bz2 historical-0a8173afa7606174d440e13203fac4cebe1e67f8.zip |
Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file has been removed from debian's mirrors.
Package-Manager: portage-2.1.2-r5
Diffstat (limited to 'dev-lisp/cl-unit/cl-unit-1.3.1-r1.ebuild')
-rw-r--r-- | dev-lisp/cl-unit/cl-unit-1.3.1-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lisp/cl-unit/cl-unit-1.3.1-r1.ebuild b/dev-lisp/cl-unit/cl-unit-1.3.1-r1.ebuild index ca18f99c3048..ab42bcfe8a9a 100644 --- a/dev-lisp/cl-unit/cl-unit-1.3.1-r1.ebuild +++ b/dev-lisp/cl-unit/cl-unit-1.3.1-r1.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-unit/cl-unit-1.3.1-r1.ebuild,v 1.6 2005/05/24 18:48:36 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-unit/cl-unit-1.3.1-r1.ebuild,v 1.7 2007/02/03 17:49:57 flameeyes Exp $ inherit common-lisp eutils @@ -8,8 +8,8 @@ DEB_PV=1 DESCRIPTION="A regression suite library for Common Lisp" HOMEPAGE="http://www.ancar.org/CLUnit/docs/CLUnit.html http://packages.debian.org/unstable/devel/cl-unit.html" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-unit/${PN}_${PV}.orig.tar.gz - http://ftp.debian.org/debian/pool/main/c/cl-unit/cl-unit_${PV}-${DEB_PV}.diff.gz" +SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz + mirror://gentoo/cl-unit_${PV}-${DEB_PV}.diff.gz" LICENSE="LGPL-2.1" SLOT="0" |