diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-06 11:48:34 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-06 11:48:34 +0000 |
commit | 879c449e3632a1d477c314b97ecd042284008e1c (patch) | |
tree | d65e611d7942fce6dc4e97e5f000282a1b9adc99 /dev-lisp | |
parent | initial import (diff) | |
download | gentoo-2-879c449e3632a1d477c314b97ecd042284008e1c.tar.gz gentoo-2-879c449e3632a1d477c314b97ecd042284008e1c.tar.bz2 gentoo-2-879c449e3632a1d477c314b97ecd042284008e1c.zip |
initial import
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-ubf/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-ubf/Manifest | 6 | ||||
-rw-r--r-- | dev-lisp/cl-ubf/cl-ubf-0.2.1.ebuild | 26 | ||||
-rw-r--r-- | dev-lisp/cl-ubf/files/digest-cl-ubf-0.2.1 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-xptest/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-xptest/Manifest | 5 | ||||
-rw-r--r-- | dev-lisp/cl-xptest/cl-xptest-1.2.3.ebuild | 26 | ||||
-rw-r--r-- | dev-lisp/cl-xptest/files/digest-cl-xptest-1.2.3 | 1 |
8 files changed, 74 insertions, 7 deletions
diff --git a/dev-lisp/cl-ubf/ChangeLog b/dev-lisp/cl-ubf/ChangeLog new file mode 100644 index 000000000000..6aa0c6055c1f --- /dev/null +++ b/dev-lisp/cl-ubf/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-lisp/cl-ubf +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ubf/ChangeLog,v 1.1 2003/10/06 11:45:13 mkennedy Exp $ + +*cl-ubf-0.2.1 (05 Oct 2003) + + 26 Aug 2003; Matthew Kennedy <mkennedy@gentoo.org> + Initial import. diff --git a/dev-lisp/cl-ubf/Manifest b/dev-lisp/cl-ubf/Manifest index 10daca79b676..d33e26666dd2 100644 --- a/dev-lisp/cl-ubf/Manifest +++ b/dev-lisp/cl-ubf/Manifest @@ -1,5 +1,3 @@ -MD5 affe07dce2054d60e4a9a9ddc1a40617 ChangeLog 316 -MD5 6430e9bd3120ad03646098393bf4b791 cl-ubf-0.2.1.ebuild 734 -MD5 1965ea8f75f993a3ebd427bffd1ba431 cl-ubf-0.2.1.ebuild~ 874 -MD5 1c51a880434506da9492bdb2b6664555 files/digest-cl-xptest-1.2.3 70 +MD5 c5a027fd46bc1d3ffec9c802b35466f1 ChangeLog 315 +MD5 e90196cdc57810ee7ca62f2fba0846cd cl-ubf-0.2.1.ebuild 739 MD5 21f9d0fbbfe27c46881fac3a78dcc352 files/digest-cl-ubf-0.2.1 59 diff --git a/dev-lisp/cl-ubf/cl-ubf-0.2.1.ebuild b/dev-lisp/cl-ubf/cl-ubf-0.2.1.ebuild new file mode 100644 index 000000000000..b6008fac8f04 --- /dev/null +++ b/dev-lisp/cl-ubf/cl-ubf-0.2.1.ebuild @@ -0,0 +1,26 @@ +# 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-ubf/cl-ubf-0.2.1.ebuild,v 1.1 2003/10/06 11:45:13 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="A Common Lisp implementation of a UBF(A) reader and writer" +HOMEPAGE="http://common-lisp.net/project/ubf/ + http://www.cliki.net/ubf + http://www.sics.se/~joe/ubf/site/home.html" +SRC_URI="http://common-lisp.net/project/ubf/releases/ubf-${PV}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="dev-lisp/common-lisp-controller + virtual/commonlisp" + +CLPACKAGE=ubf + +S=${WORKDIR}/ubf-${PV} + +src_install() { + common-lisp-install *.lisp *.asd + common-lisp-system-symlink +} diff --git a/dev-lisp/cl-ubf/files/digest-cl-ubf-0.2.1 b/dev-lisp/cl-ubf/files/digest-cl-ubf-0.2.1 new file mode 100644 index 000000000000..2732e3a684b0 --- /dev/null +++ b/dev-lisp/cl-ubf/files/digest-cl-ubf-0.2.1 @@ -0,0 +1 @@ +MD5 d1f4b5e49cb6ae1044fbac4a1b600ca0 ubf-0.2.1.tar.gz 5896 diff --git a/dev-lisp/cl-xptest/ChangeLog b/dev-lisp/cl-xptest/ChangeLog new file mode 100644 index 000000000000..60b0b09efb66 --- /dev/null +++ b/dev-lisp/cl-xptest/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-lisp/cl-xptest +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xptest/ChangeLog,v 1.1 2003/10/06 11:48:31 mkennedy Exp $ + +*cl-xptest-1.2.3 (05 Oct 2003) + + 26 Aug 2003; Matthew Kennedy <mkennedy@gentoo.org> + Initial import. diff --git a/dev-lisp/cl-xptest/Manifest b/dev-lisp/cl-xptest/Manifest index c52424ad00c8..1e9156fcb6ae 100644 --- a/dev-lisp/cl-xptest/Manifest +++ b/dev-lisp/cl-xptest/Manifest @@ -1,4 +1,3 @@ -MD5 1965ea8f75f993a3ebd427bffd1ba431 cl-xptest-1.2.3.ebuild 874 -MD5 e88f436a21b90f144f2d73e2a6da8988 ChangeLog 322 -MD5 1ed3de03bfe363382d17b4fbbd13bb37 ChangeLog~ 316 +MD5 51da4352e5865c0b30bd6a1351cc12da cl-xptest-1.2.3.ebuild 880 +MD5 d58d2904f3644ac30bab35cda8381687 ChangeLog 324 MD5 1c51a880434506da9492bdb2b6664555 files/digest-cl-xptest-1.2.3 70 diff --git a/dev-lisp/cl-xptest/cl-xptest-1.2.3.ebuild b/dev-lisp/cl-xptest/cl-xptest-1.2.3.ebuild new file mode 100644 index 000000000000..c8514222664d --- /dev/null +++ b/dev-lisp/cl-xptest/cl-xptest-1.2.3.ebuild @@ -0,0 +1,26 @@ +# 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-xptest/cl-xptest-1.2.3.ebuild,v 1.1 2003/10/06 11:48:31 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="The XPTEST package is toolkit for building test suites, very much inspired by the test frameworks that the Extreme Programming crew made available for Smalltalk an other languages." +HOMEPAGE="http://alpha.onshored.com/lisp-software/ + http://www.cliki.net/xptest" +SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-xptest/cl-xptest_${PV}.orig.tar.gz" +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="dev-lisp/common-lisp-controller + virtual/commonlisp" + +CLPACKAGE=xptest + +S=${WORKDIR}/${P} + +src_install() { + common-lisp-install *.lisp *.asd + common-lisp-system-symlink + dodoc COPYING README +} diff --git a/dev-lisp/cl-xptest/files/digest-cl-xptest-1.2.3 b/dev-lisp/cl-xptest/files/digest-cl-xptest-1.2.3 new file mode 100644 index 000000000000..b322e869bfb6 --- /dev/null +++ b/dev-lisp/cl-xptest/files/digest-cl-xptest-1.2.3 @@ -0,0 +1 @@ +MD5 17378ce7d39ee12132b3c24407323a1f cl-xptest_1.2.3.orig.tar.gz 5236 |