diff options
| author | Patrick Lauer <patrick@gentoo.org> | 2021-06-23 15:17:14 +0000 |
|---|---|---|
| committer | Patrick Lauer <patrick@gentoo.org> | 2021-06-23 15:17:28 +0000 |
| commit | 5e5d93f1143768d5c223d6453b59d611afda5e62 (patch) | |
| tree | 4393118c80bb7c0a4e178fcdf0ce65e81c423fcd /dev-lang/moarvm/moarvm-2021.02.ebuild | |
| parent | 7da115ea5e92b33a204b48af5bb393f929503afc (diff) | |
| download | gentoo-5e5d93f1143768d5c223d6453b59d611afda5e62.tar.gz gentoo-5e5d93f1143768d5c223d6453b59d611afda5e62.tar.bz2 gentoo-5e5d93f1143768d5c223d6453b59d611afda5e62.zip | |
dev-lang/moarvm: Remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-lang/moarvm/moarvm-2021.02.ebuild')
| -rw-r--r-- | dev-lang/moarvm/moarvm-2021.02.ebuild | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/dev-lang/moarvm/moarvm-2021.02.ebuild b/dev-lang/moarvm/moarvm-2021.02.ebuild deleted file mode 100644 index df017e9cd54a..000000000000 --- a/dev-lang/moarvm/moarvm-2021.02.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic - -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 Rakudo Perl 6" -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} - clang? ( >=sys-devel/clang-3.1 ) - dev-lang/perl" - -DOCS=( CREDITS README.markdown ) - -# Tests are conducted via nqp -RESTRICT=test - -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 -} |
