diff options
-rw-r--r-- | dev-lisp/cl-quick-arrays/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-lisp/cl-quick-arrays/ChangeLog b/dev-lisp/cl-quick-arrays/ChangeLog index 39908eb650d4..b9a84f05f67e 100644 --- a/dev-lisp/cl-quick-arrays/ChangeLog +++ b/dev-lisp/cl-quick-arrays/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-quick-arrays -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-quick-arrays/ChangeLog,v 1.9 2007/02/03 17:40:54 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-quick-arrays/ChangeLog,v 1.10 2008/03/27 16:25:47 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> + cl-quick-arrays-1.0-r1.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-quick-arrays-1.0-r1.ebuild: diff --git a/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild b/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild index ed1ffbd68483..6e30b18ccd04 100644 --- a/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild +++ b/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.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-quick-arrays/cl-quick-arrays-1.0-r1.ebuild,v 1.8 2007/02/03 17:40:54 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild,v 1.9 2008/03/27 16:25:47 armin76 Exp $ inherit common-lisp DEB_PV=8 DESCRIPTION="Common Lisp library offering less flexible, but faster arrays" -HOMEPAGE="http://packages.debian.org/unstable/libs/cl-quick-arrays.html +HOMEPAGE="http://packages.debian.org/unstable/libs/cl-quick-arrays http://www.cliki.net/quick-arrays" SRC_URI="mirror://gentoo/${PN}_${PV}-${DEB_PV}.tar.gz" LICENSE="BSD" |