commit:     6ad09df3873c7ebd1b06b7af27036e31d06e134b
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 07:55:29 2024 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 08:23:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad09df3

dev-lang/orc: drop 0.4.33, 0.4.34

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 dev-lang/orc/Manifest          |  2 --
 dev-lang/orc/orc-0.4.33.ebuild | 40 ----------------------------------------
 dev-lang/orc/orc-0.4.34.ebuild | 39 ---------------------------------------
 3 files changed, 81 deletions(-)

diff --git a/dev-lang/orc/Manifest b/dev-lang/orc/Manifest
index 565795e1170d..1c4abf5d2b4e 100644
--- a/dev-lang/orc/Manifest
+++ b/dev-lang/orc/Manifest
@@ -1,3 +1 @@
-DIST orc-0.4.33.tar.xz 199024 BLAKE2B 
45518ff948f794c5a0eb14ddd462b58760d178267da34fd449a20d1bef4f7d6378b499efe1c7782e83c55be060b6f67023074cf8134e6a5ce129921324562c9b
 SHA512 
ae8adce5dd62f4054879e6f2db76ce8a7959fd32fef0fb99f73f450ff58c5237e15bca764f6780309a163e40afcf400345f12b0aed5b88dc698064e44f8eede0
-DIST orc-0.4.34.tar.xz 202628 BLAKE2B 
b741e9bd5c0f0f3e56fad2f8a9bc10ce4a503a936eb2d64c4acf8ea5a69aaefc54edbd037846343181fb4f5f54bcd4409e5d4ee993ae09d266bdf37bcb86114a
 SHA512 
ea6ce72398fad7569b97afe8e635402a7cc6d5e27b57c27fd76d85ccdf971391b52187297e5849e50ce1031691e9748f2cc312cb39bd0c6ac23c00ac6d96cb41
 DIST orc-0.4.38.tar.xz 227152 BLAKE2B 
f7babfec5f4d792fb52eb0ca23743b6c06a12625edcf0cecbf8e3cb88c13171a760c6874061a3e55a43df5389346b3c3d0ba3463d6e1ef32f685162f7478e631
 SHA512 
49f34be85f6980e4b5e94f848016f5788b658323f3a120110bc237722ac99938c02976efbe96022d148054330432899533305d4dd21be8fab76fd1995179339a

diff --git a/dev-lang/orc/orc-0.4.33.ebuild b/dev-lang/orc/orc-0.4.33.ebuild
deleted file mode 100644
index e068104a0ad4..000000000000
--- a/dev-lang/orc/orc-0.4.33.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson-multilib
-
-DESCRIPTION="The Oil Runtime Compiler, a just-in-time compiler for array 
operations"
-HOMEPAGE="https://gstreamer.freedesktop.org/";
-SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz";
-
-LICENSE="BSD BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-RESTRICT="!test? ( test )"
-IUSE="gtk-doc static-libs test"
-
-DEPEND=""
-RDEPEND=""
-BDEPEND="
-       gtk-doc? (
-               dev-util/gtk-doc
-               app-text/docbook-xml-dtd:4.1.2
-               app-text/docbook-xml-dtd:4.3 )
-"
-
-multilib_src_configure() {
-       # FIXME: handle backends per arch? What about cross-compiling for the 
other arches?
-       local emesonargs=(
-               -Ddefault_library=$(usex static-libs both shared)
-               -Dorc-backend=all
-               -Dorc-test=enabled # FIXME: always installs static library, bug 
645232
-               -Dbenchmarks=disabled
-               -Dexamples=disabled
-               $(meson_native_use_feature gtk-doc gtk_doc)
-               $(meson_feature test tests)
-               -Dtools=enabled # requires orc-test
-       )
-       meson_src_configure
-}

diff --git a/dev-lang/orc/orc-0.4.34.ebuild b/dev-lang/orc/orc-0.4.34.ebuild
deleted file mode 100644
index 4a1c717d77ec..000000000000
--- a/dev-lang/orc/orc-0.4.34.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson-multilib
-
-DESCRIPTION="The Oil Runtime Compiler, a just-in-time compiler for array 
operations"
-HOMEPAGE="https://gstreamer.freedesktop.org/";
-SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz";
-
-LICENSE="BSD BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-RESTRICT="!test? ( test )"
-IUSE="gtk-doc static-libs test"
-
-BDEPEND="
-       gtk-doc? (
-               dev-util/gtk-doc
-               app-text/docbook-xml-dtd:4.1.2
-               app-text/docbook-xml-dtd:4.3
-       )
-"
-
-multilib_src_configure() {
-       # FIXME: handle backends per arch? What about cross-compiling for the 
other arches?
-       local emesonargs=(
-               -Ddefault_library=$(usex static-libs both shared)
-               -Dorc-backend=all
-               -Dorc-test=enabled
-               -Dbenchmarks=disabled
-               -Dexamples=disabled
-               $(meson_native_use_feature gtk-doc gtk_doc)
-               $(meson_feature test tests)
-               -Dtools=enabled # requires orc-test
-       )
-       meson_src_configure
-}

Reply via email to