commit:     161e3e824954afb10e8d2e113dadecdcbaf0f1c6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 10:42:20 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 11:00:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161e3e82

net-nntp/sn: Remove last-rited pkg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-nntp/sn/Manifest                           |  1 -
 net-nntp/sn/files/sn-0.3.8-parallel-make.patch | 56 --------------------------
 net-nntp/sn/files/sn-0.3.8-qa.patch            | 21 ----------
 net-nntp/sn/metadata.xml                       |  5 ---
 net-nntp/sn/sn-0.3.8.ebuild                    | 47 ---------------------
 profiles/package.mask                          |  6 ---
 6 files changed, 136 deletions(-)

diff --git a/net-nntp/sn/Manifest b/net-nntp/sn/Manifest
deleted file mode 100644
index 38bc58155f2..00000000000
--- a/net-nntp/sn/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sn-0.3.8.tar.bz2 97751 BLAKE2B 
735e6c7ee5cf53a7db4f4da3917b1ded5ce8e7dc9835a2b96388b70e070efd032facae138b32092fea1db20906543d7c275d828a1ea7aa60921270309ccb8211
 SHA512 
1b2270b03a58d2454ca59434d450e164d3c6ea6953f62d02dc5cef02cd8dbb53de0ce8c1bebe7b8a2dd4c087d898025bc4ab61ef3648df9d6a7e0dd92a544b14

diff --git a/net-nntp/sn/files/sn-0.3.8-parallel-make.patch 
b/net-nntp/sn/files/sn-0.3.8-parallel-make.patch
deleted file mode 100644
index d94e2189778..00000000000
--- a/net-nntp/sn/files/sn-0.3.8-parallel-make.patch
+++ /dev/null
@@ -1,56 +0,0 @@
---- sn-0.3.8/Makefile.orig
-+++ sn-0.3.8/Makefile
-@@ -94,39 +94,39 @@
-       ar rc $@ $^
-       ranlib $@
- 
--snsplit: snsplit.o sn.a
-+snsplit: snsplit.o sn.a lib/libstuff.a
-       $(LD) `cat cc-flags` $^ -o $@ $(LIBS)
--snscan: snscan.o sn.a
-+snscan: snscan.o sn.a lib/libstuff.a
-       $(LD) `cat cc-flags` $^ -o $@ $(LIBS) $(ZLIB)
- sncat: snscan
-       ln -s snscan sncat
- sncancel: snscan
-       ln -s snscan sncancel
--snprimedb: snprimedb.o sn.a
-+snprimedb: snprimedb.o sn.a lib/libstuff.a
-       $(LD) `cat cc-flags` $^ -o $@ $(LIBS)
--sndumpdb: sndumpdb.o sn.a
-+sndumpdb: sndumpdb.o sn.a lib/libstuff.a
-       $(LD) `cat cc-flags` $^ -o $@ $(LIBS)
--snntpd: snntpd.o post.o commands.o list.o sn.a
-+snntpd: snntpd.o post.o commands.o list.o sn.a lib/libstuff.a
-       $(LD) `cat cc-flags` $^ -o $@ $(LIBS) $(ZLIB)
--snsend: snsend.o sn.a
-+snsend: snsend.o sn.a lib/libstuff.a
-       $(LD) `cat cc-flags` $^ -o $@ $(LIBS) $(ZLIB)
- snstore: snsend
-       ln -s snsend snstore
--snfetch: snfetch.o sn.a
-+snfetch: snfetch.o sn.a lib/libstuff.a
-       $(LD) `cat cc-flags` $^ -o $@ $(LIBS)
--snexpire: snexpire.o sn.a
-+snexpire: snexpire.o sn.a lib/libstuff.a
-       $(LD) `cat cc-flags` $^ -o $@ $(LIBS)
--snmail: snmail.o sn.a
-+snmail: snmail.o sn.a lib/libstuff.a
-       $(LD) `cat cc-flags` $^ -o $@ $(LIBS)
--snget: snget.o get.o sn.a
-+snget: snget.o get.o sn.a lib/libstuff.a
-       $(LD) `cat cc-flags` $^ -o $@ $(LIBS)
--sngetd: sngetd.o get.o sn.a
-+sngetd: sngetd.o get.o sn.a lib/libstuff.a
-       $(LD) `cat cc-flags` $^ -o $@ $(LIBS)
--snnewgroup: snnewgroup.o sn.a
-+snnewgroup: snnewgroup.o sn.a lib/libstuff.a
-       $(LD) `cat cc-flags` $^ -o $@ $(LIBS)
--sndelgroup: sndelgroup.o sn.a
-+sndelgroup: sndelgroup.o sn.a lib/libstuff.a
-       $(LD) `cat cc-flags` $^ -o $@ $(LIBS)
--snlockf: snlockf.o
-+snlockf: snlockf.o sn.a lib/libstuff.a
-       $(LD) `cat cc-flags` $^ -o $@ $(LIBS)
- 
- %: %.in sed-cmd

