diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-06-25 20:35:33 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-06-25 20:35:33 +0000 |
commit | 5f2f7577177836b01318fc70e7320331267a29c5 (patch) | |
tree | 6d5d1930f6c781bf54f184e99288dedae0b7e51e /dev-lisp | |
parent | new ebuild (diff) | |
download | gentoo-2-5f2f7577177836b01318fc70e7320331267a29c5.tar.gz gentoo-2-5f2f7577177836b01318fc70e7320331267a29c5.tar.bz2 gentoo-2-5f2f7577177836b01318fc70e7320331267a29c5.zip |
new ebuild
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-imho/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lisp/cl-imho/Manifest | 6 | ||||
-rw-r--r-- | dev-lisp/cl-imho/cl-imho-1.3.1.ebuild | 46 | ||||
-rw-r--r-- | dev-lisp/cl-imho/files/digest-cl-imho-1.3.1 | 1 |
4 files changed, 58 insertions, 4 deletions
diff --git a/dev-lisp/cl-imho/ChangeLog b/dev-lisp/cl-imho/ChangeLog new file mode 100644 index 000000000000..1a333c797c2b --- /dev/null +++ b/dev-lisp/cl-imho/ChangeLog @@ -0,0 +1,9 @@ +# 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 $ + +*cl-imho-1.3.1 (18 Jun 2003) + + 18 Jun 2003; Matthew Kennedy <mkennedy@gentoo.org> : + Initial import. + diff --git a/dev-lisp/cl-imho/Manifest b/dev-lisp/cl-imho/Manifest index 6c1f8a51f5a0..4a23441be61f 100644 --- a/dev-lisp/cl-imho/Manifest +++ b/dev-lisp/cl-imho/Manifest @@ -1,5 +1,3 @@ -MD5 e0b486bdc07494d8b6ddd2a368fd4b0b ChangeLog 329 -MD5 56af02a8641db07fb1d7886d1bb976ee cl-imho-1.2.1.ebuild 878 -MD5 5ea6cf105716f7fab9f4aee72bd703c5 cl-imho-1.2.1.ebuild~ 1315 -MD5 56af02a8641db07fb1d7886d1bb976ee cl-imho-1.3.1.ebuild 878 +MD5 e5d9658a17063beb916de61ddecdb049 cl-imho-1.3.1.ebuild 1512 +MD5 1c8a9f9b6d1357605edbcef71382ad65 ChangeLog 322 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 new file mode 100644 index 000000000000..223f5a635d2e --- /dev/null +++ b/dev-lisp/cl-imho/cl-imho-1.3.1.ebuild @@ -0,0 +1,46 @@ +# 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 $ + +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." +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" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="dev-lisp/common-lisp-controller + dev-lisp/cl-odcl + =net-www/apache-1*" + +CLPACKAGE=imho + +S=${WORKDIR}/${P} + +src_compile() { + cd apache && make CFLAGS="${CFLAGS} -Wall -Wstrict-prototypes -fPIC" || die +} + +src_install() { + exeinto /usr/lib/apache-extramodules + doexe apache/apache-1.3/mod_webapp.so + + insinto /usr/include/webapplib + doins apache/webapplib/*.h + dolib.so apache/webapplib/libwebapp.so + + dodoc apache/doc/*.txt + dodoc doc/*.txt doc/*.pdf + dohtml doc/*.html + + insinto /usr/share/common-lisp/source/imho + doins *.lisp imho.asd imho.system + dodir /usr/share/common-lisp/systems + dosym /usr/share/common-lisp/source/imho/imho.asd \ + /usr/share/common-lisp/systems/imho.asd + dosym /usr/share/common-lisp/source/imho/imho.system \ + /usr/share/common-lisp/systems/imho.system +} diff --git a/dev-lisp/cl-imho/files/digest-cl-imho-1.3.1 b/dev-lisp/cl-imho/files/digest-cl-imho-1.3.1 new file mode 100644 index 000000000000..83ca572ebbf5 --- /dev/null +++ b/dev-lisp/cl-imho/files/digest-cl-imho-1.3.1 @@ -0,0 +1 @@ +MD5 2351f7c37608895a093f35f6a9c641fd cl-imho_1.3.1.orig.tar.gz 302657 |