public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/suck/
Date: Sun,  4 Nov 2018 13:50:17 +0000 (UTC)	[thread overview]
Message-ID: <1541339409.0683984c3574aa2f18f97f7231e21fe63bde437c.pacho@gentoo> (raw)

commit:     0683984c3574aa2f18f97f7231e21fe63bde437c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  4 13:48:52 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov  4 13:50:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0683984c

net-nntp/suck: Drop old

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-nntp/suck/suck-4.3.3.ebuild | 61 -----------------------------------------
 1 file changed, 61 deletions(-)

diff --git a/net-nntp/suck/suck-4.3.3.ebuild b/net-nntp/suck/suck-4.3.3.ebuild
deleted file mode 100644
index 684bae61e05..00000000000
--- a/net-nntp/suck/suck-4.3.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-DESCRIPTION="Grab news from a remote NNTP server and feed them to another"
-HOMEPAGE="https://lazarus-pkgs.github.io/lazarus-pkgs/suck.html"
-SRC_URI="https://github.com/lazarus-pkgs/suck/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="perl ssl"
-
-COMMON_DEPEND="sys-libs/gdbm:=
-	ssl? ( dev-libs/openssl:0= )"
-
-DEPEND="${COMMON_DEPEND}
-	sys-libs/db
-	perl? ( dev-lang/perl )"
-
-RDEPEND="${COMMON_DEPEND}
-	net-nntp/inn"
-
-PATCHES=( "${FILESDIR}/${PV}-fputs.patch" )
-
-src_prepare() {
-	default
-
-	# Fix paths to the locations in Gentoo
-	sed -i \
-		-e 's:/usr/bin/rnews:/usr/$(get_libdir)/news/bin/rnews:' \
-		-e 's:/var/lib/news/history:/var/spool/news/db/history:' \
-		suck_config.h || die "path adaption sed failed"
-
-	eautoreconf
-}
-
-src_configure() {
-	use ssl || sed -i -e 's/^SSL_/#SSL_/' Makefile.in || die "ssl sed failed"
-	use perl || sed -i -e 's/^PERL_/#PERL_/' Makefile.in || die "perl sed failed"
-
-	econf
-}
-
-src_compile() {
-	emake phrases.h
-	emake all lpost
-}
-
-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	other threads:[~2018-11-04 13:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-04 13:50 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-21  2:19 [gentoo-commits] repo/gentoo:master commit in: net-nntp/suck/ Sam James
2021-05-02 19:43 Mikle Kolyada
2020-04-28  8:29 Joonas Niilola
2020-04-28  8:29 Joonas Niilola
2020-04-14  8:35 Joonas Niilola
2018-10-14 13:02 Pacho Ramos
2018-02-15 13:47 Andreas Sturmlechner
2018-02-15 13:47 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1541339409.0683984c3574aa2f18f97f7231e21fe63bde437c.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox