dev-scheme/racket: version bump 6.11
authorAmy Liffey <amynka@gentoo.org>
Sat, 3 Feb 2018 20:25:01 +0000 (21:25 +0100)
committerAmy Liffey <amynka@gentoo.org>
Sat, 3 Feb 2018 20:26:22 +0000 (21:26 +0100)
Submitted-by: Ilya Mochalov <chrootsu@gmail.com>
Closes: https://bugs.gentoo.org/636776
Closes: https://github.com/gentoo/gentoo/pull/6709
Package-Manager: Portage-2.3.13, Repoman-2.3.3

dev-scheme/racket/Manifest
dev-scheme/racket/racket-6.11.ebuild [new file with mode: 0644]

index fd509a946022d9b166e30a34f85130a92d5780d6..e2fc2ae105dedd7deb6bff1dd68c0b44a05efdb4 100644 (file)
@@ -1,5 +1,7 @@
 DIST racket-5.3.6-src-unix.tgz 19278914 BLAKE2B 4809523b58b0c7ec60d80a912c560550602c9016802d8bf5bf42aa64d54c9dd5165357cc5cdaf98d2c3cf6fe9f26054434da10c3f2804bbf4f51526d6fa69592 SHA512 08e8b599e800f41c9497b07e163ed43ae02ae9d9bcc3e20da31eb2f6aa20aa4b0071db51e93696ae1bd644ddfa1c3aea587a334db24ced4a3654dcf5da138e8f
+DIST racket-6.11-src-builtpkgs.tgz 122307703 BLAKE2B 395b14c15b73dfda7b6e863a83530b5266ec2f132b3b8ee23ee60bea0083b42e1dd67c60cbdfca2cac93c343e3a4edf132677c707aed62d85c43ae27edb2de74 SHA512 2b9f6b478880a9ec176018f34a3015f5e84ceb11e61519d9ab9f7df8d4b8dc664fa9103ca787664ffcd86909410fbf6812838a59d899f3487dea278e39eb597b
 DIST racket-6.7-src-builtpkgs.tgz 116773863 BLAKE2B 786552b296449cd105450450f7232ba5468aba0ed6d96aa6db058cc3eb655808f031259ee69d1ab8abb9a751151e28e923d4388860ed37d74a1f6a637f740f0f SHA512 63fdc18e72fa152434d0fb83e926c28d2b2d16c93a0a2be0c14d445671c1bff5daf500e9917e41fa2f60454377de0cc10d226c321402abf4bad55a15ac74f127
 DIST racket-6.9-src-builtpkgs.tgz 118620147 BLAKE2B 839eac29098a1255ce63886aadbd120fba75865c713b272ccbc2b7a7be361cb12ebcd4eabc94a243c5abab57d4b759c9ce2f613f2d02ef11e33b5931d00420ab SHA512 14144c408521034b9c57925cd01ca25488cdcbcd3f8b943074f8ea434b84bdd76a73095ef920051a925929e3fcb4707bfd6b1585a7debaf23069f1a0db06298b
+DIST racket-minimal-6.11-src-builtpkgs.tgz 11208413 BLAKE2B 17e979ab6e4c99f781994d48ca90e206618835e2ecfa875d0966efe2909a440c509fe9706cccb7f377675a0bb4d76971ed4dd73de2c088ae40660df50b6cf7cc SHA512 f197a645e7da04c120f1cb61d98a1cd47824576467a2fa12753576b72f258d1229cc99243f91ed87cf37be63062c26844b44469987d7ac4bfeee853aa7cb6e66
 DIST racket-minimal-6.7-src-builtpkgs.tgz 11213736 BLAKE2B 1661fe1818d0b2c0d2c058aead61e25c5df01201d3ccdb31fccca14e9c1f2f822c18bfad6be3c1b7446d692c252129b63340b37e0311848269a914197416eee9 SHA512 59c885b535ed8e91a3b2a524bbc38661a5c19848ded935cc9f068c3fd6c8da39fc0755ef8df3a69cce3d50b96ee30d91972d6a4f6d5414eefb80bdc1ede6a285
 DIST racket-minimal-6.9-src-builtpkgs.tgz 11065867 BLAKE2B 3752ffb92a4ae290339599bb6ae83dd0db952eebdeb01c0d4bc9992cd903abf9970cab9e571c06a81644dc90479e3ce72b068e6c2f959d66abb90ced0d6cdfd7 SHA512 4d619e2b2efc852b24f925b51fe452316693ce850f71298fcb2a0009fe5770c15fbe88830f8a214cbfd4e0be57e6bd47ca963c0bd919bd5fc1f986f96d7a12f5
diff --git a/dev-scheme/racket/racket-6.11.ebuild b/dev-scheme/racket/racket-6.11.ebuild
new file mode 100644 (file)
index 0000000..5390fb5
--- /dev/null
@@ -0,0 +1,88 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit pax-utils
+
+DESCRIPTION="General purpose, multi-paradigm Lisp-Scheme programming language"
+HOMEPAGE="http://racket-lang.org/"
+SRC_URI="minimal? ( http://download.racket-lang.org/installers/${PV}/${PN}-minimal-${PV}-src-builtpkgs.tgz ) !minimal? ( http://download.racket-lang.org/installers/${PV}/${P}-src-builtpkgs.tgz )"
+LICENSE="GPL-3+ LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc +futures +jit minimal +places +threads +X"
+REQUIRED_USE="futures? ( jit )"
+
+RDEPEND="dev-db/sqlite:3
+       media-libs/libpng:0
+       x11-libs/cairo[X?]
+       x11-libs/pango[X?]
+       virtual/libffi
+       virtual/jpeg:0
+       X? ( x11-libs/gtk+[X?] )"
+RDEPEND="${RDEPEND} !dev-tex/slatex"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${P}/src"
+
+src_prepare() {
+       default
+       rm -r foreign/libffi || die 'failed to remove bundled libffi'
+}
+
+src_configure() {
+       # 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
+       econf \
+               --enable-shared \
+               --enable-float \
+               --enable-libffi \
+               --enable-foreign \
+               --disable-libs \
+               --disable-strip \
+               $(use_enable X gracket) \
+               $(use_enable doc docs) \
+               $(use_enable jit) \
+               $(use_enable places) \
+               $(use_enable futures) \
+               $(use_enable threads pthread)
+}
+
+src_compile() {
+       if use jit; then
+               # When the JIT is enabled, a few binaries need to be pax-marked
+               # on hardened systems (bug 613634). The trick is to pax-mark
+               # them before they're used later in the build system. The
+               # following order for racketcgc and racket3m was determined by
+               # digging through the Makefile in src/racket to find out which
+               # targets would build those binaries but not use them.
+               pushd racket
+               emake cgc-core
+               pax-mark m .libs/racketcgc
+               pushd gc2
+               emake all
+               popd
+               pax-mark m .libs/racket3m
+               popd
+       fi
+
+       default
+}
+
+src_install() {
+       default
+
+       if use jit; then
+               # The final binaries need to be pax-marked, too, if you want to
+               # actually use them. The src_compile marking get lost somewhere
+               # in the install process.
+               for f in mred mzscheme racket; do
+                       pax-mark m "${D}/usr/bin/${f}"
+               done
+
+               use X && pax-mark m "${D}/usr/$(get_libdir)/racket/gracket"
+       fi
+}