public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/clozurecl/
@ 2013-04-04 18:23 Stelian Ionescu
  0 siblings, 0 replies; 8+ messages in thread
From: Stelian Ionescu @ 2013-04-04 18:23 UTC (permalink / raw
  To: gentoo-commits

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

Add dev-lisp/clozurecl

---
 dev-lisp/clozurecl/ChangeLog               |   53 ++++++++++++++++
 dev-lisp/clozurecl/clozurecl-1.9-r1.ebuild |   92 ++++++++++++++++++++++++++++
 2 files changed, 145 insertions(+), 0 deletions(-)

diff --git a/dev-lisp/clozurecl/ChangeLog b/dev-lisp/clozurecl/ChangeLog
new file mode 100644
index 0000000..4f60d1c
--- /dev/null
+++ b/dev-lisp/clozurecl/ChangeLog
@@ -0,0 +1,53 @@
+# ChangeLog for dev-lisp/clozurecl
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clozurecl/ChangeLog,v 1.10 2013/03/14 04:09:37 grozin Exp $
+
+  14 Mar 2013; Andrey Grozin <grozin@gentoo.org> clozurecl-1.9.ebuild:
+  EAPI bump to 5
+
+*clozurecl-1.9 (14 Mar 2013)
+
+  14 Mar 2013; Andrey Grozin <grozin@gentoo.org> -clozurecl-1.7.ebuild,
+  +clozurecl-1.9.ebuild:
+  Version bump
+
+  07 Jun 2012; Zac Medico <zmedico@gentoo.org> clozurecl-1.7.ebuild,
+  clozurecl-1.8.ebuild:
+  inherit multilib for get_libdir
+
+*clozurecl-1.8 (31 Mar 2012)
+
+  31 Mar 2012; Andrey Grozin <grozin@gentoo.org> -clozurecl-1.6.ebuild,
+  +clozurecl-1.8.ebuild:
+  Version bump
+
+  08 Jan 2012; Andrey Grozin <grozin@gentoo.org> clozurecl-1.7.ebuild:
+  Fix a compilation problem
+
+*clozurecl-1.7 (04 Aug 2011)
+
+  04 Aug 2011; Andrey Grozin <grozin@gentoo.org> -clozurecl-1.4.ebuild,
+  -clozurecl-1.5.ebuild, +clozurecl-1.7.ebuild,
+  -files/fix_user-homedir-pathname.patch:
+  Version bump
+
+  17 Dec 2010; Ulrich Mueller <ulm@gentoo.org> clozurecl-1.4.ebuild,
+  clozurecl-1.5.ebuild, clozurecl-1.6.ebuild:
+  Remove PROVIDE, commonlisp is now a new-style virtual.
+
+*clozurecl-1.6 (10 Dec 2010)
+
+  10 Dec 2010; Andrey Grozin <grozin@gentoo.org> +clozurecl-1.6.ebuild:
+  Version bump
+
+*clozurecl-1.5 (01 May 2010)
+
+  01 May 2010; Andrey Grozin <grozin@gentoo.org> +clozurecl-1.5.ebuild:
+  Version bump
+
+*clozurecl-1.4 (17 Dec 2009)
+
+  17 Dec 2009; Andrey Grozin <grozin@gentoo.org> +clozurecl-1.4.ebuild,
+  +files/fix_user-homedir-pathname.patch, +metadata.xml:
+  Initial import (from the lisp overlay)
+

diff --git a/dev-lisp/clozurecl/clozurecl-1.9-r1.ebuild b/dev-lisp/clozurecl/clozurecl-1.9-r1.ebuild
new file mode 100644
index 0000000..a1a3ed4
--- /dev/null
+++ b/dev-lisp/clozurecl/clozurecl-1.9-r1.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit eutils multilib toolchain-funcs
+
+MY_PN=ccl
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="ClozureCL is a Common Lisp implementation, derived from Digitool's MCL product"
+HOMEPAGE="http://ccl.clozure.com/"
+SRC_URI="x86?   ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )
+		 amd64? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )"
+		 # ppc?   ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxppc.tar.gz )
+		 # ppc64? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxppc.tar.gz )"
+
+LICENSE="LLGPL-2.1"
+SLOT="0"
+# KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="!dev-lisp/openmcl
+		dev-vcs/subversion
+		>=dev-lisp/asdf-2.33-r1:="
+
+S="${WORKDIR}"/${MY_PN}
+
+ENVD="${T}"/50ccl
+
+src_configure() {
+	if use x86; then
+		CCL_RUNTIME=lx86cl; CCL_HEADERS=x86-headers; CCL_KERNEL=linuxx8632
+	elif use amd64; then
+		CCL_RUNTIME=lx86cl64; CCL_HEADERS=x86-headers64; CCL_KERNEL=linuxx8664
+	elif use ppc; then
+		CCL_RUNTIME=ppccl; CCL_HEADERS=headers; CCL_KERNEL=linuxppc
+	elif use ppc64; then
+		CCL_RUNTIME=ppccl64; CCL_HEADERS=headers64; CCL_KERNEL=linuxppc64
+	fi
+}
+
+src_prepare() {
+	svn upgrade >/dev/null || die
+	cp /usr/share/common-lisp/source/asdf/build/asdf.lisp tools/ || die
+}
+
+src_compile() {
+	emake -C lisp-kernel/${CCL_KERNEL} clean || die
+	emake -C lisp-kernel/${CCL_KERNEL} all CC="$(tc-getCC)" || die
+
+	unset CCL_DEFAULT_DIRECTORY
+	./${CCL_RUNTIME} -n -b -Q -e '(ccl:rebuild-ccl :full t)' -e '(ccl:quit)' || die "Compilation failed"
+
+	# remove non-owner write permissions on the full-image
+	chmod go-w ${CCL_RUNTIME}{,.image}
+
+	# remove .svn directories
+	find "${S}" -type d -name .svn -exec rm -rf {} ';' &>/dev/null
+}
+
+src_install() {
+	local install_dir=/usr/$(get_libdir)/${PN}
+
+	exeinto ${install_dir}
+	# install executable
+	doexe ${CCL_RUNTIME}
+	# install core image
+	cp ${CCL_RUNTIME}.image "${D}"/${install_dir} || die
+	# install optional libraries
+	dodir ${install_dir}/tools
+	cp tools/*fsl "${D}"/${install_dir}/tools || die
+
+	# until we figure out which source files are necessary for runtime
+	# optional features and which aren't, we install all sources
+	find . -type f -name '*fsl' -delete
+	rm -f lisp-kernel/${CCL_KERNEL}/*.o
+	cp -a compiler level-0 level-1 lib library \
+		lisp-kernel scripts tools xdump \
+		"${D}"/${install_dir} || die
+	cp -a ${CCL_HEADERS} "${D}"/${install_dir} || die
+
+	make_wrapper ccl "${install_dir}/${CCL_RUNTIME}"
+
+	echo "CCL_DEFAULT_DIRECTORY=${install_dir}" > "${ENVD}"
+	doenvd "${ENVD}"
+
+	dodoc doc/release-notes.txt
+	dohtml doc/ccl-documentation.html
+	use doc && dohtml -r examples
+}


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

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

commit:     74ea22c8fbe7ab8437a03d96cad58596909ba76a
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 13:26:31 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 13:26:31 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=74ea22c8

dev-lisp/clozure-cl: Updates header

 dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild b/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild
index 80504ab..49b1024 100644
--- a/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild
+++ b/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild
@@ -1,6 +1,6 @@
-# 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 multilib toolchain-funcs


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

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

commit:     6afdddd67bf0974eb913483a9e8f3ff901b0baee
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 16:14:42 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 16:14:42 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6afdddd6

dev-lisp/clozurecl: Updates package to last version (taken from main tree)

 ...recl-1.9-r3.ebuild => clozurecl-1.11-r1.ebuild} | 46 +++++++++++-----------
 dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild         |  1 +
 2 files changed, 24 insertions(+), 23 deletions(-)

diff --git a/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild b/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild
similarity index 64%
copy from dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild
copy to dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild
index 49b1024..45e02b4 100644
--- a/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild
+++ b/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild
@@ -2,18 +2,21 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
+
 inherit eutils multilib toolchain-funcs
 
 MY_PN=ccl
 MY_P=${MY_PN}-${PV}
 
-DESCRIPTION="ClozureCL is a Common Lisp implementation, derived from Digitool's MCL product"
+DESCRIPTION="Common Lisp implementation, derived from Digitool's MCL product"
 HOMEPAGE="http://ccl.clozure.com/"
-SRC_URI="x86?   ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )
-		 amd64? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )"
-		 # ppc?   ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxppc.tar.gz )
-		 # ppc64? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxppc.tar.gz )"
+SRC_URI="
+	x86?   ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )
+	amd64? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )
+	doc? ( http://ccl.clozure.com/docs/ccl.html )"
+	# ppc?   ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxppc.tar.gz )
+	# ppc64? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxppc.tar.gz )"
 
 LICENSE="LLGPL-2.1"
 SLOT="0"
@@ -21,14 +24,12 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc"
 
-CDEPEND=">=dev-lisp/asdf-2.33-r3:="
-DEPEND="${CDEPEND}
-		!dev-lisp/openmcl
-		dev-vcs/subversion"
-RDEPEND="${CDEPEND}"
+RDEPEND=">=dev-lisp/asdf-2.33-r3:="
+DEPEND="${RDEPEND}
+		!dev-lisp/openmcl"
 
 S="${WORKDIR}"/${MY_PN}
-
+PATCHES=( "${FILESDIR}"/ccl-format.patch )
 ENVD="${T}"/50ccl
 
 src_configure() {
@@ -44,22 +45,21 @@ src_configure() {
 }
 
 src_prepare() {
-	svn upgrade >/dev/null || die
+	default
 	cp /usr/share/common-lisp/source/asdf/build/asdf.lisp tools/ || die
 }
 
 src_compile() {
-	emake -C lisp-kernel/${CCL_KERNEL} clean || die
-	emake -C lisp-kernel/${CCL_KERNEL} all CC="$(tc-getCC)" || die
+	emake -C lisp-kernel/${CCL_KERNEL} clean
+	emake -C lisp-kernel/${CCL_KERNEL} all CC="$(tc-getCC)"
 
 	unset CCL_DEFAULT_DIRECTORY
 	./${CCL_RUNTIME} -n -b -Q -e '(ccl:rebuild-ccl :full t)' -e '(ccl:quit)' || die "Compilation failed"
 
 	# remove non-owner write permissions on the full-image
-	chmod go-w ${CCL_RUNTIME}{,.image}
+	chmod go-w ${CCL_RUNTIME}{,.image} || die
 
-	# remove .svn directories
-	find "${S}" -type d -name .svn -exec rm -rf {} ';' &>/dev/null
+	esvn_clean
 }
 
 src_install() {
@@ -76,10 +76,10 @@ src_install() {
 
 	# until we figure out which source files are necessary for runtime
 	# optional features and which aren't, we install all sources
-	find . -type f -name '*fsl' -delete
-	rm -f lisp-kernel/${CCL_KERNEL}/*.o
+	find . -type f -name '*fsl' -delete || die
+	rm -f lisp-kernel/${CCL_KERNEL}/*.o || die
 	cp -a compiler level-0 level-1 lib library \
-		lisp-kernel scripts tools xdump \
+		lisp-kernel scripts tools xdump contrib \
 		"${D}"/${install_dir} || die
 	cp -a ${CCL_HEADERS} "${D}"/${install_dir} || die
 
@@ -89,6 +89,6 @@ src_install() {
 	doenvd "${ENVD}"
 
 	dodoc doc/release-notes.txt
-	dohtml doc/ccl-documentation.html
-	use doc && dohtml -r examples
+	use doc && dodoc "${DISTDIR}"/ccl.html
+	use doc && dodoc -r examples
 }

diff --git a/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild b/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild
index 49b1024..87376a7 100644
--- a/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild
+++ b/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 inherit eutils multilib toolchain-funcs
 
 MY_PN=ccl


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

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

commit:     d78656a023e024e4763abd62c99fb3fbeaf6e2aa
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 18:33:26 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon May 22 18:33:26 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d78656a0

dev-lisp/clozurecl: Updates header. Removes old file

 dev-lisp/clozurecl/ChangeLog                | 53 -----------------------------
 dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild |  3 +-
 dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild  |  3 +-
 3 files changed, 2 insertions(+), 57 deletions(-)

diff --git a/dev-lisp/clozurecl/ChangeLog b/dev-lisp/clozurecl/ChangeLog
deleted file mode 100644
index 4f60d1ce..00000000
--- a/dev-lisp/clozurecl/ChangeLog
+++ /dev/null
@@ -1,53 +0,0 @@
-# ChangeLog for dev-lisp/clozurecl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clozurecl/ChangeLog,v 1.10 2013/03/14 04:09:37 grozin Exp $
-
-  14 Mar 2013; Andrey Grozin <grozin@gentoo.org> clozurecl-1.9.ebuild:
-  EAPI bump to 5
-
-*clozurecl-1.9 (14 Mar 2013)
-
-  14 Mar 2013; Andrey Grozin <grozin@gentoo.org> -clozurecl-1.7.ebuild,
-  +clozurecl-1.9.ebuild:
-  Version bump
-
-  07 Jun 2012; Zac Medico <zmedico@gentoo.org> clozurecl-1.7.ebuild,
-  clozurecl-1.8.ebuild:
-  inherit multilib for get_libdir
-
-*clozurecl-1.8 (31 Mar 2012)
-
-  31 Mar 2012; Andrey Grozin <grozin@gentoo.org> -clozurecl-1.6.ebuild,
-  +clozurecl-1.8.ebuild:
-  Version bump
-
-  08 Jan 2012; Andrey Grozin <grozin@gentoo.org> clozurecl-1.7.ebuild:
-  Fix a compilation problem
-
-*clozurecl-1.7 (04 Aug 2011)
-
-  04 Aug 2011; Andrey Grozin <grozin@gentoo.org> -clozurecl-1.4.ebuild,
-  -clozurecl-1.5.ebuild, +clozurecl-1.7.ebuild,
-  -files/fix_user-homedir-pathname.patch:
-  Version bump
-
-  17 Dec 2010; Ulrich Mueller <ulm@gentoo.org> clozurecl-1.4.ebuild,
-  clozurecl-1.5.ebuild, clozurecl-1.6.ebuild:
-  Remove PROVIDE, commonlisp is now a new-style virtual.
-
-*clozurecl-1.6 (10 Dec 2010)
-
-  10 Dec 2010; Andrey Grozin <grozin@gentoo.org> +clozurecl-1.6.ebuild:
-  Version bump
-
-*clozurecl-1.5 (01 May 2010)
-
-  01 May 2010; Andrey Grozin <grozin@gentoo.org> +clozurecl-1.5.ebuild:
-  Version bump
-
-*clozurecl-1.4 (17 Dec 2009)
-
-  17 Dec 2009; Andrey Grozin <grozin@gentoo.org> +clozurecl-1.4.ebuild,
-  +files/fix_user-homedir-pathname.patch, +metadata.xml:
-  Initial import (from the lisp overlay)
-

diff --git a/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild b/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild
index 45e02b45..204cefed 100644
--- a/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild
+++ b/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 

diff --git a/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild b/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild
index 87376a70..478a75cc 100644
--- a/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild
+++ b/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=5
 


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

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

commit:     c467d253e8f1bc36ecbfbc921bcbbe02c5dfac3f
Author:     Yegor Timoshenko <yegortimoshenko <AT> gmail <DOT> com>
AuthorDate: Mon May 22 21:18:52 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon May 22 21:19:42 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c467d253

dev-lisp/clozurecl: Gentoo prefix support

Closes: https://github.com/gentoo/gentoo/pull/4657

 dev-lisp/clozurecl/clozurecl-1.11-r2.ebuild | 100 ++++++++++++++++++++++++++++
 1 file changed, 100 insertions(+)

diff --git a/dev-lisp/clozurecl/clozurecl-1.11-r2.ebuild b/dev-lisp/clozurecl/clozurecl-1.11-r2.ebuild
new file mode 100644
index 00000000..8c1c342d
--- /dev/null
+++ b/dev-lisp/clozurecl/clozurecl-1.11-r2.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic multilib toolchain-funcs
+
+MY_PN=ccl
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Common Lisp implementation, derived from Digitool's MCL product"
+HOMEPAGE="https://ccl.clozure.com"
+SRC_URI="
+	x86?   ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )
+	amd64? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )
+	arm? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-linuxarm.tar.gz )
+	x86-macos? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-darwinx86.tar.gz )
+	x64-macos? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-darwinx86.tar.gz )
+	x86-solaris? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-solarisx86.tar.gz )
+	x64-solaris? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-solarisx86.tar.gz )
+	doc? ( ${HOMEPAGE}/docs/ccl.html )"
+
+LICENSE="LLGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="doc"
+
+RDEPEND=">=dev-lisp/asdf-2.33-r3:="
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/${MY_PN}
+ENVD="${T}/50ccl"
+
+src_configure() {
+	if use x86-macos; then
+		CCL_RUNTIME=dx86cl; CCL_HEADERS=darwin-x86-headers; CCL_KERNEL=darwinx8632
+	elif use x64-macos; then
+		CCL_RUNTIME=dx86cl64; CCL_HEADERS=darwin-x86-headers64; CCL_KERNEL=darwinx8664
+	elif use x86-solaris; then
+		CCL_RUNTIME=sx86cl; CCL_HEADERS=solarisx86-headers; CCL_KERNEL=solarisx86
+	elif use x64-solaris; then
+		CCL_RUNTIME=sx86cl64; CCL_HEADERS=solarisx64-headers; CCL_KERNEL=solarisx64
+	elif use x86; then
+		CCL_RUNTIME=lx86cl; CCL_HEADERS=x86-headers; CCL_KERNEL=linuxx8632
+	elif use amd64; then
+		CCL_RUNTIME=lx86cl64; CCL_HEADERS=x86-headers64; CCL_KERNEL=linuxx8664
+	elif use arm; then
+		CCL_RUNTIME=armcl; CCL_HEADERS=arm-headers; CCL_KERNEL=linuxarm
+	elif use ppc; then
+		CCL_RUNTIME=ppccl; CCL_HEADERS=headers; CCL_KERNEL=linuxppc
+	elif use ppc64; then
+		CCL_RUNTIME=ppccl64; CCL_HEADERS=headers64; CCL_KERNEL=linuxppc64
+	fi
+}
+
+src_prepare() {
+	default
+	eapply "${FILESDIR}/${MY_PN}-format.patch"
+	# https://lists.clozure.com/pipermail/openmcl-devel/2016-September/011399.html
+	sed -i "s/-dynamic/-no_pie/" "${S}/lisp-kernel/darwinx8664/Makefile" || die
+	cp "${EPREFIX}/usr/share/common-lisp/source/asdf/build/asdf.lisp" tools/ || die
+}
+
+src_compile() {
+	emake -C lisp-kernel/${CCL_KERNEL} clean
+	emake -C lisp-kernel/${CCL_KERNEL} all CC="$(tc-getCC)"
+
+	unset CCL_DEFAULT_DIRECTORY
+	./${CCL_RUNTIME} -n -b -Q -e '(ccl:rebuild-ccl :full t)' -e '(ccl:quit)' || die "Compilation failed"
+
+	# remove non-owner write permissions on the full-image
+	chmod go-w ${CCL_RUNTIME}{,.image} || die
+
+	esvn_clean
+}
+
+src_install() {
+	local target_dir="/usr/$(get_libdir)/${PN}"
+	local prefix_dir="${EPREFIX}/${target_dir#/}"
+
+	mkdir -p "${D}/${prefix_dir#/}"
+
+	find . -type f -name '*fsl' -delete || die
+	rm -f lisp-kernel/${CCL_KERNEL}/*.o || die
+	cp -a compiler contrib level-0 level-1 lib library lisp-kernel scripts \
+		tools xdump ${CCL_HEADERS} ${CCL_RUNTIME} ${CCL_RUNTIME}.image \
+		"${D}/${prefix_dir#/}" || die
+
+	echo "CCL_DEFAULT_DIRECTORY=${prefix_dir}" > "${ENVD}"
+	doenvd "${ENVD}"
+
+	dosym "${target_dir}/${CCL_RUNTIME}" /usr/bin/ccl
+	dodoc doc/release-notes.txt
+
+	if use doc ; then
+		dodoc "${DISTDIR}/ccl.html"
+		dodoc -r doc/manual
+		dodoc -r examples
+	fi
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/clozurecl/
@ 2018-03-17 13:54 José María Alonso
  0 siblings, 0 replies; 8+ messages in thread
From: José María Alonso @ 2018-03-17 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     03c4f1257a8691d817961e618f95bc6464509e95
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 13:54:42 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 13:54:42 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=03c4f125

dev-lisp/clozurecl: Drops old versions and updates manifest

 dev-lisp/clozurecl/clozurecl-1.11-r3.ebuild | 102 ----------------------------
 dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild  |  94 -------------------------
 2 files changed, 196 deletions(-)

diff --git a/dev-lisp/clozurecl/clozurecl-1.11-r3.ebuild b/dev-lisp/clozurecl/clozurecl-1.11-r3.ebuild
deleted file mode 100644
index 5482af1a..00000000
--- a/dev-lisp/clozurecl/clozurecl-1.11-r3.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils flag-o-matic multilib toolchain-funcs
-
-MY_PN=ccl
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Common Lisp implementation, derived from Digitool's MCL product"
-HOMEPAGE="https://ccl.clozure.com"
-SRC_URI="
-	x86?   ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )
-	amd64? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )
-	arm? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-linuxarm.tar.gz )
-	x86-macos? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-darwinx86.tar.gz )
-	x64-macos? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-darwinx86.tar.gz )
-	x86-solaris? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-solarisx86.tar.gz )
-	x64-solaris? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-solarisx86.tar.gz )
-	doc? ( ${HOMEPAGE}/docs/ccl.html )"
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="doc"
-
-RDEPEND=">=dev-lisp/asdf-2.33-r3:="
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${MY_PN}
-ENVD="${T}/50ccl"
-
-src_configure() {
-	if use x86-macos; then
-		CCL_RUNTIME=dx86cl; CCL_HEADERS=darwin-x86-headers; CCL_KERNEL=darwinx8632
-	elif use x64-macos; then
-		CCL_RUNTIME=dx86cl64; CCL_HEADERS=darwin-x86-headers64; CCL_KERNEL=darwinx8664
-	elif use x86-solaris; then
-		CCL_RUNTIME=sx86cl; CCL_HEADERS=solarisx86-headers; CCL_KERNEL=solarisx86
-	elif use x64-solaris; then
-		CCL_RUNTIME=sx86cl64; CCL_HEADERS=solarisx64-headers; CCL_KERNEL=solarisx64
-	elif use x86; then
-		CCL_RUNTIME=lx86cl; CCL_HEADERS=x86-headers; CCL_KERNEL=linuxx8632
-	elif use amd64; then
-		CCL_RUNTIME=lx86cl64; CCL_HEADERS=x86-headers64; CCL_KERNEL=linuxx8664
-	elif use arm; then
-		CCL_RUNTIME=armcl; CCL_HEADERS=arm-headers; CCL_KERNEL=linuxarm
-	elif use ppc; then
-		CCL_RUNTIME=ppccl; CCL_HEADERS=headers; CCL_KERNEL=linuxppc
-	elif use ppc64; then
-		CCL_RUNTIME=ppccl64; CCL_HEADERS=headers64; CCL_KERNEL=linuxppc64
-	fi
-}
-
-src_prepare() {
-	default
-	eapply "${FILESDIR}/${MY_PN}-format.patch"
-	# bug #638304 https://github.com/Clozure/ccl/commit/a87d61b88e1f48a563335062668970f7e6290ecf
-	eapply "${FILESDIR}/${MY_P}-glibc-2.26.patch"
-	# https://lists.clozure.com/pipermail/openmcl-devel/2016-September/011399.html
-	sed -i "s/-dynamic/-no_pie/" "${S}/lisp-kernel/darwinx8664/Makefile" || die
-	cp "${EPREFIX}/usr/share/common-lisp/source/asdf/build/asdf.lisp" tools/ || die
-}
-
-src_compile() {
-	emake -C lisp-kernel/${CCL_KERNEL} clean
-	emake -C lisp-kernel/${CCL_KERNEL} all CC="$(tc-getCC)"
-
-	unset CCL_DEFAULT_DIRECTORY
-	./${CCL_RUNTIME} -n -b -Q -e '(ccl:rebuild-ccl :full t)' -e '(ccl:quit)' || die "Compilation failed"
-
-	# remove non-owner write permissions on the full-image
-	chmod go-w ${CCL_RUNTIME}{,.image} || die
-
-	esvn_clean
-}
-
-src_install() {
-	local target_dir="/usr/$(get_libdir)/${PN}"
-	local prefix_dir="${EPREFIX}/${target_dir#/}"
-
-	mkdir -p "${D}/${prefix_dir#/}"
-
-	find . -type f -name '*fsl' -delete || die
-	rm -f lisp-kernel/${CCL_KERNEL}/*.o || die
-	cp -a compiler contrib level-0 level-1 lib library lisp-kernel scripts \
-		tools xdump ${CCL_HEADERS} ${CCL_RUNTIME} ${CCL_RUNTIME}.image \
-		"${D}/${prefix_dir#/}" || die
-
-	echo "CCL_DEFAULT_DIRECTORY=${prefix_dir}" > "${ENVD}"
-	doenvd "${ENVD}"
-
-	dosym "${target_dir}/${CCL_RUNTIME}" /usr/bin/ccl
-	dodoc doc/release-notes.txt
-
-	if use doc ; then
-		dodoc "${DISTDIR}/ccl.html"
-		dodoc -r doc/manual
-		dodoc -r examples
-	fi
-}

diff --git a/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild b/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild
deleted file mode 100644
index 478a75cc..00000000
--- a/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib toolchain-funcs
-
-MY_PN=ccl
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="ClozureCL is a Common Lisp implementation, derived from Digitool's MCL product"
-HOMEPAGE="http://ccl.clozure.com/"
-SRC_URI="x86?   ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )
-		 amd64? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )"
-		 # ppc?   ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxppc.tar.gz )
-		 # ppc64? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxppc.tar.gz )"
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-# KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-CDEPEND=">=dev-lisp/asdf-2.33-r3:="
-DEPEND="${CDEPEND}
-		!dev-lisp/openmcl
-		dev-vcs/subversion"
-RDEPEND="${CDEPEND}"
-
-S="${WORKDIR}"/${MY_PN}
-
-ENVD="${T}"/50ccl
-
-src_configure() {
-	if use x86; then
-		CCL_RUNTIME=lx86cl; CCL_HEADERS=x86-headers; CCL_KERNEL=linuxx8632
-	elif use amd64; then
-		CCL_RUNTIME=lx86cl64; CCL_HEADERS=x86-headers64; CCL_KERNEL=linuxx8664
-	elif use ppc; then
-		CCL_RUNTIME=ppccl; CCL_HEADERS=headers; CCL_KERNEL=linuxppc
-	elif use ppc64; then
-		CCL_RUNTIME=ppccl64; CCL_HEADERS=headers64; CCL_KERNEL=linuxppc64
-	fi
-}
-
-src_prepare() {
-	svn upgrade >/dev/null || die
-	cp /usr/share/common-lisp/source/asdf/build/asdf.lisp tools/ || die
-}
-
-src_compile() {
-	emake -C lisp-kernel/${CCL_KERNEL} clean || die
-	emake -C lisp-kernel/${CCL_KERNEL} all CC="$(tc-getCC)" || die
-
-	unset CCL_DEFAULT_DIRECTORY
-	./${CCL_RUNTIME} -n -b -Q -e '(ccl:rebuild-ccl :full t)' -e '(ccl:quit)' || die "Compilation failed"
-
-	# remove non-owner write permissions on the full-image
-	chmod go-w ${CCL_RUNTIME}{,.image}
-
-	# remove .svn directories
-	find "${S}" -type d -name .svn -exec rm -rf {} ';' &>/dev/null
-}
-
-src_install() {
-	local install_dir=/usr/$(get_libdir)/${PN}
-
-	exeinto ${install_dir}
-	# install executable
-	doexe ${CCL_RUNTIME}
-	# install core image
-	cp ${CCL_RUNTIME}.image "${D}"/${install_dir} || die
-	# install optional libraries
-	dodir ${install_dir}/tools
-	cp tools/*fsl "${D}"/${install_dir}/tools || die
-
-	# until we figure out which source files are necessary for runtime
-	# optional features and which aren't, we install all sources
-	find . -type f -name '*fsl' -delete
-	rm -f lisp-kernel/${CCL_KERNEL}/*.o
-	cp -a compiler level-0 level-1 lib library \
-		lisp-kernel scripts tools xdump \
-		"${D}"/${install_dir} || die
-	cp -a ${CCL_HEADERS} "${D}"/${install_dir} || die
-
-	make_wrapper ccl "${install_dir}/${CCL_RUNTIME}"
-
-	echo "CCL_DEFAULT_DIRECTORY=${install_dir}" > "${ENVD}"
-	doenvd "${ENVD}"
-
-	dodoc doc/release-notes.txt
-	dohtml doc/ccl-documentation.html
-	use doc && dohtml -r examples
-}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/clozurecl/
@ 2018-05-04 14:56 José María Alonso
  0 siblings, 0 replies; 8+ messages in thread
From: José María Alonso @ 2018-05-04 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     60a1a2ad0af9741b67243c78daeaee1d040dd112
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri May  4 14:56:21 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri May  4 14:56:21 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=60a1a2ad

dev-lisp/clozurecl: Add src_prepare phase

 dev-lisp/clozurecl/clozurecl-1.11.5.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dev-lisp/clozurecl/clozurecl-1.11.5.ebuild b/dev-lisp/clozurecl/clozurecl-1.11.5.ebuild
index 63a93582..0c3e7e1c 100644
--- a/dev-lisp/clozurecl/clozurecl-1.11.5.ebuild
+++ b/dev-lisp/clozurecl/clozurecl-1.11.5.ebuild
@@ -58,6 +58,13 @@ src_configure() {
 	fi
 }
 
+src_prepare() {
+	default
+	# https://lists.clozure.com/pipermail/openmcl-devel/2016-September/011399.html
+	sed -i "s/-dynamic/-no_pie/" "${S}/lisp-kernel/darwinx8664/Makefile" || die
+	cp "${EPREFIX}/usr/share/common-lisp/source/asdf/build/asdf.lisp" tools/ || die
+}
+
 src_compile() {
 	emake -C lisp-kernel/${CCL_KERNEL} clean
 	emake -C lisp-kernel/${CCL_KERNEL} all CC="$(tc-getCC)"


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/clozurecl/
@ 2022-04-01 11:12 Ulrich Müller
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2022-04-01 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     8aec3e6461d2b82ba2a4aca83e3d541b3d85285e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 10:28:27 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 10:28:27 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8aec3e64

dev-lisp/clozurecl: Remove package

Newer version in gentoo repository.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-lisp/clozurecl/clozurecl-1.11.5.ebuild | 104 -----------------------------
 1 file changed, 104 deletions(-)

diff --git a/dev-lisp/clozurecl/clozurecl-1.11.5.ebuild b/dev-lisp/clozurecl/clozurecl-1.11.5.ebuild
deleted file mode 100644
index 0c3e7e1c..00000000
--- a/dev-lisp/clozurecl/clozurecl-1.11.5.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils flag-o-matic multilib toolchain-funcs
-
-MY_PN=ccl
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Common Lisp implementation, derived from Digitool's MCL product"
-HOMEPAGE="https://ccl.clozure.com"
-SRC_URI="
-	x86? ( https://github.com/Clozure/ccl/releases/download/v${PV}/${MY_P}-linuxx86.tar.gz )
-	amd64? ( https://github.com/Clozure/ccl/releases/download/v${PV}/${MY_P}-linuxx86.tar.gz )
-	arm? ( https://github.com/Clozure/ccl/releases/download/v${PV}/${MY_P}-linuxarm.tar.gz )
-	x86-macos? ( https://github.com/Clozure/ccl/releases/download/v${PV}/${MY_P}-darwinx86.tar.gz )
-	x64-macos? ( https://github.com/Clozure/ccl/releases/download/v${PV}/${MY_P}-darwinx86.tar.gz )
-	x86-solaris? ( https://github.com/Clozure/ccl/releases/download/v${PV}/${MY_P}-solarisx86.tar.gz )
-	x64-solaris? ( https://github.com/Clozure/ccl/releases/download/v${PV}/${MY_P}-solarisx86.tar.gz )
-	doc? ( ${HOMEPAGE}/docs/ccl.html )"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="doc"
-
-RDEPEND=">=dev-lisp/asdf-2.33-r3:="
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${MY_PN}
-ENVD="${T}/50ccl"
-
-src_prepare() {
-	default
-	cp "${EPREFIX}/usr/share/common-lisp/source/asdf/build/asdf.lisp" tools/ || die
-}
-
-src_configure() {
-	if use x86-macos; then
-		CCL_RUNTIME=dx86cl; CCL_HEADERS=darwin-x86-headers; CCL_KERNEL=darwinx8632
-	elif use x64-macos; then
-		CCL_RUNTIME=dx86cl64; CCL_HEADERS=darwin-x86-headers64; CCL_KERNEL=darwinx8664
-	elif use x86-solaris; then
-		CCL_RUNTIME=sx86cl; CCL_HEADERS=solarisx86-headers; CCL_KERNEL=solarisx86
-	elif use x64-solaris; then
-		CCL_RUNTIME=sx86cl64; CCL_HEADERS=solarisx64-headers; CCL_KERNEL=solarisx64
-	elif use x86; then
-		CCL_RUNTIME=lx86cl; CCL_HEADERS=x86-headers; CCL_KERNEL=linuxx8632
-	elif use amd64; then
-		CCL_RUNTIME=lx86cl64; CCL_HEADERS=x86-headers64; CCL_KERNEL=linuxx8664
-	elif use arm; then
-		CCL_RUNTIME=armcl; CCL_HEADERS=arm-headers; CCL_KERNEL=linuxarm
-	elif use ppc; then
-		CCL_RUNTIME=ppccl; CCL_HEADERS=headers; CCL_KERNEL=linuxppc
-	elif use ppc64; then
-		CCL_RUNTIME=ppccl64; CCL_HEADERS=headers64; CCL_KERNEL=linuxppc64
-	fi
-}
-
-src_prepare() {
-	default
-	# https://lists.clozure.com/pipermail/openmcl-devel/2016-September/011399.html
-	sed -i "s/-dynamic/-no_pie/" "${S}/lisp-kernel/darwinx8664/Makefile" || die
-	cp "${EPREFIX}/usr/share/common-lisp/source/asdf/build/asdf.lisp" tools/ || die
-}
-
-src_compile() {
-	emake -C lisp-kernel/${CCL_KERNEL} clean
-	emake -C lisp-kernel/${CCL_KERNEL} all CC="$(tc-getCC)"
-
-	unset CCL_DEFAULT_DIRECTORY
-	./${CCL_RUNTIME} -n -b -Q -e '(ccl:rebuild-ccl :full t)' -e '(ccl:quit)' || die "Compilation failed"
-
-	# remove non-owner write permissions on the full-image
-	chmod go-w ${CCL_RUNTIME}{,.image} || die
-
-	esvn_clean
-}
-
-src_install() {
-	local target_dir="/usr/$(get_libdir)/${PN}"
-	local prefix_dir="${EPREFIX}/${target_dir#/}"
-
-	mkdir -p "${D}/${prefix_dir#/}"
-
-	find . -type f -name '*fsl' -delete || die
-	rm -f lisp-kernel/${CCL_KERNEL}/*.o || die
-	cp -a compiler level-0 level-1 lib library lisp-kernel scripts \
-		tools xdump ${CCL_HEADERS} ${CCL_RUNTIME} ${CCL_RUNTIME}.image \
-		"${D}/${prefix_dir#/}" || die
-
-	echo "CCL_DEFAULT_DIRECTORY=${prefix_dir}" > "${ENVD}"
-	doenvd "${ENVD}"
-
-	dosym "${target_dir}/${CCL_RUNTIME}" /usr/bin/ccl
-	dodoc doc/release-notes.txt
-
-	if use doc ; then
-		dodoc "${DISTDIR}/ccl.html"
-		dodoc -r doc/manual
-		dodoc -r examples
-	fi
-}


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

end of thread, other threads:[~2022-04-01 11:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-04 13:26 [gentoo-commits] proj/lisp:master commit in: dev-lisp/clozurecl/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2022-04-01 11:12 Ulrich Müller
2018-05-04 14:56 José María Alonso
2018-03-17 13:54 José María Alonso
2017-05-22 21:19 José María Alonso
2017-05-22 18:33 José María Alonso
2016-12-10 16:14 José María Alonso
2013-04-04 18:23 Stelian Ionescu

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