commit:     2d5a81976870d1c59e1e66626e7956c33819e53a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 13:30:59 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 13:47:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5a8197

net-nntp/suck: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-nntp/suck/Manifest          |  1 -
 net-nntp/suck/suck-4.3.2.ebuild | 47 -----------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/net-nntp/suck/Manifest b/net-nntp/suck/Manifest
index 4cf4288161b..108ca28c5e7 100644
--- a/net-nntp/suck/Manifest
+++ b/net-nntp/suck/Manifest
@@ -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
index 5a7f05bff60..00000000000
--- a/net-nntp/suck/suck-4.3.2.ebuild
+++ /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/*
-}

Reply via email to