From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/fuzion/
Date: Wed, 5 Apr 2023 16:44:43 +0000 (UTC) [thread overview]
Message-ID: <1680713081.49c534e834704f3c49fe6682c5f8d73feddce950.xgqt@gentoo> (raw)
commit: 49c534e834704f3c49fe6682c5f8d73feddce950
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 16:30:19 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 16:44:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c534e8
dev-lang/fuzion: bump to 0.081
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-lang/fuzion/Manifest | 1 +
dev-lang/fuzion/fuzion-0.081.ebuild | 55 +++++++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/dev-lang/fuzion/Manifest b/dev-lang/fuzion/Manifest
index 42122178f63b..71608025d117 100644
--- a/dev-lang/fuzion/Manifest
+++ b/dev-lang/fuzion/Manifest
@@ -1 +1,2 @@
DIST fuzion-0.080.tar.gz 659142 BLAKE2B b1889ea646ddcb49248db1aa65cfbd3971ddfcad28976e39f631d7f6e3bd7e78f4dbc08756711820e982bcee8aef7eaf8de69a01408457d371c00fad926386ac SHA512 6bae87090b613dc82cc08526c66a62b81e757dc686130553a6f35ef9ea11dacbd726ee52ccb63019bcec876d5531b6a7263f48538eb05c062482f7609cd229c8
+DIST fuzion-0.081.tar.gz 710674 BLAKE2B ef58bb6b27640f6de4af3abe63b5ef6edbf82b6dc1914ba5dacf66ab2330e5eee884fbe08a3152353454474fd6226cdc5746b04bc791e4d26e81ae6fe8f47b3b SHA512 784823e5c1dc26cac2f61320b1c0aee232a8582e77fbb0d7a99d1ddc116232c436b0a1fc662fda025f93acee05c49e99a2cffdd6d0f1fa013c82d6475a194aeb
diff --git a/dev-lang/fuzion/fuzion-0.081.ebuild b/dev-lang/fuzion/fuzion-0.081.ebuild
new file mode 100644
index 000000000000..207890e5124a
--- /dev/null
+++ b/dev-lang/fuzion/fuzion-0.081.ebuild
@@ -0,0 +1,55 @@
+# 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/"
+SRC_URI="https://github.com/tokiwa-software/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=virtual/jre-17:*"
+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 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 ${toremove_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
+}
next reply other threads:[~2023-04-05 16:44 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-05 16:44 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-04 1:26 [gentoo-commits] repo/gentoo:master commit in: dev-lang/fuzion/ Maciej Barć
2025-03-04 1:26 Maciej Barć
2025-03-04 1:26 Maciej Barć
2025-02-05 16:51 Sam James
2024-09-16 23:44 Maciej Barć
2024-08-30 23:52 Maciej Barć
2024-05-18 1:17 Maciej Barć
2024-02-19 20:54 Maciej Barć
2024-02-15 13:56 Sam James
2024-02-12 17:07 Maciej Barć
2024-01-30 19:58 Maciej Barć
2024-01-12 23:22 Maciej Barć
2024-01-12 23:22 Maciej Barć
2024-01-07 13:26 Sam James
2023-12-16 21:45 Maciej Barć
2023-12-04 8:43 Maciej Barć
2023-11-26 0:11 Sam James
2023-11-01 19:17 Maciej Barć
2023-10-26 13:13 Maciej Barć
2023-09-02 14:30 Maciej Barć
2023-08-04 9:22 Sam James
2023-07-26 8:37 Maciej Barć
2023-07-03 22:42 Maciej Barć
2023-07-03 22:42 Maciej Barć
2023-07-03 22:42 Maciej Barć
2023-06-17 15:26 Sam James
2023-05-19 17:45 Sam James
2023-05-17 20:45 Maciej Barć
2023-03-26 2:57 Sam James
2023-03-08 20:39 Maciej Barć
2023-02-07 21:49 Maciej Barć
2023-02-06 17:23 Maciej Barć
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=1680713081.49c534e834704f3c49fe6682c5f8d73feddce950.xgqt@gentoo \
--to=xgqt@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