public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-lib/
Date: Thu,  3 Mar 2022 01:06:04 +0000 (UTC)	[thread overview]
Message-ID: <1646269533.9c48d52317f0cc8898bb64f249fb05f1d994f979.xgqt@gentoo> (raw)

commit:     9c48d52317f0cc8898bb64f249fb05f1d994f979
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  3 00:23:26 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Mar  3 01:05:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c48d523

dev-scheme/guile-lib: bring back; add/bump to 0.2.7

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-scheme/guile-lib/Manifest               |  1 +
 dev-scheme/guile-lib/guile-lib-0.2.7.ebuild | 31 +++++++++++++++++++++++++++++
 dev-scheme/guile-lib/metadata.xml           | 15 ++++++++++++++
 3 files changed, 47 insertions(+)

diff --git a/dev-scheme/guile-lib/Manifest b/dev-scheme/guile-lib/Manifest
new file mode 100644
index 000000000000..79e0ca6f32e4
--- /dev/null
+++ b/dev-scheme/guile-lib/Manifest
@@ -0,0 +1 @@
+DIST guile-lib-0.2.7.tar.gz 451202 BLAKE2B d8420a718697611443a40af089aad6e1d48390e5bef764f84955beeec8d6346066547d73c30898b96e727d4f470df6a032438067240bba8b25058bc65b85d9fa SHA512 d27d1398f81172e4488c5ac5c2d076baeeeaa12fa19d83a87faf0767c255b79f8eb24438950da3865e797299be90f7dc1dcc964076d53df9cab5925a61ad0d1f

diff --git a/dev-scheme/guile-lib/guile-lib-0.2.7.ebuild b/dev-scheme/guile-lib/guile-lib-0.2.7.ebuild
new file mode 100644
index 000000000000..a9f95bc2e4dc
--- /dev/null
+++ b/dev-scheme/guile-lib/guile-lib-0.2.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="An accumulation place for pure-scheme Guile modules"
+HOMEPAGE="http://www.nongnu.org/guile-lib/"
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="strip"
+
+RDEPEND=">=dev-scheme/guile-2.0.0:="
+DEPEND="${RDEPEND}"
+
+# guile generates ELF files without use of C or machine code
+# It's a portage's false positive. bug #677600
+QA_PREBUILT='*[.]go'
+
+src_prepare() {
+	default
+
+	# http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
+	find "${S}" -name "*.scm" -exec touch {} + || die
+}
+
+src_configure() {
+	econf --with-guile-site=yes
+}

diff --git a/dev-scheme/guile-lib/metadata.xml b/dev-scheme/guile-lib/metadata.xml
new file mode 100644
index 000000000000..af704cda2400
--- /dev/null
+++ b/dev-scheme/guile-lib/metadata.xml
@@ -0,0 +1,15 @@
+<?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>
+  <longdescription>
+    Guile-Lib is intended as an accumulation place for pure-scheme Guile
+    modules, allowing for people to cooperate integrating their generic Guile
+    modules into a coherent library. Think "a down-scaled, limited-scope CPAN
+    for Guile".
+  </longdescription>
+</pkgmetadata>


             reply	other threads:[~2022-03-03  1:06 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-03  1:06 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-18 13:39 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-lib/ Arsen Arsenović
2024-09-18 13:12 Arsen Arsenović
2022-10-18  2:28 Sam James
2019-10-01 20:42 Matt Turner
2018-05-02 12:48 Mikle Kolyada
2018-04-25 19:57 Matt Turner
2018-04-18 12:38 Amy Liffey
2018-04-18 12:38 Amy Liffey
2018-04-15  3:37 Matt Turner
2018-04-10  6:24 Amy Liffey
2018-03-31 17:54 Sergei Trofimovich
2018-03-30 22:04 Sergei Trofimovich
2018-03-28 19:32 Sergei Trofimovich
2018-01-07 15:02 Amy Liffey
2018-01-07 15:02 Amy Liffey
2017-02-11 17:52 Amy Liffey
2017-01-02 20:00 Justin Lecher

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=1646269533.9c48d52317f0cc8898bb64f249fb05f1d994f979.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