diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-10 21:47:27 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-10 21:47:27 +0000 |
commit | 15a7c1b4b2101868f79b11ff2b62494b53161536 (patch) | |
tree | 5784de730397e37dda1399378b0dceaf75fc9b73 /dev-lisp/cl-memoization | |
parent | Version bump (diff) | |
download | gentoo-2-15a7c1b4b2101868f79b11ff2b62494b53161536.tar.gz gentoo-2-15a7c1b4b2101868f79b11ff2b62494b53161536.tar.bz2 gentoo-2-15a7c1b4b2101868f79b11ff2b62494b53161536.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-memoization')
-rw-r--r-- | dev-lisp/cl-memoization/ChangeLog | 10 | ||||
-rw-r--r-- | dev-lisp/cl-memoization/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/cl-memoization/cl-memoization-20050302.ebuild | 31 | ||||
-rw-r--r-- | dev-lisp/cl-memoization/files/digest-cl-memoization-20050302 | 1 |
4 files changed, 43 insertions, 3 deletions
diff --git a/dev-lisp/cl-memoization/ChangeLog b/dev-lisp/cl-memoization/ChangeLog index dd1cdec4fd3e..b1a987d8156b 100644 --- a/dev-lisp/cl-memoization/ChangeLog +++ b/dev-lisp/cl-memoization/ChangeLog @@ -1,6 +1,12 @@ # 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 $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-memoization/ChangeLog,v 1.2 2005/04/10 21:44:07 mkennedy Exp $ + +*cl-memoization-20050302 (10 Apr 2005) + + 10 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + +cl-memoization-20050302.ebuild: + Keywording for ~amd64 *cl-memoization-1.0 (14 Oct 2004) diff --git a/dev-lisp/cl-memoization/Manifest b/dev-lisp/cl-memoization/Manifest index 7f6490239ab5..33c3c361d262 100644 --- a/dev-lisp/cl-memoization/Manifest +++ b/dev-lisp/cl-memoization/Manifest @@ -1,4 +1,6 @@ -MD5 e4343a389d86bae62315cdb7311e4451 cl-memoization-1.0.ebuild 847 MD5 e9d04d257de6848c79446a91047464ff ChangeLog 416 +MD5 e4343a389d86bae62315cdb7311e4451 cl-memoization-1.0.ebuild 847 MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 +MD5 94e1c742c2fc8dcfe0cc3e17900e60fc cl-memoization-20050302.ebuild 836 MD5 203a27cb3a73d02ecfac1783fbfd39fc files/digest-cl-memoization-1.0 71 +MD5 6cdc3c148bb99fd957257a8e16006bc1 files/digest-cl-memoization-20050302 74 diff --git a/dev-lisp/cl-memoization/cl-memoization-20050302.ebuild b/dev-lisp/cl-memoization/cl-memoization-20050302.ebuild new file mode 100644 index 000000000000..b41ab8ea48cd --- /dev/null +++ b/dev-lisp/cl-memoization/cl-memoization-20050302.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-memoization/cl-memoization-20050302.ebuild,v 1.1 2005/04/10 21:44:07 mkennedy Exp $ + +inherit common-lisp + +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/cl-memoization/${PN}_${PV}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="dev-lisp/common-lisp-controller + virtual/commonlisp" + +CLPACKAGE=memoization + +S=${WORKDIR}/t + +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-20050302 b/dev-lisp/cl-memoization/files/digest-cl-memoization-20050302 new file mode 100644 index 000000000000..2991fb503e92 --- /dev/null +++ b/dev-lisp/cl-memoization/files/digest-cl-memoization-20050302 @@ -0,0 +1 @@ +MD5 c59dc4afdb4945c35545c11c626255f4 cl-memoization_20050302.tar.gz 80287 |