diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-16 20:26:30 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-16 20:26:30 +0000 |
commit | d28a1db8b62af98a419bc25357ab1ea1aa7f89ba (patch) | |
tree | 3d36e3f5c5e7ecff3de8e8523fa2da70295aa209 /dev-lisp | |
parent | (Portage version: 2.0.51.19) (Manifest recommit) (diff) | |
download | gentoo-2-d28a1db8b62af98a419bc25357ab1ea1aa7f89ba.tar.gz gentoo-2-d28a1db8b62af98a419bc25357ab1ea1aa7f89ba.tar.bz2 gentoo-2-d28a1db8b62af98a419bc25357ab1ea1aa7f89ba.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-imho/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-imho/cl-imho-1.3.1-r1.ebuild | 45 | ||||
-rw-r--r-- | dev-lisp/cl-imho/cl-imho-1.3.1.ebuild | 54 | ||||
-rw-r--r-- | dev-lisp/cl-imho/cl-imho-1.3.2.ebuild | 6 | ||||
-rw-r--r-- | dev-lisp/cl-imho/files/digest-cl-imho-1.3.1 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-imho/files/digest-cl-imho-1.3.1-r1 | 1 |
6 files changed, 9 insertions, 106 deletions
diff --git a/dev-lisp/cl-imho/ChangeLog b/dev-lisp/cl-imho/ChangeLog index 780cd7155fba..d748bc0fd63b 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-imho/ChangeLog,v 1.6 2004/06/24 23:44:19 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-imho/ChangeLog,v 1.7 2005/04/16 20:26:30 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-imho-1.3.1.ebuild, + -cl-imho-1.3.1-r1.ebuild, cl-imho-1.3.2.ebuild: + Keywording; Removed old ebuilds 09 May 2004; David Holm <dholm@gentoo.org> cl-imho-1.3.2.ebuild: Added to ~ppc. diff --git a/dev-lisp/cl-imho/cl-imho-1.3.1-r1.ebuild b/dev-lisp/cl-imho/cl-imho-1.3.1-r1.ebuild deleted file mode 100644 index d9ebb1605ca9..000000000000 --- a/dev-lisp/cl-imho/cl-imho-1.3.1-r1.ebuild +++ /dev/null @@ -1,45 +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-imho/cl-imho-1.3.1-r1.ebuild,v 1.3 2004/07/14 15:32:05 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="IMHO is a toolkit that provides facilities for building highly interactive web applications" -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 - - -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/cl-imho-1.3.1.ebuild b/dev-lisp/cl-imho/cl-imho-1.3.1.ebuild deleted file mode 100644 index 0a6c067bd813..000000000000 --- a/dev-lisp/cl-imho/cl-imho-1.3.1.ebuild +++ /dev/null @@ -1,54 +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-imho/cl-imho-1.3.1.ebuild,v 1.5 2004/07/14 15:32:05 agriffis Exp $ - -inherit common-lisp - -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" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - dev-lisp/cl-odcl - =net-www/apache-1*" - -CLPACKAGE=imho - - -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 -} - - -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/cl-imho-1.3.2.ebuild b/dev-lisp/cl-imho/cl-imho-1.3.2.ebuild index 404a7260b747..473f7a621aa4 100644 --- a/dev-lisp/cl-imho/cl-imho-1.3.2.ebuild +++ b/dev-lisp/cl-imho/cl-imho-1.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-imho/cl-imho-1.3.2.ebuild,v 1.4 2004/07/14 15:32:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-imho/cl-imho-1.3.2.ebuild,v 1.5 2005/04/16 20:26:30 mkennedy Exp $ inherit common-lisp @@ -10,7 +10,7 @@ HOMEPAGE="http://freesw.onshored.com/wwwdist/imho/ SRC_URI="http://alpha.onshored.com/debian/local/${PN}_${PV}.orig.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller dev-lisp/cl-odcl 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 deleted file mode 100644 index 83ca572ebbf5..000000000000 --- a/dev-lisp/cl-imho/files/digest-cl-imho-1.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2351f7c37608895a093f35f6a9c641fd cl-imho_1.3.1.orig.tar.gz 302657 diff --git a/dev-lisp/cl-imho/files/digest-cl-imho-1.3.1-r1 b/dev-lisp/cl-imho/files/digest-cl-imho-1.3.1-r1 deleted file mode 100644 index 83ca572ebbf5..000000000000 --- a/dev-lisp/cl-imho/files/digest-cl-imho-1.3.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2351f7c37608895a093f35f6a9c641fd cl-imho_1.3.1.orig.tar.gz 302657 |