mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
net-nntp/sn: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST sn-0.3.8.tar.bz2 97751 BLAKE2B 735e6c7ee5cf53a7db4f4da3917b1ded5ce8e7dc9835a2b96388b70e070efd032facae138b32092fea1db20906543d7c275d828a1ea7aa60921270309ccb8211 SHA512 1b2270b03a58d2454ca59434d450e164d3c6ea6953f62d02dc5cef02cd8dbb53de0ce8c1bebe7b8a2dd4c087d898025bc4ab61ef3648df9d6a7e0dd92a544b14
|
||||
@@ -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
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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}
|
||||
}
|
||||
@@ -445,12 +445,6 @@ dev-ruby/rb-readline-r7
|
||||
# bug #715506, #737892, #740916, #547244.
|
||||
sys-fs/ufsutils
|
||||
|
||||
# Stephan Hartmann <sultan@gentoo.org> (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 <whissi@gentoo.org> (2020-09-11)
|
||||
# These versions are not compatible with current stable
|
||||
# dev-libs/openssl version, bug #741622.
|
||||
|
||||
Reference in New Issue
Block a user