From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
Date: Thu, 11 Oct 2018 19:02:39 +0000 (UTC) [thread overview]
Message-ID: <1539284533.5b7f166da756bba76336046b694829f4497b53fe.asturm@gentoo> (raw)
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
-}
next reply other threads:[~2018-10-11 19:02 UTC|newest]
Thread overview: 85+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-11 19:02 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-11 7:18 [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/ Michał Górny
2025-02-08 20:25 Michał Górny
2025-02-08 18:04 Sam James
2025-02-08 13:55 Arthur Zamarin
2025-02-08 11:39 Arthur Zamarin
2025-01-25 6:24 Michał Górny
2025-01-22 7:21 Michał Górny
2025-01-11 11:48 Michał Górny
2025-01-11 11:25 Sam James
2025-01-11 11:25 Sam James
2025-01-11 11:25 Sam James
2024-12-24 11:17 Michał Górny
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-02 0:15 Sam James
2022-06-01 21:26 Andreas Sturmlechner
2022-05-02 0:37 Sam James
2022-05-02 0:37 Sam James
2021-12-20 12:42 Andreas Sturmlechner
2021-12-16 21:24 Jakov Smolić
2021-12-16 21:03 Arthur Zamarin
2021-12-16 16:39 Jakov Smolić
2021-09-07 16:56 Sam James
2021-06-20 20:53 Sam James
2021-03-29 14:50 Sam James
2020-06-04 14:06 Michał Górny
2020-06-02 22:21 Mart Raudsepp
2020-04-30 20:03 Andreas Sturmlechner
2020-04-17 6:54 Agostino Sarubbo
2020-04-17 6:48 Agostino Sarubbo
2020-03-19 15:43 Andreas Sturmlechner
2019-06-28 18:21 Andreas Sturmlechner
2019-06-28 15:21 Agostino Sarubbo
2019-06-28 11:37 Agostino Sarubbo
2019-05-30 13:06 Jory Pratt
2019-05-25 11:08 Andreas Sturmlechner
2018-11-29 20:04 Mikle Kolyada
2018-11-27 21:55 Thomas Deutschmann
2018-11-05 19:15 Craig Andrews
2018-10-04 19:14 Andreas Sturmlechner
2018-08-10 13:01 Michael Palimaka
2018-02-25 5:32 Michael Palimaka
2018-02-02 11:40 Michael Palimaka
2018-01-12 9:17 Michael Palimaka
2017-08-19 15:49 Andreas Sturmlechner
2017-07-29 3:42 Michael Palimaka
2017-03-04 12:30 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1539284533.5b7f166da756bba76336046b694829f4497b53fe.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox