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: <1650074231.721cd334a748faab0df9becf7d0aa9beaac1e2cd.hattya@gentoo> (raw)
commit: 721cd334a748faab0df9becf7d0aa9beaac1e2cd
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 01:57:11 2022 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 01:57:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721cd334
dev-scheme/gauche-gtk: drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
dev-scheme/gauche-gtk/Manifest | 2 -
.../gauche-gtk/gauche-gtk-0.6_pre1-r2.ebuild | 48 ----------------------
.../gauche-gtk-0.6_pre20210518-r1.ebuild | 48 ----------------------
3 files changed, 98 deletions(-)
diff --git a/dev-scheme/gauche-gtk/Manifest b/dev-scheme/gauche-gtk/Manifest
index fc3a15d2b60b..3670a7ce51b0 100644
--- a/dev-scheme/gauche-gtk/Manifest
+++ b/dev-scheme/gauche-gtk/Manifest
@@ -1,3 +1 @@
DIST Gauche-gtk-0.6.tgz 427255 BLAKE2B f5144adc98dd6e1017f43ff762a06d2390e6f5b39286151262b51d847fc35ad68c2885459502b10f014b32049eaebd8afaa98bd8a2cfc4640734e1b1d5381f57 SHA512 d7887577f6fa361118240651cdc61ba48ad706ea2cc285c2542dbd4972abcb2eaca631e4d77b1fe0a189d4424ec17d01bbeb67ea8a2fe8166cf8e65da81e87ca
-DIST Gauche-gtk2-0.6_pre1.tar.gz 205003 BLAKE2B ecc444c246aa20f67a0030d7d87528596d6c2d69beb7ffaef1b53f80963d2fcc1294a04cacf958df6c3331789b6b0260f911126941d6e672a6c57e3aa4807d81 SHA512 5379dafbfabd536e335c30af18f8ddd13e00238e6d99494bbc8e78ee9cf1db872c08b5deee42ac50898dedde39c441d837312d2d6f559a0d2ac2568c31926f70
-DIST Gauche-gtk2-0.6_pre20210518.tar.gz 205759 BLAKE2B 0f1a11d1b9c3324cc7c8fcb7bfcbcd1b23740e509241698f466cc52454c36ad4c6d4e7ad850b9a20c5a3cc3d854824162686911198aee24e43fe53ef6ca10e95 SHA512 a235271b34aafb89a9dfc62ee9db2cc260aa4ffc4b0d450689c699574a79f54299f6b8fbbfb62a32ba18947cf99546e4e118432f0e467457a2566ed4d4839d58
diff --git a/dev-scheme/gauche-gtk/gauche-gtk-0.6_pre1-r2.ebuild b/dev-scheme/gauche-gtk/gauche-gtk-0.6_pre1-r2.ebuild
deleted file mode 100644
index a7439de412d8..000000000000
--- a/dev-scheme/gauche-gtk/gauche-gtk-0.6_pre1-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools vcs-snapshot
-
-MY_P="${PN^g}2-${PV}"
-EGIT_COMMIT="0220722c44ef85f2e1b9b14745702c1b923258e8"
-
-DESCRIPTION="GTK2 binding for Gauche"
-HOMEPAGE="https://practical-scheme.net/gauche/"
-SRC_URI="https://github.com/shirok/${PN^g}2/archive/${EGIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
-
-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_prepare() {
- default
- eautoconf
-}
-
-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
-}
diff --git a/dev-scheme/gauche-gtk/gauche-gtk-0.6_pre20210518-r1.ebuild b/dev-scheme/gauche-gtk/gauche-gtk-0.6_pre20210518-r1.ebuild
deleted file mode 100644
index 5f58b4cc451b..000000000000
--- a/dev-scheme/gauche-gtk/gauche-gtk-0.6_pre20210518-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools vcs-snapshot
-
-MY_P="${PN^g}2-${PV}"
-EGIT_COMMIT="4a468e48a5d8c2289c53b5d416f632f62ca7f887"
-
-DESCRIPTION="GTK2 binding for Gauche"
-HOMEPAGE="https://practical-scheme.net/gauche/"
-SRC_URI="https://github.com/shirok/${PN^g}2/archive/${EGIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
-
-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_prepare() {
- default
- eautoconf
-}
-
-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=1650074231.721cd334a748faab0df9becf7d0aa9beaac1e2cd.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