commit:     b0e18641351f9a943df8de512704868ff7435b29
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 09:51:35 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 13:22:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e18641

dev-scheme/racket: bump to 8.10

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-scheme/racket/Manifest           |   4 +-
 dev-scheme/racket/racket-8.10.ebuild | 188 +++++++++++++++++++++++++++++++++++
 2 files changed, 189 insertions(+), 3 deletions(-)

diff --git a/dev-scheme/racket/Manifest b/dev-scheme/racket/Manifest
index 8d9ca2a7256d..5c398777fdef 100644
--- a/dev-scheme/racket/Manifest
+++ b/dev-scheme/racket/Manifest
@@ -1,6 +1,4 @@
+DIST racket-8.10-src-builtpkgs.tgz 156573576 BLAKE2B 
def6007fec5701a3ca399f3173f863155214521e95b8e655090a61506a8ecd8eae7ddc02785593d256e6a0e23f022997c18460130bdc72e9fcaad8de36030b7d
 SHA512 
4a861b90ca03b252dae0b530ab39cf0fe67dd38e306cc639b6e24516b01d7d25918c0f7e1fb0a105ab51d3be802d349576b4f0ee7ef6ea26bb11fc16abada3dd
 DIST racket-8.6-src-builtpkgs.tgz 154505661 BLAKE2B 
ab788ae3e5175024ec75fa0c34297616ab4dcc1bb6f62d4ff4623dc2dd699d63eb9b24238407a854b03210f21fefd02680dc29931ed9d146920ae32472196e32
 SHA512 
c2948164463fb59a2d6f1b5188cee7634da190ea40bd19f5a88ef466ccdf07da03503b6a1f00e327a66c31b862048bcd5b047f7c586ea0d26e23397ee5ee7682
 DIST racket-8.7-src-builtpkgs.tgz 156337131 BLAKE2B 
a323683b6fd6d39473ab3eaeea24d175e12f8e36b9103849ec0730757b9c3d32f2e84ab8a9bde7fa834e2c6cf709e2531ab15e36e2694c5843b3b0bb41e909f8
 SHA512 
4c01001be49271e5536d24257c36bc57b16ff2cbf14eb59208b2939f4d14b5f58028cd1f643d49497eb8bffa84e5847f761171c951e006c278cf5d8ffafdd73e
 DIST racket-8.9-src-builtpkgs.tgz 157090283 BLAKE2B 
515ad19f37a18decb52ea42ceff5b4570d311d39e15996eb0abd228d16ef5fcae971a87145faf7d27584dc0d6b54b1d94a77bb099e6c2dfd3fa5ddca0b3333b0
 SHA512 
0eb823600233746e9b5e054747fc5ee1c033a102fe6ab912cc2a15d4ad5b217e04c25124f1877ce04eada4f99c2d6b08cc58adf07535c3962f7d05a21dce8471
-DIST racket-minimal-8.6-src-builtpkgs.tgz 22396113 BLAKE2B 
e8c09da9aef52566746def36823e736e07990ba703d8440a3d067cbeeb43c8d026469c1d4b7d9ad2a423766692b81d6efa400c55512450621acd624d23b1b193
 SHA512 
695f9be11cab2cf84d1c16b322feb6c4552bf05edbfd901e91fa9532ef52339a6463d8327f4ae4c704cd2e8d67e69c2333bc13b1c862bbe565af00b407debee8
-DIST racket-minimal-8.7-src-builtpkgs.tgz 22795747 BLAKE2B 
3f0194ffff3f3a9ea383ddd6c447a8d56d8cf4fb029c77bf9e8733570ca59244afd321541e7506ca11bc8b09f4c56dd3e26cd01d22caa7f3f36bd5af29c861a6
 SHA512 
b60472160b41a070a4aa74265e6319da4e80c6e58ac3152a30dfa3398f457c6579384de62b66dcb7a7ead68f72f787c41eae65325cdc1ae928b54a90d0a25f05
-DIST racket-minimal-8.9-src-builtpkgs.tgz 23084628 BLAKE2B 
5e1e688dc600b700ed13acdbbafddaa2d6bf5a0e05db4a845b53f33e9448b277f342f5f615086f78db4762eeac11911c9b88cd102f05fbe165fcdff72a9ebcf3
 SHA512 
404aa01242eb68453e9db3cc14e38b99a02af9eb13b1dccce36e1de9c10d2ddd37bc6411abad7ab58045c71d25336e09d6e06f391cc3ee372097ca68fc497051

diff --git a/dev-scheme/racket/racket-8.10.ebuild 
b/dev-scheme/racket/racket-8.10.ebuild
new file mode 100644
index 000000000000..aea3f9340d79
--- /dev/null
+++ b/dev-scheme/racket/racket-8.10.ebuild
@@ -0,0 +1,188 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop optfeature toolchain-funcs readme.gentoo-r1
+
+DESCRIPTION="General purpose, multi-paradigm Lisp-Scheme programming language"
+HOMEPAGE="https://racket-lang.org/
+       https://github.com/racket/racket/";
+SRC_URI="
+       minimal? ( 
https://download.racket-lang.org/installers/${PV}/${PN}-minimal-${PV}-src-builtpkgs.tgz
 )
+       !minimal? ( 
https://download.racket-lang.org/installers/${PV}/${P}-src-builtpkgs.tgz )
+"
+S="${WORKDIR}"/${P}/src
+
+# See 
https://blog.racket-lang.org/2019/11/completing-racket-s-relicensing-effort.html
+LICENSE="
+       || ( MIT Apache-2.0 )
+       chez? ( Apache-2.0 )
+       !chez? ( LGPL-3 )
+"
+# Bytecode generated by Racket is not compatible between versions.
+# The bytecode version should be denoted by SLOT, in most cases
+# PV == SLOT but this has to be checked carefully and in cases
+# where we use _p, _pre, etc it will have to be set manually.
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="+chez +doc +futures iconv +jit minimal ncurses +places +threads"
+# See bug #809785 re chez/threads
+REQUIRED_USE="chez? ( futures places ) futures? ( jit threads ) places? ( 
threads )"
+
+RDEPEND="
+       !dev-tex/slatex
+       dev-db/sqlite:3
+       dev-libs/libffi:=
+       ncurses? ( sys-libs/ncurses:= )
+"
+DEPEND="${RDEPEND}"
+
+# "mred" and "mzscheme" are binaries generated by Racket, not CC
+QA_FLAGS_IGNORED="usr/bin/mred usr/bin/mzscheme"
+
+DOC_CONTENTS="
+If you wish to use sys-libs/readline instead of dev-libs/libedit
+for readline-like features in the Racket's REPL you can install
+the package 'readline-gpl' using raco, Racket's package manager
+https://pkgs.racket-lang.org/package/readline-gpl
+"
+
+# Package database files (for pkg_preinst & pkg_config)
+PKGDB=(
+       /usr/share/racket/info-cache.rktd
+       /usr/share/racket/links.rktd
+       /usr/share/racket/pkgs/pkgs.rktd
+)
+
+src_prepare() {
+       # Prepare the environment.
+       unset PLTADDONDIR PLTCOLLECTS PLTCONFIGDIR PLTUSERHOME
+
+       default
+
+       # Remove bundled libffi.
+       rm -r "${S}"/bc/foreign/libffi || die "failed to remove bundled libffi"
+}
+
+src_configure() {
+       # Compilation of Zuo does not respect the autoconf configuration.
+       tc-export CC
+
+       einfo "Configuring Zuo in ${S}/zuo"
+       pushd "${S}"/zuo >/dev/null || die
+       econf
+       popd >/dev/null || die
+
+       einfo "Configuring Racket in ${S}"
+       # Libtool:
+       #   According to vapier, we should use the bundled libtool
+       #   such that we don't preclude cross-compile.
+       #   Thus don't use --enable-lt=/usr/bin/libtool
+       # Backend:
+       #   --enable-bc builds Racket w/o chez backend
+       # C Libraries:
+       #   --enable-libs & --disable-shared is the way to build
+       #   .a files that are needed to embed Racket into programs
+       #   https://docs.racket-lang.org/inside/cs-embedding.html
+       local -a myconf=(
+               --disable-shared
+               --disable-strip
+               --docdir="${EPREFIX}"/usr/share/doc/${PF}
+               --enable-libs
+               $(usex chez "--enable-cs --enable-csonly" "--enable-bc 
--enable-bconly")
+               $(use_enable doc docs)
+               $(use_enable iconv)
+               $(use_enable ncurses curses)
+       )
+       # Some options are togglable only for the BC version (are forced in CS)
+       ! use chez && myconf+=(
+                       --enable-float
+                       --enable-foreign
+                       --enable-gracket
+                       --enable-libffi
+                       $(use_enable futures)
+                       $(use_enable jit)
+                       $(use_enable places)
+                       $(use_enable threads pthread)
+               )
+       econf "${myconf[@]}"
+}
+
+src_compile() {
+       # Compile Racket.
+       CC_FOR_BUILD="$(tc-getCC)" default
+
+       # Recompile Zuo with optimizations.
+       emake -C zuo
+}
+
+src_install() {
+       # Install Racket.
+       default
+
+       # Install Zuo.
+       emake -C zuo DESTDIR="${ED}" install
+
+       # raco needs decompressed files for packages doc installation, bug 
#662424
+       use doc && docompress -x /usr/share/doc/${PF}
+
+       # Create missing desktop files and icon.
+       if ! use minimal ; then
+               newicon "${ED}"/usr/share/racket/drracket-exe-icon.png 
racket.png
+               make_desktop_entry "gracket" "GRacket" "racket" 
"Development;Education;"
+               make_desktop_entry "plt-games" "PLT Games" "racket" 
"Education;Game;"
+       fi
+
+       readme.gentoo_create_doc
+}
+
+pkg_preinst() {
+       # If we are merging the same SLOT check if package
+       # database files exist and do not overwrite them
+       if has_version ${CATEGORY}/${PN}:${SLOT} ; then
+               echo "We are installing the same SLOT: ${SLOT}"
+               local rktd
+               for rktd in "${PKGDB[@]}" ; do
+                       if [[ -f "${EROOT}"/${rktd} ]] && [[ -f "${ED}"/${rktd} 
]] ; then
+                               einfo "Keeping old file: ${rktd}"
+                               mv "${ED}"/${rktd} "${ED}"/${rktd}.bak ||
+                                       die "failed to create a backup of 
${rktd}"
+                               cp "${EROOT}"/${rktd} "${ED}"/${rktd} ||
+                                       die "failed to create a copy of ${rktd}"
+                       fi
+               done
+       fi
+}
+
+get_outsiders() {
+       racket -l raco -- pkg show -i | grep 'link' | sed 's|link.*||g'
+}
+
+pkg_postinst() {
+       # If we have any pkgs not included in Racket main distribution 
(outsiders),
+       # then we have to re-setup them or during installation other pkgs will 
want
+       # to recompile parts of "outsider" pkgs they depend upon (and fail).
+       local -a outsiders=( $(get_outsiders) )
+       if [[ -n "${outsiders[@]}" ]] ; then
+               ebegin "Running \"raco setup\" for outsider packages"
+               echo "Outsiders: ${outsiders[@]}"
+               raco setup --all-users --force --no-docs --no-user --pkgs 
"${outsiders[@]}"
+               eend 0  # do not fail
+       fi
+
+       optfeature "readline editing features in REPL" dev-libs/libedit
+       optfeature "generating PDF files using Scribble" 
dev-texlive/texlive-fontsextra
+
+       readme.gentoo_print_elog
+}
+
+pkg_config() {
+       einfo "Swapping package database backup files"
+
+       for rktd in "${PKGDB[@]}" ; do
+               mv "${EROOT}"/${rktd} "${EROOT}"/${rktd}.pkg_config
+               mv "${EROOT}"/${rktd}.bak "${EROOT}"/${rktd}
+               mv "${EROOT}"/${rktd}.pkg_config "${EROOT}"/${rktd}.bak
+       done
+}

Reply via email to