public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cmucl/
@ 2012-10-25  5:50 Ulrich Mueller
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Mueller @ 2012-10-25  5:50 UTC (permalink / raw
  To: gentoo-commits

commit:     103bf7121bf2c977d8cd48c6118ab14c576280a1
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 25 05:49:02 2012 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 25 05:49:34 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=103bf712

dev-lisp/cmucl: Update dependency

After package move from x11-libs/openmotif to x11-libs/motif.

---
 dev-lisp/cmucl/cmucl-20b_p001-r1.ebuild |    6 +++---
 dev-lisp/cmucl/cmucl-20c.ebuild         |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/cmucl/cmucl-20b_p001-r1.ebuild b/dev-lisp/cmucl/cmucl-20b_p001-r1.ebuild
index 21cec42..c1d8b02 100644
--- a/dev-lisp/cmucl/cmucl-20b_p001-r1.ebuild
+++ b/dev-lisp/cmucl/cmucl-20b_p001-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -18,10 +18,10 @@ SLOT="0"
 KEYWORDS="~x86"
 IUSE="+asdf X source sse2"
 
-DEPEND="x11-libs/openmotif
+DEPEND="x11-libs/motif:0
 		sys-devel/bc"
 
-RDEPEND="x11-libs/openmotif
+RDEPEND="x11-libs/motif:0
 		asdf? ( >=dev-lisp/gentoo-init-1.0 )"
 
 S="${WORKDIR}"

diff --git a/dev-lisp/cmucl/cmucl-20c.ebuild b/dev-lisp/cmucl/cmucl-20c.ebuild
index 84f5de6..0ab725d 100644
--- a/dev-lisp/cmucl/cmucl-20c.ebuild
+++ b/dev-lisp/cmucl/cmucl-20c.ebuild
@@ -18,10 +18,10 @@ SLOT="0"
 KEYWORDS="~x86"
 IUSE="+asdf X source sse2"
 
-DEPEND="x11-libs/openmotif
+DEPEND="x11-libs/motif:0
 		sys-devel/bc"
 
-RDEPEND="x11-libs/openmotif
+RDEPEND="x11-libs/motif:0
 		asdf? ( >=dev-lisp/gentoo-init-1.0 )"
 
 S="${WORKDIR}"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cmucl/
@ 2013-04-04 19:56 Stelian Ionescu
  0 siblings, 0 replies; 8+ messages in thread
From: Stelian Ionescu @ 2013-04-04 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     382e08c2f36ac1270413b636fc431e8684b7adc2
Author:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Thu Apr  4 19:56:07 2013 +0000
Commit:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Thu Apr  4 19:56:07 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=382e08c2

dev-lisp/cmucl: build script is now in bin/

---
 dev-lisp/cmucl/cmucl-20d.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dev-lisp/cmucl/cmucl-20d.ebuild b/dev-lisp/cmucl/cmucl-20d.ebuild
index d9e5dec..38cdf1c 100644
--- a/dev-lisp/cmucl/cmucl-20d.ebuild
+++ b/dev-lisp/cmucl/cmucl-20d.ebuild
@@ -37,7 +37,7 @@ src_compile() {
 	local cmufpu=$(glo_usev sse2 sse2 x87)
 	local cmuopts="$(glo_usev !X -u) -f ${cmufpu}"
 	local buildimage="bin/lisp -core lib/cmucl/lib/lisp-${cmufpu}.core -noinit -nositeinit -batch"
-	env CC="$(tc-getCC)" src/tools/build.sh -v "-gentoo-${PR}" -C "" -o "${buildimage}" ${cmuopts} || die "Cannot build the compiler"
+	env CC="$(tc-getCC)" bin/build.sh -v "-gentoo-${PR}" -C "" -o "${buildimage}" ${cmuopts} || die "Cannot build the compiler"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cmucl/
@ 2013-04-04 20:08 Stelian Ionescu
  0 siblings, 0 replies; 8+ messages in thread
From: Stelian Ionescu @ 2013-04-04 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     c03fa0bab48f91cf436c7eaf90bb67613a2cf4eb
Author:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Thu Apr  4 20:08:32 2013 +0000
Commit:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Thu Apr  4 20:08:32 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=c03fa0ba

dev-lisp/cmucl: fix another build path

---
 dev-lisp/cmucl/cmucl-20d.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dev-lisp/cmucl/cmucl-20d.ebuild b/dev-lisp/cmucl/cmucl-20d.ebuild
index 38cdf1c..aace2ea 100644
--- a/dev-lisp/cmucl/cmucl-20d.ebuild
+++ b/dev-lisp/cmucl/cmucl-20d.ebuild
@@ -42,7 +42,7 @@ src_compile() {
 
 src_install() {
 	env MANDIR=share/man/man1 DOCDIR=share/doc/${PF} \
-		src/tools/make-dist.sh -S -g -G root -O root build-4 ${MY_PV} x86 linux \
+		bin/make-dist.sh -S -g -G root -O root build-4 ${MY_PV} x86 linux \
 		|| die "Cannot build installation archive"
 	# Necessary otherwise tar will fail
 	dodir /usr


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cmucl/
@ 2013-04-04 21:55 Stelian Ionescu
  0 siblings, 0 replies; 8+ messages in thread
From: Stelian Ionescu @ 2013-04-04 21:55 UTC (permalink / raw
  To: gentoo-commits

commit:     5ed6d2ac4ff5f1130d09dc65243ca4cb0ec2e60c
Author:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Thu Apr  4 21:55:49 2013 +0000
Commit:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Thu Apr  4 21:55:49 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=5ed6d2ac

dev-lisp/cmucl: build ASDF contrib

---
 dev-lisp/cmucl/cmucl-20d.ebuild |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/dev-lisp/cmucl/cmucl-20d.ebuild b/dev-lisp/cmucl/cmucl-20d.ebuild
index aace2ea..0bd8ce5 100644
--- a/dev-lisp/cmucl/cmucl-20d.ebuild
+++ b/dev-lisp/cmucl/cmucl-20d.ebuild
@@ -37,12 +37,25 @@ src_compile() {
 	local cmufpu=$(glo_usev sse2 sse2 x87)
 	local cmuopts="$(glo_usev !X -u) -f ${cmufpu}"
 	local buildimage="bin/lisp -core lib/cmucl/lib/lisp-${cmufpu}.core -noinit -nositeinit -batch"
+
 	env CC="$(tc-getCC)" bin/build.sh -v "-gentoo-${PR}" -C "" -o "${buildimage}" ${cmuopts} || die "Cannot build the compiler"
+
+	# Compile up the asdf and defsystem modules
+	$TARGET/lisp/lisp -noinit -nositeinit -batch "$@" << EOF || die
+(in-package :cl-user)
+(setf (ext:search-list "target:")
+	  '("$TARGET/" "src/"))
+(setf (ext:search-list "modules:")
+	  '("target:contrib/"))
+
+(compile-file "modules:asdf/asdf")
+(compile-file "modules:defsystem/defsystem")
+EOF
 }
 
 src_install() {
 	env MANDIR=share/man/man1 DOCDIR=share/doc/${PF} \
-		bin/make-dist.sh -S -g -G root -O root build-4 ${MY_PV} x86 linux \
+		bin/make-dist.sh -S -g -G root -O root linux-4 ${MY_PV} x86 linux \
 		|| die "Cannot build installation archive"
 	# Necessary otherwise tar will fail
 	dodir /usr


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cmucl/
@ 2013-04-05 16:29 Stelian Ionescu
  0 siblings, 0 replies; 8+ messages in thread
From: Stelian Ionescu @ 2013-04-05 16:29 UTC (permalink / raw
  To: gentoo-commits

commit:     91de80403cb4d0a95314a387dd66e35b5b6966d8
Author:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Fri Apr  5 16:29:06 2013 +0000
Commit:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Fri Apr  5 16:29:06 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=91de8040

dev-lisp/cmucl: yet another fix

---
 dev-lisp/cmucl/cmucl-20d.ebuild |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/cmucl/cmucl-20d.ebuild b/dev-lisp/cmucl/cmucl-20d.ebuild
index 0bd8ce5..8be9c2e 100644
--- a/dev-lisp/cmucl/cmucl-20d.ebuild
+++ b/dev-lisp/cmucl/cmucl-20d.ebuild
@@ -26,6 +26,8 @@ RDEPEND="x11-libs/motif:0"
 
 S="${WORKDIR}"
 
+TARGET=linux-4
+
 src_prepare() {
 	epatch "${FILESDIR}"/${MY_PV}-execstack-fixes.patch
 	epatch "${FILESDIR}"/${MY_PV}-customize-lisp-implementation-version.patch
@@ -41,7 +43,7 @@ src_compile() {
 	env CC="$(tc-getCC)" bin/build.sh -v "-gentoo-${PR}" -C "" -o "${buildimage}" ${cmuopts} || die "Cannot build the compiler"
 
 	# Compile up the asdf and defsystem modules
-	$TARGET/lisp/lisp -noinit -nositeinit -batch "$@" << EOF || die
+	${TARGET}/lisp/lisp -noinit -nositeinit -batch "$@" << EOF || die
 (in-package :cl-user)
 (setf (ext:search-list "target:")
 	  '("$TARGET/" "src/"))
@@ -55,7 +57,7 @@ EOF
 
 src_install() {
 	env MANDIR=share/man/man1 DOCDIR=share/doc/${PF} \
-		bin/make-dist.sh -S -g -G root -O root linux-4 ${MY_PV} x86 linux \
+		bin/make-dist.sh -S -g -G root -O root ${TARGET} ${MY_PV} x86 linux \
 		|| die "Cannot build installation archive"
 	# Necessary otherwise tar will fail
 	dodir /usr


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cmucl/
@ 2013-04-20 20:49 Stelian Ionescu
  0 siblings, 0 replies; 8+ messages in thread
From: Stelian Ionescu @ 2013-04-20 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     189028190f3ef63296cc5bbac3fcf0ac76c418c0
Author:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Sat Apr 20 20:49:22 2013 +0000
Commit:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Sat Apr 20 20:49:54 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=18902819

dev-lisp/cmucl: minor fix, bump to 20d-r3

---
 .../{cmucl-20d-r2.ebuild => cmucl-20d-r3.ebuild}   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dev-lisp/cmucl/cmucl-20d-r2.ebuild b/dev-lisp/cmucl/cmucl-20d-r3.ebuild
similarity index 97%
rename from dev-lisp/cmucl/cmucl-20d-r2.ebuild
rename to dev-lisp/cmucl/cmucl-20d-r3.ebuild
index 2cc4d1c..fbe2119 100644
--- a/dev-lisp/cmucl/cmucl-20d-r2.ebuild
+++ b/dev-lisp/cmucl/cmucl-20d-r3.ebuild
@@ -43,7 +43,7 @@ src_compile() {
 	env CC="$(tc-getCC)" bin/build.sh -v "-gentoo-${PR}" -C "" -o "${buildimage}" ${cmuopts} || die "Cannot build the compiler"
 
 	# Compile up the asdf and defsystem modules
-	${TARGET}/lisp/lisp -noinit -nositeinit -batch "$@" << EOF || die
+	${TARGET}/lisp/lisp -noinit -nositeinit -batch << EOF || die
 (in-package :cl-user)
 (setf (ext:search-list "target:")
 	  '("$TARGET/" "src/"))


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cmucl/
@ 2016-12-04 13:28 José María Alonso
  0 siblings, 0 replies; 8+ messages in thread
From: José María Alonso @ 2016-12-04 13:28 UTC (permalink / raw
  To: gentoo-commits

commit:     82bd8f398b5af111d5a3ca2aafe5e72f9c32c752
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 13:28:39 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 13:28:39 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=82bd8f39

dev-lisp/cmucl: Updates header

 dev-lisp/cmucl/cmucl-20d-r3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/cmucl/cmucl-20d-r3.ebuild b/dev-lisp/cmucl/cmucl-20d-r3.ebuild
index fbe2119..225b9e4 100644
--- a/dev-lisp/cmucl/cmucl-20d-r3.ebuild
+++ b/dev-lisp/cmucl/cmucl-20d-r3.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
+
 inherit eutils glo-utils toolchain-funcs
 
 MY_PV=${PV:0:3}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cmucl/
@ 2017-07-07 10:32 José María Alonso
  0 siblings, 0 replies; 8+ messages in thread
From: José María Alonso @ 2017-07-07 10:32 UTC (permalink / raw
  To: gentoo-commits

commit:     d881a77190ba852d2b67d3a5333f81f6574d2463
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 10:32:44 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 10:32:44 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d881a771

dev-lisp/cmucl: Updates header and EAPI

 dev-lisp/cmucl/cmucl-20d-r3.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/cmucl/cmucl-20d-r3.ebuild b/dev-lisp/cmucl/cmucl-20d-r3.ebuild
index 225b9e49..a59a9e1d 100644
--- a/dev-lisp/cmucl/cmucl-20d-r3.ebuild
+++ b/dev-lisp/cmucl/cmucl-20d-r3.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
+EAPI=6
 
 inherit eutils glo-utils toolchain-funcs
 
@@ -30,10 +29,11 @@ S="${WORKDIR}"
 TARGET=linux-4
 
 src_prepare() {
-	epatch "${FILESDIR}"/${MY_PV}-execstack-fixes.patch
-	epatch "${FILESDIR}"/${MY_PV}-customize-lisp-implementation-version.patch
+	eapply "${FILESDIR}"/${MY_PV}-execstack-fixes.patch
+	eapply "${FILESDIR}"/${MY_PV}-customize-lisp-implementation-version.patch
 
 	cp /usr/share/common-lisp/source/asdf/build/asdf.lisp src/contrib/asdf/ || die
+	eapply_user
 }
 
 src_compile() {


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-07-07 10:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-04 21:55 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cmucl/ Stelian Ionescu
  -- strict thread matches above, loose matches on Subject: below --
2017-07-07 10:32 José María Alonso
2016-12-04 13:28 José María Alonso
2013-04-20 20:49 Stelian Ionescu
2013-04-05 16:29 Stelian Ionescu
2013-04-04 20:08 Stelian Ionescu
2013-04-04 19:56 Stelian Ionescu
2012-10-25  5:50 Ulrich Mueller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox