diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-07-08 17:08:44 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-07-08 17:08:44 +0000 |
commit | b35ef6dea22c5dc7f6786cc26ccc8c81d9f63797 (patch) | |
tree | f2d3056060b8acf983da1edd02553e4d3b253a66 /dev-lisp/cl-hyperobject | |
parent | fixing SRC_URI (diff) | |
download | historical-b35ef6dea22c5dc7f6786cc26ccc8c81d9f63797.tar.gz historical-b35ef6dea22c5dc7f6786cc26ccc8c81d9f63797.tar.bz2 historical-b35ef6dea22c5dc7f6786cc26ccc8c81d9f63797.zip |
fixing SRC_URI
Diffstat (limited to 'dev-lisp/cl-hyperobject')
-rw-r--r-- | dev-lisp/cl-hyperobject/Manifest | 2 | ||||
-rw-r--r-- | dev-lisp/cl-hyperobject/cl-hyperobject-2.6.5.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-lisp/cl-hyperobject/Manifest b/dev-lisp/cl-hyperobject/Manifest index b4abced53623..60544ba7b7fd 100644 --- a/dev-lisp/cl-hyperobject/Manifest +++ b/dev-lisp/cl-hyperobject/Manifest @@ -1,3 +1,3 @@ MD5 25e6f1cc94d4ef89bf0ab3852fdd5430 ChangeLog 339 -MD5 e0f5d41470cc6798e357e43f7343af00 cl-hyperobject-2.6.5.ebuild 910 +MD5 1af2b97e2ee146eca4cdcd66eef751d3 cl-hyperobject-2.6.5.ebuild 909 MD5 6aedd3135b16678a90fb23132e6c77b5 files/digest-cl-hyperobject-2.6.5 68 diff --git a/dev-lisp/cl-hyperobject/cl-hyperobject-2.6.5.ebuild b/dev-lisp/cl-hyperobject/cl-hyperobject-2.6.5.ebuild index 7b82c458ffe8..1b6b9de58424 100644 --- a/dev-lisp/cl-hyperobject/cl-hyperobject-2.6.5.ebuild +++ b/dev-lisp/cl-hyperobject/cl-hyperobject-2.6.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hyperobject/cl-hyperobject-2.6.5.ebuild,v 1.1 2003/06/10 04:53:04 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hyperobject/cl-hyperobject-2.6.5.ebuild,v 1.2 2003/07/08 17:08:31 mholzer Exp $ inherit common-lisp DESCRIPTION="Hyperobject is a Common Lisp library for representing objects. Hyperobject prints objects in ASCII text, HTML, and XML formats with optional printing of field labels and hyperlinks to related objects." HOMEPAGE="http://hyperobject.b9.com/ http://www.cliki.net/hyperobject" -SRC_URI="http://files.b9.com/hyperobject/hyperobject-${PV}.tar.gz" +SRC_URI="http://files.b9.com/hyperobject/Archive/hyperobject-${PV}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" |