ChangeLog

# ChangeLog for dev-lisp/cl-hyperobject
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hyperobject/ChangeLog,v 1.10 2007/02/22 01:24:28 peper Exp $

22 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

*cl-hyperobject-2.10.0 (04 Sep 2006)

04 Sep 2006; Matthew Kennedy
+cl-hyperobject-2.10.0.ebuild:
New upstream version.

24 May 2005; cl-hyperobject-2.8.8-r1.ebuild:
Keywording ~sparc

16 Apr 2005; Matthew Kennedy
-cl-hyperobject-2.6.5.ebuild, -cl-hyperobject-2.8.6.ebuild,
-cl-hyperobject-2.8.8.ebuild, cl-hyperobject-2.8.8-r1.ebuild:
Keywording; Removed old ebuilds

21 Mar 2005; Matthew Kennedy
cl-hyperobject-2.8.8-r1.ebuild:
Keywording for ~amd64

*cl-hyperobject-2.8.8-r1 (12 Feb 2004)

12 Feb 2004; cl-hyperobject-2.8.8-r1.ebuild:
Cleanup for eclass changes.

*cl-hyperobject-2.8.8 (27 Jan 2004)

27 Jan 2004; cl-hyperobject-2.8.8.ebuild,
metadata.xml:
New upstream.

*cl-hyperobject-2.8.6 (15 Oct 2003)

15 Oct 2003; Matthew Kennedy
cl-hyperobject-2.8.6.ebuild, metadata.xml:
new upstream, include docs, preinst, postrm, remove clsql dep, add cl-rt dep

*cl-hyperobject-2.6.5 (07 Jul 2003)

07 Jul 2003; Matthew Kennedy :
initial import

Manifest

DIST hyperobject-2.10.0.tar.gz 49518 RMD160 63b2c6a4ac35cf697ef8028f39df89696f59f082 SHA1 7679d0bf0e37f3f132dc2aae9f0aff3409b0293b SHA256 b5d03f651dba852396fc2ea9c36465864897934b468d25d22f27ce0c1dbc0447
DIST hyperobject-2.8.8.tar.gz 49158 RMD160 52ea6a3ff4bd41c61d370b8d78455a83239efb8f SHA1 ef2ed2e679cce224d52d3652094539ca4f7c2874 SHA256 4de613dc1127baa42930aaf41c6d6ab27f3d069072b8a631f58b83124bb3e256
EBUILD cl-hyperobject-2.10.0.ebuild 901 RMD160 d816f0bba9b63dbefbe31550e21a929b62fd283e SHA1 3551d5a59649eb3ae2a82431b9be510ee3ade284 SHA256 69c93a099a6201db886b1d227709254e46dbf75c94df4e3092998f50c3966cdc
EBUILD cl-hyperobject-2.8.8-r1.ebuild 832 RMD160 1ff2638e920eeebdc8f494b278b8844484bd69fa SHA1 cf679c8bbe25e52a038f2702279cd12e4ebb0f43 SHA256 70bf361dad2af4ffd50abedde751c1b6f58f900cd7999bfe1b0898492f392946
MISC ChangeLog 1476 RMD160 22bc28eb6fa971806fd9c7c5d6f275e3a6fa73fc SHA1 87fad07eb7aee59f7ea3833670988c7b2cca3278 SHA256 c4b69681b1142b5dcdc129e5196ce432f6995f057f9a1816247c0d37d7651421
MISC metadata.xml 402 RMD160 6e36a06b7d3fdc76518decfe2df15a592ed95ccc SHA1 fbf9aec86604ee46cf8f8408262d7e23f3bfc6be SHA256 47b109b2fb5942acb54dbd3b4989994c5126c30b7a39f2b726b9f20ffa6d0ffa

cl-hyperobject-2.10.0.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hyperobject/cl-hyperobject-2.10.0.ebuild,v 1.1 2006/09/04 03:40:51 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="~amd64 ~ppc ~sparc ~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
dodoc doc/*.pdf
doins -r examples
tar xfz doc/html.tar.gz -C ${D}/usr/share/doc/${PF}/
}

cl-hyperobject-2.8.8-r1.ebuild

# Copyright 1999-2005 Gentoo Foundation
# 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-r1.ebuild,v 1.6 2005/05/24 18:48:33 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="~amd64 ~ppc ~sparc 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
}

metadata.xml




common-lisp

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.