diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-12-05 20:01:43 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-12-05 20:01:43 +0000 |
commit | f6fab7c57577e06c273fcd5418ccf199d87d5b6d (patch) | |
tree | 721d857cfafdac535a1b200979c25d2cef174194 /dev-lisp | |
parent | Bump revision to include new init.d script to fix issues reported in bug #154162 (diff) | |
download | gentoo-2-f6fab7c57577e06c273fcd5418ccf199d87d5b6d.tar.gz gentoo-2-f6fab7c57577e06c273fcd5418ccf199d87d5b6d.tar.bz2 gentoo-2-f6fab7c57577e06c273fcd5418ccf199d87d5b6d.zip |
New upstream version.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-hunchentoot/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-hunchentoot/cl-hunchentoot-0.4.11.ebuild | 37 | ||||
-rw-r--r-- | dev-lisp/cl-hunchentoot/files/digest-cl-hunchentoot-0.4.11 | 3 |
3 files changed, 47 insertions, 1 deletions
diff --git a/dev-lisp/cl-hunchentoot/ChangeLog b/dev-lisp/cl-hunchentoot/ChangeLog index af267095c2cb..6c2428b1dc2b 100644 --- a/dev-lisp/cl-hunchentoot/ChangeLog +++ b/dev-lisp/cl-hunchentoot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lisp/cl-hunchentoot # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hunchentoot/ChangeLog,v 1.1 2006/11/21 04:23:25 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hunchentoot/ChangeLog,v 1.2 2006/12/05 20:01:43 mkennedy Exp $ + +*cl-hunchentoot-0.4.11 (05 Dec 2006) + + 05 Dec 2006; Matthew Kennedy <mkennedy@gentoo.org> + +cl-hunchentoot-0.4.11.ebuild: + New upstream version. *cl-hunchentoot-0.4.5 (20 Nov 2006) diff --git a/dev-lisp/cl-hunchentoot/cl-hunchentoot-0.4.11.ebuild b/dev-lisp/cl-hunchentoot/cl-hunchentoot-0.4.11.ebuild new file mode 100644 index 000000000000..fd9717430938 --- /dev/null +++ b/dev-lisp/cl-hunchentoot/cl-hunchentoot-0.4.11.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hunchentoot/cl-hunchentoot-0.4.11.ebuild,v 1.1 2006/12/05 20:01:43 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="Hunchentoot is a web server written in Common Lisp and at the same time a toolkit for building dynamic websites with Common Lisp." +HOMEPAGE="http://weitz.de/hunchentoot/" +SRC_URI="mirror://gentoo/hunchentoot_${PV}.orig.tar.gz" +LICENSE="BSD" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-lisp/cl-md5 + dev-lisp/cl-base64 + dev-lisp/cl-rfc2388 + dev-lisp/cl-plus-ssl + dev-lisp/cl-chunga + dev-lisp/cl-ppcre + dev-lisp/cl-url-rewrite + dev-lisp/cl-who" +SLOT="0" + +CLPACKAGE="hunchentoot hunchentoot-test" + +S=${WORKDIR}/hunchentoot-${PV} + +src_install() { + common-lisp-install *.{lisp,asd} + insinto $CLSOURCEROOT/hunchentoot/test + doins test/* + for i in hunchentoot{,-test}; do + dosym $CLSOURCEROOT/hunchentoot/$i.asd $CLSYSTEMROOT/$i.asd + done + dodoc CHANGELOG* README + dohtml -r doc/* +} diff --git a/dev-lisp/cl-hunchentoot/files/digest-cl-hunchentoot-0.4.11 b/dev-lisp/cl-hunchentoot/files/digest-cl-hunchentoot-0.4.11 new file mode 100644 index 000000000000..ec032afbaed3 --- /dev/null +++ b/dev-lisp/cl-hunchentoot/files/digest-cl-hunchentoot-0.4.11 @@ -0,0 +1,3 @@ +MD5 3fbc34c26a510af1a5963bf4e5ada733 hunchentoot_0.4.11.orig.tar.gz 115323 +RMD160 8de76eabccfcd13c1e3bb4c74877ac525a62fabc hunchentoot_0.4.11.orig.tar.gz 115323 +SHA256 00826d2265ceac355eb0492eaf50d59b7953e05947039d50a728ab94c8147746 hunchentoot_0.4.11.orig.tar.gz 115323 |