public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/npth/
Date: Sun, 05 Jan 2025 20:43:47 +0000 (UTC)	[thread overview]
Message-ID: <1736109724.055afb6a729fb7aa537e51cfd790f987f44f4ca3.jsmolic@gentoo> (raw)

commit:     055afb6a729fb7aa537e51cfd790f987f44f4ca3
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 20:42:04 2025 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 20:42:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055afb6a

dev-libs/npth: drop 1.6-r1

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-libs/npth/Manifest           |  1 -
 dev-libs/npth/npth-1.6-r1.ebuild | 41 ----------------------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-libs/npth/Manifest b/dev-libs/npth/Manifest
index 9d9d0029d58b..1613db617233 100644
--- a/dev-libs/npth/Manifest
+++ b/dev-libs/npth/Manifest
@@ -1,3 +1,2 @@
-DIST npth-1.6.tar.bz2 300486 BLAKE2B 665fdb2f4cbe59750b6b4b7c2701ee80a23a122df10c9f8be47c4af5f3bf5968f709637ab3f4878bb68609752fbb6ce1364e109fdfeba64e4db258733a33f3fc SHA512 2ed1012e14a9d10665420b9a23628be7e206fd9348111ec751349b93557ee69f1176bcf7e6b195b35b1c44a5e0e81ee33b713f03d79a33d1ecd9037035afeda2
 DIST npth-1.7.tar.bz2 313213 BLAKE2B 39bc5857fb61a4264bef6ff23c28755d2a3b3ceef93034aefd5cf1c2ad905adf696c6753ebd5cea5e0a875df4ecb97db03e023a50a27f51ec0641bbc36b54089 SHA512 8893023bcf953a3f7c490cf8116bed323a9d4af2bea35277e919f437916fda8b8e68ded28ec1777717cf9187c504892556159cbdb8bc02ed4a8b30b3d897d244
 DIST npth-1.8.tar.bz2 317739 BLAKE2B 554620f6a45f57bb958d245f7464abffd565b592941f0c404ce384c854be57ee35754a78dcf6afac751ee87e1df230bf3d2b78fb37cb1ef3e5ea534ddfd4ef2a SHA512 34fdeea3d8a7a594d8fdbcc6d5d389b5c8e282e8e84c1491b1e51960c0fa007df6a1d62543f0107f0772f3215557d4b25c2a9c7067cb0ae2f8de7b4d63d09fb4

diff --git a/dev-libs/npth/npth-1.6-r1.ebuild b/dev-libs/npth/npth-1.6-r1.ebuild
deleted file mode 100644
index 0da1d8cb733c..000000000000
--- a/dev-libs/npth/npth-1.6-r1.ebuild
+++ /dev/null
@@ -1,41 +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 toolchain-funcs
-
-DESCRIPTION="New GNU Portable Threads Library"
-HOMEPAGE="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git"
-SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="hppa"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	# ideally we want !tc-ld-is-bfd for best future-proofing, but it needs
-	# https://github.com/gentoo/gentoo/pull/28355
-	# mold needs this too but right now tc-ld-is-mold is also not available
-	if tc-ld-is-lld; then
-		append-ldflags -Wl,--undefined-version
-	fi
-
-	econf \
-		--disable-static \
-		$(use_enable test tests)
-}
-
-src_install() {
-	default
-
-	# no static archives
-	find "${ED}" -name '*.la' -delete || die
-}


             reply	other threads:[~2025-01-05 20:43 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-05 20:43 Jakov Smolić [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-05 19:28 [gentoo-commits] repo/gentoo:master commit in: dev-libs/npth/ Sam James
2025-01-05 19:28 Sam James
2025-01-05 17:49 Arthur Zamarin
2025-01-05 17:49 Arthur Zamarin
2025-01-05 17:49 Arthur Zamarin
2025-01-05 17:49 Arthur Zamarin
2025-01-05 17:49 Arthur Zamarin
2024-11-13 19:49 Sam James
2024-10-12 22:31 Sam James
2024-08-30 15:31 Jakov Smolić
2024-08-30 15:31 Jakov Smolić
2024-08-10 10:28 Michał Górny
2024-08-09  8:57 Sam James
2024-08-09  8:50 Jakov Smolić
2024-08-07  2:55 Sam James
2024-08-07  2:55 Sam James
2024-08-07  2:41 Sam James
2024-08-07  2:41 Sam James
2024-02-25 10:41 Jakov Smolić
2024-02-24 12:40 Jakov Smolić
2024-01-03 10:40 Sam James
2023-01-14 19:17 Sam James
2022-05-17  5:34 Sam James
2021-03-27 15:37 David Seifert
2021-01-06 19:34 Fabian Groffen
2020-10-07  0:31 Sam James
2020-10-07  0:31 Sam James
2020-10-07  0:31 Sam James
2020-09-03 23:57 Sam James
2020-09-01  0:17 Sam James
2020-08-18 15:36 Sam James
2020-08-17 14:07 Agostino Sarubbo
2020-08-17 14:07 Agostino Sarubbo
2020-08-17 14:06 Agostino Sarubbo
2020-08-17 14:06 Agostino Sarubbo
2020-01-10 14:21 Kristian Fiskerstrand
2019-05-04 18:38 Andreas K. Hüttel
2018-10-05 19:27 Alon Bar-Lev
2018-09-28 17:34 Tim Harder
2018-06-03 10:01 Mikle Kolyada
2017-12-24 13:21 Patrice Clement
2017-06-02 23:19 Tim Harder
2017-05-24  1:36 Tim Harder
2017-04-08  9:35 Alon Bar-Lev
2017-04-08  9:11 Jeroen Roovers
2017-03-21 14:34 Agostino Sarubbo
2017-03-21 11:31 Michael Weber
2017-03-20 12:28 Agostino Sarubbo
2017-03-20  6:17 Matt Turner
2017-03-20  6:17 Matt Turner
2017-03-20  6:17 Matt Turner
2017-03-20  6:17 Matt Turner
2017-03-20  1:05 Matt Turner
2017-03-17 11:12 Michael Haubenwallner
2017-03-07 16:34 Michael Haubenwallner
2017-02-24  4:16 Mike Frysinger
2017-02-10 10:50 Fabian Groffen
2017-01-26 10:22 Agostino Sarubbo
2017-01-24  9:57 Fabian Groffen
2017-01-18 14:52 Alon Bar-Lev
2016-11-28 23:06 Thomas Deutschmann
2016-11-27 23:57 Tim Harder
2016-09-29  4:06 Jeroen Roovers
2016-09-27 18:44 Markus Meier
2016-09-21 17:48 Tobias Klausmann
2016-08-07  7:12 Tim Harder
2016-06-08 18:55 Mike Frysinger
2016-02-22  0:55 Stephen Klimaszewski
2015-11-18  9:32 Agostino Sarubbo
2015-10-18 16:21 Mikle Kolyada
2015-10-11 13:06 Anthony G. Basile
2015-10-10 17:33 Mikle Kolyada
2015-10-03  8:59 Markus Meier
2015-09-15  6:57 Anthony G. Basile
2015-09-14 13:55 Tobias Klausmann
2015-09-14  3:24 Jeroen Roovers
2015-09-12 16:46 Anthony G. Basile
2015-08-25  4:31 Tim Harder
2015-08-25  4:31 Tim Harder

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=1736109724.055afb6a729fb7aa537e51cfd790f987f44f4ca3.jsmolic@gentoo \
    --to=jsmolic@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