diff options
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/sbcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/sbcl/Manifest | 12 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-0.9.8.ebuild | 3 |
3 files changed, 6 insertions, 14 deletions
diff --git a/dev-lisp/sbcl/ChangeLog b/dev-lisp/sbcl/ChangeLog index 04e6b191dbc2..27487de2109a 100644 --- a/dev-lisp/sbcl/ChangeLog +++ b/dev-lisp/sbcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/sbcl # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.79 2006/01/03 18:31:51 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.80 2006/01/05 04:03:18 anarchy Exp $ + + 05 Jan 2006; Jory A. Pratt <anarchy@gentoo.org> sbcl-0.9.8.ebuild: + removed sed as wrt bug #117701 *sbcl-0.9.8 (03 Jan 2006) diff --git a/dev-lisp/sbcl/Manifest b/dev-lisp/sbcl/Manifest index cda843db6a3f..60eb1dc4fc90 100644 --- a/dev-lisp/sbcl/Manifest +++ b/dev-lisp/sbcl/Manifest @@ -1,6 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 777039a5a0c3106fcf4834aba407e4f5 ChangeLog 24505 MD5 45c4c194bdc01c92730e2f8ea5bbb2e5 files/0.9.3/README.Gentoo 1060 MD5 683427165f7d0717333bbb9762972b8d files/0.9.3/customize-target-features.lisp-prefix 95 @@ -37,11 +34,4 @@ MD5 276b2c3efa0ff299306d94ad4704a9e2 metadata.xml 1004 MD5 e6a8dc74061cced7fd5fab222e795d5f sbcl-0.9.3.ebuild 5046 MD5 845ba0e216f2adf5eb504a5eb06b9037 sbcl-0.9.4.ebuild 5046 MD5 6fb2c817d4e75aa34ed25d784d2ce7e5 sbcl-0.9.7.ebuild 4420 -MD5 c9c4df28f12a38357ea80dd49beb813e sbcl-0.9.8.ebuild 4566 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDusMjyiNZaEAZA+ARApHDAJ0XjrFi10AI9cZ9a0dFvrlzPn0UtACaAp4Z -PAn5nhcxUQUdlRBk0K83cC8= -=Q0NT ------END PGP SIGNATURE----- +MD5 98630dc03720360a82b3ad298fee1f14 sbcl-0.9.8.ebuild 4475 diff --git a/dev-lisp/sbcl/sbcl-0.9.8.ebuild b/dev-lisp/sbcl/sbcl-0.9.8.ebuild index 4c13bd313316..e7db285a3e79 100644 --- a/dev-lisp/sbcl/sbcl-0.9.8.ebuild +++ b/dev-lisp/sbcl/sbcl-0.9.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.9.8.ebuild,v 1.1 2006/01/03 18:31:51 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.9.8.ebuild,v 1.2 2006/01/05 04:03:18 anarchy Exp $ inherit common-lisp-common-2 eutils @@ -64,7 +64,6 @@ src_unpack() { unpack ${P}-source.tar.bz2 epatch ${MY_WORK}/sbcl-gentoo.patch || die sed -i "s,/lib,/$(get_libdir),g" ${S}/install.sh - sed -i "s,\\(.*SBCL_HOME.*\\)/usr/lib,\\1/usr/$(get_libdir),g" ${S}/src/runtime/runtime.c cp ${MY_WORK}/customize-target-features.lisp-prefix \ ${S}/customize-target-features.lisp |