* [gentoo-commits] proj/lisp:master commit in: dev-scheme/gambit/
@ 2012-04-05 6:59 Marijn Schouten
0 siblings, 0 replies; 8+ messages in thread
From: Marijn Schouten @ 2012-04-05 6:59 UTC (permalink / raw
To: gentoo-commits
commit: 23a5d0af83dbcb8a9c34ba8f2815f82fec6f0a7b
Author: Marijn Schouten <hkBst <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 5 07:05:51 2012 +0000
Commit: Marijn Schouten <hkbst <AT> gentoo <DOT> org>
CommitDate: Thu Apr 5 07:05:51 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=23a5d0af
remove obsolete gambit ebuild
---
dev-scheme/gambit/gambit-4.6.0.ebuild | 74 ---------------------------------
1 files changed, 0 insertions(+), 74 deletions(-)
diff --git a/dev-scheme/gambit/gambit-4.6.0.ebuild b/dev-scheme/gambit/gambit-4.6.0.ebuild
deleted file mode 100644
index ea36ac3..0000000
--- a/dev-scheme/gambit/gambit-4.6.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.5.3.ebuild,v 1.1 2009/11/02 15:09:06 hkbst Exp $
-
-EAPI="3"
-
-inherit elisp-common flag-o-matic multilib autotools
-
-MY_PN=gambc
-MY_PV=${PV//./_}
-MY_P=${MY_PN}-v${MY_PV}
-
-DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter."
-HOMEPAGE="http://www.iro.umontreal.ca/~gambit/"
-SRC_URI="http://www.iro.umontreal.ca/~gambit/download/gambit/v${PV%.*}/source/${MY_P}.tgz"
-
-LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
-SLOT="0"
-KEYWORDS=""
-
-#gsc is now Gambit Scheme Compiler and not ghostscript.
-#only app-text/ghostscript-gpl-8.64 has freed gsc yet.
-DEPEND="emacs? ( virtual/emacs )
- !app-text/ghostscript-gnu
- !<app-text/ghostscript-gpl-8.64
- guide? ( x11-libs/qt-gui )"
-RDEPEND=""
-
-SITEFILE="50gambit-gentoo.el"
-
-S=${WORKDIR}/${MY_P} #-devel
-
-IUSE="emacs static guide"
-
-#src_prepare() {
-# sed -e "s#LIB_EXTENSION=\".so\"#LIB_EXTENSION=\".so.${PV}\"#" -i configure.ac
-# eautoreconf
-#}
-
-src_configure() {
- econf \
- $(use_enable !static shared) \
- $(use_enable guide) \
- --docdir=/usr/share/doc/${PF} \
- --enable-single-host \
- --disable-absolute-shared-libs #\
-# LDFLAGS="-Wl,-soname,libgambc.so.${PV}"
-}
-
-src_compile() {
- emake bootstrap || die
-
- if use emacs; then
- elisp-compile misc/*.el || die
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
-# mv ${D}/usr/$(get_libdir)/libgambc.so \
-# ${D}/usr/$(get_libdir)/libgambc.so.${PV} || die
-#
-# dosym /usr/$(get_libdir)/libgambc.so.${PV} \
-# /usr/$(get_libdir)/libgambc.so || die
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-scheme/gambit/
@ 2012-11-12 23:13 Panagiotis Christopoulos
0 siblings, 0 replies; 8+ messages in thread
From: Panagiotis Christopoulos @ 2012-11-12 23:13 UTC (permalink / raw
To: gentoo-commits
commit: 3afd788f0a754befd0094a9ca180d4f71bc00035
Author: Panagiotis Christopoulos (pchrist) <pchrist <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 12 23:12:54 2012 +0000
Commit: Panagiotis Christopoulos <pchrist <AT> gentoo <DOT> org>
CommitDate: Mon Nov 12 23:12:54 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=3afd788f
dev-scheme/gambit: bump to 4.6.6 and fill the empty gambit directory. -r1 needs more work
---
dev-scheme/gambit/gambit-4.6.6-r1.ebuild | 73 ++++++++++++++++++++++++++++++
dev-scheme/gambit/gambit-4.6.6.ebuild | 53 +++++++++++++++++++++
dev-scheme/gambit/metadata.xml | 8 +++
3 files changed, 134 insertions(+), 0 deletions(-)
diff --git a/dev-scheme/gambit/gambit-4.6.6-r1.ebuild b/dev-scheme/gambit/gambit-4.6.6-r1.ebuild
new file mode 100644
index 0000000..964e8f4
--- /dev/null
+++ b/dev-scheme/gambit/gambit-4.6.6-r1.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.6.5.ebuild,v 1.1 2012/04/05 07:15:45 hkbst Exp $
+
+EAPI="4"
+
+inherit eutils elisp-common
+
+MY_PN=gambc
+MY_PV=${PV//./_}
+MY_P=${MY_PN}-v${MY_PV}
+
+DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter."
+HOMEPAGE="http://www.iro.umontreal.ca/~gambit/"
+SRC_URI="http://www.iro.umontreal.ca/~gambit/download/gambit/v${PV%.*}/source/${MY_P}.tgz"
+
+LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+
+DEPEND="emacs? ( virtual/emacs )"
+RDEPEND=""
+
+SITEFILE="50gambit-gentoo.el"
+
+S=${WORKDIR}/${MY_P} #-devel
+
+IUSE="emacs static gbootstrap"
+
+# 13Nov12 pchrist
+# To check before this hits the tree:
+# 1. what bootstrap target actually does
+# 2. whether gboostrap use flag is ok to be used as local use flag
+# 3. Doc, what is going on there, what if latex is not installed,
+# what if pdf2ps is not installed etc.
+# 4. more testing on configure flags
+# 5. there is -O1 optimization flag, probably disables user's CFLAGS , bad
+# 6. check if emacs configuration is correct
+
+src_configure() {
+ #echo "------";
+ #echo $USE;
+ #echo "------";
+ #die;
+ econf $(use_enable !static shared) --docdir="${EPREFIX}"/usr/share/doc/${PF} --enable-single-host --disable-absolute-shared-libs
+}
+
+src_compile() {
+ #emake bootstrap || die
+ emake || die "emake failed"
+
+ if use gbootstrap; then
+ emake bootstrap || die "emake bootstrap failed"
+ emake bootclean || die "emake bootclean failed"
+ emake || die "emake failed the second time"
+ fi
+
+ if use emacs; then
+ elisp-compile misc/*.el || die "failed to compile elisp files"
+ fi
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+}
+
+pkg_postinst() {
+ use emacs && elisp-site-regen
+}
+
+pkg_postrm() {
+ use emacs && elisp-site-regen
+}
diff --git a/dev-scheme/gambit/gambit-4.6.6.ebuild b/dev-scheme/gambit/gambit-4.6.6.ebuild
new file mode 100644
index 0000000..cb5416a
--- /dev/null
+++ b/dev-scheme/gambit/gambit-4.6.6.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.6.5.ebuild,v 1.1 2012/04/05 07:15:45 hkbst Exp $
+
+EAPI="4"
+
+inherit eutils elisp-common
+
+MY_PN=gambc
+MY_PV=${PV//./_}
+MY_P=${MY_PN}-v${MY_PV}
+
+DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter."
+HOMEPAGE="http://www.iro.umontreal.ca/~gambit/"
+SRC_URI="http://www.iro.umontreal.ca/~gambit/download/gambit/v${PV%.*}/source/${MY_P}.tgz"
+
+LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+
+DEPEND="emacs? ( virtual/emacs )"
+RDEPEND=""
+
+SITEFILE="50gambit-gentoo.el"
+
+S=${WORKDIR}/${MY_P} #-devel
+
+IUSE="emacs static"
+
+src_configure() {
+ econf $(use_enable !static shared) --docdir="${EPREFIX}"/usr/share/doc/${PF} --enable-single-host --disable-absolute-shared-libs
+}
+
+src_compile() {
+ #emake bootstrap || die
+ emake || die "emake failed"
+
+ if use emacs; then
+ elisp-compile misc/*.el || die "failed to compile elisp files"
+ fi
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+}
+
+pkg_postinst() {
+ use emacs && elisp-site-regen
+}
+
+pkg_postrm() {
+ use emacs && elisp-site-regen
+}
diff --git a/dev-scheme/gambit/metadata.xml b/dev-scheme/gambit/metadata.xml
new file mode 100644
index 0000000..136fb59
--- /dev/null
+++ b/dev-scheme/gambit/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>scheme</herd>
+<use>
+ <flag name='gbootstrap'>Rebuild some C sources</flag>
+</use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-scheme/gambit/
@ 2012-11-12 23:17 Panagiotis Christopoulos
0 siblings, 0 replies; 8+ messages in thread
From: Panagiotis Christopoulos @ 2012-11-12 23:17 UTC (permalink / raw
To: gentoo-commits
commit: dc48d0841dfa41227a8e468c402a963ee607544d
Author: Panagiotis Christopoulos (pchrist) <pchrist <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 12 23:17:38 2012 +0000
Commit: Panagiotis Christopoulos <pchrist <AT> gentoo <DOT> org>
CommitDate: Mon Nov 12 23:17:38 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=dc48d084
dev-scheme/gambit: dropped keywords in gambit-4.6.6-r1.ebuild as it's work in progress
---
dev-scheme/gambit/gambit-4.6.6-r1.ebuild | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/dev-scheme/gambit/gambit-4.6.6-r1.ebuild b/dev-scheme/gambit/gambit-4.6.6-r1.ebuild
index 964e8f4..772d399 100644
--- a/dev-scheme/gambit/gambit-4.6.6-r1.ebuild
+++ b/dev-scheme/gambit/gambit-4.6.6-r1.ebuild
@@ -16,7 +16,8 @@ SRC_URI="http://www.iro.umontreal.ca/~gambit/download/gambit/v${PV%.*}/source/${
LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+#KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS=""
DEPEND="emacs? ( virtual/emacs )"
RDEPEND=""
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-scheme/gambit/
@ 2012-11-12 23:33 Panagiotis Christopoulos
0 siblings, 0 replies; 8+ messages in thread
From: Panagiotis Christopoulos @ 2012-11-12 23:33 UTC (permalink / raw
To: gentoo-commits
commit: c2971af2c7dc5b469cb6bcec90da814e568ca77f
Author: Panagiotis Christopoulos (pchrist) <pchrist <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 12 23:32:38 2012 +0000
Commit: Panagiotis Christopoulos <pchrist <AT> gentoo <DOT> org>
CommitDate: Mon Nov 12 23:32:38 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=c2971af2
dev-scheme/gambit: fix headers (trivial)
---
dev-scheme/gambit/gambit-4.6.6-r1.ebuild | 2 +-
dev-scheme/gambit/gambit-4.6.6.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-scheme/gambit/gambit-4.6.6-r1.ebuild b/dev-scheme/gambit/gambit-4.6.6-r1.ebuild
index 772d399..5fb8582 100644
--- a/dev-scheme/gambit/gambit-4.6.6-r1.ebuild
+++ b/dev-scheme/gambit/gambit-4.6.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.6.5.ebuild,v 1.1 2012/04/05 07:15:45 hkbst Exp $
+# $Header: $
EAPI="4"
diff --git a/dev-scheme/gambit/gambit-4.6.6.ebuild b/dev-scheme/gambit/gambit-4.6.6.ebuild
index cb5416a..0d1cfba 100644
--- a/dev-scheme/gambit/gambit-4.6.6.ebuild
+++ b/dev-scheme/gambit/gambit-4.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.6.5.ebuild,v 1.1 2012/04/05 07:15:45 hkbst Exp $
+# $Header: $
EAPI="4"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-scheme/gambit/
@ 2013-01-28 0:36 Panagiotis Christopoulos
0 siblings, 0 replies; 8+ messages in thread
From: Panagiotis Christopoulos @ 2013-01-28 0:36 UTC (permalink / raw
To: gentoo-commits
commit: d0b7028da122660de6ad71010485af125e3ff1dc
Author: Panagiotis Christopoulos (pchrist) <pchrist <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 28 00:35:37 2013 +0000
Commit: Panagiotis Christopoulos <pchrist <AT> gentoo <DOT> org>
CommitDate: Mon Jan 28 00:35:37 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=d0b7028d
gambit-4.6.6-r2.ebuild: work in progress for bumping to 4.6.6 in the main tree
---
dev-scheme/gambit/gambit-4.6.6-r2.ebuild | 98 ++++++++++++++++++++++++++++++
dev-scheme/gambit/metadata.xml | 3 +
2 files changed, 101 insertions(+), 0 deletions(-)
diff --git a/dev-scheme/gambit/gambit-4.6.6-r2.ebuild b/dev-scheme/gambit/gambit-4.6.6-r2.ebuild
new file mode 100644
index 0000000..f4bfe68
--- /dev/null
+++ b/dev-scheme/gambit/gambit-4.6.6-r2.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+inherit eutils elisp-common
+
+MY_PN=gambc
+MY_PV=${PV//./_}
+MY_P=${MY_PN}-v${MY_PV}
+
+DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter."
+HOMEPAGE="http://www.iro.umontreal.ca/~gambit/"
+SRC_URI="http://www.iro.umontreal.ca/~gambit/download/gambit/v${PV%.*}/source/${MY_P}.tgz"
+
+LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
+SLOT="0"
+#KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS=""
+
+DEPEND="emacs? ( virtual/emacs )
+ doc? ( sys-apps/texinfo )"
+RDEPEND=""
+
+SITEFILE="50gambit-gentoo.el"
+
+S=${WORKDIR}/${MY_P} #-devel
+
+IUSE="emacs static gbootstrap debug noopts doc"
+
+# 13Nov12 pchrist
+# To check before this hits the tree:
+# 1. what bootstrap target actually does
+# 2. whether gboostrap use flag is ok to be used as local use flag
+# 3. Doc, what is going on there, what if latex is not installed,
+# what if pdf2ps is not installed etc.
+# 4. more testing on configure flags
+# 5. there is -O1 optimization flag, probably disables user's CFLAGS , bad
+# 6. check if emacs configuration is correct
+
+src_configure() {
+ #echo "------";
+ #echo $USE;
+ #echo "------";
+ #die;
+ local t=$(tc-getCC);
+ local tt="${t##*-}"
+ [[ "${tt}" == "gcc" ]] && echo yes || echo no
+ econf \
+ $(use_enable !static shared) \
+ $(use_enable debug) \
+ $(use_enable debug profile) \
+ $(use_enable debug coverage) \
+ $([[ "${tt}" == "gcc" ]] \
+ && use !noopts \
+ && echo \
+ "--enable-gcc-opts \
+ --enable-c-opt" \
+ || echo \
+ "--disable-gcc-opts \
+ --disable-c-opt") \
+ --docdir="${EPREFIX}"/usr/share/doc/${PF} \
+ --enable-single-host \
+ --disable-absolute-shared-libs
+}
+
+src_compile() {
+ #emake bootstrap || die
+
+ if use gbootstrap; then
+ einfo "Starting bootstrap..."
+ emake bootstrap || die "emake bootstrap failed"
+ einfo "Cleaning..."
+ emake bootclean || die "emake bootclean failed"
+ einfo "Compiling in normal mode."
+ emake || die "emake failed the second time"
+ else
+ einfo "Compiling in normal mode."
+ emake || die "emake failed"
+ fi
+
+ if use emacs; then
+ elisp-compile misc/*.el || die "failed to compile elisp files"
+ fi
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+}
+
+pkg_postinst() {
+ use emacs && elisp-site-regen
+}
+
+pkg_postrm() {
+ use emacs && elisp-site-regen
+}
diff --git a/dev-scheme/gambit/metadata.xml b/dev-scheme/gambit/metadata.xml
index 136fb59..b7d9243 100644
--- a/dev-scheme/gambit/metadata.xml
+++ b/dev-scheme/gambit/metadata.xml
@@ -5,4 +5,7 @@
<use>
<flag name='gbootstrap'>Rebuild some C sources</flag>
</use>
+<use>
+ <flag name='noopts'>Disable upstream's optimizations</flag>
+</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-scheme/gambit/
@ 2019-07-14 13:16 Cyprien Nicolas
0 siblings, 0 replies; 8+ messages in thread
From: Cyprien Nicolas @ 2019-07-14 13:16 UTC (permalink / raw
To: gentoo-commits
commit: 90e65320eab192fb66e35569cea5a8c8704da16c
Author: Cyprien Nicolas (fulax) <cyprien <AT> nicolas <DOT> tf>
AuthorDate: Sun Jul 14 13:15:53 2019 +0000
Commit: Cyprien Nicolas <c.nicolas+gentoo <AT> gmail <DOT> com>
CommitDate: Sun Jul 14 13:15:53 2019 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=90e65320
dev-scheme/gambit: Add 4.9.3 and 9999 versions
dev-scheme/gambit/gambit-4.6.6-r1.ebuild | 74 ------------------------
dev-scheme/gambit/gambit-4.6.6-r2.ebuild | 98 --------------------------------
dev-scheme/gambit/gambit-4.6.6.ebuild | 53 -----------------
dev-scheme/gambit/gambit-4.9.3.ebuild | 63 ++++++++++++++++++++
dev-scheme/gambit/gambit-9999.ebuild | 62 ++++++++++++++++++++
dev-scheme/gambit/metadata.xml | 11 ++--
6 files changed, 129 insertions(+), 232 deletions(-)
diff --git a/dev-scheme/gambit/gambit-4.6.6-r1.ebuild b/dev-scheme/gambit/gambit-4.6.6-r1.ebuild
deleted file mode 100644
index 5fb8582d..00000000
--- a/dev-scheme/gambit/gambit-4.6.6-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-inherit eutils elisp-common
-
-MY_PN=gambc
-MY_PV=${PV//./_}
-MY_P=${MY_PN}-v${MY_PV}
-
-DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter."
-HOMEPAGE="http://www.iro.umontreal.ca/~gambit/"
-SRC_URI="http://www.iro.umontreal.ca/~gambit/download/gambit/v${PV%.*}/source/${MY_P}.tgz"
-
-LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
-SLOT="0"
-#KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
-KEYWORDS=""
-
-DEPEND="emacs? ( virtual/emacs )"
-RDEPEND=""
-
-SITEFILE="50gambit-gentoo.el"
-
-S=${WORKDIR}/${MY_P} #-devel
-
-IUSE="emacs static gbootstrap"
-
-# 13Nov12 pchrist
-# To check before this hits the tree:
-# 1. what bootstrap target actually does
-# 2. whether gboostrap use flag is ok to be used as local use flag
-# 3. Doc, what is going on there, what if latex is not installed,
-# what if pdf2ps is not installed etc.
-# 4. more testing on configure flags
-# 5. there is -O1 optimization flag, probably disables user's CFLAGS , bad
-# 6. check if emacs configuration is correct
-
-src_configure() {
- #echo "------";
- #echo $USE;
- #echo "------";
- #die;
- econf $(use_enable !static shared) --docdir="${EPREFIX}"/usr/share/doc/${PF} --enable-single-host --disable-absolute-shared-libs
-}
-
-src_compile() {
- #emake bootstrap || die
- emake || die "emake failed"
-
- if use gbootstrap; then
- emake bootstrap || die "emake bootstrap failed"
- emake bootclean || die "emake bootclean failed"
- emake || die "emake failed the second time"
- fi
-
- if use emacs; then
- elisp-compile misc/*.el || die "failed to compile elisp files"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/dev-scheme/gambit/gambit-4.6.6-r2.ebuild b/dev-scheme/gambit/gambit-4.6.6-r2.ebuild
deleted file mode 100644
index f4bfe680..00000000
--- a/dev-scheme/gambit/gambit-4.6.6-r2.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-inherit eutils elisp-common
-
-MY_PN=gambc
-MY_PV=${PV//./_}
-MY_P=${MY_PN}-v${MY_PV}
-
-DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter."
-HOMEPAGE="http://www.iro.umontreal.ca/~gambit/"
-SRC_URI="http://www.iro.umontreal.ca/~gambit/download/gambit/v${PV%.*}/source/${MY_P}.tgz"
-
-LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
-SLOT="0"
-#KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
-KEYWORDS=""
-
-DEPEND="emacs? ( virtual/emacs )
- doc? ( sys-apps/texinfo )"
-RDEPEND=""
-
-SITEFILE="50gambit-gentoo.el"
-
-S=${WORKDIR}/${MY_P} #-devel
-
-IUSE="emacs static gbootstrap debug noopts doc"
-
-# 13Nov12 pchrist
-# To check before this hits the tree:
-# 1. what bootstrap target actually does
-# 2. whether gboostrap use flag is ok to be used as local use flag
-# 3. Doc, what is going on there, what if latex is not installed,
-# what if pdf2ps is not installed etc.
-# 4. more testing on configure flags
-# 5. there is -O1 optimization flag, probably disables user's CFLAGS , bad
-# 6. check if emacs configuration is correct
-
-src_configure() {
- #echo "------";
- #echo $USE;
- #echo "------";
- #die;
- local t=$(tc-getCC);
- local tt="${t##*-}"
- [[ "${tt}" == "gcc" ]] && echo yes || echo no
- econf \
- $(use_enable !static shared) \
- $(use_enable debug) \
- $(use_enable debug profile) \
- $(use_enable debug coverage) \
- $([[ "${tt}" == "gcc" ]] \
- && use !noopts \
- && echo \
- "--enable-gcc-opts \
- --enable-c-opt" \
- || echo \
- "--disable-gcc-opts \
- --disable-c-opt") \
- --docdir="${EPREFIX}"/usr/share/doc/${PF} \
- --enable-single-host \
- --disable-absolute-shared-libs
-}
-
-src_compile() {
- #emake bootstrap || die
-
- if use gbootstrap; then
- einfo "Starting bootstrap..."
- emake bootstrap || die "emake bootstrap failed"
- einfo "Cleaning..."
- emake bootclean || die "emake bootclean failed"
- einfo "Compiling in normal mode."
- emake || die "emake failed the second time"
- else
- einfo "Compiling in normal mode."
- emake || die "emake failed"
- fi
-
- if use emacs; then
- elisp-compile misc/*.el || die "failed to compile elisp files"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/dev-scheme/gambit/gambit-4.6.6.ebuild b/dev-scheme/gambit/gambit-4.6.6.ebuild
deleted file mode 100644
index 0d1cfba7..00000000
--- a/dev-scheme/gambit/gambit-4.6.6.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-inherit eutils elisp-common
-
-MY_PN=gambc
-MY_PV=${PV//./_}
-MY_P=${MY_PN}-v${MY_PV}
-
-DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter."
-HOMEPAGE="http://www.iro.umontreal.ca/~gambit/"
-SRC_URI="http://www.iro.umontreal.ca/~gambit/download/gambit/v${PV%.*}/source/${MY_P}.tgz"
-
-LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
-
-DEPEND="emacs? ( virtual/emacs )"
-RDEPEND=""
-
-SITEFILE="50gambit-gentoo.el"
-
-S=${WORKDIR}/${MY_P} #-devel
-
-IUSE="emacs static"
-
-src_configure() {
- econf $(use_enable !static shared) --docdir="${EPREFIX}"/usr/share/doc/${PF} --enable-single-host --disable-absolute-shared-libs
-}
-
-src_compile() {
- #emake bootstrap || die
- emake || die "emake failed"
-
- if use emacs; then
- elisp-compile misc/*.el || die "failed to compile elisp files"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/dev-scheme/gambit/gambit-4.9.3.ebuild b/dev-scheme/gambit/gambit-4.9.3.ebuild
new file mode 100644
index 00000000..54ac8e39
--- /dev/null
+++ b/dev-scheme/gambit/gambit-4.9.3.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp-common
+
+MY_P="${PN}-v$(ver_rs 1-3 _)"
+
+DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter"
+HOMEPAGE="http://gambitscheme.org/wiki/index.php/Main_Page"
+SRC_URI="http://www-labs.iro.umontreal.ca/~gambit/download/gambit/v$(ver_cut 1-2)/source/${MY_P}.tgz"
+
+LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+
+RDEPEND="ssl? (
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
+ )"
+DEPEND="
+ ${RDEPEND}
+"
+BDEPEND="emacs? ( virtual/emacs )"
+
+SITEFILE="50gambit-gentoo.el"
+
+IUSE="emacs libressl ssl static"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+ econf \
+ $(use_enable !static shared) \
+ $(use_enable ssl openssl) \
+ --docdir="${EPREFIX}"/usr/share/doc/${PF} \
+ --enable-gnu-gcc-specific-options \
+ --enable-gnu-gcc-no-strict-aliasing \
+ --enable-single-host \
+ --disable-absolute-shared-libs \
+ --enable-type-checking
+}
+
+src_compile() {
+ emake
+
+ if use emacs; then
+ elisp-compile misc/*.el || die
+ fi
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+}
+
+pkg_postinst() {
+ use emacs && elisp-site-regen
+}
+
+pkg_postrm() {
+ use emacs && elisp-site-regen
+}
diff --git a/dev-scheme/gambit/gambit-9999.ebuild b/dev-scheme/gambit/gambit-9999.ebuild
new file mode 100644
index 00000000..d9a71730
--- /dev/null
+++ b/dev-scheme/gambit/gambit-9999.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils elisp-common git-r3
+
+MY_P="${PN}-v$(ver_rs 1-3 _)"
+
+DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter"
+HOMEPAGE="http://gambitscheme.org/wiki/index.php/Main_Page"
+#SRC_URI="http://www-labs.iro.umontreal.ca/~gambit/download/gambit/v$(ver_cut 1-2)/source/${MY_P}.tgz"
+EGIT_REPO_URI="https://github.com/gambit/gambit.git"
+
+LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="ssl? (
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
+ )"
+DEPEND="
+ ${RDEPEND}
+"
+BDEPEND="emacs? ( virtual/emacs )"
+
+SITEFILE="50gambit-gentoo.el"
+
+IUSE="emacs libressl ssl static"
+
+src_configure() {
+ econf \
+ $(use_enable !static shared) \
+ $(use_enable ssl openssl) \
+ --docdir="${EPREFIX}"/usr/share/doc/${PF} \
+ --enable-gnu-gcc-specific-options \
+ --enable-gnu-gcc-no-strict-aliasing \
+ --enable-single-host \
+ --disable-absolute-shared-libs \
+ --enable-type-checking
+}
+
+src_compile() {
+ emake
+
+ if use emacs; then
+ elisp-compile misc/*.el || die
+ fi
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+}
+
+pkg_postinst() {
+ use emacs && elisp-site-regen
+}
+
+pkg_postrm() {
+ use emacs && elisp-site-regen
+}
diff --git a/dev-scheme/gambit/metadata.xml b/dev-scheme/gambit/metadata.xml
index b7d9243f..8703fdc6 100644
--- a/dev-scheme/gambit/metadata.xml
+++ b/dev-scheme/gambit/metadata.xml
@@ -1,11 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>scheme</herd>
-<use>
- <flag name='gbootstrap'>Rebuild some C sources</flag>
-</use>
-<use>
- <flag name='noopts'>Disable upstream's optimizations</flag>
-</use>
+<maintainer type="project">
+ <email>scheme@gentoo.org</email>
+ <name>Gentoo Scheme Project</name>
+</maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-scheme/gambit/
@ 2019-07-14 14:00 Cyprien Nicolas
0 siblings, 0 replies; 8+ messages in thread
From: Cyprien Nicolas @ 2019-07-14 14:00 UTC (permalink / raw
To: gentoo-commits
commit: a31290d1d0a2c814d31d00bcc433c4a08ffc5d14
Author: Cyprien Nicolas (fulax) <cyprien <AT> nicolas <DOT> tf>
AuthorDate: Sun Jul 14 14:00:06 2019 +0000
Commit: Cyprien Nicolas <c.nicolas+gentoo <AT> gmail <DOT> com>
CommitDate: Sun Jul 14 14:00:06 2019 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a31290d1
dev-scheme/gambit-9999: Call eautoreconf during prepare
dev-scheme/gambit/gambit-9999.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-scheme/gambit/gambit-9999.ebuild b/dev-scheme/gambit/gambit-9999.ebuild
index d9a71730..2f5153ee 100644
--- a/dev-scheme/gambit/gambit-9999.ebuild
+++ b/dev-scheme/gambit/gambit-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit eutils elisp-common git-r3
+inherit autotools elisp-common git-r3
MY_P="${PN}-v$(ver_rs 1-3 _)"
@@ -29,6 +29,11 @@ SITEFILE="50gambit-gentoo.el"
IUSE="emacs libressl ssl static"
+src_prepare() {
+ default
+ eautoreconf
+}
+
src_configure() {
econf \
$(use_enable !static shared) \
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-scheme/gambit/
@ 2022-03-25 19:24 Ulrich Müller
0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2022-03-25 19:24 UTC (permalink / raw
To: gentoo-commits
commit: 143d25808e24f5dd8a900eaef4be1a82fbf35779
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 18:43:42 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 18:43:42 2022 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=143d2580
dev-scheme/gambit: Fix QA issues
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-scheme/gambit/gambit-4.9.3.ebuild | 25 +++++++++----------------
dev-scheme/gambit/gambit-9999.ebuild | 21 +++++++--------------
2 files changed, 16 insertions(+), 30 deletions(-)
diff --git a/dev-scheme/gambit/gambit-4.9.3.ebuild b/dev-scheme/gambit/gambit-4.9.3.ebuild
index 54ac8e39..28b60a83 100644
--- a/dev-scheme/gambit/gambit-4.9.3.ebuild
+++ b/dev-scheme/gambit/gambit-4.9.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,28 +8,21 @@ inherit elisp-common
MY_P="${PN}-v$(ver_rs 1-3 _)"
DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter"
-HOMEPAGE="http://gambitscheme.org/wiki/index.php/Main_Page"
-SRC_URI="http://www-labs.iro.umontreal.ca/~gambit/download/gambit/v$(ver_cut 1-2)/source/${MY_P}.tgz"
+HOMEPAGE="https://gambitscheme.org/wiki/index.php/Main_Page"
+SRC_URI="https://www-labs.iro.umontreal.ca/~gambit/download/gambit/v$(ver_cut 1-2)/source/${MY_P}.tgz"
+S="${WORKDIR}/${MY_P}"
LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="emacs ssl static"
-RDEPEND="ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- )"
-DEPEND="
- ${RDEPEND}
-"
-BDEPEND="emacs? ( virtual/emacs )"
+RDEPEND="ssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}"
+BDEPEND="emacs? ( >=app-editors/emacs-23.1:* )"
SITEFILE="50gambit-gentoo.el"
-IUSE="emacs libressl ssl static"
-
-S="${WORKDIR}/${MY_P}"
-
src_configure() {
econf \
$(use_enable !static shared) \
diff --git a/dev-scheme/gambit/gambit-9999.ebuild b/dev-scheme/gambit/gambit-9999.ebuild
index 2f5153ee..1f9ee153 100644
--- a/dev-scheme/gambit/gambit-9999.ebuild
+++ b/dev-scheme/gambit/gambit-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,27 +8,20 @@ inherit autotools elisp-common git-r3
MY_P="${PN}-v$(ver_rs 1-3 _)"
DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter"
-HOMEPAGE="http://gambitscheme.org/wiki/index.php/Main_Page"
-#SRC_URI="http://www-labs.iro.umontreal.ca/~gambit/download/gambit/v$(ver_cut 1-2)/source/${MY_P}.tgz"
+HOMEPAGE="https://gambitscheme.org/wiki/index.php/Main_Page"
+#SRC_URI="https://www-labs.iro.umontreal.ca/~gambit/download/gambit/v$(ver_cut 1-2)/source/${MY_P}.tgz"
EGIT_REPO_URI="https://github.com/gambit/gambit.git"
LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
SLOT="0"
-KEYWORDS=""
+IUSE="emacs ssl static"
-RDEPEND="ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- )"
-DEPEND="
- ${RDEPEND}
-"
-BDEPEND="emacs? ( virtual/emacs )"
+RDEPEND="ssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}"
+BDEPEND="emacs? ( >=app-editors/emacs-23.1:* )"
SITEFILE="50gambit-gentoo.el"
-IUSE="emacs libressl ssl static"
-
src_prepare() {
default
eautoreconf
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2022-03-25 19:24 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-28 0:36 [gentoo-commits] proj/lisp:master commit in: dev-scheme/gambit/ Panagiotis Christopoulos
-- strict thread matches above, loose matches on Subject: below --
2022-03-25 19:24 Ulrich Müller
2019-07-14 14:00 Cyprien Nicolas
2019-07-14 13:16 Cyprien Nicolas
2012-11-12 23:33 Panagiotis Christopoulos
2012-11-12 23:17 Panagiotis Christopoulos
2012-11-12 23:13 Panagiotis Christopoulos
2012-04-05 6:59 Marijn Schouten
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox