diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-10-03 04:59:29 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-10-03 04:59:29 +0000 |
commit | aff2e72ad4cc5df5b823717e74273226ae6b3a63 (patch) | |
tree | b67e6914e8252d8f8afe1650fdd64960ac3ede33 /dev-lisp | |
parent | added viewcvs:mod_python and viewcvs:standalone (diff) | |
download | gentoo-2-aff2e72ad4cc5df5b823717e74273226ae6b3a63.tar.gz gentoo-2-aff2e72ad4cc5df5b823717e74273226ae6b3a63.tar.bz2 gentoo-2-aff2e72ad4cc5df5b823717e74273226ae6b3a63.zip |
Patch fix.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-bind/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cl-bind/Manifest | 12 | ||||
-rw-r--r-- | dev-lisp/cl-bind/cl-bind-0.1.0.ebuild | 12 |
3 files changed, 8 insertions, 21 deletions
diff --git a/dev-lisp/cl-bind/ChangeLog b/dev-lisp/cl-bind/ChangeLog index 2952246b8c82..a2a4c0b848db 100644 --- a/dev-lisp/cl-bind/ChangeLog +++ b/dev-lisp/cl-bind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-bind # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-bind/ChangeLog,v 1.1 2005/10/02 21:30:39 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-bind/ChangeLog,v 1.2 2005/10/03 04:59:29 mkennedy Exp $ + + 03 Oct 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-bind-0.1.0.ebuild: + Patch fix. *cl-bind-0.1.0 (02 Oct 2005) diff --git a/dev-lisp/cl-bind/Manifest b/dev-lisp/cl-bind/Manifest index 6b11f20738aa..62f7ba9df3a7 100644 --- a/dev-lisp/cl-bind/Manifest +++ b/dev-lisp/cl-bind/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 6ef512c1c20ac34716fce8d9d5b76d27 cl-bind-0.1.0.ebuild 770 +MD5 6f41d438fa354b68b49a531598dd5f86 cl-bind-0.1.0.ebuild 666 MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 MD5 95077881f4e0fe6e827f8dafd1f6a4bf ChangeLog 409 MD5 f9f290bef085ce036706e2836f29cc33 files/digest-cl-bind-0.1.0 60 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDQFH1yiNZaEAZA+ARAud/AJ4gamZkHqRB9cjWJmVJvovjz1KAigCeOXMo -dM0rGgbVKwl1B/PeHJVCfq0= -=Wf6e ------END PGP SIGNATURE----- diff --git a/dev-lisp/cl-bind/cl-bind-0.1.0.ebuild b/dev-lisp/cl-bind/cl-bind-0.1.0.ebuild index 2cbdb6b80897..1d84fbaaeb08 100644 --- a/dev-lisp/cl-bind/cl-bind-0.1.0.ebuild +++ b/dev-lisp/cl-bind/cl-bind-0.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-bind/cl-bind-0.1.0.ebuild,v 1.1 2005/10/02 21:30:39 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-bind/cl-bind-0.1.0.ebuild,v 1.2 2005/10/03 04:59:29 mkennedy Exp $ inherit common-lisp eutils @@ -16,15 +16,9 @@ DEPEND="dev-lisp/cl-plus" S=${WORKDIR}/ -CLPACKAGE=with - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${PV}-gentoo.patch -} +CLPACKAGE=bind src_install() { - common-lisp-install *.lisp ${FILESDIR}/with.asd + common-lisp-install *.{lisp,asd} common-lisp-system-symlink - dodoc license.txt } |