diff options
Diffstat (limited to 'dev-lisp/cl-md5')
-rw-r--r-- | dev-lisp/cl-md5/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-md5/cl-md5-1.8.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/cl-md5/ChangeLog b/dev-lisp/cl-md5/ChangeLog index bd4dd67c52ed..902a8c63c6a0 100644 --- a/dev-lisp/cl-md5/ChangeLog +++ b/dev-lisp/cl-md5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-md5 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-md5/ChangeLog,v 1.13 2007/02/03 17:36:46 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-md5/ChangeLog,v 1.14 2008/03/27 16:27:03 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-md5-1.8.5.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-md5-1.8.5.ebuild: Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file diff --git a/dev-lisp/cl-md5/cl-md5-1.8.5.ebuild b/dev-lisp/cl-md5/cl-md5-1.8.5.ebuild index 59b7bfc49e43..fe08dcb2e6da 100644 --- a/dev-lisp/cl-md5/cl-md5-1.8.5.ebuild +++ b/dev-lisp/cl-md5/cl-md5-1.8.5.ebuild @@ -1,11 +1,11 @@ -# 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-md5/cl-md5-1.8.5.ebuild,v 1.4 2007/02/03 17:36:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-md5/cl-md5-1.8.5.ebuild,v 1.5 2008/03/27 16:27:03 armin76 Exp $ inherit common-lisp eutils DESCRIPTION="Common Lisp package for MD5 Message Digests" -HOMEPAGE="http://www.pmsf.de/resources/lisp/MD5.html http://packages.debian.org/unstable/devel/cl-md5.html" +HOMEPAGE="http://www.pmsf.de/resources/lisp/MD5.html http://packages.debian.org/unstable/devel/cl-md5" SRC_URI="mirror://debian/pool/main/c/cl-md5/${PN}_${PV}.orig.tar.gz" LICENSE="public-domain" |