From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/metee/
Date: Fri, 18 Apr 2025 18:47:55 +0000 (UTC) [thread overview]
Message-ID: <1745002054.d1c44aa0a916423dee2bee7490b67e2cd96c913e.conikost@gentoo> (raw)
commit: d1c44aa0a916423dee2bee7490b67e2cd96c913e
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 18 18:47:34 2025 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Apr 18 18:47:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c44aa0
dev-libs/metee: add 5.0.0
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-libs/metee/Manifest | 1 +
dev-libs/metee/metee-5.0.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-libs/metee/Manifest b/dev-libs/metee/Manifest
index 3d1328ca8ec8..dc5256a70b65 100644
--- a/dev-libs/metee/Manifest
+++ b/dev-libs/metee/Manifest
@@ -1 +1,2 @@
DIST metee-4.3.1.tar.gz 106571 BLAKE2B 76545b7aa44271673f488fc3f09d33c037851c3f47c63feca42aa2dd99c60ac34f83e8df7306c7b4f4256b8dc5bd0e6b71b9f91c40b40eab544d05a14c78bc6b SHA512 9aab69ebcf24e44cd7b563a9dab51f2e4b248bf8900bf71ab2739ae369bc00b50e71d0fb5186d37a40d61f21aa78031091530f319ed225bbdb35bfcb758ac72c
+DIST metee-5.0.0.tar.gz 111407 BLAKE2B 970e21f9d74d1d0daa73e9fe97830c832debe44799267a2aea37495005eaefc0805293ee580df635f51baeb182c8842d4f757e7df07ea3b4fdbe1bedb7a8cb5d SHA512 7a801d71abfe232667b0167e65f81279199f31afd98f38618545143671df59ab5888768508baa79a015aac472847bc120e2ca9c9931308afbca362f83c1d17b9
diff --git a/dev-libs/metee/metee-5.0.0.ebuild b/dev-libs/metee/metee-5.0.0.ebuild
new file mode 100644
index 000000000000..bbbb7e70f0fe
--- /dev/null
+++ b/dev-libs/metee/metee-5.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Cross-platform access library for Intel CSME HECI interface"
+HOMEPAGE="https://github.com/intel/metee"
+SRC_URI="https://github.com/intel/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+BDEPEND="doc? ( app-text/doxygen )"
+
+src_prepare() {
+ default
+ cmake_src_prepare
+
+ # Respect users CFLAGS
+ sed -e 's/-D_FORTIFY_SOURCE=2 -O2//' -e 's/-Werror//' -i linux.cmake || die
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_DOCS="$(usex doc)"
+ -DBUILD_SAMPLES="NO"
+ -DBUILD_SHARED_LIBS="YES"
+ -DBUILD_TEST="NO"
+ -DCONSOLE_OUTPUT="NO"
+ )
+
+ cmake_src_configure
+}
next reply other threads:[~2025-04-18 18:47 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-18 18:47 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-04 13:57 [gentoo-commits] repo/gentoo:master commit in: dev-libs/metee/ Conrad Kostecki
2025-10-04 13:57 Conrad Kostecki
2025-09-22 21:57 Conrad Kostecki
2025-08-03 18:44 Conrad Kostecki
2025-08-03 18:44 Conrad Kostecki
2025-06-29 19:57 Conrad Kostecki
2025-06-29 19:57 Conrad Kostecki
2025-06-29 19:42 Conrad Kostecki
2025-03-28 20:48 Conrad Kostecki
2025-03-28 20:48 Conrad Kostecki
2025-02-21 23:28 Conrad Kostecki
2025-01-23 23:19 Conrad Kostecki
2024-09-29 14:57 Conrad Kostecki
2024-09-29 14:57 Conrad Kostecki
2024-09-23 16:58 Conrad Kostecki
2024-07-27 17:54 Conrad Kostecki
2024-07-27 17:54 Conrad Kostecki
2024-07-26 20:52 Conrad Kostecki
2024-06-27 15:40 Conrad Kostecki
2024-02-08 21:50 Conrad Kostecki
2024-02-08 21:50 Conrad Kostecki
2023-12-28 18:32 Conrad Kostecki
2023-08-15 22:40 Conrad Kostecki
2023-08-15 22:40 Conrad Kostecki
2023-07-15 20:37 Conrad Kostecki
2023-03-04 0:00 Conrad Kostecki
2023-03-04 0:00 Conrad Kostecki
2023-01-31 15:17 Conrad Kostecki
2023-01-31 15:17 Conrad Kostecki
2023-01-31 15:17 Conrad Kostecki
2022-12-30 23:39 Conrad Kostecki
2022-05-28 13:44 Conrad Kostecki
2022-05-24 20:37 Conrad Kostecki
2022-05-24 20:37 Conrad Kostecki
2022-04-23 18:33 Conrad Kostecki
2022-03-12 11:52 Conrad Kostecki
2022-03-12 11:52 Conrad Kostecki
2021-09-21 6:35 Agostino Sarubbo
2021-08-22 14:12 Conrad Kostecki
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=1745002054.d1c44aa0a916423dee2bee7490b67e2cd96c913e.conikost@gentoo \
--to=conikost@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