dev-scheme/gauche-gtk: drop old

Signed-off-by: Akinori Hattori <hattya@gentoo.org>
This commit is contained in:
Akinori Hattori
2026-03-05 22:30:09 +09:00
parent 39ab44acf4
commit bfb42bbed1
2 changed files with 0 additions and 41 deletions

View File

@@ -1,3 +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
DIST Gauche-gtk2-0.6.2.tgz 420027 BLAKE2B 9447abf3b5630440e1945ae332fcbdca6871985f71fd382bf0c6ca47f7bf3544923a0ebc5ee797e0250e533445dcbe4b2325b1b316ce634489ad8713d8a14a6d SHA512 ba4d91ba0066247040f7d795779f74eb453741240379b8148b9ab62aba53b9730399802b445fc44ec07d8f96d9c840c4cb6df2e5d5c430f394d111597ee82d28

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
MY_P="${PN^g}-${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
}