public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
Date: Fri, 22 Mar 2024 12:37:34 +0000 (UTC)	[thread overview]
Message-ID: <1711111044.c0d669e4fdc085e5045bc7db3483fb2fe62e9450.mgorny@gentoo> (raw)

commit:     c0d669e4fdc085e5045bc7db3483fb2fe62e9450
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 12:31:00 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 12:37:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d669e4

dev-libs/flatbuffers: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/flatbuffers/Manifest                   |  3 ---
 dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild | 35 -------------------------
 dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild | 33 -----------------------
 dev-libs/flatbuffers/flatbuffers-24.3.6.ebuild  | 33 -----------------------
 4 files changed, 104 deletions(-)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index 995e921d3592..58ece9218786 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,4 +1 @@
-DIST flatbuffers-23.1.21.gh.tar.gz 2181861 BLAKE2B 6368358c21e677feb466245a746b86cebb6d6a4058bb6d593de81bf3c32ddfb9fd475e4bb225d4529ea106253456a5ed1ee6d024b1e2521e02efef171750f428 SHA512 fa62188f773ad044644a58caf1e25bef417dfdea47c9da8a2ea7f997154b4f3976019e32e73cc533696a3d4e45ec4a8402b6df140878dfa2ff078740d61b4b0f
-DIST flatbuffers-23.5.26.gh.tar.gz 2257271 BLAKE2B 147425e7c018072f4ae4cdb3e034a4f434362d88d5e27b09375965993c279acfbed36064014c8f4fbe3fb81175ac0aa9b07629675e2c7ad33d59a9c85f2c3bb8 SHA512 cd0a5efad8016e1217d01a181d6b02e546f5693c6412361bfeaee820d5dfe5e2a424cee1963270e851c1a4f936ae8a0032a51c5bb16ee19313e0ecc77dc4ba31
-DIST flatbuffers-24.3.6.gh.tar.gz 2296876 BLAKE2B 2a9233c5256c16a494a850999565ee7b7fe6a032794770f7a9cb47e43d1abf8335f08f1ec2e94cb3fdb06d452bcb46c4b7f98519a7d52d2479891d50beeaf3c3 SHA512 2b0a97ee3ff0236b38dac9edbe4d984ae32c0a89436fd043b831e27c947782c704937afd44216ac1f7bdb7ad003f09bc381b1567e4866462fd3c9d6c7ab272e1
 DIST flatbuffers-24.3.7.gh.tar.gz 2296896 BLAKE2B 439d84a58ed169f6cd980388034f3dfaf53444dc4733b942aeeac24ed805dcf7c4348df8080fdbd899d2b4bc7f1ad75f546f8db3bcbb6fc942b75e2c3877331e SHA512 93541cbc6c1ba96beed77967d89693ebbc532664ee3b39eb9df9ec28871a3a0acb744b9c823afe6d3c480fe34e092306100e67f5b8fbed4432a875e87670019e

diff --git a/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild b/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild
deleted file mode 100644
index b8bd61f6bb19..000000000000
--- a/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Memory efficient serialization library"
-HOMEPAGE="
-	https://google.github.io/flatbuffers/
-	https://github.com/google/flatbuffers/
-"
-SRC_URI="
-	https://github.com/google/flatbuffers/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-IUSE="static-libs test"
-RESTRICT="!test? ( test )"
-
-DOCS=( readme.md )
-
-src_configure() {
-	local mycmakeargs=(
-		-DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
-		-DFLATBUFFERS_BUILD_SHAREDLIB=ON
-		-DFLATBUFFERS_BUILD_TESTS=$(usex test)
-		-DFLATBUFFERS_BUILD_BENCHMARKS=OFF
-	)
-
-	cmake_src_configure
-}

diff --git a/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild b/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild
deleted file mode 100644
index 69e61ba51022..000000000000
--- a/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Memory efficient serialization library"
-HOMEPAGE="
-	https://flatbuffers.dev/
-	https://github.com/google/flatbuffers/
-"
-SRC_URI="
-	https://github.com/google/flatbuffers/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
-IUSE="static-libs test"
-RESTRICT="!test? ( test )"
-
-src_configure() {
-	local mycmakeargs=(
-		-DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
-		-DFLATBUFFERS_BUILD_SHAREDLIB=ON
-		-DFLATBUFFERS_BUILD_TESTS=$(usex test)
-		-DFLATBUFFERS_BUILD_BENCHMARKS=OFF
-	)
-
-	cmake_src_configure
-}

