* [gentoo-commits] proj/lisp:master commit in: dev-scheme/guile-lib/files/, dev-scheme/guile-lib/
@ 2019-06-23 15:59 Cyprien Nicolas
0 siblings, 0 replies; 2+ messages in thread
From: Cyprien Nicolas @ 2019-06-23 15:59 UTC (permalink / raw
To: gentoo-commits
commit: 75083338e021cdd400582d85d09fffbd8efac120
Author: Cyprien Nicolas (fulax) <gentoo <AT> fulax <DOT> fr>
AuthorDate: Sun Jun 23 15:56:04 2019 +0000
Commit: Cyprien Nicolas <c.nicolas+gentoo <AT> gmail <DOT> com>
CommitDate: Sun Jun 23 15:56:04 2019 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=75083338
dev-scheme/guile-lib: Add patch for slotted guile, bump to 0.2.6.1
Package-Manager: Portage-2.3.66, Repoman-2.3.11
.../files/guile-lib-0.2.5.1-configure.patch | 22 +++++++++++++++
.../files/guile-lib-0.2.6.1-configure.patch | 27 ++++++++++++++++++
dev-scheme/guile-lib/guile-lib-0.2.5.1-r1.ebuild | 32 ++++++++++++++++++++++
dev-scheme/guile-lib/guile-lib-0.2.6.1.ebuild | 28 +++++++++++++++++++
dev-scheme/guile-lib/metadata.xml | 8 ++++++
5 files changed, 117 insertions(+)
diff --git a/dev-scheme/guile-lib/files/guile-lib-0.2.5.1-configure.patch b/dev-scheme/guile-lib/files/guile-lib-0.2.5.1-configure.patch
new file mode 100644
index 00000000..b9b0b3e6
--- /dev/null
+++ b/dev-scheme/guile-lib/files/guile-lib-0.2.5.1-configure.patch
@@ -0,0 +1,22 @@
+--- guile-lib-0.2.5.1/configure.ac.old 2019-06-23 16:28:07.240273454 +0200
++++ guile-lib-0.2.5.1/configure.ac 2019-06-23 16:28:35.024761924 +0200
+@@ -61,7 +61,7 @@
+ dnl although no change has been made to any module, we bumped the
+ dnl dependency version to 2.0.12 [or higher], because it has texinfo
+ dnl patches so 'make check' pass.
+-GUILE_PROGS([2.0.12])
++GUILE_PROGS
+ GUILE_SITE_DIR
+ GUILE_GLOBAL_SITE_DIR
+ GUILE_SITE_CCACHE_DIR
+--- guile-lib-0.2.5.1/configure.ac.old 2019-06-23 16:52:49.220232515 +0200
++++ guile-lib-0.2.5.1/configure.ac 2019-06-23 16:51:57.859334264 +0200
+@@ -70,7 +70,7 @@
+ dnl this should disappear
+ dnl but for now we'll keep it, it's used 'en aval'
+ HAVE_GUILE_COMPILE=1
+-GUILE_COMPILE="guild compile"
++GUILE_COMPILE="$GUILD compile"
+ AC_SUBST(GUILE_COMPILE)
+ AM_CONDITIONAL(HAVE_GUILE_COMPILE, test "$HAVE_GUILE_COMPILE" = 1)
+
diff --git a/dev-scheme/guile-lib/files/guile-lib-0.2.6.1-configure.patch b/dev-scheme/guile-lib/files/guile-lib-0.2.6.1-configure.patch
new file mode 100644
index 00000000..7a30049b
--- /dev/null
+++ b/dev-scheme/guile-lib/files/guile-lib-0.2.6.1-configure.patch
@@ -0,0 +1,27 @@
+--- guile-lib-0.2.6.1/configure.ac.old 2019-06-23 16:28:07.240273454 +0200
++++ guile-lib-0.2.6.1/configure.ac 2019-06-23 16:28:35.024761924 +0200
+@@ -61,7 +61,7 @@
+ dnl although no change has been made to any module, we bumped the
+ dnl dependency version to 2.0.12 [or higher], because it has texinfo
+ dnl patches so 'make check' pass.
+-GUILE_PROGS([2.0.12])
++GUILE_PROGS
+ GUILE_SITE_DIR
+ GUILE_GLOBAL_SITE_DIR
+ GUILE_SITE_CCACHE_DIR
+--- guile-lib-0.2.6.1/am/guile.mk.old 2018-06-25 06:12:19.000000000 +0200
++++ guile-lib-0.2.6.1/am/guile.mk 2019-06-23 17:50:00.497178155 +0200
+@@ -27,6 +27,7 @@
+
+ moddir=@SITEDIR@
+ godir=@SITECCACHEDIR@
++guild=@GUILD@
+
+
+ GOBJECTS = $(SOURCES:%.scm=%.go)
+@@ -47,4 +48,4 @@
+ SUFFIXES = .scm .go
+ .scm.go:
+ $(AM_V_GEN)$(top_builddir)/pre-inst-env \
+- guild compile $(GUILE_WARNINGS) -o "$@" "$<"
++ $(guild) compile $(GUILE_WARNINGS) -o "$@" "$<"
diff --git a/dev-scheme/guile-lib/guile-lib-0.2.5.1-r1.ebuild b/dev-scheme/guile-lib/guile-lib-0.2.5.1-r1.ebuild
new file mode 100644
index 00000000..00b113f9
--- /dev/null
+++ b/dev-scheme/guile-lib/guile-lib-0.2.5.1-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="An accumulation place for pure-scheme Guile modules"
+HOMEPAGE="http://www.nongnu.org/guile-lib/"
+SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+RESTRICT="strip"
+
+RDEPEND=">=dev-scheme/guile-2.0.12[regex,deprecated]"
+DEPEND="${RDEPEND} !<dev-libs/g-wrap-1.9.8"
+
+PATCHES=(
+ "${FILESDIR}/${P}-configure.patch"
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+# src_install() {
+# emake -j1 DESTDIR="${D}" install
+# }
diff --git a/dev-scheme/guile-lib/guile-lib-0.2.6.1.ebuild b/dev-scheme/guile-lib/guile-lib-0.2.6.1.ebuild
new file mode 100644
index 00000000..429aa191
--- /dev/null
+++ b/dev-scheme/guile-lib/guile-lib-0.2.6.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="An accumulation place for pure-scheme Guile modules"
+HOMEPAGE="http://www.nongnu.org/guile-lib/"
+SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+RESTRICT="strip"
+
+RDEPEND=">=dev-scheme/guile-2.0.12[regex,deprecated]"
+DEPEND="${RDEPEND} !<dev-libs/g-wrap-1.9.8"
+
+PATCHES=(
+ "${FILESDIR}/${P}-configure.patch"
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}
diff --git a/dev-scheme/guile-lib/metadata.xml b/dev-scheme/guile-lib/metadata.xml
new file mode 100644
index 00000000..aa9967f4
--- /dev/null
+++ b/dev-scheme/guile-lib/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>scheme@gentoo.org</email>
+ <name>Gentoo Scheme Project</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-scheme/guile-lib/files/, dev-scheme/guile-lib/
@ 2022-07-05 18:01 Maciej Barć
0 siblings, 0 replies; 2+ messages in thread
From: Maciej Barć @ 2022-07-05 18:01 UTC (permalink / raw
To: gentoo-commits
commit: 519441413733388b4a884d1966f885282e2a35b6
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 5 18:01:03 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jul 5 18:01:03 2022 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=51944141
dev-scheme/guile-lib: drop - already in ::gentoo
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
.../files/guile-lib-0.2.5.1-configure.patch | 22 ---------------
.../files/guile-lib-0.2.6.1-configure.patch | 27 ------------------
dev-scheme/guile-lib/guile-lib-0.2.5.1-r1.ebuild | 32 ----------------------
dev-scheme/guile-lib/guile-lib-0.2.6.1.ebuild | 28 -------------------
dev-scheme/guile-lib/metadata.xml | 8 ------
5 files changed, 117 deletions(-)
diff --git a/dev-scheme/guile-lib/files/guile-lib-0.2.5.1-configure.patch b/dev-scheme/guile-lib/files/guile-lib-0.2.5.1-configure.patch
deleted file mode 100644
index b9b0b3e6..00000000
--- a/dev-scheme/guile-lib/files/guile-lib-0.2.5.1-configure.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- guile-lib-0.2.5.1/configure.ac.old 2019-06-23 16:28:07.240273454 +0200
-+++ guile-lib-0.2.5.1/configure.ac 2019-06-23 16:28:35.024761924 +0200
-@@ -61,7 +61,7 @@
- dnl although no change has been made to any module, we bumped the
- dnl dependency version to 2.0.12 [or higher], because it has texinfo
- dnl patches so 'make check' pass.
--GUILE_PROGS([2.0.12])
-+GUILE_PROGS
- GUILE_SITE_DIR
- GUILE_GLOBAL_SITE_DIR
- GUILE_SITE_CCACHE_DIR
---- guile-lib-0.2.5.1/configure.ac.old 2019-06-23 16:52:49.220232515 +0200
-+++ guile-lib-0.2.5.1/configure.ac 2019-06-23 16:51:57.859334264 +0200
-@@ -70,7 +70,7 @@
- dnl this should disappear
- dnl but for now we'll keep it, it's used 'en aval'
- HAVE_GUILE_COMPILE=1
--GUILE_COMPILE="guild compile"
-+GUILE_COMPILE="$GUILD compile"
- AC_SUBST(GUILE_COMPILE)
- AM_CONDITIONAL(HAVE_GUILE_COMPILE, test "$HAVE_GUILE_COMPILE" = 1)
-
diff --git a/dev-scheme/guile-lib/files/guile-lib-0.2.6.1-configure.patch b/dev-scheme/guile-lib/files/guile-lib-0.2.6.1-configure.patch
deleted file mode 100644
index 7a30049b..00000000
--- a/dev-scheme/guile-lib/files/guile-lib-0.2.6.1-configure.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- guile-lib-0.2.6.1/configure.ac.old 2019-06-23 16:28:07.240273454 +0200
-+++ guile-lib-0.2.6.1/configure.ac 2019-06-23 16:28:35.024761924 +0200
-@@ -61,7 +61,7 @@
- dnl although no change has been made to any module, we bumped the
- dnl dependency version to 2.0.12 [or higher], because it has texinfo
- dnl patches so 'make check' pass.
--GUILE_PROGS([2.0.12])
-+GUILE_PROGS
- GUILE_SITE_DIR
- GUILE_GLOBAL_SITE_DIR
- GUILE_SITE_CCACHE_DIR
---- guile-lib-0.2.6.1/am/guile.mk.old 2018-06-25 06:12:19.000000000 +0200
-+++ guile-lib-0.2.6.1/am/guile.mk 2019-06-23 17:50:00.497178155 +0200
-@@ -27,6 +27,7 @@
-
- moddir=@SITEDIR@
- godir=@SITECCACHEDIR@
-+guild=@GUILD@
-
-
- GOBJECTS = $(SOURCES:%.scm=%.go)
-@@ -47,4 +48,4 @@
- SUFFIXES = .scm .go
- .scm.go:
- $(AM_V_GEN)$(top_builddir)/pre-inst-env \
-- guild compile $(GUILE_WARNINGS) -o "$@" "$<"
-+ $(guild) compile $(GUILE_WARNINGS) -o "$@" "$<"
diff --git a/dev-scheme/guile-lib/guile-lib-0.2.5.1-r1.ebuild b/dev-scheme/guile-lib/guile-lib-0.2.5.1-r1.ebuild
deleted file mode 100644
index 00b113f9..00000000
--- a/dev-scheme/guile-lib/guile-lib-0.2.5.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="An accumulation place for pure-scheme Guile modules"
-HOMEPAGE="http://www.nongnu.org/guile-lib/"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-RESTRICT="strip"
-
-RDEPEND=">=dev-scheme/guile-2.0.12[regex,deprecated]"
-DEPEND="${RDEPEND} !<dev-libs/g-wrap-1.9.8"
-
-PATCHES=(
- "${FILESDIR}/${P}-configure.patch"
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-# src_install() {
-# emake -j1 DESTDIR="${D}" install
-# }
diff --git a/dev-scheme/guile-lib/guile-lib-0.2.6.1.ebuild b/dev-scheme/guile-lib/guile-lib-0.2.6.1.ebuild
deleted file mode 100644
index 429aa191..00000000
--- a/dev-scheme/guile-lib/guile-lib-0.2.6.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="An accumulation place for pure-scheme Guile modules"
-HOMEPAGE="http://www.nongnu.org/guile-lib/"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-RESTRICT="strip"
-
-RDEPEND=">=dev-scheme/guile-2.0.12[regex,deprecated]"
-DEPEND="${RDEPEND} !<dev-libs/g-wrap-1.9.8"
-
-PATCHES=(
- "${FILESDIR}/${P}-configure.patch"
-)
-
-src_prepare() {
- default
- eautoreconf
-}
diff --git a/dev-scheme/guile-lib/metadata.xml b/dev-scheme/guile-lib/metadata.xml
deleted file mode 100644
index 59efa277..00000000
--- a/dev-scheme/guile-lib/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>scheme@gentoo.org</email>
- <name>Gentoo Scheme Project</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-05 18:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-23 15:59 [gentoo-commits] proj/lisp:master commit in: dev-scheme/guile-lib/files/, dev-scheme/guile-lib/ Cyprien Nicolas
-- strict thread matches above, loose matches on Subject: below --
2022-07-05 18:01 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox