diff options
Diffstat (limited to 'dev-lisp/cl-rt')
-rw-r--r-- | dev-lisp/cl-rt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-rt/cl-rt-20040621.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/cl-rt/ChangeLog b/dev-lisp/cl-rt/ChangeLog index 72be6fc3835f..2b87e9148b3e 100644 --- a/dev-lisp/cl-rt/ChangeLog +++ b/dev-lisp/cl-rt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-rt -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rt/ChangeLog,v 1.12 2007/02/03 17:48:12 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rt/ChangeLog,v 1.13 2008/03/27 16:15:45 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-rt-20040621.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-rt-20040621.ebuild: Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file diff --git a/dev-lisp/cl-rt/cl-rt-20040621.ebuild b/dev-lisp/cl-rt/cl-rt-20040621.ebuild index 28fa123d850f..68f1868e2e3f 100644 --- a/dev-lisp/cl-rt/cl-rt-20040621.ebuild +++ b/dev-lisp/cl-rt/cl-rt-20040621.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rt/cl-rt-20040621.ebuild,v 1.5 2007/02/03 17:48:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rt/cl-rt-20040621.ebuild,v 1.6 2008/03/27 16:15:45 armin76 Exp $ inherit common-lisp eutils DEB_PV=1 DESCRIPTION="Common Lisp regression tester from MIT" -HOMEPAGE="http://www-2.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/testing/rt/ http://packages.debian.org/unstable/devel/cl-rt.html http://www.cliki.net/rt" +HOMEPAGE="http://www-2.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/testing/rt/ http://packages.debian.org/unstable/devel/cl-rt http://www.cliki.net/rt" SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz mirror://gentoo/cl-rt_${PV}-${DEB_PV}.diff.gz" |