From 58523314abd7b5740c06e3bbcd41ada404e7c612 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 Jan 2024 01:09:33 +0000 Subject: gentoo auto-resync : 13:01:2024 - 01:09:33 --- dev-lang/fuzion/Manifest | 4 +- dev-lang/fuzion/fuzion-0.084.ebuild | 72 ------------------------------------ dev-lang/fuzion/fuzion-0.086.ebuild | 73 +++++++++++++++++++++++++++++++++++++ 3 files changed, 75 insertions(+), 74 deletions(-) delete mode 100644 dev-lang/fuzion/fuzion-0.084.ebuild create mode 100644 dev-lang/fuzion/fuzion-0.086.ebuild (limited to 'dev-lang/fuzion') diff --git a/dev-lang/fuzion/Manifest b/dev-lang/fuzion/Manifest index 858affd59376..eea2ff3d9c03 100644 --- a/dev-lang/fuzion/Manifest +++ b/dev-lang/fuzion/Manifest @@ -1,5 +1,5 @@ -DIST fuzion-0.084.tar.gz 858114 BLAKE2B 0c0f30b22a85527ae7acf2150e18c79257ac60cd5c17ec9d7e53a6f8e496f1dafa199dfdd34a0c4940dcdce28d1c8c794b1d5a5ff4fe3b3fa6229862be760027 SHA512 cb628557dcdb7835a77e1472e45da485e69706487aa26d74fc630272fcb5e408adcd7b1ed485e0c7b34eed761911b15126ac82ef0fd748354da02fda09b9dbe9 DIST fuzion-0.085.tar.gz 951247 BLAKE2B 5ae8999453759e0a8e5fb44b0aec833adb2c66ca9fea3e3092e2f298cc27a98c75abe0947337e9bb43920009d3bed8aa526a325fc58791d6177cb4f2d7ae7f23 SHA512 4a40eeffaa40b0568d90a20cf4125e7bddcc651fbe55b38866bb3cc90517749259336f776c33b762969986accae01e532b09418114b7c60e98377074bf144a17 -EBUILD fuzion-0.084.ebuild 1340 BLAKE2B 2e490fa0bbc99582b0d86fb0328015170c2204b5c07cae1a9db123950b6c21232a2afdb467d6f002b3c26d7bb2dd53b5ac8926353d4c23bc67950da70a16a2bf SHA512 5ec1b75ed9775fedd9a83f358e25d5a992c6b1b64102ada90a026442c0504ec1bf5095679c2d2d9ff34609a3955e9b7159835c5495d318b38dcf660a260324fc +DIST fuzion-0.086.tar.gz 994894 BLAKE2B e698ea7b8de215c55e84e0f55f405156d5c386c1001c7b29e0c7c49e7a7e7babf7cb64cf30726a24aa7b6ccdc0eaf01cc543867361e2554f258d76be1fc08b97 SHA512 6d2df12d1dced9c5a61bb183767fc205ddbc0d04db8cae3f5e3eabd9ab60f18b3c2b3fa8f57702dc792882b1a6f79da1cfcb7801d84ecc2cff1844a4bc226f67 EBUILD fuzion-0.085-r1.ebuild 1380 BLAKE2B da167769b57e7e8b62bf37bfbb8bf2a003eb3f9e70f76a052d4d09e836b70eb404ca849ad678e74e49cb78cc45237da6448a8c6d999561a8b811d95bc547f85e SHA512 9d753062541caac1fbab3371f3c04f01c109e96257de50f898878a5f8960995a9483e17602d0d303db21855bf2f281bc2c82f10fc2336e38c46797593f21c1e2 +EBUILD fuzion-0.086.ebuild 1381 BLAKE2B fb209253b3168ad91fbe52b12631977dc33471d3e3b5e160a5d991dae7b9bd29e6bdea868d9c94b4932047544d0b22896e5bbbc75f18aae43a9a1298983013b5 SHA512 bf563b165f67b680e23420fd234a4ec26ae25fffa29be3373dd5abcbc6f006466e0ac7ace4da9030867b64ff5dc8366d0d4aea5a1cc60050697f2e6a5570dadc MISC metadata.xml 678 BLAKE2B 1785e807c53bd64819e1e7510d96a6d81bf316351d38633cd45f506fe79faad7334fb13ca646366c31146f66301dfbe638a71fffee0726867f6863340b7d14f3 SHA512 d61ffbe425b6a6b84dc1f813f279c0e655650e8b5273c69492f1092414ae956c8f1413bda3a87e5a28783a1d219d7d69282eeeaab1c8e6227a04c05ca0bea27b diff --git a/dev-lang/fuzion/fuzion-0.084.ebuild b/dev-lang/fuzion/fuzion-0.084.ebuild deleted file mode 100644 index 33cad58c2ef8..000000000000 --- a/dev-lang/fuzion/fuzion-0.084.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit java-pkg-2 - -DESCRIPTION="A language with a focus on simplicity, safety and correctness" -HOMEPAGE="https://flang.dev/ - https://github.com/tokiwa-software/fuzion/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/tokiwa-software/${PN}.git" -else - SRC_URI="https://github.com/tokiwa-software/${PN}/archive/refs/tags/v${PV}.tar.gz - -> ${P}.tar.gz" - - KEYWORDS="amd64 ~x86" -fi - -LICENSE="GPL-3" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=virtual/jre-17:* - dev-libs/boehm-gc -" -DEPEND=" - >=virtual/jdk-17:* -" -BDEPEND=" - test? ( sys-devel/clang:* ) -" - -DOCS=( README.md release_notes.md ) - -src_compile() { - emake -j1 -} - -src_test() { - emake -j1 run_tests_parallel -} - -src_install() { - # Remove unnecessary files from build directory. bug #893450 - local torm - local torm_path - for torm in tests run_tests.{failures,results} ; do - torm_path="${S}/build/${torm}" - - if [[ -e "${torm_path}" ]] ; then - rm -r "${torm_path}" || die "failed to remove ${torm_path}" - fi - done - - insinto "/usr/share/${PN}" - doins -r build/. - insopts -m755 - doins -r build/bin - - local bin - for bin in fz fzjava ; do - dosym -r "/usr/share/${PN}/bin/${bin}" "/usr/bin/${bin}" - done - - einstalldocs -} diff --git a/dev-lang/fuzion/fuzion-0.086.ebuild b/dev-lang/fuzion/fuzion-0.086.ebuild new file mode 100644 index 000000000000..388f1e28729c --- /dev/null +++ b/dev-lang/fuzion/fuzion-0.086.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit java-pkg-2 + +DESCRIPTION="A language with a focus on simplicity, safety and correctness" +HOMEPAGE="https://flang.dev/ + https://github.com/tokiwa-software/fuzion/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/tokiwa-software/${PN}.git" +else + SRC_URI="https://github.com/tokiwa-software/${PN}/archive/refs/tags/v${PV}.tar.gz + -> ${P}.tar.gz" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=virtual/jre-17:* + dev-libs/boehm-gc +" +# jdk:17 for https://bugs.gentoo.org/916689 +DEPEND=" + virtual/jdk:17 +" +BDEPEND=" + test? ( sys-devel/clang:* ) +" + +DOCS=( README.md release_notes.md ) + +src_compile() { + emake -j1 +} + +src_test() { + emake -j1 run_tests_parallel +} + +src_install() { + # Remove unnecessary files from build directory. bug #893450 + local torm + local torm_path + for torm in tests run_tests.{failures,results} ; do + torm_path="${S}/build/${torm}" + + if [[ -e "${torm_path}" ]] ; then + rm -r "${torm_path}" || die "failed to remove ${torm_path}" + fi + done + + insinto "/usr/share/${PN}" + doins -r build/. + insopts -m755 + doins -r build/bin + + local bin + for bin in fz fzjava ; do + dosym -r "/usr/share/${PN}/bin/${bin}" "/usr/bin/${bin}" + done + + einstalldocs +} -- cgit v1.2.3