summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-nntp/newspost/newspost-2.0.ebuild')
-rw-r--r--net-nntp/newspost/newspost-2.0.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-nntp/newspost/newspost-2.0.ebuild b/net-nntp/newspost/newspost-2.0.ebuild
deleted file mode 100644
index 1dae455d50a1..000000000000
--- a/net-nntp/newspost/newspost-2.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/newspost/newspost-2.0.ebuild,v 1.1 2005/01/17 19:59:11 swegener Exp $
-
-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="x86 ~amd64 ~ppc"
-
-DEPEND="sys-libs/glibc sys-devel/gcc"
-
-src_unpack() {
- unpack $A
- cd $S
- cp Makefile Makefile.orig
- sed -e "s:OPT_FLAGS = :OPT_FLAGS = ${CFLAGS}#:" Makefile.orig > Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install () {
- dobin newspost
- doman man/man1/newspost.1
- dodoc README
- dodoc CHANGES
- dodoc COPYING
-}