public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sexpp/
Date: Sat, 14 Dec 2024 07:13:41 +0000 (UTC)	[thread overview]
Message-ID: <1734160235.e38aa1ccdfd44d9934ce0905c4bf22f803402fd7.juippis@gentoo> (raw)

commit:     e38aa1ccdfd44d9934ce0905c4bf22f803402fd7
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 07:10:35 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 07:10:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38aa1cc

dev-libs/sexpp: drop 0.8.8

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/sexpp/Manifest           |  1 -
 dev-libs/sexpp/sexpp-0.8.8.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-libs/sexpp/Manifest b/dev-libs/sexpp/Manifest
index fa09357656d6..4b530f70c9fa 100644
--- a/dev-libs/sexpp/Manifest
+++ b/dev-libs/sexpp/Manifest
@@ -1,2 +1 @@
-DIST sexpp-0.8.8.tar.gz 71705 BLAKE2B 40038e7bc56575da6d95d3b49c87dc5734416da57d3504b7984ec0ca56d735d6380751aa257dba1a3cc4e5cbea10cdf561ddac4f847b4abe2d2294bec46554bf SHA512 27660ebf1516539ab55cfe67d7636f34ce57439626b279f42465638f64791c20debc9c7dd28e5c84afb75377365640eae8cffd9d1b1378946435478adb403fad
 DIST sexpp-0.9.0.tar.gz 71636 BLAKE2B 3e532827265dfc49f8f37f5bf1610d0eb5d12bdf878ddeb89c419831f1f392df164ec933eb55e8b80283d454221893d2c9ab365cccef2306594d19ae95d575f0 SHA512 89728b6900406c9831f0b49842f3ffc687cdef4716b4865c2342031f6afa6801a6d0fafab887f9da58e73a11f8c86a40842522741c17ba38bb0c723a58fe5461

diff --git a/dev-libs/sexpp/sexpp-0.8.8.ebuild b/dev-libs/sexpp/sexpp-0.8.8.ebuild
deleted file mode 100644
index 45602ed2129e..000000000000
--- a/dev-libs/sexpp/sexpp-0.8.8.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2023-2024 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/sexpp"
-SRC_URI="https://github.com/rnpgp/sexpp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~loong ~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_ABI_TEST=off
-		-DWITH_COVERAGE=off
-		-DWITH_SANITIZERS=off
-		-DWITH_SEXP_CLI=$(usex cli on off)
-		-DWITH_SEXP_TESTS=$(usex test on off)
-	)
-
-	cmake_src_configure
-}


             reply	other threads:[~2024-12-14  7:13 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-14  7:13 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-26  6:44 [gentoo-commits] repo/gentoo:master commit in: dev-libs/sexpp/ Joonas Niilola
2025-06-19 18:36 Arthur Zamarin
2025-06-19  6:50 Joonas Niilola
2025-04-23 11:24 Sam James
2025-03-25  6:16 Joonas Niilola
2024-11-15  7:18 Joonas Niilola
2024-11-15  7:18 Joonas Niilola
2024-09-30  6:00 Joonas Niilola
2024-08-03  7:18 Joonas Niilola
2024-07-22  6:16 Joonas Niilola
2024-07-21  6:25 Joonas Niilola
2024-07-08  7:17 Joonas Niilola
2024-06-28  6:21 Joonas Niilola
2024-05-15  6:21 Joonas Niilola
2024-04-12 18:02 Joonas Niilola
2024-04-12  9:02 Arthur Zamarin
2023-09-21 18:58 WANG Xuerui
2023-08-09  8:32 Joonas Niilola
2023-07-28  6:58 Joonas Niilola
2023-07-28  6:58 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=1734160235.e38aa1ccdfd44d9934ce0905c4bf22f803402fd7.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