diff options
-rw-r--r-- | dev-lisp/cl-imho/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/cl-imho/Manifest | 5 | ||||
-rw-r--r-- | dev-lisp/cl-imho/cl-imho-1.3.1.ebuild | 13 | ||||
-rw-r--r-- | dev-lisp/cl-imho/metadata.xml | 5 |
4 files changed, 24 insertions, 5 deletions
diff --git a/dev-lisp/cl-imho/ChangeLog b/dev-lisp/cl-imho/ChangeLog index 1a333c797c2b..8f8d194ce81d 100644 --- a/dev-lisp/cl-imho/ChangeLog +++ b/dev-lisp/cl-imho/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-imho # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-imho/ChangeLog,v 1.1 2003/06/25 20:35:29 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-imho/ChangeLog,v 1.2 2003/10/16 04:56:37 mkennedy Exp $ + + 15 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> cl-imho-1.3.1.ebuild, + metadata.xml: + preinst, postrm, fixed description *cl-imho-1.3.1 (18 Jun 2003) diff --git a/dev-lisp/cl-imho/Manifest b/dev-lisp/cl-imho/Manifest index 4a23441be61f..350a23bcf270 100644 --- a/dev-lisp/cl-imho/Manifest +++ b/dev-lisp/cl-imho/Manifest @@ -1,3 +1,4 @@ -MD5 e5d9658a17063beb916de61ddecdb049 cl-imho-1.3.1.ebuild 1512 -MD5 1c8a9f9b6d1357605edbcef71382ad65 ChangeLog 322 +MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 +MD5 d3021c386da0bb2e43b2c4709f1e0d8e ChangeLog 451 +MD5 4196a4ecf1b0e20d4892b6da2997ce77 cl-imho-1.3.1.ebuild 1782 MD5 72a5919bd9293a96f95f82d41dc02f0d files/digest-cl-imho-1.3.1 70 diff --git a/dev-lisp/cl-imho/cl-imho-1.3.1.ebuild b/dev-lisp/cl-imho/cl-imho-1.3.1.ebuild index 223f5a635d2e..20e1056891e2 100644 --- a/dev-lisp/cl-imho/cl-imho-1.3.1.ebuild +++ b/dev-lisp/cl-imho/cl-imho-1.3.1.ebuild @@ -1,10 +1,10 @@ # 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-imho/cl-imho-1.3.1.ebuild,v 1.1 2003/06/25 20:35:29 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-imho/cl-imho-1.3.1.ebuild,v 1.2 2003/10/16 04:56:37 mkennedy Exp $ inherit common-lisp -DESCRIPTION="UncommonSQL is a database integration kit for Common Lisp. It provides a CommonSQL-compatible interface with a functional SQL syntax and a CLOS integrated Object-to-Relational mapping. You can serialize complete CLOS objects into an RDBMS." +DESCRIPTION="IMHO is a toolkit that provides facilities for building highly interactive web applications, like WebCheckout. Some of the features that are in a useful state at this point are: session management, componentized document construction, template-based HTML rendering, and Java/Javascript integration. It is a loose functional equivalent of Apple's WebObjects framework." HOMEPAGE="http://freesw.onshored.com/wwwdist/imho/ http://alpha.onshored.com/lisp-software/" SRC_URI="http://alpha.onshored.com/debian/local/${PN}_${PV}.orig.tar.gz" @@ -44,3 +44,12 @@ src_install() { dosym /usr/share/common-lisp/source/imho/imho.system \ /usr/share/common-lisp/systems/imho.system } + + +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-imho/metadata.xml b/dev-lisp/cl-imho/metadata.xml new file mode 100644 index 000000000000..f418045b09c8 --- /dev/null +++ b/dev-lisp/cl-imho/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>common-lisp</herd> +</pkgmetadata> |