From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/gauche-gtk/
Date: Sat, 16 Apr 2022 01:59:55 +0000 (UTC) [thread overview]
Message-ID: <1650074378.c26ee828e4548884ab86d89a2997e6464e9245fd.hattya@gentoo> (raw)
commit: c26ee828e4548884ab86d89a2997e6464e9245fd
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 01:59:38 2022 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 01:59:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26ee828
dev-scheme/gauche-gtk: new upstream release
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
dev-scheme/gauche-gtk/Manifest | 1 +
dev-scheme/gauche-gtk/gauche-gtk-0.6.1.ebuild | 40 +++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-scheme/gauche-gtk/Manifest b/dev-scheme/gauche-gtk/Manifest
index 3670a7ce51b0..38151f7b63fa 100644
--- a/dev-scheme/gauche-gtk/Manifest
+++ b/dev-scheme/gauche-gtk/Manifest
@@ -1 +1,2 @@
DIST Gauche-gtk-0.6.tgz 427255 BLAKE2B f5144adc98dd6e1017f43ff762a06d2390e6f5b39286151262b51d847fc35ad68c2885459502b10f014b32049eaebd8afaa98bd8a2cfc4640734e1b1d5381f57 SHA512 d7887577f6fa361118240651cdc61ba48ad706ea2cc285c2542dbd4972abcb2eaca631e4d77b1fe0a189d4424ec17d01bbeb67ea8a2fe8166cf8e65da81e87ca
+DIST Gauche-gtk2-0.6.1.tgz 427608 BLAKE2B c6f2a02702781a4a597218c36fca299ba92c30ce7ef1b555ea568407be2841ca521054d91ae7cf954268862eab3825d32d22c7f5eaabe42e8f1826a6881731dd SHA512 118960205817f2d716a02447ea9badd83b832a420e5be5d8dd44ec89a1b07439a30e089b88f6cecb23be832b03b26b27ba521231a0d091d3683f6b884a028f1e
diff --git a/dev-scheme/gauche-gtk/gauche-gtk-0.6.1.ebuild b/dev-scheme/gauche-gtk/gauche-gtk-0.6.1.ebuild
new file mode 100644
index 000000000000..f2c118240f8b
--- /dev/null
+++ b/dev-scheme/gauche-gtk/gauche-gtk-0.6.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+MY_P="${PN^g}2-${PV}"
+
+DESCRIPTION="GTK2 binding for Gauche"
+HOMEPAGE="https://practical-scheme.net/gauche/"
+SRC_URI="https://github.com/shirok/${PN^g}2/releases/download/release-${PV}/${MY_P}.tgz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="examples"
+RESTRICT="test"
+
+RDEPEND="dev-scheme/gauche:=
+ x11-libs/gtk+:2"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+S="${WORKDIR}/${MY_P}"
+
+src_compile() {
+ emake stubs
+ emake
+}
+
+src_install() {
+ default
+
+ if use examples; then
+ docompress -x /usr/share/doc/${PF}/examples
+ docinto examples
+ dodoc examples/*.scm
+ # install gtk-tutorial
+ docinto examples/gtk-tutorial
+ dodoc examples/gtk-tutorial/*
+ fi
+}
next reply other threads:[~2022-04-16 2:00 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-16 1:59 Akinori Hattori [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-21 22:55 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/gauche-gtk/ Sam James
2024-06-21 22:55 Sam James
2022-04-16 1:59 Akinori Hattori
2022-04-16 1:59 Akinori Hattori
2022-03-09 23:12 Sam James
2022-03-03 12:38 Akinori Hattori
2022-02-23 16:11 Akinori Hattori
2021-11-16 13:23 Akinori Hattori
2021-11-16 13:23 Akinori Hattori
2021-11-16 13:23 Akinori Hattori
2020-02-10 11:50 Akinori Hattori
2020-02-10 11:50 Akinori Hattori
2020-01-09 13:43 Akinori Hattori
2018-07-20 13:24 Akinori Hattori
2018-07-11 14:02 Akinori Hattori
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=1650074378.c26ee828e4548884ab86d89a2997e6464e9245fd.hattya@gentoo \
--to=hattya@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