diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-02-26 12:07:17 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-02-26 12:07:17 +0000 |
commit | a643d1305614146a86f04edf3dda4314857713f2 (patch) | |
tree | 3de6cf9c5fff2a632b53349df6bbbb8cd1f2669c /net-nntp | |
parent | Stable for ppc64, wrt bug #455562 (diff) | |
download | gentoo-2-a643d1305614146a86f04edf3dda4314857713f2.tar.gz gentoo-2-a643d1305614146a86f04edf3dda4314857713f2.tar.bz2 gentoo-2-a643d1305614146a86f04edf3dda4314857713f2.zip |
Remove old.
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/newspost/ChangeLog | 6 | ||||
-rw-r--r-- | net-nntp/newspost/newspost-2.1.1-r1.ebuild | 42 | ||||
-rw-r--r-- | net-nntp/newspost/newspost-2.1.1-r2.ebuild | 40 |
3 files changed, 5 insertions, 83 deletions
diff --git a/net-nntp/newspost/ChangeLog b/net-nntp/newspost/ChangeLog index 87e06274dbfc..fd1bd0710916 100644 --- a/net-nntp/newspost/ChangeLog +++ b/net-nntp/newspost/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-nntp/newspost # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/newspost/ChangeLog,v 1.20 2013/02/26 12:05:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/newspost/ChangeLog,v 1.21 2013/02/26 12:07:17 kensington Exp $ + + 26 Feb 2013; Michael Palimaka <kensington@gentoo.org> + -newspost-2.1.1-r1.ebuild, -newspost-2.1.1-r2.ebuild: + Remove old. 26 Feb 2013; Agostino Sarubbo <ago@gentoo.org> newspost-2.1.1-r3.ebuild: Stable for ppc, wrt bug #459250 diff --git a/net-nntp/newspost/newspost-2.1.1-r1.ebuild b/net-nntp/newspost/newspost-2.1.1-r1.ebuild deleted file mode 100644 index 2f30784529c3..000000000000 --- a/net-nntp/newspost/newspost-2.1.1-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/newspost/newspost-2.1.1-r1.ebuild,v 1.5 2009/09/23 19:45:31 patrick Exp $ - -inherit eutils - -DESCRIPTION="a 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" -IUSE="" - -# NOTE: This package should work on PPC but not tested! -# It also has a solaris make file but we don't do solaris. -# but it should mean that it is 64bit clean. -KEYWORDS="amd64 ppc x86" - -RDEPEND="" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/CAN-2005-0101.patch - - sed -i \ - -e "s:OPT_FLAGS = :OPT_FLAGS = ${CFLAGS}#:" Makefile \ - || die "sed Makefile failed" -} - -src_compile() { - emake || die "emake failed" -} - -src_install () { - dobin newspost || die "dobin failed" - doman man/man1/newspost.1 || die "doman failed" - dodoc README CHANGES || die "dodoc failed" -} diff --git a/net-nntp/newspost/newspost-2.1.1-r2.ebuild b/net-nntp/newspost/newspost-2.1.1-r2.ebuild deleted file mode 100644 index 2fca3f193346..000000000000 --- a/net-nntp/newspost/newspost-2.1.1-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/newspost/newspost-2.1.1-r2.ebuild,v 1.6 2010/01/07 15:52:16 fauli Exp $ - -inherit eutils - -DESCRIPTION="a 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 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -RDEPEND="" -DEPEND=">=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/CAN-2005-0101.patch - - # Should fix some problems with unexpected server replies, cf. bug 185468 - epatch "${FILESDIR}"/${P}-nntp.patch - epatch "${FILESDIR}"/${P}-glibc-2.10.patch - - sed -i \ - -e "s:OPT_FLAGS = :OPT_FLAGS = ${CFLAGS}#:" Makefile \ - || die "sed Makefile failed" - - # We don't want pre-stripped binaries - sed -i -e "s:-strip newspost::" Makefile || die "pre-stripping sed failed" -} - -src_install () { - dobin newspost || die "dobin failed" - doman man/man1/newspost.1 || die "doman failed" - dodoc README CHANGES || die "dodoc failed" -} |