summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanagiotis Christopoulos <pchrist@gentoo.org>2010-03-26 01:40:04 +0000
committerPanagiotis Christopoulos <pchrist@gentoo.org>2010-03-26 01:40:04 +0000
commit135504dd47d8ce6a1e3c15472b01868432369ae4 (patch)
treeb7ad973b0b1082c55039deb26e3d5e750e41b336 /dev-lisp
parentFixing headers to avoid conflicts with netcdf, thanks Kacper Kowalik, bug #31... (diff)
downloadgentoo-2-135504dd47d8ce6a1e3c15472b01868432369ae4.tar.gz
gentoo-2-135504dd47d8ce6a1e3c15472b01868432369ae4.tar.bz2
gentoo-2-135504dd47d8ce6a1e3c15472b01868432369ae4.zip
force again EAPI 3, fallback was from wrong decision
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/sbcl/ChangeLog6
-rw-r--r--dev-lisp/sbcl/sbcl-1.0.36-r1.ebuild16
2 files changed, 8 insertions, 14 deletions
diff --git a/dev-lisp/sbcl/ChangeLog b/dev-lisp/sbcl/ChangeLog
index c938d7200777..47636fe1590b 100644
--- a/dev-lisp/sbcl/ChangeLog
+++ b/dev-lisp/sbcl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/sbcl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.165 2010/03/26 01:03:35 pchrist Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.166 2010/03/26 01:40:04 pchrist Exp $
+
+ 26 Mar 2010; Panagiotis Christopoulos <pchrist@gentoo.org>
+ sbcl-1.0.36-r1.ebuild:
+ force again EAPI 3, fallback was from wrong decision
26 Mar 2010; Panagiotis Christopoulos <pchrist@gentoo.org>
sbcl-1.0.36-r1.ebuild:
diff --git a/dev-lisp/sbcl/sbcl-1.0.36-r1.ebuild b/dev-lisp/sbcl/sbcl-1.0.36-r1.ebuild
index e2325d7706f1..1f8d8e63b544 100644
--- a/dev-lisp/sbcl/sbcl-1.0.36-r1.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.36-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.36-r1.ebuild,v 1.2 2010/03/26 01:03:35 pchrist Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.36-r1.ebuild,v 1.3 2010/03/26 01:40:04 pchrist Exp $
-EAPI=2
+EAPI=3
-inherit multilib eutils common-lisp-common-3
+inherit multilib eutils
#same order as http://www.sbcl.org/platform-table.html
BV_X86=1.0.36
@@ -185,14 +185,4 @@ EOF
echo "SBCL_HOME=/usr/$(get_libdir)/${PN}" > "${ENVD}"
echo "SBCL_SOURCE_ROOT=/usr/$(get_libdir)/${PN}/src" >> "${ENVD}"
doenvd "${ENVD}"
-
- impl-save-timestamp-hack sbcl || die
-}
-
-pkg_postinst() {
- standard-impl-postinst sbcl
-}
-
-pkg_postrm() {
- standard-impl-postrm sbcl /usr/bin/sbcl
}