From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/chicken/
Date: Sat, 16 Apr 2022 02:10:09 +0000 (UTC)	[thread overview]
Message-ID: <1650075005.4a1b4453271bc60d28224cafcccab67fbc738db1.hattya@gentoo> (raw)
commit:     4a1b4453271bc60d28224cafcccab67fbc738db1
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 02:09:28 2022 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 02:10:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1b4453
dev-scheme/chicken: drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
 dev-scheme/chicken/Manifest                 |  1 -
 dev-scheme/chicken/chicken-4.13.0-r2.ebuild | 73 -----------------------------
 2 files changed, 74 deletions(-)
diff --git a/dev-scheme/chicken/Manifest b/dev-scheme/chicken/Manifest
index a70f7897e314..68d80784a7f0 100644
--- a/dev-scheme/chicken/Manifest
+++ b/dev-scheme/chicken/Manifest
@@ -1,2 +1 @@
-DIST chicken-4.13.0.tar.gz 4244358 BLAKE2B c40a28346fb6cd144e33605235ed022d48103edd1db1ae35e109e266989caaa0bf8fabf75e8b9cb740ac8bf4e3fba74218763573485127acacd001b8767cd088 SHA512 02c2035b4f81da6f4af2d246361ce8debdc9d9c663c3f43b7afb9abbf1ff591a2bb8fa144511b4d747a373dea4dcd9c10cac48466bf97032db76f3830c08709d
 DIST chicken-5.3.0.tar.gz 4069549 BLAKE2B 7e1fb8c844542927eec53df751014f718b8c96fb6cf390d6464d7d55467c7320346be9ed05202b9c5c96548f274243ae52fead488981d7c207bec2c001db7cd7 SHA512 8fcc08a1ba44cde42c95820695a11858a3b7ff39a4b577bc5afb894c53513661aab2dc5b8e608e1d9d26648e314551052041626c4c8e519fcb9f8af324386e02
diff --git a/dev-scheme/chicken/chicken-4.13.0-r2.ebuild b/dev-scheme/chicken/chicken-4.13.0-r2.ebuild
deleted file mode 100644
index 2c55fdc89af2..000000000000
--- a/dev-scheme/chicken/chicken-4.13.0-r2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Scheme interpreter and native Scheme to C compiler"
-HOMEPAGE="https://www.call-cc.org/"
-SRC_URI="https://code.call-cc.org/releases/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 x86"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND=""
-
-src_prepare() {
-	default
-
-	# because chicken's upstream is in the habit of using variables that
-	# portage also uses :( eg. $ARCH and $A
-	sed -i \
-		-e "s/A\([[:space:]]*?=\|)\)/z&/" \
-		-e "s/ARCH/z&/" \
-		-e "/LICENSE /d" \
-		Makefile.* {defaults,rules}.make || die
-	sed -i \
-		-e "s|/lib|/$(get_libdir)|" \
-		-e "s|\$(DATADIR)/doc|\$(SHAREDIR)/doc/${PF}|" \
-		defaults.make || die
-
-	use doc || sed -i "/\$(SEP)manual/d" rules.make || die
-}
-
-src_compile() {
-	emake -j1 \
-		PLATFORM="linux" \
-		PREFIX="${EPREFIX}/usr" \
-		C_COMPILER="$(tc-getCC)" \
-		C_COMPILER_OPTIMIZATION_OPTIONS="${CFLAGS}" \
-		CXX_COMPILER="$(tc-getCXX)" \
-		HOSTSYSTEM="${CBUILD}" \
-		LINKER_OPTIONS="${LDFLAGS}"
-}
-
-src_test() {
-	cd tests && ./runtests.sh || die
-}
-
-src_install() {
-	emake -j1 \
-		PLATFORM="linux" \
-		PREFIX="${EPREFIX}/usr" \
-		C_COMPILER="$(tc-getCC)" \
-		CXX_COMPILER="$(tc-getCXX)" \
-		HOSTSYSTEM="${CBUILD}" \
-		LINKER_OPTIONS="${LDFLAGS}" \
-		DESTDIR="${D}" \
-		install
-	einstalldocs
-	find "${ED}" -name '*.a' -delete || die
-
-	# let portage track this file (created later)
-	touch "${ED}"/usr/$(get_libdir)/${PN}/8/modules.db || die
-}
-
-pkg_postinst() {
-	# create modules.db file in ${ROOT}
-	chicken-install -update-db || die
-}
next             reply	other threads:[~2022-04-16  2:10 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-16  2:10 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-26 13:14 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/chicken/ Maciej Barć
2024-10-01  1:11 Sam James
2024-10-01  1:11 Sam James
2024-10-01  1:11 Sam James
2024-10-01  1:11 Sam James
2024-08-24 15:44 Maciej Barć
2022-05-23 14:26 Jakov Smolić
2022-05-23 14:05 Yixun Lan
2022-04-02 15:52 Agostino Sarubbo
2022-04-02  8:03 Agostino Sarubbo
2022-04-01 12:06 Arthur Zamarin
2022-04-01  5:15 Arthur Zamarin
2021-11-28 13:10 Akinori Hattori
2021-11-19 15:51 Akinori Hattori
2021-11-19 13:46 Akinori Hattori
2021-11-19 13:46 Akinori Hattori
2021-11-19 13:46 Akinori Hattori
2021-11-19 13:46 Akinori Hattori
2021-11-19 13:46 Akinori Hattori
2021-11-19 13:46 Akinori Hattori
2018-06-11 15:07 Aaron Bauman
2018-03-31 10:11 Tobias Klausmann
2018-03-18 10:33 Sergei Trofimovich
2018-03-15 21:22 Mikle Kolyada
2018-03-15 21:07 Maxim Koltsov
2018-03-15 20:39 Maxim Koltsov
2016-10-05  7:57 Patrice Clement
2015-12-21 14:25 Patrick Lauer
2015-11-15  1:03 Ian Delaney
2015-11-13  9:48 Agostino Sarubbo
2015-11-04 14:26 Agostino Sarubbo
2015-11-01 13:10 Mikle Kolyada
2015-10-23 10:34 Agostino Sarubbo
2015-10-21 12:28 Tobias Klausmann
2015-10-17  0:48 Ian Delaney
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=1650075005.4a1b4453271bc60d28224cafcccab67fbc738db1.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