diff --git a/net-nntp/sn/files/sn-0.3.8-qa.patch 
b/net-nntp/sn/files/sn-0.3.8-qa.patch
deleted file mode 100644
index 52a25ebcd83..00000000000
--- a/net-nntp/sn/files/sn-0.3.8-qa.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- lib/readln.c
-+++ lib/readln.c
-@@ -9,6 +9,7 @@
-  * Get a single line from an fd.
-  */
- 
-+#include <string.h>
- #include <stdlib.h>
- #include <unistd.h>
- #include <sys/types.h>
-
---- lib/cmdopen.c
-+++ lib/cmdopen.c
-@@ -6,6 +6,7 @@
-  */
- 
- #include <unistd.h>
-+#include <stdlib.h>
- #include <fcntl.h>
- #include <sys/wait.h>
- 

diff --git a/net-nntp/sn/metadata.xml b/net-nntp/sn/metadata.xml
deleted file mode 100644
index 6f49eba8f49..00000000000
--- a/net-nntp/sn/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>

diff --git a/net-nntp/sn/sn-0.3.8.ebuild b/net-nntp/sn/sn-0.3.8.ebuild
deleted file mode 100644
index f02be147be4..00000000000
--- a/net-nntp/sn/sn-0.3.8.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="Hassle-free Usenet news system for small sites"
-SRC_URI="http://infa.abo.fi/~patrik/sn/files/${P}.tar.bz2";
-HOMEPAGE="http://infa.abo.fi/~patrik/sn/";
-
-KEYWORDS="~amd64 ~ppc x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}
-       >=sys-apps/sed-4"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-qa.patch
-       epatch "${FILESDIR}"/${P}-parallel-make.patch
-
-       sed -i -e 's/-g -Wall -pedantic -O/-Wall -pedantic/' Makefile || die
-}
-
-src_compile() {
-       emake cc-flags
-       echo ${CFLAGS} >>cc-flags
-
-       emake CC="$(tc-getCC)" LD="$(tc-getCC) ${LDFLAGS}" \
-               SNROOT=/var/spool/news \
-               BINDIR=/usr/sbin \
-               MANDIR=/usr/share/man
-}
-
-src_install() {
-       dodir /var/spool/news /usr/sbin /usr/share/man/man8
-       mknod -m 600 "${D}"/var/spool/news/.fifo p
-       emake install \
-               SNROOT="${D}"/var/spool/news \
-               BINDIR="${D}"/usr/sbin \
-               MANDIR="${D}"/usr/share/man
-       dodoc CHANGES FAQ INSTALL* INTERNALS README* THANKS TODO
-       fowners news:news /var/spool/news{,/.fifo}
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 3854ef857d6..4dea5a8ca4e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -445,12 +445,6 @@ dev-ruby/rb-readline-r7
 # bug #715506, #737892, #740916, #547244.
 sys-fs/ufsutils
 
-# Stephan Hartmann <[email protected]> (2020-09-15)
-# Stuck on EAPI 4, does not build, homepage gone, no maintainer.
-# Removal in 30 days. See bugs #717188, #725212, #736607,
-# #742158.
-net-nntp/sn
-
 # Thomas Deutschmann <[email protected]> (2020-09-11)
 # These versions are not compatible with current stable
 # dev-libs/openssl version, bug #741622.

Reply via email to