ChangeLog

# 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.2 2006/12/05 20:01:43 mkennedy Exp $

*cl-hunchentoot-0.4.11 (05 Dec 2006)

05 Dec 2006; Matthew Kennedy
+cl-hunchentoot-0.4.11.ebuild:
New upstream version.

*cl-hunchentoot-0.4.5 (20 Nov 2006)

20 Nov 2006; Matthew Kennedy +metadata.xml,
+cl-hunchentoot-0.4.5.ebuild:
Initial port. Ebuild contributed by Matthew Kennedy .

Manifest

DIST hunchentoot_0.4.10.orig.tar.gz 114893 RMD160 56e5d7d3c8793fdf97a279dbcfab8cc65133575d SHA1 d5f25da22ad508573567f9682a49ab13adf3a218 SHA256 04f7a1c3e16674174f4fd003d6c25e9279eb3ddab6a6dc140a8651105c1c7d26
DIST hunchentoot_0.4.11.orig.tar.gz 115323 RMD160 8de76eabccfcd13c1e3bb4c74877ac525a62fabc SHA1 45b5b4a4e4d48ca3726674b6d2a88e52721b6598 SHA256 00826d2265ceac355eb0492eaf50d59b7953e05947039d50a728ab94c8147746
DIST hunchentoot_0.4.5.orig.tar.gz 114249 RMD160 f488db5a62b663d86490e4ef4ad7551e9a2fa255 SHA1 8abdce03a9003eb3d1d9ca1fad654019f6084a34 SHA256 61d78d7ed7a665cdb24c73360e92d500e4bc652165181fe9a47f261ebaa849b6
EBUILD cl-hunchentoot-0.4.10.ebuild 1059 RMD160 e0bbf80c17d02fe22b3782f84e44854132782f2a SHA1 64ec20cea655e9a930e97a8c29287ff8fb283155 SHA256 897c5ed29395ff282e33adf9d1aae89e9e1cfcba90c76e5de78663b8e4c96672
EBUILD cl-hunchentoot-0.4.11.ebuild 1059 RMD160 5a7b263fe908493f8bb8453dd5964fb0c9629598 SHA1 5d7cebce894c052d8eb17a7188968d4ab6ae2676 SHA256 7ae1d1449373c2c4183cfb764caf70b35bd2f28eb6b64609476b3580a9fa3b55
EBUILD cl-hunchentoot-0.4.5.ebuild 1081 RMD160 7865749726dddbbf1d53545248af89dfdb8daa09 SHA1 f26ae90abff549c9c0a466200a2c9e692c018a7e SHA256 7b9c670c26510e1754762da78dd6c7ec21219528c9600b330baf22472ecea6e0
MISC ChangeLog 586 RMD160 41123afaa48fb56d5fa7ca8b53b61669dab06ad8 SHA1 ceed2de24220680825d182f168112cd0498fd6e6 SHA256 706a61835b0264650d8689d60f372613a3f0caa9a7a47f88e5f61fbab58f15cb
MISC metadata.xml 164 RMD160 5edb79931b874dc3a72128f0742b9d4c4eb3c8c1 SHA1 2f781e1fca36d790a027079805d56cf397e6a6f8 SHA256 f8efc9385015233c71f279f85bd0a327525b7136cf8714cc04449d8bea4ce22f

cl-hunchentoot-0.4.10.ebuild

# 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.10.ebuild,v 1.2 2006/11/21 04:29:22 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/*
}

cl-hunchentoot-0.4.11.ebuild

# 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/*
}

cl-hunchentoot-0.4.5.ebuild

# 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.5.ebuild,v 1.1 2006/11/21 04:23:25 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="http://common-lisp.net/project/portage-overlay/distfiles/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"
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/*
}

metadata.xml




common-lisp