From ae832415103492f73a8351ed7a91cb596392d779 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 21 Mar 2025 00:31:17 +0000 Subject: gentoo auto-resync : 21:03:2025 - 00:31:16 --- dev-lang/haxe/Manifest | 2 +- dev-lang/haxe/haxe-4.3.6-r3.ebuild | 68 -------------------------------------- dev-lang/haxe/haxe-4.3.6-r4.ebuild | 68 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+), 69 deletions(-) delete mode 100644 dev-lang/haxe/haxe-4.3.6-r3.ebuild create mode 100644 dev-lang/haxe/haxe-4.3.6-r4.ebuild (limited to 'dev-lang/haxe') diff --git a/dev-lang/haxe/Manifest b/dev-lang/haxe/Manifest index 676c0a8c6348..a88aacb218ca 100644 --- a/dev-lang/haxe/Manifest +++ b/dev-lang/haxe/Manifest @@ -1,3 +1,3 @@ DIST haxe-4.3.6.tar.gz 8409453 BLAKE2B 5240d9dc215b9636927d2461c6250acc566c7e314850a2804af8a3d4ae8ca6f7ea2c53da5b5852b3714da102c07e58fdfcc36a3104f5fca0612b55cfcfd3e4be SHA512 df8c93542102b359946507ab3b5d33b69556c57a491b0196d2ab51733fcfc03482867550a6f11543aee0c50ce685dfc89220f5d828b982219defcfec3508447c -EBUILD haxe-4.3.6-r3.ebuild 1360 BLAKE2B 94a4ce7a0d1c2e076cd0ce37c899465a0d7d795af5ccbba93138f9364b1a11c3d5a59b3e600cbf322a83216205fc3f42bb15abed37d6434a66b3c94ebad41e6b SHA512 5faf8e91b688d04223b135c85ba6a4b97acd02180960a96a24a60965c99f3a432fe048345ab242d7b84a74589c76a8ea8702127e7e9f15054c4e13c243fcdb7d +EBUILD haxe-4.3.6-r4.ebuild 1361 BLAKE2B cf5256f955b82c9d5545426d50f9dd0e09940c1b0124fddc79becb6b6dc5097804549645449cbd2ca65a58041ffd80263b81e861fe07a6aba6b40dc23799eefc SHA512 b5f68608efa23d0cdc1ab8a7fc5f1e377cf639d7fa0bb2115d36d3fb504f64c44cd8cf20df34489610000f22c06f15f17c49da5d7c75e0424d94405349edf2c9 MISC metadata.xml 733 BLAKE2B 293f296fd51f93d0834ba3f9ad2815161313f2ee7fcc5ebb68f20090e76fd67b4845114c4c78959cd13d64146e9221d001e0be76b65323d1d5b3cf934085a1ec SHA512 6dd648666a0916f27edc70e637e426e03790d4fd50a43fd2696b62c69cdf0f8b1c831fd8dca03db844209a0a23952c5dc1bc1b929b42928f6608288f470f8399 diff --git a/dev-lang/haxe/haxe-4.3.6-r3.ebuild b/dev-lang/haxe/haxe-4.3.6-r3.ebuild deleted file mode 100644 index 1d1e7e47a43d..000000000000 --- a/dev-lang/haxe/haxe-4.3.6-r3.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Multi-target universal programming language" -HOMEPAGE="https://haxe.org/ - https://github.com/HaxeFoundation/haxe/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/HaxeFoundation/haxe.git" -else - # Haxe-debian is a distribution variant that contains the required git modules. - SRC_URI="https://github.com/HaxeFoundation/haxe-debian/archive/upstream/${PV}.tar.gz - -> ${P}.tar.gz" - S="${WORKDIR}/haxe-debian-upstream" - - KEYWORDS="~amd64" -fi - -LICENSE="GPL-2+ MIT" -SLOT="0/${PV}" -IUSE="+ocamlopt" -RESTRICT="strip" - -RDEPEND=" - =dev-ml/extlib-1.7.9*:= - >=dev-lang/ocaml-4:=[ocamlopt?] - ~dev-ml/luv-0.5.12:= - - dev-ml/ocaml-sha:= - dev-ml/ptmap:= - dev-ml/sedlex:= - dev-ml/xml-light:= - - dev-lang/neko:= - dev-libs/boehm-gc:= - dev-libs/libpcre:= - net-libs/mbedtls:0= - sys-libs/zlib:= -" -DEPEND=" - ${RDEPEND} -" -BDEPEND=" - dev-ml/camlp5 - dev-ml/dune - dev-ml/findlib -" - -QA_FLAGS_IGNORED="usr/bin/haxelib" -QA_PRESTRIPPED="usr/bin/haxelib" - -src_configure() { - export OCAMLOPT="$(usex ocamlopt ocamlopt.opt ocamlopt)" -} - -src_compile() { - emake -j1 BRANCH="" COMMIT_DATE="" COMMIT_SHA="" \ - OCAMLOPT="${OCAMLOPT}" INSTALL_DIR="/usr" -} - -src_install() { - emake DESTDIR="${D}" INSTALL_DIR="/usr" install - dodoc *.md -} diff --git a/dev-lang/haxe/haxe-4.3.6-r4.ebuild b/dev-lang/haxe/haxe-4.3.6-r4.ebuild new file mode 100644 index 000000000000..98b14d86c840 --- /dev/null +++ b/dev-lang/haxe/haxe-4.3.6-r4.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Multi-target universal programming language" +HOMEPAGE="https://haxe.org/ + https://github.com/HaxeFoundation/haxe/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/HaxeFoundation/haxe.git" +else + # Haxe-debian is a distribution variant that contains the required git modules. + SRC_URI="https://github.com/HaxeFoundation/haxe-debian/archive/upstream/${PV}.tar.gz + -> ${P}.tar.gz" + S="${WORKDIR}/haxe-debian-upstream" + + KEYWORDS="~amd64" +fi + +LICENSE="GPL-2+ MIT" +SLOT="0/${PV}" +IUSE="+ocamlopt" +RESTRICT="strip" + +RDEPEND=" + =dev-ml/extlib-1.7.9*:= + >=dev-lang/ocaml-4:=[ocamlopt?] + >=dev-ml/luv-0.5.13:= + + dev-ml/ocaml-sha:= + dev-ml/ptmap:= + dev-ml/sedlex:= + dev-ml/xml-light:= + + dev-lang/neko:= + dev-libs/boehm-gc:= + dev-libs/libpcre:= + net-libs/mbedtls:0= + sys-libs/zlib:= +" +DEPEND=" + ${RDEPEND} +" +BDEPEND=" + dev-ml/camlp5 + dev-ml/dune + dev-ml/findlib +" + +QA_FLAGS_IGNORED="usr/bin/haxelib" +QA_PRESTRIPPED="usr/bin/haxelib" + +src_configure() { + export OCAMLOPT="$(usex ocamlopt ocamlopt.opt ocamlopt)" +} + +src_compile() { + emake -j1 BRANCH="" COMMIT_DATE="" COMMIT_SHA="" \ + OCAMLOPT="${OCAMLOPT}" INSTALL_DIR="/usr" +} + +src_install() { + emake DESTDIR="${D}" INSTALL_DIR="/usr" install + dodoc *.md +} -- cgit v1.2.3