diff options
Diffstat (limited to 'dev-lisp/cl-hyperobject')
8 files changed, 8 insertions, 108 deletions
diff --git a/dev-lisp/cl-hyperobject/ChangeLog b/dev-lisp/cl-hyperobject/ChangeLog index 03425e5c67c0..4e7689126d46 100644 --- a/dev-lisp/cl-hyperobject/ChangeLog +++ b/dev-lisp/cl-hyperobject/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/cl-hyperobject # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hyperobject/ChangeLog,v 1.6 2005/03/21 08:12:13 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hyperobject/ChangeLog,v 1.7 2005/04/16 20:19:23 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + -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 <mkennedy@gentoo.org> cl-hyperobject-2.8.8-r1.ebuild: diff --git a/dev-lisp/cl-hyperobject/cl-hyperobject-2.6.5.ebuild b/dev-lisp/cl-hyperobject/cl-hyperobject-2.6.5.ebuild deleted file mode 100644 index 6e22d82da96a..000000000000 --- a/dev-lisp/cl-hyperobject/cl-hyperobject-2.6.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2004 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.6.5.ebuild,v 1.4 2004/06/24 23:44:08 agriffis 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/Archive/hyperobject-${PV}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - dev-lisp/cl-kmrcl - dev-lisp/cl-sql - virtual/commonlisp" - -CLPACKAGE=hyperobject - -S=${WORKDIR}/hyperobject-${PV} - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink -} diff --git a/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.6.ebuild b/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.6.ebuild deleted file mode 100644 index fb1ba6bb1e87..000000000000 --- a/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.6.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2004 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.6.ebuild,v 1.2 2004/06/24 23:44:08 agriffis 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" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - dev-lisp/cl-kmrcl - dev-lisp/cl-rt - 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/cl-hyperobject-2.8.8-r1.ebuild b/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8-r1.ebuild index 23aac017864f..24002cfdac6b 100644 --- a/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8-r1.ebuild +++ b/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8-r1.ebuild @@ -1,6 +1,6 @@ # 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.4 2005/03/21 08:12:13 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8-r1.ebuild,v 1.5 2005/04/16 20:19:23 mkennedy Exp $ inherit common-lisp @@ -10,7 +10,7 @@ HOMEPAGE="http://hyperobject.b9.com/ SRC_URI="http://files.b9.com/hyperobject/hyperobject-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller dev-lisp/cl-kmrcl diff --git a/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8.ebuild b/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8.ebuild deleted file mode 100644 index c77e05ee3a1c..000000000000 --- a/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2004 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.ebuild,v 1.2 2004/06/24 23:44:08 agriffis 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.6.5 b/dev-lisp/cl-hyperobject/files/digest-cl-hyperobject-2.6.5 deleted file mode 100644 index 2e890931f9d1..000000000000 --- a/dev-lisp/cl-hyperobject/files/digest-cl-hyperobject-2.6.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 5bed50ee712e840e75e18a8ec7b81bb0 hyperobject-2.6.5.tar.gz 45275 diff --git a/dev-lisp/cl-hyperobject/files/digest-cl-hyperobject-2.8.6 b/dev-lisp/cl-hyperobject/files/digest-cl-hyperobject-2.8.6 deleted file mode 100644 index 0e4fa067243c..000000000000 --- a/dev-lisp/cl-hyperobject/files/digest-cl-hyperobject-2.8.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 745e89cb75305b19d2cc7e5e14739829 hyperobject-2.8.6.tar.gz 47572 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 deleted file mode 100644 index 3cc4464e8dbc..000000000000 --- a/dev-lisp/cl-hyperobject/files/digest-cl-hyperobject-2.8.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 3caadea2f3ac4ae1a390af2d2f7141f8 hyperobject-2.8.8.tar.gz 49158 |