diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-01-27 22:04:38 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-01-27 22:04:38 +0000 |
commit | 9959d1a68b3a2ea1c84eed575138ab8b473ea9b4 (patch) | |
tree | f3ed9367199c43a0bcc10c96b2c5453f4b49a5a5 /dev-lisp/cl-hyperobject | |
parent | stable on alpha and ia64 (diff) | |
download | historical-9959d1a68b3a2ea1c84eed575138ab8b473ea9b4.tar.gz historical-9959d1a68b3a2ea1c84eed575138ab8b473ea9b4.tar.bz2 historical-9959d1a68b3a2ea1c84eed575138ab8b473ea9b4.zip |
New upstream.
Diffstat (limited to 'dev-lisp/cl-hyperobject')
-rw-r--r-- | dev-lisp/cl-hyperobject/ChangeLog | 10 | ||||
-rw-r--r-- | dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8.ebuild | 38 | ||||
-rw-r--r-- | dev-lisp/cl-hyperobject/files/digest-cl-hyperobject-2.8.8 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-hyperobject/metadata.xml | 5 |
4 files changed, 52 insertions, 2 deletions
diff --git a/dev-lisp/cl-hyperobject/ChangeLog b/dev-lisp/cl-hyperobject/ChangeLog index bdbab62228ad..1a906d713c98 100644 --- a/dev-lisp/cl-hyperobject/ChangeLog +++ b/dev-lisp/cl-hyperobject/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lisp/cl-hyperobject -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hyperobject/ChangeLog,v 1.2 2003/10/16 04:22:33 mkennedy Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hyperobject/ChangeLog,v 1.3 2004/01/27 22:04:38 mkennedy Exp $ + +*cl-hyperobject-2.8.8 (27 Jan 2004) + + 27 Jan 2004; <mkennedy@gentoo.org> cl-hyperobject-2.8.8.ebuild, + metadata.xml: + New upstream. *cl-hyperobject-2.8.6 (15 Oct 2003) diff --git a/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8.ebuild b/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8.ebuild new file mode 100644 index 000000000000..ab311dedf844 --- /dev/null +++ b/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2004 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.8.8.ebuild,v 1.1 2004/01/27 22:04:38 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="Hyperobject is a Common Lisp library for representing objects." +HOMEPAGE="http://hyperobject.b9.com/ + http://www.cliki.net/hyperobject" +SRC_URI="http://files.b9.com/hyperobject/hyperobject-${PV}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="dev-lisp/common-lisp-controller + dev-lisp/cl-kmrcl + dev-lisp/cl-rt + dev-lisp/cl-sql + virtual/commonlisp" + +CLPACKAGE=hyperobject + +S=${WORKDIR}/hyperobject-${PV} + +src_install() { + common-lisp-install *.lisp *.asd + common-lisp-system-symlink + dodoc COPYING README + dohtml docs/*.html +} + +pkg_preinst() { + rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true +} + +pkg_postrm() { + rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true +} diff --git a/dev-lisp/cl-hyperobject/files/digest-cl-hyperobject-2.8.8 b/dev-lisp/cl-hyperobject/files/digest-cl-hyperobject-2.8.8 new file mode 100644 index 000000000000..3cc4464e8dbc --- /dev/null +++ b/dev-lisp/cl-hyperobject/files/digest-cl-hyperobject-2.8.8 @@ -0,0 +1 @@ +MD5 3caadea2f3ac4ae1a390af2d2f7141f8 hyperobject-2.8.8.tar.gz 49158 diff --git a/dev-lisp/cl-hyperobject/metadata.xml b/dev-lisp/cl-hyperobject/metadata.xml index f418045b09c8..ec17d18ded13 100644 --- a/dev-lisp/cl-hyperobject/metadata.xml +++ b/dev-lisp/cl-hyperobject/metadata.xml @@ -2,4 +2,9 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>common-lisp</herd> +<longdescription> +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. +</longdescription> </pkgmetadata> |