* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/fb303/
@ 2024-11-11 22:25 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2024-11-11 22:25 UTC (permalink / raw
To: gentoo-commits
commit: 1e1a45bc7091da593dd8b9ec4e19c0df60c3c69b
Author: sin-ack <sin-ack <AT> protonmail <DOT> com>
AuthorDate: Sun Nov 10 20:02:20 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 11 22:24:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1a45bc
dev-cpp/fb303: new package, add 2024.11.04.00
Signed-off-by: sin-ack <sin-ack <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-cpp/fb303/Manifest | 1 +
dev-cpp/fb303/fb303-2024.11.04.00.ebuild | 51 ++++++++++++++++++++++++++++++++
dev-cpp/fb303/metadata.xml | 15 ++++++++++
3 files changed, 67 insertions(+)
diff --git a/dev-cpp/fb303/Manifest b/dev-cpp/fb303/Manifest
new file mode 100644
index 000000000000..78209c541e02
--- /dev/null
+++ b/dev-cpp/fb303/Manifest
@@ -0,0 +1 @@
+DIST fb303-2024.11.04.00.gh.tar.gz 256825 BLAKE2B a7cb9b56f38f0a8f20a860b4b288f37cb59315242b50ac757bcd472e0310491a575149b2580a67a837a52badaf7ca4b72a769293d248830f90a0cf48f351835a SHA512 4ec54931f23267197e74cc0c3a0dd500f443221d5c4a6bb6a4d707feb6fbc377ef6c16f8fa94f2162e2c0a192fce01016f249890f7384a6c042b5f94b657dc11
diff --git a/dev-cpp/fb303/fb303-2024.11.04.00.ebuild b/dev-cpp/fb303/fb303-2024.11.04.00.ebuild
new file mode 100644
index 000000000000..915f3bcf8459
--- /dev/null
+++ b/dev-cpp/fb303/fb303-2024.11.04.00.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# These must be bumped together:
+# dev-cpp/edencommon
+# dev-cpp/fb303
+# dev-cpp/fbthrift
+# dev-cpp/fizz
+# dev-cpp/folly
+# dev-cpp/mvfst
+# dev-cpp/wangle
+# dev-util/watchman
+
+inherit cmake
+
+DESCRIPTION="Core set of Thrift functions querying stats and other information from a service"
+HOMEPAGE="https://github.com/facebook/fb303"
+SRC_URI="https://github.com/facebook/fb303/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="test"
+
+# See https://github.com/facebook/fb303/issues/61
+RESTRICT="test"
+
+RDEPEND="
+ ~dev-cpp/fbthrift-${PV}:=
+ ~dev-cpp/fizz-${PV}:=
+ ~dev-cpp/folly-${PV}:=
+ dev-cpp/gflags:=
+ dev-cpp/glog:=[gflags]
+ ~dev-cpp/wangle-${PV}:=
+ dev-libs/libfmt:=
+"
+DEPEND="
+ ${RDEPEND}
+ test? ( dev-cpp/gtest )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_INSTALL_DIR="$(get_libdir)/cmake/${PN}"
+ -DLIB_INSTALL_DIR="$(get_libdir)"
+ )
+
+ cmake_src_configure
+}
diff --git a/dev-cpp/fb303/metadata.xml b/dev-cpp/fb303/metadata.xml
new file mode 100644
index 000000000000..9ccd45cef63b
--- /dev/null
+++ b/dev-cpp/fb303/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>sin-ack@protonmail.com</email>
+ <name>sin-ack</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">facebook/fb303</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/fb303/
@ 2024-11-23 20:16 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2024-11-23 20:16 UTC (permalink / raw
To: gentoo-commits
commit: 3d158292f31f00d67ac18495e85259fcccac6d7b
Author: sin-ack <sin-ack <AT> protonmail <DOT> com>
AuthorDate: Tue Nov 12 15:00:14 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 20:15:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d158292
dev-cpp/fb303: keyword 2024.11.04.00 for ~arm64
Builds fine in the QEMU chroot. Can't test because upstream has
broken testing.
Signed-off-by: sin-ack <sin-ack <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-cpp/fb303/fb303-2024.11.04.00.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/fb303/fb303-2024.11.04.00.ebuild b/dev-cpp/fb303/fb303-2024.11.04.00.ebuild
index 915f3bcf8459..feeeabe6c5ec 100644
--- a/dev-cpp/fb303/fb303-2024.11.04.00.ebuild
+++ b/dev-cpp/fb303/fb303-2024.11.04.00.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/facebook/fb303/archive/refs/tags/v${PV}.tar.gz -> ${
LICENSE="Apache-2.0"
SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
IUSE="test"
# See https://github.com/facebook/fb303/issues/61
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-23 20:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-23 20:16 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/fb303/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-11-11 22:25 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox