From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-gnutls/
Date: Sat, 7 Dec 2024 09:27:57 +0000 (UTC) [thread overview]
Message-ID: <1733563656.f41011ad8003853257d593390a0c362234b9eb6d.sam@gentoo> (raw)
commit: f41011ad8003853257d593390a0c362234b9eb6d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 7 09:26:53 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 7 09:27:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f41011ad
dev-scheme/guile-gnutls: drop 4.0.0-r100
Bug: https://bugs.gentoo.org/930665
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-scheme/guile-gnutls/Manifest | 1 -
.../guile-gnutls/guile-gnutls-4.0.0-r100.ebuild | 59 ----------------------
2 files changed, 60 deletions(-)
diff --git a/dev-scheme/guile-gnutls/Manifest b/dev-scheme/guile-gnutls/Manifest
index e2e6fba47bbb..c0823b087013 100644
--- a/dev-scheme/guile-gnutls/Manifest
+++ b/dev-scheme/guile-gnutls/Manifest
@@ -1,2 +1 @@
-DIST guile-gnutls-4.0.0.tar.bz2 177122 BLAKE2B a427c0bb84fd6bb937c52930b6281c8f1b691a728d93475774b4d490c6418595deb15483716bcab1e3b03949633d0604112ebae4be8921791b257234e8d31870 SHA512 15cbfff19b9cd799a8a1bb344d0ab4a098707e8544a84047fdd5b919349f02018c39aaa927b6bbff86ec24620df8f7b343b4b4854ec26585edc66f6a8e442887
DIST guile-gnutls-4.0.1.tar.bz2 179830 BLAKE2B 34acf2c9550fc2bde239d4ec1a3be3b4875b5e9c281e148dfc879786667316e876071e1988727b0777919a8308160c54bee4f66a76eca0cd1941a85c646995d9 SHA512 d86501a3c3c55513f4da68c9b63bf2316a922f1bfcaf5830b0312d52ba6da09e3c3847ac37dff5236737c4ac06b157b6aaa1dabd837fb0f6b836f76f239d066f
diff --git a/dev-scheme/guile-gnutls/guile-gnutls-4.0.0-r100.ebuild b/dev-scheme/guile-gnutls/guile-gnutls-4.0.0-r100.ebuild
deleted file mode 100644
index c9746c80710e..000000000000
--- a/dev-scheme/guile-gnutls/guile-gnutls-4.0.0-r100.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-GUILE_COMPAT=( 2-2 3-0 )
-inherit autotools guile
-
-DESCRIPTION="Guile-GnuTLS provides Guile bindings for the GnuTLS library"
-HOMEPAGE="https://gnutls.gitlab.io/guile/manual/
- https://gitlab.com/gnutls/guile/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://gitlab.com/gnutls/guile.git"
-else
- SRC_URI="https://gitlab.com/gnutls/guile/-/archive/v${PV}/guile-v${PV}.tar.bz2
- -> ${P}.tar.bz2"
- S="${WORKDIR}/guile-v${PV}"
-
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-REQUIRED_USE="${GUILE_REQUIRED_USE}"
-
-# <gnutls-3.8.4: https://bugs.gentoo.org/930665 https://gitlab.com/gnutls/guile/-/issues/25
-RDEPEND="
- ${GUILE_DEPS}
- <net-libs/gnutls-3.8.4:=[-guile(-)]
-"
-DEPEND="
- ${RDEPEND}
-"
-BDEPEND="
- virtual/pkgconfig
-"
-
-src_prepare() {
- guile_src_prepare
- eautoreconf
-}
-
-src_configure() {
- my_configure() {
- # --disable-srp-authentication: bug #894050
- econf --disable-srp-authentication guile_snarf=${GUILESNARF}
- }
- guile_foreach_impl my_configure
-}
-
-src_install() {
- guile_src_install
-
- find "${ED}" -type f -name "*.la" -delete || die
-}
next reply other threads:[~2024-12-07 9:28 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-07 9:27 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-07 9:27 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-gnutls/ Sam James
2024-11-30 13:52 Sam James
2024-02-28 21:24 Maciej Barć
2024-02-28 21:24 Maciej Barć
2023-10-22 8:46 Maciej Barć
2023-10-01 15:37 Maciej Barć
2023-10-01 15:37 Maciej Barć
2023-08-05 16:53 Maciej Barć
2023-05-16 15:44 Maciej Barć
2023-02-12 21:17 Maciej Barć
2023-02-12 12:40 Maciej Barć
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=1733563656.f41011ad8003853257d593390a0c362234b9eb6d.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