From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sexp/
Date: Wed, 21 Jun 2023 06:03:56 +0000 (UTC) [thread overview]
Message-ID: <1687327434.8728dddbb5455447f8508ed61bc6abf38f4be289.juippis@gentoo> (raw)
commit: 8728dddbb5455447f8508ed61bc6abf38f4be289
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 06:01:29 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 06:03:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8728dddb
dev-libs/sexp: add 0.8.5
- always build shared libs.
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-libs/sexp/Manifest | 1 +
dev-libs/sexp/sexp-0.8.5.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-libs/sexp/Manifest b/dev-libs/sexp/Manifest
index c4a1e58e0f90..738ce8dee772 100644
--- a/dev-libs/sexp/Manifest
+++ b/dev-libs/sexp/Manifest
@@ -1 +1,2 @@
DIST sexp-0.8.3.tar.gz 45973 BLAKE2B 9d07c52aa5dc26b8b2f20d3e0ea2ab3bdda3e8fdfe1eca4aea14e49a8acb09f59315ef9b19376ec6c75e552307dcfc62e6a8f4ade37b333b9f7f221d1e835d2c SHA512 ad3ca70aa779f26f70b280258e13357b3ac38e9d9a409a42db6bf8ace82957c432ba3163c5026360c476abb3d8ffb150a86bc5cdaa7a9c3eb1f9a1af47a4d4a6
+DIST sexp-0.8.5.tar.gz 45822 BLAKE2B 44a33e12057284f6c5017fbcf20f699432a5300036d2484c010cac8d1907c5b1c4fb571e93fa9ea346fe8b28091646e1e5f9410b6e9ea3ba6a948b53c5361af0 SHA512 fb648545b44b8dfc07e047b5d962c6bbba85fd40d2098ca98176d064d5da594402843a2d89ec249b5e2d1dae39b6abd5bea201bc553b2fff4938d117e42a561e
diff --git a/dev-libs/sexp/sexp-0.8.5.ebuild b/dev-libs/sexp/sexp-0.8.5.ebuild
new file mode 100644
index 000000000000..2e1e5e58f6e0
--- /dev/null
+++ b/dev-libs/sexp/sexp-0.8.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="S-expressions parser and generator library in C++"
+HOMEPAGE="https://github.com/rnpgp/sexp"
+SRC_URI="https://github.com/rnpgp/sexp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="cli test"
+
+BDEPEND="virtual/pkgconfig
+ test? ( dev-cpp/gtest )"
+
+RESTRICT="!test? ( test )"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_SHARED_LIBS=on
+
+ -DDOWNLOAD_GTEST=off
+
+ -DWITH_COVERAGE=off
+ -DWITH_SANITIZERS=off
+ -DWITH_SEXP_CLI=$(usex cli on off)
+ -DWITH_SEXP_TESTS=$(usex test on off)
+ )
+
+ cmake_src_configure
+}
next reply other threads:[~2023-06-21 6:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-21 6:03 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-26 5:25 [gentoo-commits] repo/gentoo:master commit in: dev-libs/sexp/ Joonas Niilola
2023-06-21 7:04 Joonas Niilola
2023-06-21 7:04 Joonas Niilola
2023-06-09 8:53 Joonas Niilola
2023-06-09 8:53 Joonas Niilola
2023-05-03 12:16 Sam James
2023-05-03 11:33 Arthur Zamarin
2023-05-03 11:09 Joonas Niilola
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=1687327434.8728dddbb5455447f8508ed61bc6abf38f4be289.juippis@gentoo \
--to=juippis@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