public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/stow/
Date: Sun, 22 Sep 2024 10:10:51 +0000 (UTC)	[thread overview]
Message-ID: <1726999824.f2af2de22180fb3a2f9b6f445ca2d536c0b703e7.sam@gentoo> (raw)

commit:     f2af2de22180fb3a2f9b6f445ca2d536c0b703e7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 22 10:09:34 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 22 10:10:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2af2de2

app-admin/stow: add 2.4.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/stow/Manifest          |  2 ++
 app-admin/stow/stow-2.4.1.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-admin/stow/Manifest b/app-admin/stow/Manifest
index 5b130944a5ec..a0b7c8c97558 100644
--- a/app-admin/stow/Manifest
+++ b/app-admin/stow/Manifest
@@ -2,3 +2,5 @@ DIST stow-2.3.1.tar.bz2 556921 BLAKE2B cd946dd1537bec063e21c91cc60c0c8f3a8a56099
 DIST stow-2.3.1.tar.bz2.sig 833 BLAKE2B a236d67fca2dabb965021b7ef23ec680ffd48c1b23d3637cf4bd2c31da58b55ad9d190ee88c7f9bb8ce676f85a0bb133b963bc8252fea7c8d5bd5c0042c65681 SHA512 0a0ad10781c29ee6cd69dc8cb05592e779e5cb53412b8bc6c7bce12846c1e1480e2763eaaab329f2cf945a263d15217adb102387247bc2bec313856b3d7535c4
 DIST stow-2.4.0.tar.bz2 635343 BLAKE2B 578d3cf5084a97110eb90faed96d7ae1b167176795b7c4a3a65d5fc43a59983f5106fbb9d8ea136df92363e041f81c72483cd748cef9e051c2089795af53a6a6 SHA512 c479a0ba5d6af9a2a4860f4bf4095dbd586794e781766c22e6cda657bbf984915f4661e03825db02a300412aa49305e06b8107ffc96077bd64ba4e7a1eb27314
 DIST stow-2.4.0.tar.bz2.sig 833 BLAKE2B df8665e5d8189177138313de95ed1edcd1a38deca753f064cb9e6e1e5447c55467330c4d8f8ffefd05be12528788738e4ecd427db14bf36fdd070161b69a7422 SHA512 02bb9549a1d27c532f7dfbd42d5a6dcd92d0de7692f8e43c74ebd662c63e6cae656edc045379eb81e9908f88ee89100edd8b9fe416e4c13399357579c4836f66
+DIST stow-2.4.1.tar.bz2 650655 BLAKE2B 075b32fff4db357fe1311c68435bd8153f22f7d5f777dd94cbd19c426567a9a76c9b3be5371e2460b62454d42ef8d9cd16854efe64eab575a83ad74d53d78868 SHA512 e2317ceeafc2f165cf2b498491762ca1d81fc08fa9f8740712fc3127c95a3a4bf492528d2bdf45dcc497d97a4f8b29c50239874b52fde492775556ffd0562d98
+DIST stow-2.4.1.tar.bz2.sig 833 BLAKE2B 49a48913615bd29784019ec6406a22636214025211b287b949fb3fcd15244d3a8de7499ad0b87c9f6b46eee1bd1c460c518960cfd3b9b26c30a37ee12e578e32 SHA512 66cd8e98770c340e599ed3f5af3c55fbeb687ba6903d3cf00c4a68ee069f6628625f9b7d9cbceb6965c43f75523e98c8da6eae82f07bad7d3d5354b3a8402e89

diff --git a/app-admin/stow/stow-2.4.1.ebuild b/app-admin/stow/stow-2.4.1.ebuild
new file mode 100644
index 000000000000..a69e14905be7
--- /dev/null
+++ b/app-admin/stow/stow-2.4.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/adamspiers.asc
+inherit perl-functions verify-sig
+
+DESCRIPTION="GNU Stow is a symlink farm manager"
+HOMEPAGE="https://www.gnu.org/software/stow/ https://git.savannah.gnu.org/cgit/stow.git"
+SRC_URI="mirror://gnu/stow/${P}.tar.bz2"
+SRC_URI+=" verify-sig? ( mirror://gnu/stow/${P}.tar.bz2.sig )"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-lang/perl:="
+DEPEND="${RDEPEND}"
+BDEPEND="
+	test? (
+		dev-perl/IO-stringy
+		virtual/perl-Test-Harness
+		dev-perl/Test-Output
+	)
+	verify-sig? ( sec-keys/openpgp-keys-adamspiers )
+"
+
+src_configure() {
+	perl_set_version
+	econf "--with-pmdir=${VENDOR_LIB}"
+}


             reply	other threads:[~2024-09-22 10:10 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-22 10:10 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-25  5:46 [gentoo-commits] repo/gentoo:master commit in: app-admin/stow/ Arthur Zamarin
2024-10-24 16:27 Arthur Zamarin
2024-10-24 16:27 Arthur Zamarin
2024-04-07 23:29 Sam James
2022-04-09  2:35 Sam James
2021-07-31 13:40 Michał Górny
2021-04-26 15:37 Sam James
2021-03-23  4:53 Sam James
2021-03-15  7:10 Sam James
2021-03-15  6:32 Sam James
2021-02-05 10:37 Sam James
2021-02-05 10:37 Sam James
2021-01-17 15:24 Sam James
2020-08-26 22:22 Sam James
2020-05-25 16:51 Matt Turner
2019-10-09  0:21 Matt Turner
2019-10-09  0:11 Matt Turner
2018-03-26  3:55 Matt Turner
2018-03-11  1:04 Matt Turner
2018-03-11  0:31 Matt Turner
2016-10-22 21:33 Andreas Hüttel
2016-10-22 21:33 Andreas Hüttel
2016-04-04  9:00 Ian Delaney

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=1726999824.f2af2de22180fb3a2f9b6f445ca2d536c0b703e7.sam@gentoo \
    --to=sam@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