commit:     7a4bfc5dda5b5c096197f9d988db15f3b26045f6
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  2 14:09:03 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 14:29:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4bfc5d

dev-lang/fuzion: drop old 0.082

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

 dev-lang/fuzion/Manifest            |  1 -
 dev-lang/fuzion/fuzion-0.082.ebuild | 57 -------------------------------------
 2 files changed, 58 deletions(-)

diff --git a/dev-lang/fuzion/Manifest b/dev-lang/fuzion/Manifest
index ceab4890dda9..c23801b783dc 100644
--- a/dev-lang/fuzion/Manifest
+++ b/dev-lang/fuzion/Manifest
@@ -1,2 +1 @@
-DIST fuzion-0.082.tar.gz 751728 BLAKE2B 
d876d8bc762e9f2bee25e93aee0b118721136398f9e6c98e70adc50ce684fdcaa15991448ca748b1ae1f348e5facc442277b600ab3b5a809284144aa2f9b4928
 SHA512 
17cd56186e0fd7e07d5f592b7f8edc47e2609d0a6df08877c1db773f9ac56d8fd8ce60a1b7cffd918e23e20fad29a4c05c49d95a07cc3bec492e67d749837c83
 DIST fuzion-0.083.tar.gz 830470 BLAKE2B 
dcd320fbc8e4e426857f26004678e6e768d3baa987668db2c8b6e2b52c8dfffecd4e65f5d3930f7aa0726b0ae5be1a6266c6721fd4de7d0d277e2e779adaf3ff
 SHA512 
1f727bb280d3de15f085093eac63810c6cadb6e8a5939d288abdbd5b79f4bb982e568dba484c5db087b3050635330f4b93d81c457ec50c7e2e9ceb21dc89dea5

diff --git a/dev-lang/fuzion/fuzion-0.082.ebuild 
b/dev-lang/fuzion/fuzion-0.082.ebuild
deleted file mode 100644
index d7efe8f81b5d..000000000000
--- a/dev-lang/fuzion/fuzion-0.082.ebuild
+++ /dev/null
@@ -1,57 +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/";
-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
-       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
-}

Reply via email to