From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: dev-scheme/guile-lib/files/, dev-scheme/guile-lib/
Date: Tue, 5 Jul 2022 18:01:07 +0000 (UTC) [thread overview]
Message-ID: <1657044063.519441413733388b4a884d1966f885282e2a35b6.xgqt@gentoo> (raw)
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>
next reply other threads:[~2022-07-05 18:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-05 18:01 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-06-23 15:59 [gentoo-commits] proj/lisp:master commit in: dev-scheme/guile-lib/files/, dev-scheme/guile-lib/ Cyprien Nicolas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1657044063.519441413733388b4a884d1966f885282e2a35b6.xgqt@gentoo \
--to=xgqt@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox