From 2d5a81976870d1c59e1e66626e7956c33819e53a Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 15 Feb 2018 14:30:59 +0100 Subject: net-nntp/suck: Drop old Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- net-nntp/suck/suck-4.3.2.ebuild | 47 ----------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 net-nntp/suck/suck-4.3.2.ebuild (limited to 'net-nntp/suck/suck-4.3.2.ebuild') 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 5a7f05bff602..000000000000 --- 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/* -} -- cgit v1.2.3-18-g5258