commit:     577f6b6ddef21a5671fdbb5021b4ae515e90467c
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 29 08:57:17 2025 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Aug 29 08:57:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577f6b6d

dev-libs/gnulib: cleanup old, fix S placement

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 dev-libs/gnulib/Manifest                          |  1 -
 dev-libs/gnulib/gnulib-2022.05.26.07.24.56.ebuild | 43 -----------------------
 dev-libs/gnulib/gnulib-2024.01.01.10.31.48.ebuild |  5 ++-
 dev-libs/gnulib/gnulib-2025.08.27.16.03.17.ebuild |  3 +-
 4 files changed, 3 insertions(+), 49 deletions(-)

diff --git a/dev-libs/gnulib/Manifest b/dev-libs/gnulib/Manifest
index fc265ee58390..14928bd5db60 100644
--- a/dev-libs/gnulib/Manifest
+++ b/dev-libs/gnulib/Manifest
@@ -1,3 +1,2 @@
-DIST gnulib-5293ada82e1ea38e9e5cdd3724c73204d703f07b.tar.xz 4721720 BLAKE2B 
d0c70f4f33cbc3b7fcbef6ebe67d4ebac2a89fe8e9b1598fa00f0292ce2bc528ed6f5be123072c43c52f1234266bb6fb96b7881839ff884a39d2bce58a9f3ad7
 SHA512 
0f1822fb579649c3cd09ca8e69334d425f2024d780a98d7bbf38d26f36f174036fa066635513485ddd6e2ad485c7060ae9b101c1595891307a382e6aa9bc4226
 DIST gnulib-5b92dd0a45c8d27f13a21076b57095ea5e220870.tar.xz 5058128 BLAKE2B 
8bf17315962292790a4279fe39a07595656bb5a5b5c7273efe18c4b798dfcbc5ab39eed5b235e8313873b521dfb04998230a879985908ee4e21b59870d52191b
 SHA512 
786c512159db7b0d6905b77ca193397479db94b3ef7ccf96876773b1942fdb7608ab82ceaa16ecba6ed8229de06d844b0d0b7a85dd672f88f46efc3361e28637
 DIST gnulib-8b7815c867312d4eb51fe6c57dc912a4419f1dd7.tar.gz 9229547 BLAKE2B 
f57ef3edbde605a09d924f5d1ed900e4207ee06fb8b33554c9d3fa63bb1b9eb00bf379f2dfc7f072b68b544695a98ebe48638550dfa29fc190f681d486e6d433
 SHA512 
fd19a56e3c253d3d23f98e87e4999e4f19c24cec331882b3363036e5cd46a33ba10e5dada18c18468259861016b42db0715b6ae2878786a38ecb7cd6a06ef09b

diff --git a/dev-libs/gnulib/gnulib-2022.05.26.07.24.56.ebuild 
b/dev-libs/gnulib/gnulib-2022.05.26.07.24.56.ebuild
deleted file mode 100644
index c94405ca93aa..000000000000
--- a/dev-libs/gnulib/gnulib-2022.05.26.07.24.56.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-GIT_TAG="5293ada82e1ea38e9e5cdd3724c73204d703f07b"
-
-DESCRIPTION="Library of common routines intended to be shared"
-HOMEPAGE="https://www.gnu.org/software/gnulib";
-SRC_URI="https://git.savannah.gnu.org/cgit/${PN}.git/snapshot/${PN}-${GIT_TAG}.tar.xz";
-
-LICENSE="GPL-3+ LGPL-2.1+ FDL-1.3+"
-SLOT="0"
-KEYWORDS="~arm64-macos ~x64-macos ~x64-solaris"
-IUSE="doc"
-
-S="${WORKDIR}/${PN}-${GIT_TAG}"
-
-src_compile() {
-       if use doc; then
-               emake -C doc info html
-       fi
-}
-
-src_install() {
-       dodoc README ChangeLog
-
-       insinto /usr/share/${PN}
-       doins -r build-aux
-       doins -r doc
-       doins -r lib
-       doins -r m4
-       doins -r modules
-       doins -r tests
-       doins -r top
-
-       # install the real script
-       exeinto /usr/share/${PN}
-       doexe gnulib-tool
-
-       # create and install the wrapper
-       dosym ../share/${PN}/gnulib-tool /usr/bin/gnulib-tool
-}

diff --git a/dev-libs/gnulib/gnulib-2024.01.01.10.31.48.ebuild 
b/dev-libs/gnulib/gnulib-2024.01.01.10.31.48.ebuild
index fca8f100970f..d72544c8f6d0 100644
--- a/dev-libs/gnulib/gnulib-2024.01.01.10.31.48.ebuild
+++ b/dev-libs/gnulib/gnulib-2024.01.01.10.31.48.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,14 +8,13 @@ GIT_TAG="5b92dd0a45c8d27f13a21076b57095ea5e220870"
 DESCRIPTION="Library of common routines intended to be shared"
 HOMEPAGE="https://www.gnu.org/software/gnulib";
 
SRC_URI="https://git.savannah.gnu.org/cgit/${PN}.git/snapshot/${PN}-${GIT_TAG}.tar.xz";
+S="${WORKDIR}/${PN}-${GIT_TAG}"
 
 LICENSE="GPL-3+ LGPL-2.1+ FDL-1.3+"
 SLOT="0"
 KEYWORDS="~arm64-macos ~x64-macos ~x64-solaris"
 IUSE="doc"
 
-S="${WORKDIR}/${PN}-${GIT_TAG}"
-
 src_compile() {
        if use doc; then
                emake -C doc info html

diff --git a/dev-libs/gnulib/gnulib-2025.08.27.16.03.17.ebuild 
b/dev-libs/gnulib/gnulib-2025.08.27.16.03.17.ebuild
index e7f744aeb1c7..0074a53fa6df 100644
--- a/dev-libs/gnulib/gnulib-2025.08.27.16.03.17.ebuild
+++ b/dev-libs/gnulib/gnulib-2025.08.27.16.03.17.ebuild
@@ -8,14 +8,13 @@ GIT_TAG="8b7815c867312d4eb51fe6c57dc912a4419f1dd7"
 DESCRIPTION="Library of common routines intended to be shared"
 HOMEPAGE="https://www.gnu.org/software/gnulib";
 
SRC_URI="https://gitweb.git.savannah.gnu.org/gitweb/?p=${PN}.git;a=snapshot;h=${GIT_TAG};sf=tgz
 -> ${PN}-${GIT_TAG}.tar.gz"
+S="${WORKDIR}/${PN}-${GIT_TAG:0:7}"
 
 LICENSE="GPL-3+ LGPL-2.1+ FDL-1.3+"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64-macos ~x64-macos ~x64-solaris"
 IUSE="doc"
 
-S="${WORKDIR}/${PN}-${GIT_TAG:0:7}"
-
 src_compile() {
        if use doc; then
                emake -C doc info html

Reply via email to