diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-09-24 19:21:01 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-09-24 19:21:01 +0000 |
commit | 5d7f95e19619b66c36fb7f90475a67ada37b2346 (patch) | |
tree | 97999391d7d44f28a8c6118a6d967e49ffc3a0ae /net-news/tin | |
parent | stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-5d7f95e19619b66c36fb7f90475a67ada37b2346.tar.gz gentoo-2-5d7f95e19619b66c36fb7f90475a67ada37b2346.tar.bz2 gentoo-2-5d7f95e19619b66c36fb7f90475a67ada37b2346.zip |
Removed old ebuilds.
Diffstat (limited to 'net-news/tin')
-rw-r--r-- | net-news/tin/ChangeLog | 5 | ||||
-rw-r--r-- | net-news/tin/files/digest-tin-1.4.5 | 1 | ||||
-rw-r--r-- | net-news/tin/tin-1.4.5.ebuild | 43 |
3 files changed, 4 insertions, 45 deletions
diff --git a/net-news/tin/ChangeLog b/net-news/tin/ChangeLog index c978b820cba2..b84f34436cc0 100644 --- a/net-news/tin/ChangeLog +++ b/net-news/tin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-news/tin # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/tin/ChangeLog,v 1.11 2004/07/10 21:20:04 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/tin/ChangeLog,v 1.12 2004/09/24 19:21:01 swegener Exp $ + + 24 Sep 2004; Sven Wegener <swegener@gentoo.org> -tin-1.4.5.ebuild: + Removed old ebuilds. 10 Jul 2004; Sven Wegener <swegener@gentoo.org> tin-1.6.2.ebuild: Marked stable on x86. diff --git a/net-news/tin/files/digest-tin-1.4.5 b/net-news/tin/files/digest-tin-1.4.5 deleted file mode 100644 index 11839d5d4e9b..000000000000 --- a/net-news/tin/files/digest-tin-1.4.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 fd4a8006f19020ed78c538f6c92f1027 tin-1.4.5.tar.gz 864597 diff --git a/net-news/tin/tin-1.4.5.ebuild b/net-news/tin/tin-1.4.5.ebuild deleted file mode 100644 index e563f953cd3e..000000000000 --- a/net-news/tin/tin-1.4.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/tin/tin-1.4.5.ebuild,v 1.12 2004/07/08 21:09:21 swegener Exp $ - -IUSE="ncurses" - -DESCRIPTION="A threaded NNTP and spool based UseNet newsreader" -SRC_URI="ftp://ftp.tin.org/pub/news/clients/tin/v1.4/${P}.tar.gz" -HOMEPAGE="http://www.tin.org/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -DEPEND="ncurses? ( sys-libs/ncurses )" - -src_compile() { - local myconf - - use ncurses && myconf="--enable-curses --with-ncurses" - [ -f /etc/NNTP_INEWS_DOMAIN ] \ - && myconf="${myconf} --with-domain-name=/etc/NNTP_INEWS_DOMAIN" - - ./configure \ - --verbose \ - --enable-nntp-only \ - --enable-prototypes \ - --disable-echo \ - --disable-mime-strict-charset \ - --with-coffee \ - --enable-fascist-newsadmin \ - ${myconf} || die - make build || die -} - -src_install() { - dobin src/tin - ln -s tin ${D}/usr/bin/rtin - doman doc/tin.1 - dodoc doc/* - insinto /etc/tin - doins doc/tin.defaults -} |