diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-16 20:25:55 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-16 20:25:55 +0000 |
commit | f350450acc6e68e5009df36ebbbc2d5a51bbdb80 (patch) | |
tree | 35e1e1acb3b6fe75becfa848244f46ee18ce1f1d /dev-lisp/cl-puri | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-f350450acc6e68e5009df36ebbbc2d5a51bbdb80.tar.gz gentoo-2-f350450acc6e68e5009df36ebbbc2d5a51bbdb80.tar.bz2 gentoo-2-f350450acc6e68e5009df36ebbbc2d5a51bbdb80.zip |
*** empty log message ***
Diffstat (limited to 'dev-lisp/cl-puri')
-rw-r--r-- | dev-lisp/cl-puri/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-puri/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/cl-puri/cl-puri-1.3.1.ebuild | 34 | ||||
-rw-r--r-- | dev-lisp/cl-puri/files/digest-cl-puri-1.3.1 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-puri/metadata.xml | 5 |
5 files changed, 50 insertions, 2 deletions
diff --git a/dev-lisp/cl-puri/ChangeLog b/dev-lisp/cl-puri/ChangeLog new file mode 100644 index 000000000000..af00a8e62c15 --- /dev/null +++ b/dev-lisp/cl-puri/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-lisp/cl-puri +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-puri/ChangeLog,v 1.1 2003/10/16 20:25:53 mkennedy Exp $ + +*cl-puri-1.3.1 (16 Oct 2003) + + 16 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> : + initial import diff --git a/dev-lisp/cl-puri/Manifest b/dev-lisp/cl-puri/Manifest index 480b593d735a..d0129f0648ee 100644 --- a/dev-lisp/cl-puri/Manifest +++ b/dev-lisp/cl-puri/Manifest @@ -1,4 +1,4 @@ MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 -MD5 78a24fd37964a538acc2c0c671f32dd6 cl-puri-1.3.1.ebuild 842 -MD5 db8f76e7b8d1af32e9eb9a8d61ea8904 ChangeLog 321 +MD5 49e3def5abe61c5d1c06cfd6009bf49a cl-puri-1.3.1.ebuild 836 +MD5 550ce97606493fd299aa12f6e06b9496 ChangeLog 318 MD5 6308a81de284883bda0b3b516c054b56 files/digest-cl-puri-1.3.1 61 diff --git a/dev-lisp/cl-puri/cl-puri-1.3.1.ebuild b/dev-lisp/cl-puri/cl-puri-1.3.1.ebuild new file mode 100644 index 000000000000..dff499fb9859 --- /dev/null +++ b/dev-lisp/cl-puri/cl-puri-1.3.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-puri/cl-puri-1.3.1.ebuild,v 1.1 2003/10/16 20:25:53 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="Portable URI library for Common Lisp based on the Franz, Inc. :net.uri module." +HOMEPAGE="http://www.b9.com" +SRC_URI="ftp://ftp.b9.com/puri/puri-${PV}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="dev-lisp/common-lisp-controller + dev-lisp/cl-ptester + virtual/commonlisp" + +CLPACKAGE=puri + +S=${WORKDIR}/puri-${PV} + +src_install() { + common-lisp-install *.lisp *.asd + common-lisp-system-symlink + dohtml tester.html +} + +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-puri/files/digest-cl-puri-1.3.1 b/dev-lisp/cl-puri/files/digest-cl-puri-1.3.1 new file mode 100644 index 000000000000..05ccd125e206 --- /dev/null +++ b/dev-lisp/cl-puri/files/digest-cl-puri-1.3.1 @@ -0,0 +1 @@ +MD5 38c62afa20a2f273730a53f588aeeada puri-1.3.1.tar.gz 87405 diff --git a/dev-lisp/cl-puri/metadata.xml b/dev-lisp/cl-puri/metadata.xml new file mode 100644 index 000000000000..f418045b09c8 --- /dev/null +++ b/dev-lisp/cl-puri/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>common-lisp</herd> +</pkgmetadata> |