diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-03 08:55:48 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-03 08:55:48 +0000 |
commit | 701f52739318d482e2b6efbddbf5184c3dbc8752 (patch) | |
tree | 270b188bde5d35cf26c980d53440e60c2a21ddb4 /dev-lisp | |
parent | Fix path in einfo. Bug #80538. (diff) | |
download | historical-701f52739318d482e2b6efbddbf5184c3dbc8752.tar.gz historical-701f52739318d482e2b6efbddbf5184c3dbc8752.tar.bz2 historical-701f52739318d482e2b6efbddbf5184c3dbc8752.zip |
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-lisp')
5 files changed, 47 insertions, 6 deletions
diff --git a/dev-lisp/cl-webactions/ChangeLog b/dev-lisp/cl-webactions/ChangeLog index 455aa527a46b..2959b0d304e8 100644 --- a/dev-lisp/cl-webactions/ChangeLog +++ b/dev-lisp/cl-webactions/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lisp/cl-webactions -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-webactions/ChangeLog,v 1.1 2004/10/15 03:52:11 mkennedy Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-webactions/ChangeLog,v 1.2 2005/02/03 08:55:48 mkennedy Exp $ + +*cl-webactions-1.2.35.20040924-r1 (03 Feb 2005) + + 03 Feb 2005; Matthew Kennedy <mkennedy@gentoo.org> + +cl-webactions-1.2.35.20040924-r1.ebuild: + Sync with the other Portable Allegro Serve ports. *cl-webactions-1.2.35.20040924 (14 Oct 2004) diff --git a/dev-lisp/cl-webactions/Manifest b/dev-lisp/cl-webactions/Manifest index 20520e6b008e..ff0b3e7a0484 100644 --- a/dev-lisp/cl-webactions/Manifest +++ b/dev-lisp/cl-webactions/Manifest @@ -1,4 +1,6 @@ -MD5 b63612eb1c27b0967c72fc69571389b2 cl-webactions-1.2.35.20040924.ebuild 1167 -MD5 fb98df332f24962d08dc5b890cb9f62d ChangeLog 436 +MD5 21bc3031ab493e4126f150e27b08f44d cl-webactions-1.2.35.20040924-r1.ebuild 1118 +MD5 0288df4f9def3efd8ecf61e9b3092ece ChangeLog 635 +MD5 a792ec74d323446939aeea492325bb0d cl-webactions-1.2.35.20040924.ebuild 1167 MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 MD5 617ab01f8b60d8774cf95f93f3d1e689 files/digest-cl-webactions-1.2.35.20040924 92 +MD5 617ab01f8b60d8774cf95f93f3d1e689 files/digest-cl-webactions-1.2.35.20040924-r1 92 diff --git a/dev-lisp/cl-webactions/cl-webactions-1.2.35.20040924-r1.ebuild b/dev-lisp/cl-webactions/cl-webactions-1.2.35.20040924-r1.ebuild new file mode 100644 index 000000000000..4396acf5b7d9 --- /dev/null +++ b/dev-lisp/cl-webactions/cl-webactions-1.2.35.20040924-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-webactions/cl-webactions-1.2.35.20040924-r1.ebuild,v 1.1 2005/02/03 08:55:48 mkennedy Exp $ + +inherit common-lisp eutils + +MY_PV=${PV:0:6} +CVS_PV=${PV:7:4}.${PV:11:2}.${PV:13} + +DESCRIPTION="Webactions is Franz's library for dispatching HTTP requests as well as processing HTML templates." +HOMEPAGE="http://packages.debian.org/unstable/web/cl-webactions.html" +SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-portable-aserve/cl-portable-aserve_${MY_PV}+cvs.${CVS_PV}.tar.gz" +LICENSE="LLGPL-2.1" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="=dev-lisp/cl-aserve-${PV}*" + +CLPACKAGE=webactions + +S=${WORKDIR}/cl-portable-aserve-${MY_PV}+cvs.${CVS_PV} + +src_install() { + common-lisp-install aserve/webactions/*.cl aserve/webactions/*.asd + common-lisp-system-symlink + insinto $CLSOURCEROOT/webactions/clpcode; doins aserve/webactions/clpcode/*.cl + dohtml aserve/webactions/doc/* + dodoc aserve/webactions/ChangeLog + docinto examples + dodoc contrib/*.lisp + do-debian-credits +} diff --git a/dev-lisp/cl-webactions/cl-webactions-1.2.35.20040924.ebuild b/dev-lisp/cl-webactions/cl-webactions-1.2.35.20040924.ebuild index 57c79271e3f7..630ea44a2cc7 100644 --- a/dev-lisp/cl-webactions/cl-webactions-1.2.35.20040924.ebuild +++ b/dev-lisp/cl-webactions/cl-webactions-1.2.35.20040924.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-webactions/cl-webactions-1.2.35.20040924.ebuild,v 1.1 2004/10/15 03:52:11 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-webactions/cl-webactions-1.2.35.20040924.ebuild,v 1.2 2005/02/03 08:55:48 mkennedy Exp $ inherit common-lisp eutils diff --git a/dev-lisp/cl-webactions/files/digest-cl-webactions-1.2.35.20040924-r1 b/dev-lisp/cl-webactions/files/digest-cl-webactions-1.2.35.20040924-r1 new file mode 100644 index 000000000000..1c1cde363666 --- /dev/null +++ b/dev-lisp/cl-webactions/files/digest-cl-webactions-1.2.35.20040924-r1 @@ -0,0 +1 @@ +MD5 597bf5d0b053f555a28477036ee0b9c7 cl-portable-aserve_1.2.35+cvs.2004.09.24.tar.gz 776626 |