public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libconfig/
Date: Mon, 28 Jul 2025 18:01:47 +0000 (UTC)	[thread overview]
Message-ID: <1753725556.3ce22f36e3e597f40f2e7690b2bf02756ee7f0c5.asturm@gentoo> (raw)

commit:     3ce22f36e3e597f40f2e7690b2bf02756ee7f0c5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 27 21:07:55 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 28 17:59:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce22f36

dev-libs/libconfig: drop 1.7.3

Bug: https://bugs.gentoo.org/959415
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/libconfig/Manifest               |  1 -
 dev-libs/libconfig/libconfig-1.7.3.ebuild | 61 -------------------------------
 2 files changed, 62 deletions(-)

diff --git a/dev-libs/libconfig/Manifest b/dev-libs/libconfig/Manifest
index 77e91d3019ae..e8fbc5095f62 100644
--- a/dev-libs/libconfig/Manifest
+++ b/dev-libs/libconfig/Manifest
@@ -1,2 +1 @@
-DIST libconfig-1.7.3.tar.gz 3026416 BLAKE2B 94301be4d6e472fc9daeac7a04074855737ddda94bb5748cd0087fafe192cf674ea1c020808ebf855372188b6b27a57ed185323fa26988bb1fccde0566617cba SHA512 3749bf9eb29bab0f6b14f4fc759f0c419ed27a843842aaabed1ec1fbe0faa8c93322ff875ca1291d69cb28a39ece86d512aec42c2140d566c38c56dc616734f4
 DIST libconfig-1.8.1.tar.gz 1726710 BLAKE2B 96e6da09e8efdd6091edfe58cbc860296e6c484257ea95df95eea3c103fc03a46159136483d35ac4bf25ab6284d8284a1bd988d8499eb057d6226ac4ae7e950a SHA512 1d9d7b21baf73259c09b503ca02942bdf847741378f8c3d7e138c9b4979c5304aae510595958fe1842b726778cedf2aaeb1844f8b209a61ccb24debea592bd0c

diff --git a/dev-libs/libconfig/libconfig-1.7.3.ebuild b/dev-libs/libconfig/libconfig-1.7.3.ebuild
deleted file mode 100644
index acd5b0077a97..000000000000
--- a/dev-libs/libconfig/libconfig-1.7.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic multilib-minimal
-
-DESCRIPTION="Libconfig is a simple library for manipulating structured configuration files"
-HOMEPAGE="
-	https://www.hyperrealm.com/libconfig/libconfig.html
-	https://github.com/hyperrealm/libconfig
-"
-SRC_URI="https://github.com/hyperrealm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/11"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~x86-linux"
-IUSE="+cxx static-libs test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	sys-apps/texinfo
-	app-alternatives/yacc
-	dev-build/libtool
-"
-
-src_prepare() {
-	default
-
-	# Fails with c23 b/c old decls
-	append-cflags -std=gnu17
-
-	sed -i \
-		-e '/sleep 3/d' \
-		configure.ac || die
-
-	eautoreconf
-	multilib_copy_sources
-}
-
-multilib_src_configure() {
-	local myeconfargs=(
-		$(use_enable cxx)
-		$(use_enable static-libs static)
-		$(use_enable test tests)
-		--disable-examples
-	)
-
-	econf "${myeconfargs[@]}"
-}
-
-multilib_src_test() {
-	# It responds to check but that does not work as intended
-	emake test
-}
-
-multilib_src_install() {
-	default
-
-	find "${ED}" -name '*.la' -delete || die
-}


             reply	other threads:[~2025-07-28 18:01 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-28 18:01 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-05 17:29 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libconfig/ Arthur Zamarin
2025-07-04 20:21 Arthur Zamarin
2025-07-03  0:39 Sam James
2025-06-01  3:23 Sam James
2025-05-24  0:19 Sam James
2024-08-31  2:23 Sam James
2023-05-01 15:00 Sam James
2022-11-13 11:39 Sam James
2022-05-19  5:08 WANG Xuerui
2021-08-18 10:05 Marek Szuba
2021-07-30 15:14 Agostino Sarubbo
2021-07-29  7:08 Agostino Sarubbo
2021-07-29  6:45 Agostino Sarubbo
2021-07-29  6:40 Agostino Sarubbo
2021-06-20 18:43 Sam James
2021-01-24 11:39 Kent Fredric
2021-01-02  0:54 Sam James
2020-12-16 11:12 Sam James
2020-12-13 10:34 Sam James
2020-12-05 11:43 Sergei Trofimovich
2020-12-03 17:37 Thomas Deutschmann
2018-06-09 19:42 Mikle Kolyada
2018-04-29 12:14 Jeroen Roovers
2018-03-06 11:56 Jeroen Roovers
2018-03-06 11:56 Jeroen Roovers
2017-11-24 15:45 Jeroen Roovers
2017-11-24 15:37 Jeroen Roovers
2017-09-07 19:28 Markus Meier
2017-08-09 21:17 Sergei Trofimovich
2017-07-11  7:51 Sergei Trofimovich
2016-11-03 16:19 Göktürk Yüksek
2015-10-30 10:15 Agostino Sarubbo
2015-10-16  7:42 Mikle Kolyada
2015-09-25 14:13 Agostino Sarubbo
2015-09-24 10:36 Agostino Sarubbo
2015-09-22  4:39 Jeroen Roovers

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=1753725556.3ce22f36e3e597f40f2e7690b2bf02756ee7f0c5.asturm@gentoo \
    --to=asturm@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