net-nntp/newspost - 2.1.1 (gentoo)

Search

Install

Install this version:

emerge -a =net-nntp/newspost-2.1.1

Package Information

Description:
usenet binary autoposter for unix
Homepage:
http://newspost.unixcab.org/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2.1.1 8 amd64 ppc x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="usenet binary autoposter for unix"
HOMEPAGE="http://newspost.unixcab.org/"
SRC_URI="http://newspost.unixcab.org/download/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"

PATCHES=(
	# Should fix some problems with unexpected server replies, cf. bug 185468
	"${FILESDIR}"/${P}-nntp.patch
	"${FILESDIR}"/CAN-2005-0101.patch
	"${FILESDIR}"/${P}-glibc-2.10.patch
	"${FILESDIR}"/${P}-c23.patch
)

src_prepare() {
	default

	sed -e "/-strip newspost/d" -i Makefile || die
}

src_compile() {
	emake CC="$(tc-getCC)" LIBS="${LDFLAGS}" main
}

src_install() {
	dobin newspost
	doman man/man1/newspost.1
	dodoc CHANGES README
}

Inherited Eclasses

Manifest for 2.1.1

Type File Size Source URLs
DIST newspost-2.1.1.tar.gz 61412 bytes http://newspost.unixcab.org/download/newspost-2.1.1.tar.gz