summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2024-03-15 19:06:04 +0100
committerSam James <sam@gentoo.org>2024-03-21 02:17:45 +0000
commitf08f1ea1039f7bf1d785b5a0dbd79e57b6d4be4f (patch)
tree4258c53ac1c96b19fc537a9156f2a81fe90b9e5b /net-nntp
parentgames-emulation/bsnes-jg: fix strict aliasing (diff)
downloadgentoo-f08f1ea1039f7bf1d785b5a0dbd79e57b6d4be4f.tar.gz
gentoo-f08f1ea1039f7bf1d785b5a0dbd79e57b6d4be4f.tar.bz2
gentoo-f08f1ea1039f7bf1d785b5a0dbd79e57b6d4be4f.zip
net-nntp/suck: drop 4.3.3-r1
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-nntp')
-rw-r--r--net-nntp/suck/Manifest1
-rw-r--r--net-nntp/suck/files/4.3.3-fputs.patch25
-rw-r--r--net-nntp/suck/suck-4.3.3-r1.ebuild60
3 files changed, 0 insertions, 86 deletions
diff --git a/net-nntp/suck/Manifest b/net-nntp/suck/Manifest
index b155621ede47..86e5bad5072b 100644
--- a/net-nntp/suck/Manifest
+++ b/net-nntp/suck/Manifest
@@ -1,2 +1 @@
-DIST suck-4.3.3.tar.gz 153624 BLAKE2B 434bdb21ba37deefcba4c0fa9ec3cdf14bc49e1295533ae3c7fb298f49819113ad05e26b3ca72e20ebdd498b0514155f8d79e7c82e95f423521586de889c2371 SHA512 629ecbd7e8d070fc9c1175be6dd10d49fe71b59b8694f32a81cc2dd5ec46e32d64463d221052922a7e21fcac1c9a330f56399bad7c64fa653d68127cd16dbfdc
DIST suck-4.3.4.tar.gz 153774 BLAKE2B dc7943af43a305386872995a27b6e2faf34949813960314cbf85c4f2ad1658107480cdf77241394aa031270afc3faab5fbd30ec19559fb3d4d261fd8fa5e3416 SHA512 79892cfce1b569bbd5fb6468a919d77bce82a533c1b70369ab88a2066dc3d4396480b9a56b25e960d6e49cd0f9abad605d841693f086c9d07913798d7ac99730
diff --git a/net-nntp/suck/files/4.3.3-fputs.patch b/net-nntp/suck/files/4.3.3-fputs.patch
deleted file mode 100644
index df38f1d4316a..000000000000
--- a/net-nntp/suck/files/4.3.3-fputs.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 440c3c39c51c89c0a5bc53850e9b75b142a39bd2 Mon Sep 17 00:00:00 2001
-From: Michael Vetter <jubalh@iodoru.org>
-Date: Wed, 14 Feb 2018 15:02:22 +0100
-Subject: [PATCH] Use fputs instead of fput
-
-fput() seems to be non-standard.
-See commit cb0aadd0a2f16a09bc972d648b864a1fd541e75f
-Now we have the original patch.
----
- lpost.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lpost.c b/lpost.c
-index a2c0d29..39bb17e 100644
---- a/lpost.c
-+++ b/lpost.c
-@@ -42,7 +42,7 @@ int main(int argc,char *argv[]) {
- }
- }
- else {
-- (void) fput(line, pfp);
-+ (void) fputs(line, pfp);
- }
- } /* end while */
- exit(retval);
diff --git a/net-nntp/suck/suck-4.3.3-r1.ebuild b/net-nntp/suck/suck-4.3.3-r1.ebuild
deleted file mode 100644
index 264c898d7d64..000000000000
--- a/net-nntp/suck/suck-4.3.3-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="Grab news from a remote NNTP server and feed them to another"
-HOMEPAGE="https://lazarus-pkgs.github.io/lazarus-pkgs/suck.html"
-SRC_URI="https://github.com/lazarus-pkgs/suck/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="perl ssl"
-
-RDEPEND="
- sys-libs/gdbm:=
- ssl? ( dev-libs/openssl:0= )
-"
-DEPEND="${RDEPEND}
- sys-libs/db
- perl? ( dev-lang/perl )
-"
-
-PATCHES=( "${FILESDIR}/${PV}-fputs.patch" )
-
-src_prepare() {
- default
-
- # Fix paths to the locations in Gentoo
- sed -i \
- -e 's:/usr/bin/rnews:/usr/$(get_libdir)/news/bin/rnews:' \
- -e 's:/var/lib/news/history:/var/spool/news/db/history:' \
- suck_config.h || die "path adaption sed failed"
-
- eautoreconf
-}
-
-src_configure() {
- use ssl || sed -i -e 's/^SSL_/#SSL_/' Makefile.in || die "ssl sed failed"
- use perl || sed -i -e 's/^PERL_/#PERL_/' Makefile.in || die "perl sed failed"
-
- econf --without-inn-lib --without-inn-include
-}
-
-src_compile() {
- emake phrases.h
- emake all lpost
-}
-
-src_install() {
- dobin lmove lpost rpost suck testhost
- doman man/*
- dodoc CHANGELOG CONTENTS README*
- docinto java
- dodoc java/*
- docinto perl
- dodoc perl/*
- docinto sample
- dodoc sample/*
-}