diff options
-rw-r--r-- | dev-lisp/cl-ch-util/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lisp/cl-ch-util/Manifest | 19 | ||||
-rw-r--r-- | dev-lisp/cl-ch-util/cl-ch-util-0.1.5.20051012.ebuild | 36 | ||||
-rw-r--r-- | dev-lisp/cl-ch-util/files/0.1.5.20051012-fasl-output-gentoo.patch | 52 | ||||
-rw-r--r-- | dev-lisp/cl-ch-util/files/digest-cl-ch-util-0.1.5.20051012 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-clem/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lisp/cl-clem/Manifest | 5 | ||||
-rw-r--r-- | dev-lisp/cl-clem/cl-clem-0.1.4.20051012.ebuild | 37 | ||||
-rw-r--r-- | dev-lisp/cl-clem/files/0.1.4.20051012-fasl-output-gentoo.patch | 40 | ||||
-rw-r--r-- | dev-lisp/cl-clem/files/digest-cl-clem-0.1.4.20051012 | 1 |
10 files changed, 193 insertions, 16 deletions
diff --git a/dev-lisp/cl-ch-util/ChangeLog b/dev-lisp/cl-ch-util/ChangeLog index d77375b2bb07..f2a2b2e3c6c4 100644 --- a/dev-lisp/cl-ch-util/ChangeLog +++ b/dev-lisp/cl-ch-util/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-lisp/cl-ch-util # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ch-util/ChangeLog,v 1.1 2005/07/25 06:22:31 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ch-util/ChangeLog,v 1.2 2005/11/23 17:25:45 mkennedy Exp $ + +*cl-ch-util-0.1.5.20051012 (23 Nov 2005) + + 23 Nov 2005; Matthew Kennedy <mkennedy@gentoo.org> + +files/0.1.5.20051012-fasl-output-gentoo.patch, + +cl-ch-util-0.1.5.20051012.ebuild: + New upstream version. *cl-ch-util-0.1.4.20050724 (25 Jul 2005) diff --git a/dev-lisp/cl-ch-util/Manifest b/dev-lisp/cl-ch-util/Manifest index 2a48409f7666..5c52cad7abb1 100644 --- a/dev-lisp/cl-ch-util/Manifest +++ b/dev-lisp/cl-ch-util/Manifest @@ -1,15 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 cae1fb574188dff3f8cf7acd28609534 cl-ch-util-0.1.4.20050724.ebuild 1056 -MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 MD5 57b436e1ffe48daad21523f0d3dcb509 ChangeLog 488 -MD5 0ce6b51f0162512cfe9ae43b9f73db01 files/digest-cl-ch-util-0.1.4.20050724 72 +MD5 cae1fb574188dff3f8cf7acd28609534 cl-ch-util-0.1.4.20050724.ebuild 1056 +MD5 47d43336994458bb6ef8232e75d707e8 cl-ch-util-0.1.5.20051012.ebuild 1057 MD5 1cd754672d755dfaabb81c59238b65a4 files/0.1.4.20050724-fasl-output-gentoo.patch 2323 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFC5IVpyiNZaEAZA+ARAiRJAJ9NXGJp8bpZOPsXE9DNqpH6IrHPxgCfW7+X -2CqJO7F/qggRxKYdEYhfaTQ= -=KIIR ------END PGP SIGNATURE----- +MD5 1cd754672d755dfaabb81c59238b65a4 files/0.1.5.20051012-fasl-output-gentoo.patch 2323 +MD5 0ce6b51f0162512cfe9ae43b9f73db01 files/digest-cl-ch-util-0.1.4.20050724 72 +MD5 2d726d84839b49ec24ff09dd02096644 files/digest-cl-ch-util-0.1.5.20051012 72 +MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 diff --git a/dev-lisp/cl-ch-util/cl-ch-util-0.1.5.20051012.ebuild b/dev-lisp/cl-ch-util/cl-ch-util-0.1.5.20051012.ebuild new file mode 100644 index 000000000000..246497637006 --- /dev/null +++ b/dev-lisp/cl-ch-util/cl-ch-util-0.1.5.20051012.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ch-util/cl-ch-util-0.1.5.20051012.ebuild,v 1.1 2005/11/23 17:25:45 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="Cyrus Harmon's Common Lisp utility library." +HOMEPAGE="http://www.cyrusharmon.org/cl/blog/" +SRC_URI="http://cyrusharmon.org/cl/static/releases/ch-util-${PV/.2005/-2005}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" +DEPEND="" +S=${WORKDIR}/ch-util + +CLPACKAGE='ch-util ch-util-test' + +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/${PV}-fasl-output-gentoo.patch || die + rm ${S}/Makefile +} + +src_install() { + dodir $CLSYSTEMROOT + insinto $CLSOURCEROOT/ch-util + doins *.{cl,asd} + insinto $CLSOURCEROOT/ch-util/src/ + doins src/*.cl + insinto $CLSOURCEROOT/ch-util/test/ + doins test/*.cl + dosym ${CLSOURCEROOT}/ch-util/ch-util.asd ${CLSYSTEMROOT}/ch-util.asd + dosym ${CLSOURCEROOT}/ch-util/ch-util-test.asd ${CLSYSTEMROOT}/ch-util-test.asd + dodoc COPYRIGHT README +} diff --git a/dev-lisp/cl-ch-util/files/0.1.5.20051012-fasl-output-gentoo.patch b/dev-lisp/cl-ch-util/files/0.1.5.20051012-fasl-output-gentoo.patch new file mode 100644 index 000000000000..30d855276c41 --- /dev/null +++ b/dev-lisp/cl-ch-util/files/0.1.5.20051012-fasl-output-gentoo.patch @@ -0,0 +1,52 @@ +diff -ur ch-util.orig/ch-util-test.asd ch-util/ch-util-test.asd +--- ch-util.orig/ch-util-test.asd 2005-07-24 13:44:50.000000000 -0500 ++++ ch-util/ch-util-test.asd 2005-07-25 00:23:10.000000000 -0500 +@@ -12,15 +12,15 @@ + ;;;; + (defclass ch-util-test-cl-source-file (cl-source-file) ()) + +-(defparameter *fasl-directory* +- (make-pathname :directory '(:relative #+sbcl "sbcl-fasl" +- #+openmcl "openmcl-fasl" +- #-(or sbcl openmcl) "fasl"))) ++;; (defparameter *fasl-directory* ++;; (make-pathname :directory '(:relative #+sbcl "sbcl-fasl" ++;; #+openmcl "openmcl-fasl" ++;; #-(or sbcl openmcl) "fasl"))) + + (defmethod source-file-type ((c ch-util-test-cl-source-file) (s module)) "cl") + +-(defmethod asdf::output-files :around ((operation compile-op) (c ch-util-test-cl-source-file)) +- (list (merge-pathnames *fasl-directory* (compile-file-pathname (component-pathname c))))) ++;; (defmethod asdf::output-files :around ((operation compile-op) (c ch-util-test-cl-source-file)) ++;; (list (merge-pathnames *fasl-directory* (compile-file-pathname (component-pathname c))))) + + (defsystem #:ch-util-test + :name "ch-util-test" +Only in ch-util: ch-util-test.asd~ +diff -ur ch-util.orig/ch-util.asd ch-util/ch-util.asd +--- ch-util.orig/ch-util.asd 2005-07-24 13:44:50.000000000 -0500 ++++ ch-util/ch-util.asd 2005-07-25 00:23:00.000000000 -0500 +@@ -12,15 +12,15 @@ + ;;;; + (defclass ch-util-cl-source-file (cl-source-file) ()) + +-(defparameter *fasl-directory* +- (make-pathname :directory '(:relative #+sbcl "sbcl-fasl" +- #+openmcl "openmcl-fasl" +- #-(or sbcl openmcl) "fasl"))) ++;; (defparameter *fasl-directory* ++;; (make-pathname :directory '(:relative #+sbcl "sbcl-fasl" ++;; #+openmcl "openmcl-fasl" ++;; #-(or sbcl openmcl) "fasl"))) + + (defmethod source-file-type ((c ch-util-cl-source-file) (s module)) "cl") + +-(defmethod asdf::output-files :around ((operation compile-op) (c ch-util-cl-source-file)) +- (list (merge-pathnames *fasl-directory* (compile-file-pathname (component-pathname c))))) ++;; (defmethod asdf::output-files :around ((operation compile-op) (c ch-util-cl-source-file)) ++;; (list (merge-pathnames *fasl-directory* (compile-file-pathname (component-pathname c))))) + + (defsystem #:ch-util + :name "ch-util" +Only in ch-util: ch-util.asd~ diff --git a/dev-lisp/cl-ch-util/files/digest-cl-ch-util-0.1.5.20051012 b/dev-lisp/cl-ch-util/files/digest-cl-ch-util-0.1.5.20051012 new file mode 100644 index 000000000000..8ddb43b98ec9 --- /dev/null +++ b/dev-lisp/cl-ch-util/files/digest-cl-ch-util-0.1.5.20051012 @@ -0,0 +1 @@ +MD5 d7b385d504294ce27adbcd798c3f3806 ch-util-0.1.5-20051012.tar.gz 7579 diff --git a/dev-lisp/cl-clem/ChangeLog b/dev-lisp/cl-clem/ChangeLog index 0e04e7cbf78e..c9cc21294733 100644 --- a/dev-lisp/cl-clem/ChangeLog +++ b/dev-lisp/cl-clem/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-lisp/cl-clem # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-clem/ChangeLog,v 1.2 2005/07/25 14:34:17 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-clem/ChangeLog,v 1.3 2005/11/23 17:24:23 mkennedy Exp $ + +*cl-clem-0.1.4.20051012 (23 Nov 2005) + + 23 Nov 2005; Matthew Kennedy <mkennedy@gentoo.org> + +files/0.1.4.20051012-fasl-output-gentoo.patch, + +cl-clem-0.1.4.20051012.ebuild: + New upstream version. 25 Jul 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-clem-0.1.3.20050724.ebuild: diff --git a/dev-lisp/cl-clem/Manifest b/dev-lisp/cl-clem/Manifest index 9097d6b30a45..e147b2251d83 100644 --- a/dev-lisp/cl-clem/Manifest +++ b/dev-lisp/cl-clem/Manifest @@ -1,5 +1,8 @@ MD5 573e0e6d73d0bcc958d1b895c708426e ChangeLog 601 MD5 5ca9e888ecb7e0d9d507d830addfc76c cl-clem-0.1.3.20050724.ebuild 1080 -MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 +MD5 3c0b6611263fdf1944431b700b0e3282 cl-clem-0.1.4.20051012.ebuild 1081 MD5 7dafa26b7beeb439dcc67e53217607f3 files/0.1.3.20050724-fasl-output-gentoo.patch 1448 +MD5 7dafa26b7beeb439dcc67e53217607f3 files/0.1.4.20051012-fasl-output-gentoo.patch 1448 MD5 c9a51a631f29a82e0dd28062f12559bb files/digest-cl-clem-0.1.3.20050724 70 +MD5 96bbe1c056952f63149a08e200ac836a files/digest-cl-clem-0.1.4.20051012 70 +MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 diff --git a/dev-lisp/cl-clem/cl-clem-0.1.4.20051012.ebuild b/dev-lisp/cl-clem/cl-clem-0.1.4.20051012.ebuild new file mode 100644 index 000000000000..ed20cb5e2f9a --- /dev/null +++ b/dev-lisp/cl-clem/cl-clem-0.1.4.20051012.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-clem/cl-clem-0.1.4.20051012.ebuild,v 1.1 2005/11/23 17:24:23 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="Cyrus Harmon's Common Lisp matrix mathematics library." +HOMEPAGE="http://www.cyrusharmon.org/cl/blog/" +SRC_URI="http://cyrusharmon.org/cl/static/releases/clem-${PV/.2005/-2005}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" +DEPEND="dev-lisp/cl-ch-util" +S=${WORKDIR}/clem + +CLPACKAGE='clem clem-test' + +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/${PV}-fasl-output-gentoo.patch || die + rm ${S}/Makefile +} + +src_install() { + dodir $CLSYSTEMROOT + insinto $CLSOURCEROOT/clem + doins *.asd + insinto $CLSOURCEROOT/clem/src/ + doins src/*.cl + insinto $CLSOURCEROOT/clem/src/typed-ops + doins src/typed-ops/*.cl + insinto $CLSOURCEROOT/clem/test/ + doins test/*.cl + dosym ${CLSOURCEROOT}/clem/clem.asd ${CLSYSTEMROOT}/clem.asd + dosym ${CLSOURCEROOT}/clem/clem-test.asd ${CLSYSTEMROOT}/clem-test.asd +} diff --git a/dev-lisp/cl-clem/files/0.1.4.20051012-fasl-output-gentoo.patch b/dev-lisp/cl-clem/files/0.1.4.20051012-fasl-output-gentoo.patch new file mode 100644 index 000000000000..698223d5005a --- /dev/null +++ b/dev-lisp/cl-clem/files/0.1.4.20051012-fasl-output-gentoo.patch @@ -0,0 +1,40 @@ +diff -ur clem.orig/clem-test.asd clem/clem-test.asd +--- clem.orig/clem-test.asd 2005-07-06 17:57:35.000000000 -0500 ++++ clem/clem-test.asd 2005-07-25 01:30:37.000000000 -0500 +@@ -14,15 +14,6 @@ + + (defmethod source-file-type ((c clem-test-cl-source-file) (s module)) "cl") + +-(defparameter *fasl-directory* +- (make-pathname :directory '(:relative #+sbcl "sbcl-fasl" +- #+openmcl "openmcl-fasl" +- #-(or sbcl openmcl) "fasl"))) +- +-(defmethod asdf::output-files :around ((operation compile-op) (c clem-test-cl-source-file)) +- (list (merge-pathnames *fasl-directory* (compile-file-pathname (component-pathname c))))) +- +- + (defsystem :clem-test + :version "20050614.1" + :depends-on (ch-util clem) +Only in clem: clem-test.asd~ +diff -ur clem.orig/clem.asd clem/clem.asd +--- clem.orig/clem.asd 2005-07-24 15:45:05.000000000 -0500 ++++ clem/clem.asd 2005-07-25 01:30:46.000000000 -0500 +@@ -14,15 +14,6 @@ + + (defmethod source-file-type ((c clem-cl-source-file) (s module)) "cl") + +-(defparameter *fasl-directory* +- (make-pathname :directory '(:relative #+sbcl "sbcl-fasl" +- #+openmcl "openmcl-fasl" +- #-(or sbcl openmcl) "fasl"))) +- +-(defmethod asdf::output-files ((operation compile-op) (c clem-cl-source-file)) +- (list (merge-pathnames *fasl-directory* +- (compile-file-pathname (component-pathname c))))) +- + (defsystem :clem + :name "clem" + :author "Cyrus Harmon <ch-lisp@bobobeach.com>" +Only in clem: clem.asd~ diff --git a/dev-lisp/cl-clem/files/digest-cl-clem-0.1.4.20051012 b/dev-lisp/cl-clem/files/digest-cl-clem-0.1.4.20051012 new file mode 100644 index 000000000000..978034cdc607 --- /dev/null +++ b/dev-lisp/cl-clem/files/digest-cl-clem-0.1.4.20051012 @@ -0,0 +1 @@ +MD5 85d8d98c1cf084e2ca395b02fdca7390 clem-0.1.4-20051012.tar.gz 32906 |