From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF4F515800F for ; Fri, 3 Feb 2023 21:15:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5DB6E0845; Fri, 3 Feb 2023 21:15:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8AE42E0845 for ; Fri, 3 Feb 2023 21:15:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A629B335DB8 for ; Fri, 3 Feb 2023 21:15:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 708D08B5 for ; Fri, 3 Feb 2023 21:15:27 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1675458545.9eba9cdb5f834cba6a83975f6b4dbfd0f72d95cb.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lang/moarvm/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lang/moarvm/Manifest dev-lang/moarvm/metadata.xml dev-lang/moarvm/moarvm-2022.12.ebuild X-VCS-Directories: dev-lang/moarvm/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 9eba9cdb5f834cba6a83975f6b4dbfd0f72d95cb X-VCS-Branch: master Date: Fri, 3 Feb 2023 21:15:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81d5ff8b-2964-46e7-987b-5d5f4b9c3839 X-Archives-Hash: ee69afede895836e27b9f49c65ef36a8 Message-ID: <20230203211527.uPqzkuivrd5blFCnlIrBIWVRMlTJ2fVijopVjoj9AD4@z> commit: 9eba9cdb5f834cba6a83975f6b4dbfd0f72d95cb Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Feb 3 21:09:05 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Feb 3 21:09:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9eba9cdb dev-lang/moarvm: drop duplicate Signed-off-by: Andrew Ammerlaan gentoo.org> dev-lang/moarvm/Manifest | 1 - dev-lang/moarvm/metadata.xml | 18 ----------- dev-lang/moarvm/moarvm-2022.12.ebuild | 58 ----------------------------------- 3 files changed, 77 deletions(-) diff --git a/dev-lang/moarvm/Manifest b/dev-lang/moarvm/Manifest deleted file mode 100644 index 4685c677f..000000000 --- a/dev-lang/moarvm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST MoarVM-2022.12.tar.gz 14865827 BLAKE2B dbc4682885ce1ffb7ea2515fbbd6b9fe458cb27845aff67d10da8243b754e5d67afbe392ab98a96295e666ee3d74677e1982795e0edd3fe51149087e9a30dcf5 SHA512 875d2e6f604470e5ccdc8456891e36b9945c3b42da9459a2989a9695e2b3a66b819542c5846a16cc5c27025b0bfd7b8bc2c9a662e82ce8a44293e0c61291cd5e diff --git a/dev-lang/moarvm/metadata.xml b/dev-lang/moarvm/metadata.xml deleted file mode 100644 index bb2a82182..000000000 --- a/dev-lang/moarvm/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - patrick@gentoo.org - Patrick Lauer - - - Enable clang's Address Sanitizer functionality. Expect longer compile time. - Use clang compiler instead of GCC - Enable Just-In-Time-Compiler. Has no effect except on AMD64 and Darwin. - Enable optimization via CFLAGS - Enable clang's Undefined Behavior Sanitizer functionality. Expect longer compile time. - - - MoarVM/MoarVM - - diff --git a/dev-lang/moarvm/moarvm-2022.12.ebuild b/dev-lang/moarvm/moarvm-2022.12.ebuild deleted file mode 100644 index 90a6b59ba..000000000 --- a/dev-lang/moarvm/moarvm-2022.12.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN="MoarVM" -if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git" - inherit git-r3 - S="${WORKDIR}/${P}" -else - SRC_URI="http://moarvm.org/releases/${MY_PN}-${PV}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${MY_PN}-${PV}" -fi - -DESCRIPTION="A 6model-based VM for NQP and Raku" -HOMEPAGE="http://moarvm.org" -LICENSE="Artistic-2" -SLOT="0" - -IUSE="asan clang debug doc +jit optimize static-libs ubsan" - -RDEPEND="dev-libs/libatomic_ops - >=dev-libs/libuv-1.26:= - dev-libs/libffi:=" -DEPEND="${RDEPEND}" -BDEPEND="clang? ( >=sys-devel/clang-3.1 ) - dev-lang/perl" - -DOCS=( CREDITS README.markdown ) - -# Tests are conducted via nqp -RESTRICT="test primaryuri" - -src_configure() { - MAKEOPTS+=" NOISY=1" - use doc && DOCS+=( docs/* ) - local prefix="${EPREFIX}/usr" - local libdir="${EPREFIX}/usr/$(get_libdir)" - einfo "--prefix '${prefix}'" - einfo "--libdir '${libdir}'" - local myconfigargs=( - "--prefix" "${prefix}" - "--has-libuv" - "--has-libatomic_ops" - "--has-libffi" - "--libdir" "${libdir}" - "--compiler" "$(usex clang clang gcc)" - "$(usex asan --asan)" - "$(usex debug --debug --no-debug)" - "$(usex optimize --optimize= --no-optimize)" - "$(usex static-libs --static)" - "$(usex ubsan --ubsan)" - ) - - perl Configure.pl "${myconfigargs[@]}" moarshared || die -}