public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2017-03-04 12:30 Michael Palimaka
  0 siblings, 0 replies; 73+ messages in thread
From: Michael Palimaka @ 2017-03-04 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     456830ff7ae1bdb49a658580f44ca06e1895a3cf
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 11:51:53 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 12:30:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=456830ff

dev-libs/flatbuffers: new package

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-libs/flatbuffers/Manifest                 |  1 +
 dev-libs/flatbuffers/flatbuffers-1.6.0.ebuild | 33 +++++++++++++++++++++++++++
 dev-libs/flatbuffers/metadata.xml             |  8 +++++++
 3 files changed, 42 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
new file mode 100644
index 00000000000..0640c010d59
--- /dev/null
+++ b/dev-libs/flatbuffers/Manifest
@@ -0,0 +1 @@
+DIST flatbuffers-1.6.0.tar.gz 440968 SHA256 768c50ebf5823f8cde81a9e38ffff115c8f5a5d031a37520d0024e7b9c6cd22e SHA512 d1e4d47cac663010eda58ca801e6da5e9d54104115dbb70b125b9251041611229e39c17a4b63f06eee2424f3cdd733b8efa49c723759ad533a07d33ef8406bcc WHIRLPOOL 1572de7bf181d00bbdf68d27b6ce369693f7eeb4a27aa56adfd9eb46554c520d0a66350eb2db071c5b4a8fb00b2bf67cb06732a2c7d1e716d2347ea72a4882a0

diff --git a/dev-libs/flatbuffers/flatbuffers-1.6.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.6.0.ebuild
new file mode 100644
index 00000000000..80004da2362
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-1.6.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils flag-o-matic
+
+DESCRIPTION="Memory efficient serialization library"
+HOMEPAGE="https://google.github.io/flatbuffers/"
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static-libs test"
+
+src_prepare() {
+	sed -i -e "s/DESTINATION lib/DESTINATION $(get_libdir)/" CMakeLists.txt || die
+
+	cmake-utils_src_prepare
+}
+
+src_configure() {
+	append-cppflags -std=c++11
+
+	local mycmakeargs=(
+		-DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
+		-DFLATBUFFERS_BUILD_SHAREDLIB=ON
+		-DFLATBUFFERS_BUILD_TESTS=$(usex test)
+	)
+
+	cmake-utils_src_configure
+}

diff --git a/dev-libs/flatbuffers/metadata.xml b/dev-libs/flatbuffers/metadata.xml
new file mode 100644
index 00000000000..2fdbf33d963
--- /dev/null
+++ b/dev-libs/flatbuffers/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2017-07-29  3:42 Michael Palimaka
  0 siblings, 0 replies; 73+ messages in thread
