public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/orc/
Date: Sat,  4 Nov 2023 23:33:33 +0000 (UTC)	[thread overview]
Message-ID: <1699139830.e0e99cf13db549458bb475f2ac07507c1c456697.leio@gentoo> (raw)

commit:     e0e99cf13db549458bb475f2ac07507c1c456697
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  4 23:17:10 2023 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Nov  4 23:17:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e99cf1

dev-lang/orc: drop 0.4.31, 0.4.32

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

 dev-lang/orc/Manifest          |  2 --
 dev-lang/orc/orc-0.4.31.ebuild | 40 ----------------------------------------
 dev-lang/orc/orc-0.4.32.ebuild | 40 ----------------------------------------
 3 files changed, 82 deletions(-)

diff --git a/dev-lang/orc/Manifest b/dev-lang/orc/Manifest
index 698e5a27dc95..461885d00178 100644
--- a/dev-lang/orc/Manifest
+++ b/dev-lang/orc/Manifest
@@ -1,4 +1,2 @@
-DIST orc-0.4.31.tar.xz 177768 BLAKE2B f06fd6be70063ebc82b45c1801a53aab66b5fc8a85c33991602488ec8ed29f2271df20c3780655953cabe33e865530b1218aafa0592261bcc5dccc4a4b3945e7 SHA512 4e97597e70982dbfc239d1ef9a8913b0155e5aaac15d91162d7f73a1095bd944e27fbe6d6194b9f74af07b985a44b1d9dddbe917425e1ad9e8da17ce86495696
-DIST orc-0.4.32.tar.xz 180340 BLAKE2B fca41f0fc46bb6a841eb37f0f403afd0850053f93d34d50ba61c2e50c5029be7cb4fa0ba03828d87275aae1b4be2d968c32318d5d895ca7adf0f5edaf1f89efd SHA512 63e2ab05bc23e07cd5c1ed3192515ec3b1f666abb4f9ea5de4bd72461f3a5d7066860e2ad38f35d0acd81fadfa06f2a18d61838eae89c74dec6a78099a343567
 DIST orc-0.4.33.tar.xz 199024 BLAKE2B 45518ff948f794c5a0eb14ddd462b58760d178267da34fd449a20d1bef4f7d6378b499efe1c7782e83c55be060b6f67023074cf8134e6a5ce129921324562c9b SHA512 ae8adce5dd62f4054879e6f2db76ce8a7959fd32fef0fb99f73f450ff58c5237e15bca764f6780309a163e40afcf400345f12b0aed5b88dc698064e44f8eede0
 DIST orc-0.4.34.tar.xz 202628 BLAKE2B b741e9bd5c0f0f3e56fad2f8a9bc10ce4a503a936eb2d64c4acf8ea5a69aaefc54edbd037846343181fb4f5f54bcd4409e5d4ee993ae09d266bdf37bcb86114a SHA512 ea6ce72398fad7569b97afe8e635402a7cc6d5e27b57c27fd76d85ccdf971391b52187297e5849e50ce1031691e9748f2cc312cb39bd0c6ac23c00ac6d96cb41

diff --git a/dev-lang/orc/orc-0.4.31.ebuild b/dev-lang/orc/orc-0.4.31.ebuild
deleted file mode 100644
index e684d952f3f1..000000000000
--- a/dev-lang/orc/orc-0.4.31.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 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.32.ebuild b/dev-lang/orc/orc-0.4.32.ebuild
deleted file mode 100644
index a62ed172545d..000000000000
--- a/dev-lang/orc/orc-0.4.32.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 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
-}


             reply	other threads:[~2023-11-04 23:33 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-04 23:33 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-30  8:28 [gentoo-commits] repo/gentoo:master commit in: dev-lang/orc/ Mart Raudsepp
2024-04-01 19:55 Mart Raudsepp
2024-03-01  7:28 Viorel Munteanu
2023-05-30 23:54 Sam James
2023-03-31 11:44 Arthur Zamarin
2023-03-05  9:00 Arthur Zamarin
2023-02-21 17:13 Arthur Zamarin
2023-02-21 17:13 Arthur Zamarin
2023-02-08 13:51 Sam James
2023-02-08 13:51 Sam James
2022-12-18 18:51 Arthur Zamarin
2022-12-18 12:30 Sam James
2022-12-18 12:26 Sam James
2022-05-22  3:53 Sam James
2022-05-19 12:19 WANG Xuerui
2022-01-23  8:05 Yixun Lan
2020-11-04 15:50 Sam James
2020-08-19 22:40 Sam James
2020-01-27 18:33 Mart Raudsepp
2019-11-24  3:16 Matt Turner
2019-11-24  3:06 Matt Turner
2019-11-23 21:41 Matt Turner
2019-09-13 17:32 Mikle Kolyada
2019-08-18 12:37 David Seifert
2019-08-13 11:40 Agostino Sarubbo
2019-08-11 21:30 Thomas Deutschmann
2019-08-10 15:49 Sergei Trofimovich
2019-08-10  9:06 Sergei Trofimovich
2019-08-09 12:51 Agostino Sarubbo
2019-04-15 14:16 Mart Raudsepp
2018-07-15 23:13 Mart Raudsepp
2018-03-31 20:41 Mart Raudsepp
2018-03-17 17:19 Mikle Kolyada
2018-01-21 11:59 Mart Raudsepp
2018-01-21 11:59 Mart Raudsepp
2018-01-21  1:37 Mart Raudsepp
2018-01-06 14:15 Mart Raudsepp
2017-11-20 19:33 Manuel Rüger
2017-11-11 21:49 Thomas Deutschmann
2017-06-22 11:48 Alexis Ballier
2017-02-05  6:19 Mart Raudsepp
2016-12-06 20:57 Markus Meier
2016-09-17 14:55 Gilles Dartiguelongue
2016-09-17 13:51 Pacho Ramos
2016-09-17 13:51 Pacho Ramos
2016-07-30  9:34 Jeroen Roovers
2016-06-11 19:39 Pacho Ramos
2016-06-11 12:06 Pacho Ramos
2016-06-08 20:04 Markus Meier
2016-03-10  0:49 Mart Raudsepp
2015-10-27 20:26 Magnus Granberg
2015-10-03  8:48 Markus Meier
2015-09-11  0:17 Alexandre Rostovtsev
2015-09-07 21:55 Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1699139830.e0e99cf13db549458bb475f2ac07507c1c456697.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox