diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-12-06 20:03:38 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-12-06 20:03:38 +0000 |
commit | 0e0dd0f91b44c2a75879c9eda26c62f5f72a2fff (patch) | |
tree | afe5d9ccd34afa95d6ed8b188d7ac4bb205bc045 /dev-lisp/cl-ch-util | |
parent | Version bump. (diff) | |
download | gentoo-2-0e0dd0f91b44c2a75879c9eda26c62f5f72a2fff.tar.gz gentoo-2-0e0dd0f91b44c2a75879c9eda26c62f5f72a2fff.tar.bz2 gentoo-2-0e0dd0f91b44c2a75879c9eda26c62f5f72a2fff.zip |
New upstream version.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-lisp/cl-ch-util')
-rw-r--r-- | dev-lisp/cl-ch-util/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lisp/cl-ch-util/Manifest | 13 | ||||
-rw-r--r-- | dev-lisp/cl-ch-util/cl-ch-util-0.1.7.20051204.ebuild | 35 | ||||
-rw-r--r-- | dev-lisp/cl-ch-util/files/0.1.7.20051204-fasl-output-gentoo.patch | 52 | ||||
-rw-r--r-- | dev-lisp/cl-ch-util/files/digest-cl-ch-util-0.1.7.20051204 | 1 |
5 files changed, 99 insertions, 11 deletions
diff --git a/dev-lisp/cl-ch-util/ChangeLog b/dev-lisp/cl-ch-util/ChangeLog index f2a2b2e3c6c4..d1bb29da8922 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.2 2005/11/23 17:25:45 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ch-util/ChangeLog,v 1.3 2005/12/06 20:03:38 mkennedy Exp $ + +*cl-ch-util-0.1.7.20051204 (06 Dec 2005) + + 06 Dec 2005; Matthew Kennedy <mkennedy@gentoo.org> + +files/0.1.7.20051204-fasl-output-gentoo.patch, + +cl-ch-util-0.1.7.20051204.ebuild: + New upstream version. *cl-ch-util-0.1.5.20051012 (23 Nov 2005) diff --git a/dev-lisp/cl-ch-util/Manifest b/dev-lisp/cl-ch-util/Manifest index edba30b0d6e1..297ab5dcac57 100644 --- a/dev-lisp/cl-ch-util/Manifest +++ b/dev-lisp/cl-ch-util/Manifest @@ -1,18 +1,11 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 3dbf1d106ad185e1f40cea6922e73f7b ChangeLog 695 MD5 cae1fb574188dff3f8cf7acd28609534 cl-ch-util-0.1.4.20050724.ebuild 1056 MD5 8d9f22e0a61cdf53b2d769edb57e242a cl-ch-util-0.1.5.20051012.ebuild 1057 +MD5 9e598362d207adc4c299b14557884232 cl-ch-util-0.1.7.20051204.ebuild 1046 MD5 1cd754672d755dfaabb81c59238b65a4 files/0.1.4.20050724-fasl-output-gentoo.patch 2323 MD5 1cd754672d755dfaabb81c59238b65a4 files/0.1.5.20051012-fasl-output-gentoo.patch 2323 +MD5 1cd754672d755dfaabb81c59238b65a4 files/0.1.7.20051204-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 042f132351bd09baf76719b57776db42 files/digest-cl-ch-util-0.1.7.20051204 72 MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDhKZIyiNZaEAZA+ARAoULAJ0Tu7RCU6Mu0t223hje97rQPpn4mwCfdn7b -AQI4KQHdBCyMid31a0o3I6w= -=pf9e ------END PGP SIGNATURE----- diff --git a/dev-lisp/cl-ch-util/cl-ch-util-0.1.7.20051204.ebuild b/dev-lisp/cl-ch-util/cl-ch-util-0.1.7.20051204.ebuild new file mode 100644 index 000000000000..9447192bc9b4 --- /dev/null +++ b/dev-lisp/cl-ch-util/cl-ch-util-0.1.7.20051204.ebuild @@ -0,0 +1,35 @@ +# 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.7.20051204.ebuild,v 1.1 2005/12/06 20:03:38 mkennedy Exp $ + +inherit common-lisp eutils + +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 +} + +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.7.20051204-fasl-output-gentoo.patch b/dev-lisp/cl-ch-util/files/0.1.7.20051204-fasl-output-gentoo.patch new file mode 100644 index 000000000000..30d855276c41 --- /dev/null +++ b/dev-lisp/cl-ch-util/files/0.1.7.20051204-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.7.20051204 b/dev-lisp/cl-ch-util/files/digest-cl-ch-util-0.1.7.20051204 new file mode 100644 index 000000000000..14dde06b3c0b --- /dev/null +++ b/dev-lisp/cl-ch-util/files/digest-cl-ch-util-0.1.7.20051204 @@ -0,0 +1 @@ +MD5 079ec94a7ec6a1b0b960cfbb17f3b37e ch-util-0.1.7-20051204.tar.gz 7933 |