From: Michael Palimaka @ 2017-07-29  3:42 UTC (permalink / raw
  To: gentoo-commits

commit:     0c24b5e4bd0c84f038d6fd2b94e65b46afd82947
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 03:39:44 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 03:42:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c24b5e4

dev-libs/flatbuffers: version bump 1.7.1

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-libs/flatbuffers/Manifest                 |  1 +
 dev-libs/flatbuffers/flatbuffers-1.7.1.ebuild | 33 +++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index 0640c010d59..b3af42e7858 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1 +1,2 @@
 DIST flatbuffers-1.6.0.tar.gz 440968 SHA256 768c50ebf5823f8cde81a9e38ffff115c8f5a5d031a37520d0024e7b9c6cd22e SHA512 d1e4d47cac663010eda58ca801e6da5e9d54104115dbb70b125b9251041611229e39c17a4b63f06eee2424f3cdd733b8efa49c723759ad533a07d33ef8406bcc WHIRLPOOL 1572de7bf181d00bbdf68d27b6ce369693f7eeb4a27aa56adfd9eb46554c520d0a66350eb2db071c5b4a8fb00b2bf67cb06732a2c7d1e716d2347ea72a4882a0
+DIST flatbuffers-1.7.1.tar.gz 475449 SHA256 0f8dcdcfbbaba034756f97e4f9946a3784399b578f1b60c8deee3c85fafa3089 SHA512 57732fc352c216c4be6d3237f93b872abf9dd2b62361d7d2856f99804a178760e4665ead2e33d5acdd00984ad03a746f581c9784ece583e1b2df1a10776f967a WHIRLPOOL 8a86ca1a5d0af6b0a637e1716cf32e8a7784b45d22ddaaf76fce5189c8a67dcbac74eb9d7e852c79d3f4c47543a95bb1765e5a297c5025b0a1ac0e3fae9a76da

diff --git a/dev-libs/flatbuffers/flatbuffers-1.7.1.ebuild b/dev-libs/flatbuffers/flatbuffers-1.7.1.ebuild
new file mode 100644
index 00000000000..80004da2362
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-1.7.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils flag-o-matic
+
+DESCRIPTION="Memory efficient serialization library"
+HOMEPAGE="https://google.github.io/flatbuffers/"
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static-libs test"
+
+src_prepare() {
+	sed -i -e "s/DESTINATION lib/DESTINATION $(get_libdir)/" CMakeLists.txt || die
+
+	cmake-utils_src_prepare
+}
+
+src_configure() {
+	append-cppflags -std=c++11
+
+	local mycmakeargs=(
+		-DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
+		-DFLATBUFFERS_BUILD_SHAREDLIB=ON
+		-DFLATBUFFERS_BUILD_TESTS=$(usex test)
+	)
+
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2017-08-19 15:49 Andreas Sturmlechner
  0 siblings, 0 replies; 73+ messages in thread
From: Andreas Sturmlechner @ 2017-08-19 15:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e130306556e51b7cf327228ad106d6139cb831e5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 15:48:41 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 15:49:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1303065

dev-libs/flatbuffers: Drop old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/flatbuffers/Manifest                 |  1 -
 dev-libs/flatbuffers/flatbuffers-1.6.0.ebuild | 33 ---------------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index b3af42e7858..10483a5c2b6 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,2 +1 @@
-DIST flatbuffers-1.6.0.tar.gz 440968 SHA256 768c50ebf5823f8cde81a9e38ffff115c8f5a5d031a37520d0024e7b9c6cd22e SHA512 d1e4d47cac663010eda58ca801e6da5e9d54104115dbb70b125b9251041611229e39c17a4b63f06eee2424f3cdd733b8efa49c723759ad533a07d33ef8406bcc WHIRLPOOL 1572de7bf181d00bbdf68d27b6ce369693f7eeb4a27aa56adfd9eb46554c520d0a66350eb2db071c5b4a8fb00b2bf67cb06732a2c7d1e716d2347ea72a4882a0
 DIST flatbuffers-1.7.1.tar.gz 475449 SHA256 0f8dcdcfbbaba034756f97e4f9946a3784399b578f1b60c8deee3c85fafa3089 SHA512 57732fc352c216c4be6d3237f93b872abf9dd2b62361d7d2856f99804a178760e4665ead2e33d5acdd00984ad03a746f581c9784ece583e1b2df1a10776f967a WHIRLPOOL 8a86ca1a5d0af6b0a637e1716cf32e8a7784b45d22ddaaf76fce5189c8a67dcbac74eb9d7e852c79d3f4c47543a95bb1765e5a297c5025b0a1ac0e3fae9a76da

diff --git a/dev-libs/flatbuffers/flatbuffers-1.6.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.6.0.ebuild
deleted file mode 100644
index 80004da2362..00000000000
--- a/dev-libs/flatbuffers/flatbuffers-1.6.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils flag-o-matic
-
-DESCRIPTION="Memory efficient serialization library"
-HOMEPAGE="https://google.github.io/flatbuffers/"
-SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="static-libs test"
-
-src_prepare() {
-	sed -i -e "s/DESTINATION lib/DESTINATION $(get_libdir)/" CMakeLists.txt || die
-
-	cmake-utils_src_prepare
-}
-
-src_configure() {
-	append-cppflags -std=c++11
-
-	local mycmakeargs=(
-		-DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
-		-DFLATBUFFERS_BUILD_SHAREDLIB=ON
-		-DFLATBUFFERS_BUILD_TESTS=$(usex test)
-	)
-
-	cmake-utils_src_configure
-}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2018-01-12  9:17 Michael Palimaka
  0 siblings, 0 replies; 73+ messages in thread
From: Michael Palimaka @ 2018-01-12  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     7707dd6627a8ba2df364570831f1fce1fd4a3634
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 09:16:30 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 09:17:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7707dd66

dev-libs/flatbuffers: version bump 1.8.0

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-libs/flatbuffers/Manifest                 |  1 +
 dev-libs/flatbuffers/flatbuffers-1.8.0.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index e6f058b45bb..8f4f53e69fc 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1 +1,2 @@
 DIST flatbuffers-1.7.1.tar.gz 475449 BLAKE2B eb5030cb899e579d7e875cb934c691af2711628c91f398407babb92c9c0e68aaf399d9c15d3ae0a229516fb438eb3332ded576c3ffb07a906a063b80d4dcf1fc SHA512 57732fc352c216c4be6d3237f93b872abf9dd2b62361d7d2856f99804a178760e4665ead2e33d5acdd00984ad03a746f581c9784ece583e1b2df1a10776f967a
+DIST flatbuffers-1.8.0.tar.gz 616362 BLAKE2B 545b568fbc1671005c351ba255f9dc2b5f97b618eae13bc74b717d1e08875e465a0afd3965b35ec8243c1dc80223fdab7f15abbfb4196a129700e4a1532a8965 SHA512 8f6c84caa6456418fc751ea9de456dd37378b3239d1a41d2205140e7b19a5b8b2e342a22dc8d7fdd0c36878455e9d7401cc6438d3b771f7875e8fcfe7bbd52f1

diff --git a/dev-libs/flatbuffers/flatbuffers-1.8.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.8.0.ebuild
new file mode 100644
index 00000000000..f5dd8c45be0
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-1.8.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils flag-o-matic
+
+DESCRIPTION="Memory efficient serialization library"
+HOMEPAGE="https://google.github.io/flatbuffers/"
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static-libs test"
+
+src_configure() {
+	append-cppflags -std=c++11
+
+	local mycmakeargs=(
+		-DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
+		-DFLATBUFFERS_BUILD_SHAREDLIB=ON
+		-DFLATBUFFERS_BUILD_TESTS=$(usex test)
+	)
+
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2018-02-02 11:40 Michael Palimaka
  0 siblings, 0 replies; 73+ messages in thread
From: Michael Palimaka @ 2018-02-02 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     0505eb31327b7f781547a2a7ec9d683da99dd88d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  2 09:37:01 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Feb  2 11:40:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0505eb31

dev-libs/flatbuffers: revision bump installs missing flatc

This resolves a regression introduced in 1.8.0.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/flatbuffers/flatbuffers-1.8.0-r1.ebuild | 32 ++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/dev-libs/flatbuffers/flatbuffers-1.8.0-r1.ebuild b/dev-libs/flatbuffers/flatbuffers-1.8.0-r1.ebuild
new file mode 100644
index 00000000000..4a387f3894c
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-1.8.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils flag-o-matic
+
+DESCRIPTION="Memory efficient serialization library"
+HOMEPAGE="https://google.github.io/flatbuffers/"
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static-libs test"
+
+src_configure() {
+	append-cppflags -std=c++11
+
+	local mycmakeargs=(
+		-DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
+		-DFLATBUFFERS_BUILD_SHAREDLIB=ON
+		-DFLATBUFFERS_BUILD_TESTS=$(usex test)
+	)
+
+	cmake-utils_src_configure
+}
+
+src_install() {
+	cmake-utils_src_install
+	dobin "${CMAKE_BUILD_DIR}"/flatc
+}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2018-02-25  5:32 Michael Palimaka
  0 siblings, 0 replies; 73+ messages in thread
From: Michael Palimaka @ 2018-02-25  5:32 UTC (permalink / raw
  To: gentoo-commits

commit:     b00e116fca67999cb61745e0a6f78e5f8b68dee4
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 05:31:50 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 05:32:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00e116f

dev-libs/flatbuffers: remove old

Closes: https://bugs.gentoo.org/648608
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/flatbuffers/Manifest                 |  1 -
 dev-libs/flatbuffers/flatbuffers-1.7.1.ebuild | 33 ---------------------------
 dev-libs/flatbuffers/flatbuffers-1.8.0.ebuild | 27 ----------------------
 3 files changed, 61 deletions(-)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index 8f4f53e69fc..89c9c02693e 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,2 +1 @@
-DIST flatbuffers-1.7.1.tar.gz 475449 BLAKE2B eb5030cb899e579d7e875cb934c691af2711628c91f398407babb92c9c0e68aaf399d9c15d3ae0a229516fb438eb3332ded576c3ffb07a906a063b80d4dcf1fc SHA512 57732fc352c216c4be6d3237f93b872abf9dd2b62361d7d2856f99804a178760e4665ead2e33d5acdd00984ad03a746f581c9784ece583e1b2df1a10776f967a
 DIST flatbuffers-1.8.0.tar.gz 616362 BLAKE2B 545b568fbc1671005c351ba255f9dc2b5f97b618eae13bc74b717d1e08875e465a0afd3965b35ec8243c1dc80223fdab7f15abbfb4196a129700e4a1532a8965 SHA512 8f6c84caa6456418fc751ea9de456dd37378b3239d1a41d2205140e7b19a5b8b2e342a22dc8d7fdd0c36878455e9d7401cc6438d3b771f7875e8fcfe7bbd52f1

diff --git a/dev-libs/flatbuffers/flatbuffers-1.7.1.ebuild b/dev-libs/flatbuffers/flatbuffers-1.7.1.ebuild
deleted file mode 100644
index 80004da2362..00000000000
--- a/dev-libs/flatbuffers/flatbuffers-1.7.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils flag-o-matic
-
-DESCRIPTION="Memory efficient serialization library"
-HOMEPAGE="https://google.github.io/flatbuffers/"
-SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="static-libs test"
-
-src_prepare() {
-	sed -i -e "s/DESTINATION lib/DESTINATION $(get_libdir)/" CMakeLists.txt || die
-
-	cmake-utils_src_prepare
-}
-
-src_configure() {
-	append-cppflags -std=c++11
-
-	local mycmakeargs=(
-		-DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
-		-DFLATBUFFERS_BUILD_SHAREDLIB=ON
-		-DFLATBUFFERS_BUILD_TESTS=$(usex test)
-	)
-
-	cmake-utils_src_configure
-}

diff --git a/dev-libs/flatbuffers/flatbuffers-1.8.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.8.0.ebuild
deleted file mode 100644
index f5dd8c45be0..00000000000
--- a/dev-libs/flatbuffers/flatbuffers-1.8.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils flag-o-matic
-
-DESCRIPTION="Memory efficient serialization library"
-HOMEPAGE="https://google.github.io/flatbuffers/"
-SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="static-libs test"
-
-src_configure() {
-	append-cppflags -std=c++11
-
-	local mycmakeargs=(
-		-DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
-		-DFLATBUFFERS_BUILD_SHAREDLIB=ON
-		-DFLATBUFFERS_BUILD_TESTS=$(usex test)
-	)
-
-	cmake-utils_src_configure
-}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2018-08-10 13:01 Michael Palimaka
  0 siblings, 0 replies; 73+ messages in thread
From: Michael Palimaka @ 2018-08-10 13:01 UTC (permalink / raw
  To: gentoo-commits

commit:     3eaac187d302819b6c54ee8d9bffb9243968e086
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 10 13:00:16 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Aug 10 13:00:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eaac187

dev-libs/flatbuffers: version bump 1.9.0

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 dev-libs/flatbuffers/Manifest                 |  1 +
 dev-libs/flatbuffers/flatbuffers-1.9.0.ebuild | 32 +++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index 89c9c02693e..afb5c9cf8ea 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1 +1,2 @@
 DIST flatbuffers-1.8.0.tar.gz 616362 BLAKE2B 545b568fbc1671005c351ba255f9dc2b5f97b618eae13bc74b717d1e08875e465a0afd3965b35ec8243c1dc80223fdab7f15abbfb4196a129700e4a1532a8965 SHA512 8f6c84caa6456418fc751ea9de456dd37378b3239d1a41d2205140e7b19a5b8b2e342a22dc8d7fdd0c36878455e9d7401cc6438d3b771f7875e8fcfe7bbd52f1
+DIST flatbuffers-1.9.0.tar.gz 681752 BLAKE2B 7886895f79ad5b8b62c4acb479d60a6fe16226a1a9daadf2c457189b7a3381676ba9dd3f8e2af5ebd5f2d78c6ac37d9d83de88ee08b566fd4e4507ecdb887938 SHA512 0ba07dbe5b2fde1d0a6e14ee26ee2816062541d934eda204b846a30c019362f2626761b628c900293928b9b546dba8ca477c13182e022c3e0e0a142fd67f0696

diff --git a/dev-libs/flatbuffers/flatbuffers-1.9.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.9.0.ebuild
new file mode 100644
index 00000000000..4a387f3894c
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-1.9.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils flag-o-matic
+
+DESCRIPTION="Memory efficient serialization library"
+HOMEPAGE="https://google.github.io/flatbuffers/"
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static-libs test"
+
+src_configure() {
+	append-cppflags -std=c++11
+
+	local mycmakeargs=(
+		-DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
+		-DFLATBUFFERS_BUILD_SHAREDLIB=ON
+		-DFLATBUFFERS_BUILD_TESTS=$(usex test)
+	)
+
+	cmake-utils_src_configure
+}
+
+src_install() {
+	cmake-utils_src_install
+	dobin "${CMAKE_BUILD_DIR}"/flatc
+}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2018-10-04 19:14 Andreas Sturmlechner
  0 siblings, 0 replies; 73+ messages in thread
From: Andreas Sturmlechner @ 2018-10-04 19:14 UTC (permalink / raw
  To: gentoo-commits

commit:     cebf7cb1c8872ee9f71e901779e2f7e717300773
Author:     Michael Seifert <m.seifert <AT> digitalernachschub <DOT> de>
AuthorDate: Thu Oct  4 16:19:45 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct  4 19:11:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cebf7cb1

dev-libs/flatbuffers: Version bump to v1.10.0

Bug: https://bugs.gentoo.org/667742

Signed-off-by: Michael Seifert <m.seifert <AT> digitalernachschub.de>
Closes: https://github.com/gentoo/gentoo/pull/10061
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/flatbuffers/Manifest                  |  1 +
 dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild | 32 ++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index afb5c9cf8ea..42ce79e3025 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,2 +1,3 @@
+DIST flatbuffers-1.10.0.tar.gz 817750 BLAKE2B 1896b01afbdb8527836fa684980169890b1d5f1213d64cc88310f819c5fe7bc2a7e0a87e1abc2565ca165a0406dee9c814af382d2c8f08718ae5d9173530f98a SHA512 b8382c8e9a45d6aca83270e93704b9ef2938e4ef9bb5165edbd8f286329e86353037ad6e54a99fd3d70b0c893d06cfd8766e00f05497e69be4b9e6c0506133d2
 DIST flatbuffers-1.8.0.tar.gz 616362 BLAKE2B 545b568fbc1671005c351ba255f9dc2b5f97b618eae13bc74b717d1e08875e465a0afd3965b35ec8243c1dc80223fdab7f15abbfb4196a129700e4a1532a8965 SHA512 8f6c84caa6456418fc751ea9de456dd37378b3239d1a41d2205140e7b19a5b8b2e342a22dc8d7fdd0c36878455e9d7401cc6438d3b771f7875e8fcfe7bbd52f1
 DIST flatbuffers-1.9.0.tar.gz 681752 BLAKE2B 7886895f79ad5b8b62c4acb479d60a6fe16226a1a9daadf2c457189b7a3381676ba9dd3f8e2af5ebd5f2d78c6ac37d9d83de88ee08b566fd4e4507ecdb887938 SHA512 0ba07dbe5b2fde1d0a6e14ee26ee2816062541d934eda204b846a30c019362f2626761b628c900293928b9b546dba8ca477c13182e022c3e0e0a142fd67f0696

diff --git a/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild
new file mode 100644
index 00000000000..5aee3963ad9
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils flag-o-matic
+
+DESCRIPTION="Memory efficient serialization library"
+HOMEPAGE="https://google.github.io/flatbuffers/"
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static-libs test"
+
+src_configure() {
+	append-cppflags -std=c++11
+
+	local mycmakeargs=(
+		-DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
+		-DFLATBUFFERS_BUILD_SHAREDLIB=ON
+		-DFLATBUFFERS_BUILD_TESTS=$(usex test)
+	)
+
+	cmake-utils_src_configure
+}
+
+src_install() {
+	cmake-utils_src_install
+	dobin "${CMAKE_BUILD_DIR}"/flatc
+}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2018-10-11 19:02 Andreas Sturmlechner
  0 siblings, 0 replies; 73+ messages in thread
From: Andreas Sturmlechner @ 2018-10-11 19:02 UTC (permalink / raw
  To: gentoo-commits

commit:     5b7f166da756bba76336046b694829f4497b53fe
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 11 18:56:19 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 11 19:02:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7f166d

dev-libs/flatbuffers: Drop old

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-libs/flatbuffers/Manifest                    |  2 --
 dev-libs/flatbuffers/flatbuffers-1.8.0-r1.ebuild | 32 ------------------------
 dev-libs/flatbuffers/flatbuffers-1.9.0.ebuild    | 32 ------------------------
 3 files changed, 66 deletions(-)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index 42ce79e3025..af18d8e77c4 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,3 +1 @@
 DIST flatbuffers-1.10.0.tar.gz 817750 BLAKE2B 1896b01afbdb8527836fa684980169890b1d5f1213d64cc88310f819c5fe7bc2a7e0a87e1abc2565ca165a0406dee9c814af382d2c8f08718ae5d9173530f98a SHA512 b8382c8e9a45d6aca83270e93704b9ef2938e4ef9bb5165edbd8f286329e86353037ad6e54a99fd3d70b0c893d06cfd8766e00f05497e69be4b9e6c0506133d2
-DIST flatbuffers-1.8.0.tar.gz 616362 BLAKE2B 545b568fbc1671005c351ba255f9dc2b5f97b618eae13bc74b717d1e08875e465a0afd3965b35ec8243c1dc80223fdab7f15abbfb4196a129700e4a1532a8965 SHA512 8f6c84caa6456418fc751ea9de456dd37378b3239d1a41d2205140e7b19a5b8b2e342a22dc8d7fdd0c36878455e9d7401cc6438d3b771f7875e8fcfe7bbd52f1
-DIST flatbuffers-1.9.0.tar.gz 681752 BLAKE2B 7886895f79ad5b8b62c4acb479d60a6fe16226a1a9daadf2c457189b7a3381676ba9dd3f8e2af5ebd5f2d78c6ac37d9d83de88ee08b566fd4e4507ecdb887938 SHA512 0ba07dbe5b2fde1d0a6e14ee26ee2816062541d934eda204b846a30c019362f2626761b628c900293928b9b546dba8ca477c13182e022c3e0e0a142fd67f0696

diff --git a/dev-libs/flatbuffers/flatbuffers-1.8.0-r1.ebuild b/dev-libs/flatbuffers/flatbuffers-1.8.0-r1.ebuild
deleted file mode 100644
index 4a387f3894c..00000000000
--- a/dev-libs/flatbuffers/flatbuffers-1.8.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils flag-o-matic
-
-DESCRIPTION="Memory efficient serialization library"
-HOMEPAGE="https://google.github.io/flatbuffers/"
-SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="static-libs test"
-
-src_configure() {
-	append-cppflags -std=c++11
-
-	local mycmakeargs=(
-		-DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
-		-DFLATBUFFERS_BUILD_SHAREDLIB=ON
-		-DFLATBUFFERS_BUILD_TESTS=$(usex test)
-	)
-
-	cmake-utils_src_configure
-}
-
-src_install() {
-	cmake-utils_src_install
-	dobin "${CMAKE_BUILD_DIR}"/flatc
-}

diff --git a/dev-libs/flatbuffers/flatbuffers-1.9.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.9.0.ebuild
deleted file mode 100644
index 4a387f3894c..00000000000
--- a/dev-libs/flatbuffers/flatbuffers-1.9.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils flag-o-matic
-
-DESCRIPTION="Memory efficient serialization library"
-HOMEPAGE="https://google.github.io/flatbuffers/"
-SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="static-libs test"
-
-src_configure() {
-	append-cppflags -std=c++11
-
-	local mycmakeargs=(
-		-DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
-		-DFLATBUFFERS_BUILD_SHAREDLIB=ON
-		-DFLATBUFFERS_BUILD_TESTS=$(usex test)
-	)
-
-	cmake-utils_src_configure
-}
-
-src_install() {
-	cmake-utils_src_install
-	dobin "${CMAKE_BUILD_DIR}"/flatc
-}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2018-11-05 19:15 Craig Andrews
  0 siblings, 0 replies; 73+ messages in thread
From: Craig Andrews @ 2018-11-05 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     596698cda93500afe9e58977705949d0286a1af1
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  5 19:13:36 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Nov  5 19:15:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=596698cd

dev-libs/flatbuffers: Add ~x86 keyword

Closes: https://bugs.gentoo.org/670382
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild
index 5aee3963ad9..0f9711c7445 100644
--- a/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="static-libs test"
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2018-11-27 21:55 Thomas Deutschmann
  0 siblings, 0 replies; 73+ messages in thread
From: Thomas Deutschmann @ 2018-11-27 21:55 UTC (permalink / raw
  To: gentoo-commits

commit:     f8133a53c0cfc770f270fd3db23a720a8e577d4b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 27 21:38:24 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Nov 27 21:55:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8133a53

dev-libs/flatbuffers: x86 stable (bug #671972)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild
index 0f9711c7445..3732f69675f 100644
--- a/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="static-libs test"
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2018-11-29 20:04 Mikle Kolyada
  0 siblings, 0 replies; 73+ messages in thread
From: Mikle Kolyada @ 2018-11-29 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     b6751af4744bb93107aad5ff191bddbee7a9ed01
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 29 20:03:41 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Nov 29 20:03:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6751af4

dev-libs/flatbuffers: amd64 stable wrt bug #671972

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild
index 3732f69675f..8ee23dc4fa1 100644
--- a/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="static-libs test"
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2019-05-25 11:08 Andreas Sturmlechner
  0 siblings, 0 replies; 73+ messages in thread
From: Andreas Sturmlechner @ 2019-05-25 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     be63b672a4be1e968bfad4ba9bfae02b79956b3f
Author:     Michael Seifert <m.seifert <AT> digitalernachschub <DOT> de>
AuthorDate: Sat May 25 08:50:38 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 25 11:08:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be63b672

dev-libs/flatbuffers: Added version 1.11.0

Closes: https://bugs.gentoo.org/686726
Signed-off-by: Michael Seifert <m.seifert <AT> digitalernachschub.de>
Closes: https://github.com/gentoo/gentoo/pull/12100
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/flatbuffers/Manifest                  |  1 +
 dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild | 27 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index af18d8e77c4..b7fe4bb1908 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1 +1,2 @@
 DIST flatbuffers-1.10.0.tar.gz 817750 BLAKE2B 1896b01afbdb8527836fa684980169890b1d5f1213d64cc88310f819c5fe7bc2a7e0a87e1abc2565ca165a0406dee9c814af382d2c8f08718ae5d9173530f98a SHA512 b8382c8e9a45d6aca83270e93704b9ef2938e4ef9bb5165edbd8f286329e86353037ad6e54a99fd3d70b0c893d06cfd8766e00f05497e69be4b9e6c0506133d2
+DIST flatbuffers-1.11.0.tar.gz 894944 BLAKE2B 8eee7165f2dfbed6ee0b0cfbec0df995bc6e8a19600ad42ac70788714635ba90d72f2dc24d0e1edd5ac6a1cf6148948f625245d3079e75861d29117f6fcf34fd SHA512 cbb2e1e6885255cc950e2fa8248b56a8bc2c6e52f6fc7ed9066e6ae5a1d53f1263594b83f4b944a672cf9d0e1e800e51ce7fa423eff45abf5056269879c286fe

diff --git a/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild
new file mode 100644
index 00000000000..30da115709d
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Memory efficient serialization library"
+HOMEPAGE="https://google.github.io/flatbuffers/"
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs test"
+
+DOCS=( readme.md )
+
+src_configure() {
+	local mycmakeargs=(
+		-DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
+		-DFLATBUFFERS_BUILD_SHAREDLIB=ON
+		-DFLATBUFFERS_BUILD_TESTS=$(usex test)
+	)
+
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2019-05-30 13:06 Jory Pratt
  0 siblings, 0 replies; 73+ messages in thread
From: Jory Pratt @ 2019-05-30 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     5d8ce8295f878a102c3ec3cc4c604c31418d4127
Author:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 13:06:40 2019 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Thu May 30 13:06:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8ce829

dev-libs/flatbuffers: fix musl locale issue

Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild
index 30da115709d..2bf8b35e8dd 100644
--- a/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild
@@ -23,5 +23,7 @@ src_configure() {
 		-DFLATBUFFERS_BUILD_TESTS=$(usex test)
 	)
 
+	use elibc_musl && mycmakeargs+=( -DFLATBUFFERS_LOCALE_INDEPENDENT=0 )
+
 	cmake-utils_src_configure
 }


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2019-06-28 11:37 Agostino Sarubbo
  0 siblings, 0 replies; 73+ messages in thread
From: Agostino Sarubbo @ 2019-06-28 11:37 UTC (permalink / raw
  To: gentoo-commits

commit:     8964f16fe1d2787d629fc79388697a7315587f64
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 11:36:54 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 11:36:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8964f16f

dev-libs/flatbuffers: amd64 stable wrt bug #688796

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild
index 2bf8b35e8dd..1beb72c525b 100644
--- a/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="static-libs test"
 
 DOCS=( readme.md )


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2019-06-28 15:21 Agostino Sarubbo
  0 siblings, 0 replies; 73+ messages in thread
From: Agostino Sarubbo @ 2019-06-28 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     72cea1676b96b78d1c4a6425817b19dc793df1c9
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 15:21:21 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 15:21:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72cea167

dev-libs/flatbuffers: x86 stable wrt bug #688796

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild
index 1beb72c525b..54bfce7666e 100644
--- a/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="static-libs test"
 
 DOCS=( readme.md )


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2019-06-28 18:21 Andreas Sturmlechner
  0 siblings, 0 replies; 73+ messages in thread
From: Andreas Sturmlechner @ 2019-06-28 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     d29251c34262ad6ce7132f221213b82772898c03
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 18:14:57 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 18:20:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29251c3

dev-libs/flatbuffers: Drop 1.10.0

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/flatbuffers/Manifest                  |  1 -
 dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild | 32 --------------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index b7fe4bb1908..7d47aaf0e93 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,2 +1 @@
-DIST flatbuffers-1.10.0.tar.gz 817750 BLAKE2B 1896b01afbdb8527836fa684980169890b1d5f1213d64cc88310f819c5fe7bc2a7e0a87e1abc2565ca165a0406dee9c814af382d2c8f08718ae5d9173530f98a SHA512 b8382c8e9a45d6aca83270e93704b9ef2938e4ef9bb5165edbd8f286329e86353037ad6e54a99fd3d70b0c893d06cfd8766e00f05497e69be4b9e6c0506133d2
 DIST flatbuffers-1.11.0.tar.gz 894944 BLAKE2B 8eee7165f2dfbed6ee0b0cfbec0df995bc6e8a19600ad42ac70788714635ba90d72f2dc24d0e1edd5ac6a1cf6148948f625245d3079e75861d29117f6fcf34fd SHA512 cbb2e1e6885255cc950e2fa8248b56a8bc2c6e52f6fc7ed9066e6ae5a1d53f1263594b83f4b944a672cf9d0e1e800e51ce7fa423eff45abf5056269879c286fe

diff --git a/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild
deleted file mode 100644
index 8ee23dc4fa1..00000000000
--- a/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils flag-o-matic
-
-DESCRIPTION="Memory efficient serialization library"
-HOMEPAGE="https://google.github.io/flatbuffers/"
-SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="static-libs test"
-
-src_configure() {
-	append-cppflags -std=c++11
-
-	local mycmakeargs=(
-		-DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
-		-DFLATBUFFERS_BUILD_SHAREDLIB=ON
-		-DFLATBUFFERS_BUILD_TESTS=$(usex test)
-	)
-
-	cmake-utils_src_configure
-}
-
-src_install() {
-	cmake-utils_src_install
-	dobin "${CMAKE_BUILD_DIR}"/flatc
-}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2020-03-19 15:43 Andreas Sturmlechner
  0 siblings, 0 replies; 73+ messages in thread
From: Andreas Sturmlechner @ 2020-03-19 15:43 UTC (permalink / raw
  To: gentoo-commits

commit:     0e9d546e388cf1f504a6f1a966551a917ee32329
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 15:08:41 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 15:42:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9d546e

dev-libs/flatbuffers: 1.12.0 version bump

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/flatbuffers/Manifest                  |  1 +
 dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild | 31 ++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index 7d47aaf0e93..07e8576fac8 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1 +1,2 @@
 DIST flatbuffers-1.11.0.tar.gz 894944 BLAKE2B 8eee7165f2dfbed6ee0b0cfbec0df995bc6e8a19600ad42ac70788714635ba90d72f2dc24d0e1edd5ac6a1cf6148948f625245d3079e75861d29117f6fcf34fd SHA512 cbb2e1e6885255cc950e2fa8248b56a8bc2c6e52f6fc7ed9066e6ae5a1d53f1263594b83f4b944a672cf9d0e1e800e51ce7fa423eff45abf5056269879c286fe
+DIST flatbuffers-1.12.0.tar.gz 1145348 BLAKE2B 441123be124ad851efa30bda0d828a764ebaf79ba6692a6e5904000b33818e9de78c3a964037ac93ef562890980c58169141e55354dce86857c02bcd917150d6 SHA512 8a0b88d739fa4694a69d3630140fe89fdd70d50bba4dadd1758d9aa2920cda16700bcafb8d89fe2a09ac907d3f378240c3cb4abc7106318136799836aba4b063

diff --git a/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
new file mode 100644
index 00000000000..d501c19113c
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Memory efficient serialization library"
+HOMEPAGE="https://google.github.io/flatbuffers/"
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~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)
+	)
+
+	use elibc_musl && mycmakeargs+=( -DFLATBUFFERS_LOCALE_INDEPENDENT=0 )
+
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2020-04-17  6:48 Agostino Sarubbo
  0 siblings, 0 replies; 73+ messages in thread
From: Agostino Sarubbo @ 2020-04-17  6:48 UTC (permalink / raw
  To: gentoo-commits

commit:     d899dee8c1bd93ea014789fb2751d518a7356457
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 17 06:48:54 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Apr 17 06:48:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d899dee8

dev-libs/flatbuffers: amd64 stable wrt bug #717762

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
index d501c19113c..3216a90bce4 100644
--- a/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="static-libs test"
 
 RESTRICT="!test? ( test )"


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2020-04-17  6:54 Agostino Sarubbo
  0 siblings, 0 replies; 73+ messages in thread
From: Agostino Sarubbo @ 2020-04-17  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     6d2fe89be257621ec44eb2b5657bc3d7eb9951d2
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 17 06:54:16 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Apr 17 06:54:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2fe89b

dev-libs/flatbuffers: x86 stable wrt bug #717762

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
index 3216a90bce4..3b0fd0e17e7 100644
--- a/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="static-libs test"
 
 RESTRICT="!test? ( test )"


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2020-04-30 20:03 Andreas Sturmlechner
  0 siblings, 0 replies; 73+ messages in thread
From: Andreas Sturmlechner @ 2020-04-30 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     f4f7d3551df2b05ff61293e43119f125fa7479be
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 19:46:07 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 20:02:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f7d355

dev-libs/flatbuffers: Drop 1.11.0

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/flatbuffers/Manifest                  |  1 -
 dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild | 30 --------------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index 07e8576fac8..61fd59662dd 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,2 +1 @@
-DIST flatbuffers-1.11.0.tar.gz 894944 BLAKE2B 8eee7165f2dfbed6ee0b0cfbec0df995bc6e8a19600ad42ac70788714635ba90d72f2dc24d0e1edd5ac6a1cf6148948f625245d3079e75861d29117f6fcf34fd SHA512 cbb2e1e6885255cc950e2fa8248b56a8bc2c6e52f6fc7ed9066e6ae5a1d53f1263594b83f4b944a672cf9d0e1e800e51ce7fa423eff45abf5056269879c286fe
 DIST flatbuffers-1.12.0.tar.gz 1145348 BLAKE2B 441123be124ad851efa30bda0d828a764ebaf79ba6692a6e5904000b33818e9de78c3a964037ac93ef562890980c58169141e55354dce86857c02bcd917150d6 SHA512 8a0b88d739fa4694a69d3630140fe89fdd70d50bba4dadd1758d9aa2920cda16700bcafb8d89fe2a09ac907d3f378240c3cb4abc7106318136799836aba4b063

diff --git a/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild
deleted file mode 100644
index 9f8719c337c..00000000000
--- a/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Memory efficient serialization library"
-HOMEPAGE="https://google.github.io/flatbuffers/"
-SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 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)
-	)
-
-	use elibc_musl && mycmakeargs+=( -DFLATBUFFERS_LOCALE_INDEPENDENT=0 )
-
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2020-06-02 22:21 Mart Raudsepp
  0 siblings, 0 replies; 73+ messages in thread
From: Mart Raudsepp @ 2020-06-02 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     c126f1d37760cc21ad1d45a89bea1e4ccad503d4
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Mon Jun  1 21:22:12 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Jun  2 22:21:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c126f1d3

dev-libs/flatbuffers: arm64 keyworded (bug #725912)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
index 3b0fd0e17e7..4b2accd3e23 100644
--- a/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="static-libs test"
 
 RESTRICT="!test? ( test )"


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2020-06-04 14:06 Michał Górny
  0 siblings, 0 replies; 73+ messages in thread
From: Michał Górny @ 2020-06-04 14:06 UTC (permalink / raw
  To: gentoo-commits

commit:     5060b1bbde1466be6d7c6efbec9d1c5ad523b826
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Wed Jun  3 15:36:09 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun  4 14:05:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5060b1bb

dev-libs/flatbuffers: arm keyworded (bug #725912)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
index 4b2accd3e23..2016bbfb5ed 100644
--- a/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="static-libs test"
 
 RESTRICT="!test? ( test )"


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2021-03-29 14:50 Sam James
  0 siblings, 0 replies; 73+ messages in thread
From: Sam James @ 2021-03-29 14:50 UTC (permalink / raw
  To: gentoo-commits

commit:     07cf1a3430555aed23e73398359ab1df93b0402f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 29 14:31:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 29 14:31:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07cf1a34

dev-libs/flatbuffers: Stabilize 1.12.0 arm64, #778446

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
index 2016bbfb5ed..5bb8e0e5a75 100644
--- a/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 IUSE="static-libs test"
 
 RESTRICT="!test? ( test )"


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2021-06-20 20:53 Sam James
  0 siblings, 0 replies; 73+ messages in thread
From: Sam James @ 2021-06-20 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     475aee15c9714a799f93fb9b25f12624c8d6b53f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 20 20:51:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 20 20:53:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475aee15

dev-libs/flatbuffers: add 2.0.0

Closes: https://bugs.gentoo.org/790806
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/flatbuffers/Manifest                 |  1 +
 dev-libs/flatbuffers/flatbuffers-2.0.0.ebuild | 31 +++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index 61fd59662dd..31ae57f96c3 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1 +1,2 @@
 DIST flatbuffers-1.12.0.tar.gz 1145348 BLAKE2B 441123be124ad851efa30bda0d828a764ebaf79ba6692a6e5904000b33818e9de78c3a964037ac93ef562890980c58169141e55354dce86857c02bcd917150d6 SHA512 8a0b88d739fa4694a69d3630140fe89fdd70d50bba4dadd1758d9aa2920cda16700bcafb8d89fe2a09ac907d3f378240c3cb4abc7106318136799836aba4b063
+DIST flatbuffers-2.0.0.tar.gz 1538022 BLAKE2B ccd827a43da39cf831727b439beed0cea216cdf50dbfe70954854bbe388b2c47ed4e78cc87e3fc0d5568034b13baa2ea96480914cc8129747bccbf8ea928847c SHA512 26a06b572c0e4c9685743bd2d2162ac7dcd74b9324624cc3f3ef5b154c0cee7c52a04b77cdc184245d2d6ae38dfdcc4fd66001c318aa8ca001d2bf1d85d66a89

diff --git a/dev-libs/flatbuffers/flatbuffers-2.0.0.ebuild b/dev-libs/flatbuffers/flatbuffers-2.0.0.ebuild
new file mode 100644
index 00000000000..59a0c5212ca
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-2.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Memory efficient serialization library"
+HOMEPAGE="https://google.github.io/flatbuffers/"
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~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)
+	)
+
+	use elibc_musl && mycmakeargs+=( -DFLATBUFFERS_LOCALE_INDEPENDENT=0 )
+
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2021-09-07 16:56 Sam James
  0 siblings, 0 replies; 73+ messages in thread
From: Sam James @ 2021-09-07 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     78250007f070caaade82599a15f34e9d837350ed
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  7 16:52:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep  7 16:55:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78250007

dev-libs/flatbuffers: add subslot for 2.x

Bit of a frustrating one as it appears to be ABI compatible
modulo the SONAME change, but it is what it is -- it's a good
thing upstream adopted semver anyway.

Closes: https://bugs.gentoo.org/812023
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{flatbuffers-2.0.0.ebuild => flatbuffers-2.0.0-r1.ebuild}         | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-2.0.0.ebuild b/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild
similarity index 84%
rename from dev-libs/flatbuffers/flatbuffers-2.0.0.ebuild
rename to dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild
index 59a0c5212ca..4be03e4e789 100644
--- a/dev-libs/flatbuffers/flatbuffers-2.0.0.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild
@@ -10,7 +10,9 @@ HOMEPAGE="https://google.github.io/flatbuffers/"
 SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
-SLOT="0"
+# From 1.2.0->2.0.0, incremented SONAME, although the interface didn't actually change.
+# (Apparently to adopt semver.)
+SLOT="0/2"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="static-libs test"
 


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2021-12-16 16:39 Jakov Smolić
  0 siblings, 0 replies; 73+ messages in thread
From: Jakov Smolić @ 2021-12-16 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     04c9fa89a698338e8564089b14838e85cabe294d
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 16:38:36 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 16:38:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c9fa89

dev-libs/flatbuffers: Stabilize 2.0.0-r1 amd64, #829330

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild b/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild
index 4be03e4e789d..e8e3fff4cd7f 100644
--- a/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
 # From 1.2.0->2.0.0, incremented SONAME, although the interface didn't actually change.
 # (Apparently to adopt semver.)
 SLOT="0/2"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="static-libs test"
 
 RESTRICT="!test? ( test )"


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2021-12-16 21:03 Arthur Zamarin
  0 siblings, 0 replies; 73+ messages in thread
From: Arthur Zamarin @ 2021-12-16 21:03 UTC (permalink / raw
  To: gentoo-commits

commit:     47ac998d1007e4b4f1d08928700806e54b83093a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 21:03:40 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 21:03:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ac998d

dev-libs/flatbuffers: Stabilize 2.0.0-r1 arm64, #829330

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild b/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild
index e8e3fff4cd7f..132a3155d2ea 100644
--- a/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
 # From 1.2.0->2.0.0, incremented SONAME, although the interface didn't actually change.
 # (Apparently to adopt semver.)
 SLOT="0/2"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~x86"
 IUSE="static-libs test"
 
 RESTRICT="!test? ( test )"


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2021-12-16 21:24 Jakov Smolić
  0 siblings, 0 replies; 73+ messages in thread
From: Jakov Smolić @ 2021-12-16 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     5d8704b86b2f3f47c8c15827fdc58750f270aa88
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 21:24:25 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 21:24:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8704b8

dev-libs/flatbuffers: Stabilize 2.0.0-r1 x86, #829330

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild b/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild
index 132a3155d2ea..66d76389cfc2 100644
--- a/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
 # From 1.2.0->2.0.0, incremented SONAME, although the interface didn't actually change.
 # (Apparently to adopt semver.)
 SLOT="0/2"
-KEYWORDS="amd64 ~arm arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 IUSE="static-libs test"
 
 RESTRICT="!test? ( test )"


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2021-12-20 12:42 Andreas Sturmlechner
  0 siblings, 0 replies; 73+ messages in thread
From: Andreas Sturmlechner @ 2021-12-20 12:42 UTC (permalink / raw
  To: gentoo-commits

commit:     aee9abc3ce3e625d1dd4917d0bec54ac52192026
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 19 18:02:19 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 20 12:41:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee9abc3

dev-libs/flatbuffers: Drop 1.12.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/flatbuffers/Manifest                  |  1 -
 dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild | 31 --------------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index 31ae57f96c33..7bb90e6d049c 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,2 +1 @@
-DIST flatbuffers-1.12.0.tar.gz 1145348 BLAKE2B 441123be124ad851efa30bda0d828a764ebaf79ba6692a6e5904000b33818e9de78c3a964037ac93ef562890980c58169141e55354dce86857c02bcd917150d6 SHA512 8a0b88d739fa4694a69d3630140fe89fdd70d50bba4dadd1758d9aa2920cda16700bcafb8d89fe2a09ac907d3f378240c3cb4abc7106318136799836aba4b063
 DIST flatbuffers-2.0.0.tar.gz 1538022 BLAKE2B ccd827a43da39cf831727b439beed0cea216cdf50dbfe70954854bbe388b2c47ed4e78cc87e3fc0d5568034b13baa2ea96480914cc8129747bccbf8ea928847c SHA512 26a06b572c0e4c9685743bd2d2162ac7dcd74b9324624cc3f3ef5b154c0cee7c52a04b77cdc184245d2d6ae38dfdcc4fd66001c318aa8ca001d2bf1d85d66a89

diff --git a/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild b/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
deleted file mode 100644
index 5bb8e0e5a754..000000000000
--- a/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Memory efficient serialization library"
-HOMEPAGE="https://google.github.io/flatbuffers/"
-SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 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)
-	)
-
-	use elibc_musl && mycmakeargs+=( -DFLATBUFFERS_LOCALE_INDEPENDENT=0 )
-
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2022-05-02  0:37 Sam James
  0 siblings, 0 replies; 73+ messages in thread
From: Sam James @ 2022-05-02  0:37 UTC (permalink / raw
  To: gentoo-commits

commit:     a64de84916ff1c28df4a93f903235d08276258ab
Author:     Andrew Udvare <audvare <AT> gmail <DOT> com>
AuthorDate: Sun May  1 23:25:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  2 00:34:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a64de849

dev-libs/flatbuffers: add 2.0.6

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Udvare <audvare <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25281
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/flatbuffers/Manifest                 |  1 +
 dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild | 33 +++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index 7bb90e6d049c..36742322397f 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1 +1,2 @@
 DIST flatbuffers-2.0.0.tar.gz 1538022 BLAKE2B ccd827a43da39cf831727b439beed0cea216cdf50dbfe70954854bbe388b2c47ed4e78cc87e3fc0d5568034b13baa2ea96480914cc8129747bccbf8ea928847c SHA512 26a06b572c0e4c9685743bd2d2162ac7dcd74b9324624cc3f3ef5b154c0cee7c52a04b77cdc184245d2d6ae38dfdcc4fd66001c318aa8ca001d2bf1d85d66a89
+DIST flatbuffers-2.0.6.tar.gz 1724250 BLAKE2B b6969b28dba753c4551b33d27409d9925c10a640ae860264f8054c19a470ce3da366c0bf7917bf7fe4f6cb57acbfbe1837f175fde40b84d311df6d1378d146ce SHA512 be631f34064c28d81876bf137c796e9736623cf2cc4f2a05dd45372e7195729c99fad1fa795f8ce71a408756a842edbdc0c3bc714a7cf63203a1de8681d86fb6

diff --git a/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild b/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild
new file mode 100644
index 000000000000..af7ea27ef27b
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Memory efficient serialization library"
+HOMEPAGE="https://google.github.io/flatbuffers/"
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+# From 1.2.0->2.0.0, incremented SONAME, although the interface didn't actually change.
+# (Apparently to adopt semver.)
+SLOT="0/2"
+KEYWORDS="~amd64 ~arm ~arm64 ~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)
+	)
+
+	use elibc_musl && mycmakeargs+=( -DFLATBUFFERS_LOCALE_INDEPENDENT=0 )
+
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2022-05-02  0:37 Sam James
  0 siblings, 0 replies; 73+ messages in thread
From: Sam James @ 2022-05-02  0:37 UTC (permalink / raw
  To: gentoo-commits

commit:     501edc14ed3d2f139ac096654240cf2ef54df081
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 00:37:20 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  2 00:37:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501edc14

dev-libs/flatbuffers: use EAPI 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild b/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild
index af7ea27ef27b..6750da452422 100644
--- a/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake
 
@@ -25,6 +25,7 @@ src_configure() {
 		-DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
 		-DFLATBUFFERS_BUILD_SHAREDLIB=ON
 		-DFLATBUFFERS_BUILD_TESTS=$(usex test)
+		-DFLATBUFFERS_BUILD_BENCHMARKS=OFF
 	)
 
 	use elibc_musl && mycmakeargs+=( -DFLATBUFFERS_LOCALE_INDEPENDENT=0 )


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2022-06-01 21:26 Andreas Sturmlechner
  0 siblings, 0 replies; 73+ messages in thread
From: Andreas Sturmlechner @ 2022-06-01 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     27551e4e287c8d7675f4fdf3cd24683eaf1af512
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  1 21:26:23 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun  1 21:26:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27551e4e

dev-libs/flatbuffers: out-of-source build breaks tests, disable them

Closes: https://bugs.gentoo.org/842060
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild b/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild
index 6750da452422..b54110232d5f 100644
--- a/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild
@@ -16,7 +16,8 @@ SLOT="0/2"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="static-libs test"
 
-RESTRICT="!test? ( test )"
+# out-of-source build broken, bug #842060
+RESTRICT="test !test? ( test )"
 
 DOCS=( readme.md )
 


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2022-06-02  0:15 Sam James
  0 siblings, 0 replies; 73+ messages in thread
From: Sam James @ 2022-06-02  0:15 UTC (permalink / raw
  To: gentoo-commits

commit:     3e993e9b041ec623ce67f723089c5d2052fcca10
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 00:09:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 00:09:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e993e9b

dev-libs/flatbuffers: Stabilize 2.0.6 arm64, #849089

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild b/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild
index b54110232d5f..4c9623cf0beb 100644
--- a/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild
@@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
 # From 1.2.0->2.0.0, incremented SONAME, although the interface didn't actually change.
 # (Apparently to adopt semver.)
 SLOT="0/2"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE="static-libs test"
 
 # out-of-source build broken, bug #842060


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2022-06-02  6:05 Agostino Sarubbo
  0 siblings, 0 replies; 73+ messages in thread
From: Agostino Sarubbo @ 2022-06-02  6:05 UTC (permalink / raw
  To: gentoo-commits

commit:     bc1ec201e08b50f0c6a793cca242891f4009d8ea
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 06:05:25 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 06:05:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1ec201

dev-libs/flatbuffers: amd64 stable wrt bug #849089

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild b/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild
index 4c9623cf0beb..f1bddd3fa73b 100644
--- a/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild
@@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
 # From 1.2.0->2.0.0, incremented SONAME, although the interface didn't actually change.
 # (Apparently to adopt semver.)
 SLOT="0/2"
-KEYWORDS="~amd64 ~arm arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~x86"
 IUSE="static-libs test"
 
 # out-of-source build broken, bug #842060


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2022-06-02  6:08 Agostino Sarubbo
  0 siblings, 0 replies; 73+ messages in thread
From: Agostino Sarubbo @ 2022-06-02  6:08 UTC (permalink / raw
  To: gentoo-commits

commit:     79a73f30be53941ab848134a87944cb70e523ec4
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 06:08:25 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 06:08:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a73f30

dev-libs/flatbuffers: x86 stable wrt bug #849089

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild b/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild
index f1bddd3fa73b..64468eb1ae19 100644
--- a/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild
@@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
 # From 1.2.0->2.0.0, incremented SONAME, although the interface didn't actually change.
 # (Apparently to adopt semver.)
 SLOT="0/2"
-KEYWORDS="amd64 ~arm arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 IUSE="static-libs test"
 
 # out-of-source build broken, bug #842060


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2022-06-15 17:51 Andreas Sturmlechner
  0 siblings, 0 replies; 73+ messages in thread
From: Andreas Sturmlechner @ 2022-06-15 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     d9104d1176f8add1d1a8a8fd13db0b51693537b9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 15 17:51:04 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 17:51:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9104d11

dev-libs/flatbuffers: Drop 2.0.0-r1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/flatbuffers/Manifest                    |  1 -
 dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild | 33 ------------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index 36742322397f..ce199c62dfa8 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,2 +1 @@
-DIST flatbuffers-2.0.0.tar.gz 1538022 BLAKE2B ccd827a43da39cf831727b439beed0cea216cdf50dbfe70954854bbe388b2c47ed4e78cc87e3fc0d5568034b13baa2ea96480914cc8129747bccbf8ea928847c SHA512 26a06b572c0e4c9685743bd2d2162ac7dcd74b9324624cc3f3ef5b154c0cee7c52a04b77cdc184245d2d6ae38dfdcc4fd66001c318aa8ca001d2bf1d85d66a89
 DIST flatbuffers-2.0.6.tar.gz 1724250 BLAKE2B b6969b28dba753c4551b33d27409d9925c10a640ae860264f8054c19a470ce3da366c0bf7917bf7fe4f6cb57acbfbe1837f175fde40b84d311df6d1378d146ce SHA512 be631f34064c28d81876bf137c796e9736623cf2cc4f2a05dd45372e7195729c99fad1fa795f8ce71a408756a842edbdc0c3bc714a7cf63203a1de8681d86fb6

diff --git a/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild b/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild
deleted file mode 100644
index 66d76389cfc2..000000000000
--- a/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Memory efficient serialization library"
-HOMEPAGE="https://google.github.io/flatbuffers/"
-SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-# From 1.2.0->2.0.0, incremented SONAME, although the interface didn't actually change.
-# (Apparently to adopt semver.)
-SLOT="0/2"
-KEYWORDS="amd64 ~arm arm64 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)
-	)
-
-	use elibc_musl && mycmakeargs+=( -DFLATBUFFERS_LOCALE_INDEPENDENT=0 )
-
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2022-06-17 18:00 Sam James
  0 siblings, 0 replies; 73+ messages in thread
From: Sam James @ 2022-06-17 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     db48002639cfc740f32be76605cc264dedd42213
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 17:58:56 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 17:58:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db480026

dev-libs/flatbuffers: restore 2.0.0-r1

Needed for TF.

This reverts commit d9104d1176f8add1d1a8a8fd13db0b51693537b9.

Bug: https://bugs.gentoo.org/844196
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/flatbuffers/Manifest                    |  1 +
 dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild | 33 ++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index ce199c62dfa8..36742322397f 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1 +1,2 @@
+DIST flatbuffers-2.0.0.tar.gz 1538022 BLAKE2B ccd827a43da39cf831727b439beed0cea216cdf50dbfe70954854bbe388b2c47ed4e78cc87e3fc0d5568034b13baa2ea96480914cc8129747bccbf8ea928847c SHA512 26a06b572c0e4c9685743bd2d2162ac7dcd74b9324624cc3f3ef5b154c0cee7c52a04b77cdc184245d2d6ae38dfdcc4fd66001c318aa8ca001d2bf1d85d66a89
 DIST flatbuffers-2.0.6.tar.gz 1724250 BLAKE2B b6969b28dba753c4551b33d27409d9925c10a640ae860264f8054c19a470ce3da366c0bf7917bf7fe4f6cb57acbfbe1837f175fde40b84d311df6d1378d146ce SHA512 be631f34064c28d81876bf137c796e9736623cf2cc4f2a05dd45372e7195729c99fad1fa795f8ce71a408756a842edbdc0c3bc714a7cf63203a1de8681d86fb6

diff --git a/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild b/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild
new file mode 100644
index 000000000000..66d76389cfc2
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Memory efficient serialization library"
+HOMEPAGE="https://google.github.io/flatbuffers/"
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+# From 1.2.0->2.0.0, incremented SONAME, although the interface didn't actually change.
+# (Apparently to adopt semver.)
+SLOT="0/2"
+KEYWORDS="amd64 ~arm arm64 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)
+	)
+
+	use elibc_musl && mycmakeargs+=( -DFLATBUFFERS_LOCALE_INDEPENDENT=0 )
+
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2022-06-22 18:23 Sam James
  0 siblings, 0 replies; 73+ messages in thread
From: Sam James @ 2022-06-22 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     031eeb0840b646be298447f6c9cb3298384f41f5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 18:22:03 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 18:23:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031eeb08

dev-libs/flatbuffers: drop to maintainer-needed

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/flatbuffers/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-libs/flatbuffers/metadata.xml b/dev-libs/flatbuffers/metadata.xml
index 7351ad7bcae6..8647ed292165 100644
--- a/dev-libs/flatbuffers/metadata.xml
+++ b/dev-libs/flatbuffers/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>kde@gentoo.org</email>
-		<name>Gentoo KDE Project</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="github">google/flatbuffers</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2022-08-27 11:45 Yixun Lan
  0 siblings, 0 replies; 73+ messages in thread
From: Yixun Lan @ 2022-08-27 11:45 UTC (permalink / raw
  To: gentoo-commits

commit:     3509592d03edf6b9b332589ecc19022f3f1a32fb
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 27 10:18:13 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Aug 27 11:44:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3509592d

dev-libs/flatbuffers: Keyword 2.0.6-r1 riscv, #866533

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-2.0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-2.0.6-r1.ebuild b/dev-libs/flatbuffers/flatbuffers-2.0.6-r1.ebuild
index 85b401a3de3a..4fd61a266b9f 100644
--- a/dev-libs/flatbuffers/flatbuffers-2.0.6-r1.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-2.0.6-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
 # From 1.2.0->2.0.0, incremented SONAME, although the interface didn't actually change.
 # (Apparently to adopt semver.)
 SLOT="0/2"
-KEYWORDS="amd64 ~arm arm64 x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 IUSE="static-libs test"
 
 # out-of-source build broken, bug #842060


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2022-12-07 14:52 Michał Górny
  0 siblings, 0 replies; 73+ messages in thread
From: Michał Górny @ 2022-12-07 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     85ac40d941c0ec4ed2dc8026cff871062455ecdf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 14:50:55 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 14:52:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ac40d9

dev-libs/flatbuffers: Add myself as maintainer

Since I've accidentally started bumping it, let's give it some love.

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

 dev-libs/flatbuffers/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/metadata.xml b/dev-libs/flatbuffers/metadata.xml
index 8647ed292165..e85fcdaad83e 100644
--- a/dev-libs/flatbuffers/metadata.xml
+++ b/dev-libs/flatbuffers/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">google/flatbuffers</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2022-12-07 14:52 Michał Górny
  0 siblings, 0 replies; 73+ messages in thread
From: Michał Górny @ 2022-12-07 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     ea941c86046d5e2a9ea7d1ae8ce237feab4e9f53
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 14:51:07 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 14:52:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea941c86

dev-libs/flatbuffers: Bump to 22.12.06

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

 dev-libs/flatbuffers/Manifest                    |  1 +
 dev-libs/flatbuffers/flatbuffers-22.12.06.ebuild | 32 ++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index 36742322397f..bb14ddd597cd 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,2 +1,3 @@
 DIST flatbuffers-2.0.0.tar.gz 1538022 BLAKE2B ccd827a43da39cf831727b439beed0cea216cdf50dbfe70954854bbe388b2c47ed4e78cc87e3fc0d5568034b13baa2ea96480914cc8129747bccbf8ea928847c SHA512 26a06b572c0e4c9685743bd2d2162ac7dcd74b9324624cc3f3ef5b154c0cee7c52a04b77cdc184245d2d6ae38dfdcc4fd66001c318aa8ca001d2bf1d85d66a89
 DIST flatbuffers-2.0.6.tar.gz 1724250 BLAKE2B b6969b28dba753c4551b33d27409d9925c10a640ae860264f8054c19a470ce3da366c0bf7917bf7fe4f6cb57acbfbe1837f175fde40b84d311df6d1378d146ce SHA512 be631f34064c28d81876bf137c796e9736623cf2cc4f2a05dd45372e7195729c99fad1fa795f8ce71a408756a842edbdc0c3bc714a7cf63203a1de8681d86fb6
+DIST flatbuffers-22.12.06.gh.tar.gz 2172096 BLAKE2B 92bf0c56c10fa369e7a8a53a7f903af6b5f17560a3558587914c29ab8a655f3ee078c3e261426ca5d9ad0587419d4f0049459edc552e25958f80b80ba9539d59 SHA512 1b2c8eaa2ebeb92c3ebc363888b34b817d7b62a568e40bce2b037814f1f0103d4cb7db8507ec9ca05421be61b0b2be3edd6c4d564f75d1ce39278d73f8442ac1

diff --git a/dev-libs/flatbuffers/flatbuffers-22.12.06.ebuild b/dev-libs/flatbuffers/flatbuffers-22.12.06.ebuild
new file mode 100644
index 000000000000..6c4c402f183d
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-22.12.06.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 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/"
+SRC_URI="
+	https://github.com/google/flatbuffers/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0/2"
+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
+}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2022-12-07 15:59 Michał Górny
  0 siblings, 0 replies; 73+ messages in thread
From: Michał Górny @ 2022-12-07 15:59 UTC (permalink / raw
  To: gentoo-commits

commit:     2db525d5cdd2054fe1447d86b024148a41572052
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 14:54:08 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 15:59:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db525d5

dev-libs/flatbuffers: Add GH project page too

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

 dev-libs/flatbuffers/flatbuffers-22.12.06.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-22.12.06.ebuild b/dev-libs/flatbuffers/flatbuffers-22.12.06.ebuild
index 6c4c402f183d..d20c1234354b 100644
--- a/dev-libs/flatbuffers/flatbuffers-22.12.06.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-22.12.06.ebuild
@@ -6,7 +6,10 @@ EAPI=8
 inherit cmake
 
 DESCRIPTION="Memory efficient serialization library"
-HOMEPAGE="https://google.github.io/flatbuffers/"
+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


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2022-12-26  8:50 Andreas Sturmlechner
  0 siblings, 0 replies; 73+ messages in thread
From: Andreas Sturmlechner @ 2022-12-26  8:50 UTC (permalink / raw
  To: gentoo-commits

commit:     922afe884c6c8cb91c38f71777a69891d29db9d8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 15 17:51:04 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 08:50:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922afe88

dev-libs/flatbuffers: Drop 2.0.0-r1

Bug: https://bugs.gentoo.org/844196
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/flatbuffers/Manifest                    |  1 -
 dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild | 33 ------------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index bb14ddd597cd..131299d149a4 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,3 +1,2 @@
-DIST flatbuffers-2.0.0.tar.gz 1538022 BLAKE2B ccd827a43da39cf831727b439beed0cea216cdf50dbfe70954854bbe388b2c47ed4e78cc87e3fc0d5568034b13baa2ea96480914cc8129747bccbf8ea928847c SHA512 26a06b572c0e4c9685743bd2d2162ac7dcd74b9324624cc3f3ef5b154c0cee7c52a04b77cdc184245d2d6ae38dfdcc4fd66001c318aa8ca001d2bf1d85d66a89
 DIST flatbuffers-2.0.6.tar.gz 1724250 BLAKE2B b6969b28dba753c4551b33d27409d9925c10a640ae860264f8054c19a470ce3da366c0bf7917bf7fe4f6cb57acbfbe1837f175fde40b84d311df6d1378d146ce SHA512 be631f34064c28d81876bf137c796e9736623cf2cc4f2a05dd45372e7195729c99fad1fa795f8ce71a408756a842edbdc0c3bc714a7cf63203a1de8681d86fb6
 DIST flatbuffers-22.12.06.gh.tar.gz 2172096 BLAKE2B 92bf0c56c10fa369e7a8a53a7f903af6b5f17560a3558587914c29ab8a655f3ee078c3e261426ca5d9ad0587419d4f0049459edc552e25958f80b80ba9539d59 SHA512 1b2c8eaa2ebeb92c3ebc363888b34b817d7b62a568e40bce2b037814f1f0103d4cb7db8507ec9ca05421be61b0b2be3edd6c4d564f75d1ce39278d73f8442ac1

diff --git a/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild b/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild
deleted file mode 100644
index 66d76389cfc2..000000000000
--- a/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Memory efficient serialization library"
-HOMEPAGE="https://google.github.io/flatbuffers/"
-SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-# From 1.2.0->2.0.0, incremented SONAME, although the interface didn't actually change.
-# (Apparently to adopt semver.)
-SLOT="0/2"
-KEYWORDS="amd64 ~arm arm64 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)
-	)
-
-	use elibc_musl && mycmakeargs+=( -DFLATBUFFERS_LOCALE_INDEPENDENT=0 )
-
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2023-01-05  7:42 Michał Górny
  0 siblings, 0 replies; 73+ messages in thread
From: Michał Górny @ 2023-01-05  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     635e655ffa240dad17b0d030a24629982138f319
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  5 07:30:14 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan  5 07:40:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635e655f

dev-libs/flatbuffers: Bump to 23.1.4

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

 dev-libs/flatbuffers/Manifest                  |  1 +
 dev-libs/flatbuffers/flatbuffers-23.1.4.ebuild | 35 ++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index 131299d149a4..95c6ffa1492d 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,2 +1,3 @@
 DIST flatbuffers-2.0.6.tar.gz 1724250 BLAKE2B b6969b28dba753c4551b33d27409d9925c10a640ae860264f8054c19a470ce3da366c0bf7917bf7fe4f6cb57acbfbe1837f175fde40b84d311df6d1378d146ce SHA512 be631f34064c28d81876bf137c796e9736623cf2cc4f2a05dd45372e7195729c99fad1fa795f8ce71a408756a842edbdc0c3bc714a7cf63203a1de8681d86fb6
 DIST flatbuffers-22.12.06.gh.tar.gz 2172096 BLAKE2B 92bf0c56c10fa369e7a8a53a7f903af6b5f17560a3558587914c29ab8a655f3ee078c3e261426ca5d9ad0587419d4f0049459edc552e25958f80b80ba9539d59 SHA512 1b2c8eaa2ebeb92c3ebc363888b34b817d7b62a568e40bce2b037814f1f0103d4cb7db8507ec9ca05421be61b0b2be3edd6c4d564f75d1ce39278d73f8442ac1
+DIST flatbuffers-23.1.4.gh.tar.gz 2178791 BLAKE2B 8c354c539378f7d8e05307f7ba0f5393265a6183fc8868d48b8da5ab7d39a3e7a7f85631db00f0dc57bf396d20652049303a79fbf31f07639d80596d300a7701 SHA512 8b3e1b9596a76548faca529fe5070e775be50bfdea079ba4f66014f5a1bfb93f8edd7e56f97363c897d2db8391277a9099a61d14e4298c3669ab7068bbf07865

diff --git a/dev-libs/flatbuffers/flatbuffers-23.1.4.ebuild b/dev-libs/flatbuffers/flatbuffers-23.1.4.ebuild
new file mode 100644
index 000000000000..fe724780b7de
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-23.1.4.ebuild
@@ -0,0 +1,35 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2023-01-22  9:01 Michał Górny
  0 siblings, 0 replies; 73+ messages in thread
From: Michał Górny @ 2023-01-22  9:01 UTC (permalink / raw
  To: gentoo-commits

commit:     fddfab2667aad9fb59791e634422e1259b4bfd57
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 07:45:54 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 09:01:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fddfab26

dev-libs/flatbuffers: Bump to 23.1.21

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

 dev-libs/flatbuffers/Manifest                   |  1 +
 dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index 95c6ffa1492d..87667c2f6406 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,3 +1,4 @@
 DIST flatbuffers-2.0.6.tar.gz 1724250 BLAKE2B b6969b28dba753c4551b33d27409d9925c10a640ae860264f8054c19a470ce3da366c0bf7917bf7fe4f6cb57acbfbe1837f175fde40b84d311df6d1378d146ce SHA512 be631f34064c28d81876bf137c796e9736623cf2cc4f2a05dd45372e7195729c99fad1fa795f8ce71a408756a842edbdc0c3bc714a7cf63203a1de8681d86fb6
 DIST flatbuffers-22.12.06.gh.tar.gz 2172096 BLAKE2B 92bf0c56c10fa369e7a8a53a7f903af6b5f17560a3558587914c29ab8a655f3ee078c3e261426ca5d9ad0587419d4f0049459edc552e25958f80b80ba9539d59 SHA512 1b2c8eaa2ebeb92c3ebc363888b34b817d7b62a568e40bce2b037814f1f0103d4cb7db8507ec9ca05421be61b0b2be3edd6c4d564f75d1ce39278d73f8442ac1
+DIST flatbuffers-23.1.21.gh.tar.gz 2181861 BLAKE2B 6368358c21e677feb466245a746b86cebb6d6a4058bb6d593de81bf3c32ddfb9fd475e4bb225d4529ea106253456a5ed1ee6d024b1e2521e02efef171750f428 SHA512 fa62188f773ad044644a58caf1e25bef417dfdea47c9da8a2ea7f997154b4f3976019e32e73cc533696a3d4e45ec4a8402b6df140878dfa2ff078740d61b4b0f
 DIST flatbuffers-23.1.4.gh.tar.gz 2178791 BLAKE2B 8c354c539378f7d8e05307f7ba0f5393265a6183fc8868d48b8da5ab7d39a3e7a7f85631db00f0dc57bf396d20652049303a79fbf31f07639d80596d300a7701 SHA512 8b3e1b9596a76548faca529fe5070e775be50bfdea079ba4f66014f5a1bfb93f8edd7e56f97363c897d2db8391277a9099a61d14e4298c3669ab7068bbf07865

diff --git a/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild b/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild
new file mode 100644
index 000000000000..7b43c4bca4fb
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild
@@ -0,0 +1,35 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2023-02-03 12:20 Sam James
  0 siblings, 0 replies; 73+ messages in thread
From: Sam James @ 2023-02-03 12:20 UTC (permalink / raw
  To: gentoo-commits

commit:     8baa15632537f53922a8f3ed754573319da864b7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 12:19:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 12:19:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8baa1563

dev-libs/flatbuffers: Stabilize 23.1.21 arm64, #893044

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild b/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild
index 7b43c4bca4fb..adeba3cf4433 100644
--- a/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2023-02-03 12:47 Arthur Zamarin
  0 siblings, 0 replies; 73+ messages in thread
From: Arthur Zamarin @ 2023-02-03 12:47 UTC (permalink / raw
  To: gentoo-commits

commit:     a23074aafd092738031a5e85f5e1c6cb9ada585b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 12:47:04 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 12:47:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23074aa

dev-libs/flatbuffers: Stabilize 23.1.21 x86, #893044

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild b/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild
index adeba3cf4433..0267c4f2c43d 100644
--- a/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~riscv x86"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2023-02-03 13:34 Sam James
  0 siblings, 0 replies; 73+ messages in thread
From: Sam James @ 2023-02-03 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     36617d123445e053fc8d8f67aab6f82d804f5358
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 13:33:28 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 13:33:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36617d12

dev-libs/flatbuffers: Stabilize 23.1.21 amd64, #893044

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild b/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild
index 0267c4f2c43d..b8bd61f6bb19 100644
--- a/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2023-03-04  4:50 Michał Górny
  0 siblings, 0 replies; 73+ messages in thread
From: Michał Górny @ 2023-03-04  4:50 UTC (permalink / raw
  To: gentoo-commits

commit:     e6d549bb7685527312729ea35353e9c9fda08236
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 04:29:11 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 04:50:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d549bb

dev-libs/flatbuffers: Bump to 23.3.3

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

 dev-libs/flatbuffers/Manifest                  |  1 +
 dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild | 35 ++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index 31a16b3b3200..df91f01b98c5 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1 +1,2 @@
 DIST flatbuffers-23.1.21.gh.tar.gz 2181861 BLAKE2B 6368358c21e677feb466245a746b86cebb6d6a4058bb6d593de81bf3c32ddfb9fd475e4bb225d4529ea106253456a5ed1ee6d024b1e2521e02efef171750f428 SHA512 fa62188f773ad044644a58caf1e25bef417dfdea47c9da8a2ea7f997154b4f3976019e32e73cc533696a3d4e45ec4a8402b6df140878dfa2ff078740d61b4b0f
+DIST flatbuffers-23.3.3.gh.tar.gz 2197401 BLAKE2B be5e3c8ea81ce4b6f2e2c1b2f22e1172434c435f096fa7dade060578c506cff0310e3e2ef0627e26ce2be44f740652eb9a8e1b63578c18f430f7925820f04e66 SHA512 4066c94f2473c7ea16917d29a613e16f840a329089c88e0bdbdb999aef3442ba00abfd2aa92266fa9c067e399dc88e6f0ccac40dc151378857e665638e78bbf0

diff --git a/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild b/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild
new file mode 100644
index 000000000000..7b43c4bca4fb
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild
@@ -0,0 +1,35 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2023-04-05  8:35 Arthur Zamarin
  0 siblings, 0 replies; 73+ messages in thread
From: Arthur Zamarin @ 2023-04-05  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     3ef5414a9b5c048022fe0ca508fd19682e213aee
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 08:35:27 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 08:35:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef5414a

dev-libs/flatbuffers: Stabilize 23.3.3 amd64, #903859

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild b/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild
index 7b43c4bca4fb..e0b536eac686 100644
--- a/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2023-04-05  8:46 Jakov Smolić
  0 siblings, 0 replies; 73+ messages in thread
From: Jakov Smolić @ 2023-04-05  8:46 UTC (permalink / raw
  To: gentoo-commits

commit:     a14b1f5e9685355cd903d4b9d623ccf076d4d691
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 08:46:00 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 08:46:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14b1f5e

dev-libs/flatbuffers: Stabilize 23.3.3 x86, #903859

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild b/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild
index e0b536eac686..ce949bdb59e2 100644
--- a/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2023-04-05  8:59 Jakov Smolić
  0 siblings, 0 replies; 73+ messages in thread
From: Jakov Smolić @ 2023-04-05  8:59 UTC (permalink / raw
  To: gentoo-commits

commit:     29e2cf6a3efc349b94bf322a2d87bba2f70d83e6
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 08:59:48 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 08:59:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e2cf6a

dev-libs/flatbuffers: Stabilize 23.3.3 arm64, #903859

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild b/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild
index ce949bdb59e2..b8bd61f6bb19 100644
--- a/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2023-04-05  9:14 Michał Górny
  0 siblings, 0 replies; 73+ messages in thread
From: Michał Górny @ 2023-04-05  9:14 UTC (permalink / raw
  To: gentoo-commits

commit:     db78c1530468cfead4352c980240ec6bed3de805
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 09:12:55 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 09:14:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db78c153

dev-libs/flatbuffers: Update homepage

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

 dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild b/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild
index b8bd61f6bb19..5634974fa530 100644
--- a/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild
@@ -7,7 +7,7 @@ inherit cmake
 
 DESCRIPTION="Memory efficient serialization library"
 HOMEPAGE="
-	https://google.github.io/flatbuffers/
+	https://flatbuffers.dev/
 	https://github.com/google/flatbuffers/
 "
 SRC_URI="


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2023-04-05  9:14 Michał Górny
  0 siblings, 0 replies; 73+ messages in thread
From: Michał Górny @ 2023-04-05  9:14 UTC (permalink / raw
  To: gentoo-commits

commit:     8bede14312bbf876dd8c1e48ea10f666445ff6a6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 09:08:46 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 09:14:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bede143

dev-libs/flatbuffers: Remove old

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

 dev-libs/flatbuffers/Manifest                   |  1 -
 dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild | 35 -------------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index df91f01b98c5..ad0423302a49 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,2 +1 @@
-DIST flatbuffers-23.1.21.gh.tar.gz 2181861 BLAKE2B 6368358c21e677feb466245a746b86cebb6d6a4058bb6d593de81bf3c32ddfb9fd475e4bb225d4529ea106253456a5ed1ee6d024b1e2521e02efef171750f428 SHA512 fa62188f773ad044644a58caf1e25bef417dfdea47c9da8a2ea7f997154b4f3976019e32e73cc533696a3d4e45ec4a8402b6df140878dfa2ff078740d61b4b0f
 DIST flatbuffers-23.3.3.gh.tar.gz 2197401 BLAKE2B be5e3c8ea81ce4b6f2e2c1b2f22e1172434c435f096fa7dade060578c506cff0310e3e2ef0627e26ce2be44f740652eb9a8e1b63578c18f430f7925820f04e66 SHA512 4066c94f2473c7ea16917d29a613e16f840a329089c88e0bdbdb999aef3442ba00abfd2aa92266fa9c067e399dc88e6f0ccac40dc151378857e665638e78bbf0

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
-}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2023-05-27  5:33 Michał Górny
  0 siblings, 0 replies; 73+ messages in thread
From: Michał Górny @ 2023-05-27  5:33 UTC (permalink / raw
  To: gentoo-commits

commit:     b433ba8d9a0532560dc7b7de3376dd0317e2c21b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 05:24:59 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 27 05:32:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b433ba8d

dev-libs/flatbuffers: Bump to 23.5.26

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

 dev-libs/flatbuffers/Manifest                   |  1 +
 dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild | 33 +++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index ad0423302a49..939cb14a6d29 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1 +1,2 @@
 DIST flatbuffers-23.3.3.gh.tar.gz 2197401 BLAKE2B be5e3c8ea81ce4b6f2e2c1b2f22e1172434c435f096fa7dade060578c506cff0310e3e2ef0627e26ce2be44f740652eb9a8e1b63578c18f430f7925820f04e66 SHA512 4066c94f2473c7ea16917d29a613e16f840a329089c88e0bdbdb999aef3442ba00abfd2aa92266fa9c067e399dc88e6f0ccac40dc151378857e665638e78bbf0
+DIST flatbuffers-23.5.26.gh.tar.gz 2257271 BLAKE2B 147425e7c018072f4ae4cdb3e034a4f434362d88d5e27b09375965993c279acfbed36064014c8f4fbe3fb81175ac0aa9b07629675e2c7ad33d59a9c85f2c3bb8 SHA512 cd0a5efad8016e1217d01a181d6b02e546f5693c6412361bfeaee820d5dfe5e2a424cee1963270e851c1a4f936ae8a0032a51c5bb16ee19313e0ecc77dc4ba31

diff --git a/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild b/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild
new file mode 100644
index 000000000000..c8139e30f141
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild
@@ -0,0 +1,33 @@
+# 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 ~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
+}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2023-06-27 12:36 Sam James
  0 siblings, 0 replies; 73+ messages in thread
From: Sam James @ 2023-06-27 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     6086735edb483d34ff62c3f40db4e48da47f3ea4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 12:36:21 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 12:36:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6086735e

dev-libs/flatbuffers: Stabilize 23.5.26 x86, #909298

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild b/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild
index c8139e30f141..6d4740a45665 100644
--- a/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2023-06-27 12:36 Sam James
  0 siblings, 0 replies; 73+ messages in thread
From: Sam James @ 2023-06-27 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     4be390e249ceb6c57970c9846e964ffac908854a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 12:36:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 12:36:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be390e2

dev-libs/flatbuffers: Stabilize 23.5.26 amd64, #909298

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild b/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild
index 6d4740a45665..875299414ca2 100644
--- a/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2023-06-27 12:36 Sam James
  0 siblings, 0 replies; 73+ messages in thread
From: Sam James @ 2023-06-27 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     141a64ac11522afc51de98209b6b39f8c6d870c5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 12:36:24 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 12:36:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141a64ac

dev-libs/flatbuffers: Stabilize 23.5.26 arm64, #909298

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild b/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild
index 875299414ca2..4305acae5f22 100644
--- a/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2023-06-27 13:34 Michał Górny
  0 siblings, 0 replies; 73+ messages in thread
From: Michał Górny @ 2023-06-27 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     a93b8565e49925bec85f280bea0e51d3440e0084
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 13:34:20 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 13:34:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93b8565

dev-libs/flatbuffers: Remove old

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

 dev-libs/flatbuffers/Manifest                  |  1 -
 dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild | 35 --------------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index 939cb14a6d29..ff76ed194531 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,2 +1 @@
-DIST flatbuffers-23.3.3.gh.tar.gz 2197401 BLAKE2B be5e3c8ea81ce4b6f2e2c1b2f22e1172434c435f096fa7dade060578c506cff0310e3e2ef0627e26ce2be44f740652eb9a8e1b63578c18f430f7925820f04e66 SHA512 4066c94f2473c7ea16917d29a613e16f840a329089c88e0bdbdb999aef3442ba00abfd2aa92266fa9c067e399dc88e6f0ccac40dc151378857e665638e78bbf0
 DIST flatbuffers-23.5.26.gh.tar.gz 2257271 BLAKE2B 147425e7c018072f4ae4cdb3e034a4f434362d88d5e27b09375965993c279acfbed36064014c8f4fbe3fb81175ac0aa9b07629675e2c7ad33d59a9c85f2c3bb8 SHA512 cd0a5efad8016e1217d01a181d6b02e546f5693c6412361bfeaee820d5dfe5e2a424cee1963270e851c1a4f936ae8a0032a51c5bb16ee19313e0ecc77dc4ba31

diff --git a/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild b/dev-libs/flatbuffers/flatbuffers-23.3.3.ebuild
deleted file mode 100644
index 5634974fa530..000000000000
--- a/dev-libs/flatbuffers/flatbuffers-23.3.3.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://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 ~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
-}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2023-08-24 22:37 Sam James
  0 siblings, 0 replies; 73+ messages in thread
From: Sam James @ 2023-08-24 22:37 UTC (permalink / raw
  To: gentoo-commits

commit:     89afac9070a7102ba05fec01d8c2e2896227ebcd
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Thu Aug 24 07:23:00 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 22:35:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89afac90

dev-libs/flatbuffers: keyword 23.5.26 for ~loong

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32428
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild b/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild
index 4305acae5f22..69e61ba51022 100644
--- a/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2024-02-03 19:35 Jason Zaman
  0 siblings, 0 replies; 73+ messages in thread
From: Jason Zaman @ 2024-02-03 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     ee8c0d5c59319a5a939dd231c90720bd73b6016f
Author:     wangjiezhe <wangjiezhe <AT> gmail <DOT> com>
AuthorDate: Fri Jan 19 10:19:16 2024 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 19:32:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee8c0d5c

Revert "dev-libs/flatbuffers: Remove old"

flatbuffers-23.1.21 is needed for tensorflow-2.13.1
see https://github.com/tensorflow/tensorflow/blob/v2.13.1/tensorflow/lite/schema/schema_generated.h#L25

This reverts commit 8bede14312bbf876dd8c1e48ea10f666445ff6a6.

Signed-off-by: wangjiezhe <wangjiezhe <AT> gmail.com>
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>

 dev-libs/flatbuffers/Manifest                   |  1 +
 dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index ff76ed194531..16918eaf4e7a 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1 +1,2 @@
+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

diff --git a/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild b/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild
new file mode 100644
index 000000000000..b8bd61f6bb19
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-23.1.21.ebuild
@@ -0,0 +1,35 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2024-03-07 15:39 Michał Górny
  0 siblings, 0 replies; 73+ messages in thread
From: Michał Górny @ 2024-03-07 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     4c2550584e9a915641715a275a63a0b6404f42ef
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 15:22:45 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 15:39:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c255058

dev-libs/flatbuffers: Bump to 24.3.6

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

 dev-libs/flatbuffers/Manifest                  |  1 +
 dev-libs/flatbuffers/flatbuffers-24.3.6.ebuild | 33 ++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index 16918eaf4e7a..df7a4cf841f8 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/dev-libs/flatbuffers/flatbuffers-24.3.6.ebuild b/dev-libs/flatbuffers/flatbuffers-24.3.6.ebuild
new file mode 100644
index 000000000000..c03ba67b3e92
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-24.3.6.ebuild
@@ -0,0 +1,33 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2024-03-08  5:40 Michał Górny
  0 siblings, 0 replies; 73+ messages in thread
From: Michał Górny @ 2024-03-08  5:40 UTC (permalink / raw
  To: gentoo-commits

commit:     9b2b1e85b325b7f83f4cca4265e035785d4921ec
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  8 05:09:43 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 05:40:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2b1e85

dev-libs/flatbuffers: Bump to 24.3.7

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

 dev-libs/flatbuffers/Manifest                  |  1 +
 dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild | 33 ++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index df7a4cf841f8..995e921d3592 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,3 +1,4 @@
 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-24.3.7.ebuild b/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild
new file mode 100644
index 000000000000..c03ba67b3e92
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild
@@ -0,0 +1,33 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2024-03-22  4:03 Sam James
  0 siblings, 0 replies; 73+ messages in thread
From: Sam James @ 2024-03-22  4:03 UTC (permalink / raw
  To: gentoo-commits

commit:     c35e9f6a9776337f1a7bd70cfe46b0c3ee5f9752
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 04:03:13 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 04:03:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35e9f6a

dev-libs/flatbuffers: Stabilize 24.3.7 arm64, #927465

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild b/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild
index c03ba67b3e92..a0abc1caf640 100644
--- a/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~riscv ~x86"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2024-03-22  6:14 Arthur Zamarin
  0 siblings, 0 replies; 73+ messages in thread
From: Arthur Zamarin @ 2024-03-22  6:14 UTC (permalink / raw
  To: gentoo-commits

commit:     fe95e76b45069ea7d751ba37cdcdb3eac188711b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 06:14:12 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 06:14:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe95e76b

dev-libs/flatbuffers: Stabilize 24.3.7 amd64, #927465

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild b/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild
index c854fb5d36bd..ead2e8a0a127 100644
--- a/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2024-03-22  6:14 Arthur Zamarin
  0 siblings, 0 replies; 73+ messages in thread
From: Arthur Zamarin @ 2024-03-22  6:14 UTC (permalink / raw
  To: gentoo-commits

commit:     2e4e38e98413470e3d38758452e884e6bdbf2307
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 06:14:12 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 06:14:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4e38e9

dev-libs/flatbuffers: Stabilize 24.3.7 x86, #927465

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild b/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild
index a0abc1caf640..c854fb5d36bd 100644
--- a/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~riscv x86"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2024-03-22 12:37 Michał Górny
  0 siblings, 0 replies; 73+ messages in thread
From: Michał Górny @ 2024-03-22 12:37 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2024-03-26  6:57 Michał Górny
  0 siblings, 0 replies; 73+ messages in thread
From: Michał Górny @ 2024-03-26  6:57 UTC (permalink / raw
  To: gentoo-commits

commit:     7e09bc28c5bfe262bcf01a0df416d7d851e63562
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 26 06:24:27 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 06:57:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e09bc28

dev-libs/flatbuffers: Bump to 24.3.25

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

 dev-libs/flatbuffers/Manifest                   |  1 +
 dev-libs/flatbuffers/flatbuffers-24.3.25.ebuild | 33 +++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index 58ece9218786..3a1f8f6e659e 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1 +1,2 @@
+DIST flatbuffers-24.3.25.gh.tar.gz 2297829 BLAKE2B f3a5a94119a1b1b63fba9126e1cdff7ab712996bfc0d65626a679405f62dfa722bc5de244ef775fba336224b60feff3aa27acf54bed027c4013590b4afbefe7c SHA512 e2a614f4fc526ce07bfe1e1bc79efd3c87acbdb93aee7b42994d4855abd2593f36b5ca1edb53c7dcd470d5fbe14a3e394bd75dcebb4458cc0aeb33d622a3c662
 DIST flatbuffers-24.3.7.gh.tar.gz 2296896 BLAKE2B 439d84a58ed169f6cd980388034f3dfaf53444dc4733b942aeeac24ed805dcf7c4348df8080fdbd899d2b4bc7f1ad75f546f8db3bcbb6fc942b75e2c3877331e SHA512 93541cbc6c1ba96beed77967d89693ebbc532664ee3b39eb9df9ec28871a3a0acb744b9c823afe6d3c480fe34e092306100e67f5b8fbed4432a875e87670019e

diff --git a/dev-libs/flatbuffers/flatbuffers-24.3.25.ebuild b/dev-libs/flatbuffers/flatbuffers-24.3.25.ebuild
new file mode 100644
index 000000000000..c03ba67b3e92
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-24.3.25.ebuild
@@ -0,0 +1,33 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2024-04-11 17:43 Arthur Zamarin
  0 siblings, 0 replies; 73+ messages in thread
From: Arthur Zamarin @ 2024-04-11 17:43 UTC (permalink / raw
  To: gentoo-commits

commit:     2fc480f17c99e01e1b6a4fd4130a100f2bbc6549
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 17:43:41 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 17:43:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc480f1

dev-libs/flatbuffers: Stabilize 24.3.25 x86, #929144

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-24.3.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-24.3.25.ebuild b/dev-libs/flatbuffers/flatbuffers-24.3.25.ebuild
index c03ba67b3e92..2d0eefb6f609 100644
--- a/dev-libs/flatbuffers/flatbuffers-24.3.25.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-24.3.25.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv x86"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2024-04-11 17:44 Arthur Zamarin
  0 siblings, 0 replies; 73+ messages in thread
From: Arthur Zamarin @ 2024-04-11 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     c910b13efdb02274ec90505b65705a8c95297c03
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 17:44:00 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 17:44:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c910b13e

dev-libs/flatbuffers: Stabilize 24.3.25 amd64, #929144

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-24.3.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-24.3.25.ebuild b/dev-libs/flatbuffers/flatbuffers-24.3.25.ebuild
index 2d0eefb6f609..0d18f3e8d84b 100644
--- a/dev-libs/flatbuffers/flatbuffers-24.3.25.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-24.3.25.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2024-04-11 19:58 Sam James
  0 siblings, 0 replies; 73+ messages in thread
From: Sam James @ 2024-04-11 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     fad613de4c67b874fbf198c2916811edc1416f38
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 19:57:47 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 19:57:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad613de

dev-libs/flatbuffers: Stabilize 24.3.25 arm64, #929144

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/flatbuffers/flatbuffers-24.3.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/flatbuffers/flatbuffers-24.3.25.ebuild b/dev-libs/flatbuffers/flatbuffers-24.3.25.ebuild
index 0d18f3e8d84b..ead2e8a0a127 100644
--- a/dev-libs/flatbuffers/flatbuffers-24.3.25.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-24.3.25.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 73+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
@ 2024-04-12  3:03 Michał Górny
  0 siblings, 0 replies; 73+ messages in thread
From: Michał Górny @ 2024-04-12  3:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a263af82b8976555fc2d63c67773a21e858aac0b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 12 02:48:05 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 02:56:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a263af82

dev-libs/flatbuffers: Remove old

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

 dev-libs/flatbuffers/Manifest                  |  1 -
 dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild | 33 --------------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index 3a1f8f6e659e..080fa756df8b 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,2 +1 @@
 DIST flatbuffers-24.3.25.gh.tar.gz 2297829 BLAKE2B f3a5a94119a1b1b63fba9126e1cdff7ab712996bfc0d65626a679405f62dfa722bc5de244ef775fba336224b60feff3aa27acf54bed027c4013590b4afbefe7c SHA512 e2a614f4fc526ce07bfe1e1bc79efd3c87acbdb93aee7b42994d4855abd2593f36b5ca1edb53c7dcd470d5fbe14a3e394bd75dcebb4458cc0aeb33d622a3c662
-DIST flatbuffers-24.3.7.gh.tar.gz 2296896 BLAKE2B 439d84a58ed169f6cd980388034f3dfaf53444dc4733b942aeeac24ed805dcf7c4348df8080fdbd899d2b4bc7f1ad75f546f8db3bcbb6fc942b75e2c3877331e SHA512 93541cbc6c1ba96beed77967d89693ebbc532664ee3b39eb9df9ec28871a3a0acb744b9c823afe6d3c480fe34e092306100e67f5b8fbed4432a875e87670019e

diff --git a/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild b/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild
deleted file mode 100644
index ead2e8a0a127..000000000000
--- a/dev-libs/flatbuffers/flatbuffers-24.3.7.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
-}


^ permalink raw reply related	[flat|nested] 73+ messages in thread

end of thread, other threads:[~2024-04-12  3:03 UTC | newest]

Thread overview: 73+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-02  0:15 [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-04-12  3:03 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 12:37 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-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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox