From: "demize" <demize@unstable.systems>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/direnv/
Date: Mon, 07 Apr 2025 14:39:41 +0000 (UTC) [thread overview]
Message-ID: <1744036220.33969f26ba84b111dca6a7a55ef0c5a22840420d.demize@gentoo> (raw)
commit: 33969f26ba84b111dca6a7a55ef0c5a22840420d
Author: demize <demize <AT> unstable <DOT> systems>
AuthorDate: Mon Apr 7 02:06:41 2025 +0000
Commit: demize <demize <AT> unstable <DOT> systems>
CommitDate: Mon Apr 7 14:30:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33969f26
app-shells/direnv: add 2.35.0
Signed-off-by: demize <demize <AT> unstable.systems>
app-shells/direnv/Manifest | 2 ++
app-shells/direnv/direnv-2.35.0.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/app-shells/direnv/Manifest b/app-shells/direnv/Manifest
index 2ee15211a..15b6c18a0 100644
--- a/app-shells/direnv/Manifest
+++ b/app-shells/direnv/Manifest
@@ -1,4 +1,6 @@
DIST direnv-2.32.3.tar.gz 87653 BLAKE2B cc22fec89bb1ee17279d3c81a936ae49d4d0444ebfeb196de256a0e6a5e0039848d4cd6b283a44eb450707e01d45768993d2ecee81d95ce20980eeef5b744974 SHA512 6378ec8b2b37772f4b30f910ba27e90c73ae05b4ca29e09b7d1964d2ccba8d451433a9c16c66b8849f5e41577ad3920752e9b804ed6de9db1c231c7983110519
+DIST direnv-2.35.0-deps.tar.xz 2771432 BLAKE2B 7b0a40f1764e37c3234870ed03065bcee0e1d50ad8a6694abcf5185b309bdbffba2e84df94b008c80f2edd4a63aff3e54165cc92b6b805e9a59c6c086b41a78b SHA512 3767138e37764d4585db88d8b2f0a9b85aafc6dfd5eac24f9745743d07791bb1187f4701f59663af679623e100ef609f892d9f45f4a2eb7cf321170393e19ba1
+DIST direnv-2.35.0.tar.gz 95119 BLAKE2B a8559b8aea35fa76cf0c968c6353e1eaf1f0ab02d08c16c3eedc6b0a05fdd3ff1878ebcca93c1054feccc22890756383a95c32ababf03f77dcb8bd8f7423d11a SHA512 d46b6d8cd488f9aafe764193386cb177b5d9dd8e7401b3cd89a32deaa4e26778a6e0d889dd7f7b65aa60943a59b4fc75f7d5dbfb822710a0d4c0876240ef0495
DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv1.2.0.mod 43 BLAKE2B e00572fff0f57c166be62ec93eacb189f004073581077cded1cb443b17c3e03cd1b2db37f0b7a504deb287b6515dd32648678d2ae763d6b6fbd7206a9bdcf30b SHA512 0e8cdda81300811f629bce3a9307de05450036f750f8c3c0cd5b70854f8f95bd962ce99bfe1325c8d1bf562a5b7b94afb9e9fd2dbe4dcc45325fac6e27471102
DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv1.2.0.zip 238247 BLAKE2B 584ea17b4fed164366955ed5064f0f3932f4641cca06761ebe4acddebb57ab749ff4dcf36922b6fce365d34bdef8ba17fe2be3c527e5bc7b527b0b65f962a7a4 SHA512 04a6ead1f4fc2f63832ad0d9abd4fc9b8089700fc51a4ed42419d4903b46af7ab554d3ca7ce7456ba385a33f91bd54bc220f444b8e7847ef188e2eb216606096
DIST github.com%2Fmattn%2Fgo-isatty%2F@v%2Fv0.0.14.mod 104 BLAKE2B e859512911c1621e5ba3e46249c5b9b5e4b0bae854bb3a18d7e39d6da27c93e133d43851d5e6bf2ede44fdee31801b19fe274b55a1f37b1291bf27262e2f2385 SHA512 23b01eb4023ff5018437ff98b55ada053eba49feab2777eed36d033f426c5456b143f3defbc3131dad1251205f3ffb3553e3c10bd98de80f0a462e8450d6d56c
diff --git a/app-shells/direnv/direnv-2.35.0.ebuild b/app-shells/direnv/direnv-2.35.0.ebuild
new file mode 100644
index 000000000..aa77c8065
--- /dev/null
+++ b/app-shells/direnv/direnv-2.35.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Environment variable manager for shell"
+HOMEPAGE="https://github.com/direnv/direnv"
+SRC_URI="https://github.com/direnv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+ https://files.demize.dev/gentoo/${CATEGORY}/${PN}/${P}-deps.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# test dependencies are unreasonable, and tests fail without patches
+RESTRICT="test"
+
+DOCS=( {CHANGELOG,README}.md )
+
+src_install() {
+ einstalldocs
+ emake DESTDIR="${D}" PREFIX="/usr" install
+}
next reply other threads:[~2025-04-07 14:39 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-07 14:39 demize [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-11 14:34 [gentoo-commits] repo/proj/guru:dev commit in: app-shells/direnv/ demize
2025-04-11 14:18 demize
2025-04-11 14:18 demize
2025-04-07 14:39 demize
2025-04-07 14:39 demize
2023-06-26 13:34 Vitaly Zdanevich
2022-10-12 10:27 Vitaly Zdanevich
2022-08-21 20:31 Vitaly Zdanevich
2022-08-12 12:04 Vitaly Zdanevich
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=1744036220.33969f26ba84b111dca6a7a55ef0c5a22840420d.demize@gentoo \
--to=demize@unstable.systems \
--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