diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-10-15 03:52:11 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-10-15 03:52:11 +0000 |
commit | 84ff834e77849d1727cce85baba726d3a238e236 (patch) | |
tree | e9b00bc53135d14cd6a97c0d4c9cd72e9caa5eb6 /dev-lisp/cl-memoization | |
parent | Stable on sparc wrt security bug #67409. (diff) | |
download | historical-84ff834e77849d1727cce85baba726d3a238e236.tar.gz historical-84ff834e77849d1727cce85baba726d3a238e236.tar.bz2 historical-84ff834e77849d1727cce85baba726d3a238e236.zip |
*** empty log message ***
Diffstat (limited to 'dev-lisp/cl-memoization')
-rw-r--r-- | dev-lisp/cl-memoization/ChangeLog | 10 | ||||
-rw-r--r-- | dev-lisp/cl-memoization/Manifest | 3 | ||||
-rw-r--r-- | dev-lisp/cl-memoization/cl-memoization-1.0.ebuild | 33 | ||||
-rw-r--r-- | dev-lisp/cl-memoization/files/digest-cl-memoization-1.0 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-memoization/metadata.xml | 5 |
5 files changed, 52 insertions, 0 deletions
diff --git a/dev-lisp/cl-memoization/ChangeLog b/dev-lisp/cl-memoization/ChangeLog new file mode 100644 index 000000000000..dd1cdec4fd3e --- /dev/null +++ b/dev-lisp/cl-memoization/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-lisp/cl-memoization +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-memoization/ChangeLog,v 1.1 2004/10/15 03:52:11 mkennedy Exp $ + +*cl-memoization-1.0 (14 Oct 2004) + + 14 Oct 2004; <mkennedy@gentoo.org> +metadata.xml, + +cl-memoization-1.0.ebuild: + Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org> + diff --git a/dev-lisp/cl-memoization/Manifest b/dev-lisp/cl-memoization/Manifest new file mode 100644 index 000000000000..a9f38cffb24d --- /dev/null +++ b/dev-lisp/cl-memoization/Manifest @@ -0,0 +1,3 @@ +MD5 b81c1e2853b73fa52e10fbdff0a5682e cl-memoization-1.0.ebuild 780 +MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 +MD5 203a27cb3a73d02ecfac1783fbfd39fc files/digest-cl-memoization-1.0 71 diff --git a/dev-lisp/cl-memoization/cl-memoization-1.0.ebuild b/dev-lisp/cl-memoization/cl-memoization-1.0.ebuild new file mode 100644 index 000000000000..dcbe4a00aae2 --- /dev/null +++ b/dev-lisp/cl-memoization/cl-memoization-1.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-memoization/cl-memoization-1.0.ebuild,v 1.1 2004/10/15 03:52:11 mkennedy Exp $ + +inherit common-lisp + +DEB_PV=9 + +DESCRIPTION="Memoization support to CMU Common Lisp" +HOMEPAGE="http://packages.debian.org/unstable/libs/cl-memoization" +SRC_URI="http://ftp.debian.org/debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PV}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="dev-lisp/common-lisp-controller + virtual/commonlisp" + +CLPACKAGE=memoization + +S=${WORKDIR}/memoization-${PV} + +src_unpack() { + unpack ${A} + rm ${S}/Makefile || die +} + +src_install() { + common-lisp-install *.lisp *.asd + common-lisp-system-symlink + dodoc docs/*.{ps,text} docs/README Memo-Tables/fib.lisp + do-debian-credits +} diff --git a/dev-lisp/cl-memoization/files/digest-cl-memoization-1.0 b/dev-lisp/cl-memoization/files/digest-cl-memoization-1.0 new file mode 100644 index 000000000000..7c02b5921614 --- /dev/null +++ b/dev-lisp/cl-memoization/files/digest-cl-memoization-1.0 @@ -0,0 +1 @@ +MD5 7835ee4c0c87ef99d3a831fbda8c6674 cl-memoization_1.0-9.tar.gz 80955 diff --git a/dev-lisp/cl-memoization/metadata.xml b/dev-lisp/cl-memoization/metadata.xml new file mode 100644 index 000000000000..f418045b09c8 --- /dev/null +++ b/dev-lisp/cl-memoization/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> |