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: Mon,  8 Jul 2024 07:17:43 +0000 (UTC)	[thread overview]
Message-ID: <1720423059.e2d072d908756d014d70d57ee142b913cd173cce.juippis@gentoo> (raw)

commit:     e2d072d908756d014d70d57ee142b913cd173cce
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 06:14:01 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 07:17:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d072d9

dev-libs/sexpp: drop 0.8.7

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

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

diff --git a/dev-libs/sexpp/Manifest b/dev-libs/sexpp/Manifest
index 585a61ad4d7f..fc9eda76e8ae 100644
--- a/dev-libs/sexpp/Manifest
+++ b/dev-libs/sexpp/Manifest
@@ -1,3 +1,2 @@
 DIST sexpp-0.8.6.tar.gz 46857 BLAKE2B 5ff8eaf3ba81af243e6780604b51b43743ed7f9de6121c1de273bbbd51d42e3feed3c00357c85ccaa5e808d2e5f753f58b5f96fea38f5b50b2b2bd9ee658be74 SHA512 b2698a397ef1b161a722e1834bc62f6d2b27c403faa27d97e1e137cc7315e004252ac75bbaaf817bc705f7830cb89665bb23ba8d18904fedd6c2f01c5f1e6f0f
-DIST sexpp-0.8.7.tar.gz 46958 BLAKE2B 1b7d45f00769b54c152c25e3befe73db628b8db880ed8b14cc3e1b4c07f90859d2994cbc3a03cad7dfdcc2a20ec4df4263bd04b17ef27f1d3a96e46e6d214923 SHA512 28b93626887da3c1228ddbb9b8566f2d9895f263a1fc31ac2cfa6fc0215cb6a8ec31900255335792bfd580d10f53dd3f88274df83f8c0ddff62ebe35dce7da08
 DIST sexpp-0.8.8.tar.gz 71705 BLAKE2B 40038e7bc56575da6d95d3b49c87dc5734416da57d3504b7984ec0ca56d735d6380751aa257dba1a3cc4e5cbea10cdf561ddac4f847b4abe2d2294bec46554bf SHA512 27660ebf1516539ab55cfe67d7636f34ce57439626b279f42465638f64791c20debc9c7dd28e5c84afb75377365640eae8cffd9d1b1378946435478adb403fad

diff --git a/dev-libs/sexpp/sexpp-0.8.7.ebuild b/dev-libs/sexpp/sexpp-0.8.7.ebuild
deleted file mode 100644
index 4a743cb01b32..000000000000
--- a/dev-libs/sexpp/sexpp-0.8.7.ebuild
+++ /dev/null
@@ -1,35 +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_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-07-08  7:17 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-08  7:17 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-14  7:13 [gentoo-commits] repo/gentoo:master commit in: dev-libs/sexpp/ 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-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=1720423059.e2d072d908756d014d70d57ee142b913cd173cce.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