diff --git a/dev-libs/flatbuffers/flatbuffers-24.3.6.ebuild b/dev-libs/flatbuffers/flatbuffers-24.3.6.ebuild
deleted file mode 100644
index c03ba67b3e92..000000000000
--- a/dev-libs/flatbuffers/flatbuffers-24.3.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Memory efficient serialization library"
-HOMEPAGE="
-	https://flatbuffers.dev/
-	https://github.com/google/flatbuffers/
-"
-SRC_URI="
-	https://github.com/google/flatbuffers/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
-IUSE="static-libs test"
-RESTRICT="!test? ( test )"
-
-src_configure() {
-	local mycmakeargs=(
-		-DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
-		-DFLATBUFFERS_BUILD_SHAREDLIB=ON
-		-DFLATBUFFERS_BUILD_TESTS=$(usex test)
-		-DFLATBUFFERS_BUILD_BENCHMARKS=OFF
-	)
-
-	cmake_src_configure
-}


             reply	other threads:[~2024-03-22 12:37 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-22 12:37 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-12  3:03 [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/ Michał Górny
2024-04-11 19:58 Sam James
2024-04-11 17:44 Arthur Zamarin
2024-04-11 17:43 Arthur Zamarin
2024-03-26  6:57 Michał Górny
2024-03-22  6:14 Arthur Zamarin
2024-03-22  6:14 Arthur Zamarin
2024-03-22  4:03 Sam James
2024-03-08  5:40 Michał Górny
2024-03-07 15:39 Michał Górny
2024-02-03 19:35 Jason Zaman
2023-08-24 22:37 Sam James
2023-06-27 13:34 Michał Górny
2023-06-27 12:36 Sam James
2023-06-27 12:36 Sam James
2023-06-27 12:36 Sam James
2023-05-27  5:33 Michał Górny
2023-04-05  9:14 Michał Górny
2023-04-05  9:14 Michał Górny
2023-04-05  8:59 Jakov Smolić
2023-04-05  8:46 Jakov Smolić
2023-04-05  8:35 Arthur Zamarin
2023-03-04  4:50 Michał Górny
2023-02-03 13:34 Sam James
2023-02-03 12:47 Arthur Zamarin
2023-02-03 12:20 Sam James
2023-01-22  9:01 Michał Górny
2023-01-05  7:42 Michał Górny
2022-12-26  8:50 Andreas Sturmlechner
2022-12-07 15:59 Michał Górny
2022-12-07 14:52 Michał Górny
2022-12-07 14:52 Michał Górny
2022-08-27 11:45 Yixun Lan
2022-06-22 18:23 Sam James
2022-06-17 18:00 Sam James
2022-06-15 17:51 Andreas Sturmlechner
2022-06-02  6:08 Agostino Sarubbo
2022-06-02  6:05 Agostino Sarubbo
2022-06-02  0:15 Sam James
2022-06-01 21:26 Andreas Sturmlechner
2022-05-02  0:37 Sam James
2022-05-02  0:37 Sam James
2021-12-20 12:42 Andreas Sturmlechner
2021-12-16 21:24 Jakov Smolić
2021-12-16 21:03 Arthur Zamarin
2021-12-16 16:39 Jakov Smolić
2021-09-07 16:56 Sam James
2021-06-20 20:53 Sam James
2021-03-29 14:50 Sam James
2020-06-04 14:06 Michał Górny
2020-06-02 22:21 Mart Raudsepp
2020-04-30 20:03 Andreas Sturmlechner
2020-04-17  6:54 Agostino Sarubbo
2020-04-17  6:48 Agostino Sarubbo
2020-03-19 15:43 Andreas Sturmlechner
2019-06-28 18:21 Andreas Sturmlechner
2019-06-28 15:21 Agostino Sarubbo
2019-06-28 11:37 Agostino Sarubbo
2019-05-30 13:06 Jory Pratt
2019-05-25 11:08 Andreas Sturmlechner
2018-11-29 20:04 Mikle Kolyada
2018-11-27 21:55 Thomas Deutschmann
2018-11-05 19:15 Craig Andrews
2018-10-11 19:02 Andreas Sturmlechner
2018-10-04 19:14 Andreas Sturmlechner
2018-08-10 13:01 Michael Palimaka
2018-02-25  5:32 Michael Palimaka
2018-02-02 11:40 Michael Palimaka
2018-01-12  9:17 Michael Palimaka
2017-08-19 15:49 Andreas Sturmlechner
2017-07-29  3:42 Michael Palimaka
2017-03-04 12:30 Michael Palimaka

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=1711111044.c0d669e4fdc085e5045bc7db3483fb2fe62e9450.mgorny@gentoo \
    --to=mgorny@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