net-nntp/suck: Drop old
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 15 Feb 2018 13:30:59 +0000 (14:30 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 15 Feb 2018 13:47:06 +0000 (14:47 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

net-nntp/suck/Manifest
net-nntp/suck/suck-4.3.2.ebuild [deleted file]

index 4cf4288161b24ecb9fbf3d2ead9505eda40d0211..108ca28c5e7f3b51aaaae08e59fecd1dba08c773 100644 (file)
@@ -1,2 +1 @@
-DIST suck-4.3.2.tar.gz 187560 BLAKE2B fd8e7ebb8e00f4ef060f72b12eae5001268399267914a617c3de73ed323a58cc87770a4ecf1eb5991c36a7f74f2475f3cd9076c60aec52bc8c05ae89cd0b32a4 SHA512 704559ea54daabc6ef7b205431e587a90de20d8a5648e60910e4bc1a1493eebc8a3497c308a9de34febf6b26eda13785cf9f1f5ae034ee7fb0a9230173d13d4f
 DIST suck-4.3.3.tar.gz 153624 BLAKE2B 434bdb21ba37deefcba4c0fa9ec3cdf14bc49e1295533ae3c7fb298f49819113ad05e26b3ca72e20ebdd498b0514155f8d79e7c82e95f423521586de889c2371 SHA512 629ecbd7e8d070fc9c1175be6dd10d49fe71b59b8694f32a81cc2dd5ec46e32d64463d221052922a7e21fcac1c9a330f56399bad7c64fa653d68127cd16dbfdc
diff --git a/net-nntp/suck/suck-4.3.2.ebuild b/net-nntp/suck/suck-4.3.2.ebuild
deleted file mode 100644 (file)
index 5a7f05b..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Grab news from a remote NNTP server and feed them to another"
-HOMEPAGE="http://home.comcast.net/~bobyetman/"
-SRC_URI="http://home.comcast.net/~bobyetman/${P}.tar.gz"
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE="ssl perl"
-
-DEPEND="sys-libs/db
-       perl? ( dev-lang/perl )
-       ssl? ( dev-libs/openssl )"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-
-       # Fix paths to the locations in Gentoo
-       sed -i \
-               -e 's:/usr/lib/news/rnews:/usr/lib/news/bin/rnews:' \
-               -e 's:/usr/news/db/history:/var/spool/news/db/history:' \
-               suck_config.h
-}
-
-src_compile() {
-       use ssl || sed -i -e 's/^SSL_/#SSL_/' Makefile.in
-       use perl || sed -i -e 's/^PERL_/#PERL_/' Makefile.in
-
-       econf || die "econf failed"
-
-       emake phrases.h || die "emake phrases.h failed"
-       emake all lpost || die "emake failed"
-}
-
-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/*
-}