summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2006-05-01 20:28:49 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2006-05-01 20:28:49 +0000
commitd7909cea13f59a961a40f33bb8526451b9ac9a96 (patch)
tree8c1cf12f362594ca59b9222a08580a74d5694eb1
parentSmall fix in lib preservation for 2.3.21 (diff)
downloadgentoo-2-d7909cea13f59a961a40f33bb8526451b9ac9a96.tar.gz
gentoo-2-d7909cea13f59a961a40f33bb8526451b9ac9a96.tar.bz2
gentoo-2-d7909cea13f59a961a40f33bb8526451b9ac9a96.zip
New upstream version.
(Portage version: 2.1_pre9-r4)
-rw-r--r--dev-lisp/cl-araneida/ChangeLog10
-rw-r--r--dev-lisp/cl-araneida/cl-araneida-0.90.1.ebuild43
-rw-r--r--dev-lisp/cl-araneida/files/digest-cl-araneida-0.90.13
3 files changed, 54 insertions, 2 deletions
diff --git a/dev-lisp/cl-araneida/ChangeLog b/dev-lisp/cl-araneida/ChangeLog
index 4d4c5dfd7ae2..621f94420411 100644
--- a/dev-lisp/cl-araneida/ChangeLog
+++ b/dev-lisp/cl-araneida/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lisp/cl-araneida
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-araneida/ChangeLog,v 1.5 2005/05/24 18:48:32 mkennedy Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-araneida/ChangeLog,v 1.6 2006/05/01 20:28:49 mkennedy Exp $
+
+*cl-araneida-0.90.1 (01 May 2006)
+
+ 01 May 2006; Matthew Kennedy <mkennedy@gentoo.org>
+ +cl-araneida-0.90.1.ebuild:
+ New upstream version.
24 May 2005; <mkennedy@gentoo.org> cl-araneida-0.9.ebuild:
Keywording ~sparc
diff --git a/dev-lisp/cl-araneida/cl-araneida-0.90.1.ebuild b/dev-lisp/cl-araneida/cl-araneida-0.90.1.ebuild
new file mode 100644
index 000000000000..715101b14e5e
--- /dev/null
+++ b/dev-lisp/cl-araneida/cl-araneida-0.90.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-araneida/cl-araneida-0.90.1.ebuild,v 1.1 2006/05/01 20:28:49 mkennedy Exp $
+
+inherit common-lisp eutils
+
+DESCRIPTION="Araneida is small, highly-portable web server for Common Lisp"
+HOMEPAGE="http://www.cliki.net/Araneida"
+SRC_URI="http://common-lisp.net/project/araneida/release/araneida-version-${PV}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+DEPEND="dev-lisp/cl-split-sequence
+ dev-lisp/cl-net-telent-date"
+# parenscript? ( dev-lisp/cl-parenscript )"
+RDEPEND="${DEPEND}
+ !standalone? ( || ( net-www/apache www-servers/pound ) )"
+
+CLPACKAGE=araneida
+
+S=${WORKDIR}/araneida-version-${PV}
+
+src_unpack() {
+ unpack ${A}
+# epatch ${FILESDIR}/${PV}-gentoo.patch || die
+}
+
+src_install() {
+ insinto $CLSOURCEROOT/araneida
+ doins *.asd *.lisp NEWS
+ for i in utility obsolete araneida-repl compat; do
+ insinto $CLSOURCEROOT/araneida/$i
+ doins $i/*
+ done
+ insinto $CLSOURCEROOT/araneida/doc
+ doins doc/*.html doc/*.css doc/*.lisp doc/PLAN
+ common-lisp-system-symlink
+ dodoc doc/*.txt LICENCE* RELEASE_NOTES NEWS Notes README TODO
+ dosym $CLSOURCEROOT/araneida/doc/ \
+ /usr/share/doc/${PF}/html
+ dodoc ${FILESDIR}/README.Gentoo
+}
diff --git a/dev-lisp/cl-araneida/files/digest-cl-araneida-0.90.1 b/dev-lisp/cl-araneida/files/digest-cl-araneida-0.90.1
new file mode 100644
index 000000000000..ae1b3438fe28
--- /dev/null
+++ b/dev-lisp/cl-araneida/files/digest-cl-araneida-0.90.1
@@ -0,0 +1,3 @@
+MD5 01dd11d9bdac0ed9a07c6b3c5fa51b6e araneida-version-0.90.1.tar.gz 531636
+RMD160 08944b9c4edadf5d0d0112a071d46c157d4924f2 araneida-version-0.90.1.tar.gz 531636
+SHA256 594c3418f980c4bf5bea0e432c4068772d8a6b4c26ab4bee4cbddc9d8993ce8b araneida-version-0.90.1.tar.gz 531636