diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-05-01 19:51:00 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-05-01 19:51:00 +0000 |
commit | fb0324cdb039b2a641101e0a3d4e8a1aef65fb46 (patch) | |
tree | 4dda6301518287693ffbb2352b28c9fb6f9f7683 /dev-lisp | |
parent | Added ~alpha keyword wrt Bug #107520. (diff) | |
download | gentoo-2-fb0324cdb039b2a641101e0a3d4e8a1aef65fb46.tar.gz gentoo-2-fb0324cdb039b2a641101e0a3d4e8a1aef65fb46.tar.bz2 gentoo-2-fb0324cdb039b2a641101e0a3d4e8a1aef65fb46.zip |
New upstream version synchronizes with the revision Debian is using.
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-asdf/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lisp/cl-asdf/cl-asdf-1.89.ebuild | 34 | ||||
-rw-r--r-- | dev-lisp/cl-asdf/files/digest-cl-asdf-1.89 | 6 |
3 files changed, 47 insertions, 2 deletions
diff --git a/dev-lisp/cl-asdf/ChangeLog b/dev-lisp/cl-asdf/ChangeLog index c56063cafeb8..fc1cf7cc764e 100644 --- a/dev-lisp/cl-asdf/ChangeLog +++ b/dev-lisp/cl-asdf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/cl-asdf -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/ChangeLog,v 1.24 2005/12/17 21:52:49 corsair Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/ChangeLog,v 1.25 2006/05/01 19:51:00 mkennedy Exp $ + +*cl-asdf-1.89 (01 May 2006) + + 01 May 2006; Matthew Kennedy <mkennedy@gentoo.org> +cl-asdf-1.89.ebuild: + New upstream version synchronizes with the revision Debian is using. 17 Dec 2005; Markus Rothe <corsair@gentoo.org> cl-asdf-1.86-r1.ebuild: Added ~ppc64 diff --git a/dev-lisp/cl-asdf/cl-asdf-1.89.ebuild b/dev-lisp/cl-asdf/cl-asdf-1.89.ebuild new file mode 100644 index 000000000000..7f6a62a38865 --- /dev/null +++ b/dev-lisp/cl-asdf/cl-asdf-1.89.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/cl-asdf-1.89.ebuild,v 1.1 2006/05/01 19:51:00 mkennedy Exp $ + +DEB_PV=1 + +inherit eutils + +DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-asdf.html" +SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-asdf/${PN}_${PV}.orig.tar.gz + http://ftp.debian.org/debian/pool/main/c/cl-asdf/cl-asdf_${PV}-${DEB_PV}.diff.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86" +IUSE="" + +DEPEND="" + +S=${WORKDIR}/${P}.orig + +src_unpack() { + unpack ${A} + epatch cl-asdf_${PV}-${DEB_PV}.diff || die +} + +src_install() { + insinto /usr/share/common-lisp/source/asdf + doins asdf.lisp wild-modules.lisp asdf-install.lisp + dodoc LICENSE README + insinto /usr/share/doc/${PF}/examples + doins test/* +} diff --git a/dev-lisp/cl-asdf/files/digest-cl-asdf-1.89 b/dev-lisp/cl-asdf/files/digest-cl-asdf-1.89 new file mode 100644 index 000000000000..e5f8e597cd78 --- /dev/null +++ b/dev-lisp/cl-asdf/files/digest-cl-asdf-1.89 @@ -0,0 +1,6 @@ +MD5 a507055d7694a9766c429894bb3233f5 cl-asdf_1.89-1.diff.gz 395 +RMD160 d3f8cd4e6159db322f11b11943b6f8300996735e cl-asdf_1.89-1.diff.gz 395 +SHA256 1ad2de4d9bb494f58e69f327d02cd86100967371c93727393b99b3b6fd20d567 cl-asdf_1.89-1.diff.gz 395 +MD5 21cab7c9a7d3d553862a0d9d0a3a30bd cl-asdf_1.89.orig.tar.gz 60134 +RMD160 ec8f696a80e958367a6b0892bf04b034f7de0d6d cl-asdf_1.89.orig.tar.gz 60134 +SHA256 617853e512a0e6bdfa269811c3b9866af3878d40c7e4e8bab4ebf5374bd5a0ec cl-asdf_1.89.orig.tar.gz 60134 |