diff options
author | Kito Danya Dietrich <kito@gentoo.org> | 2005-01-06 20:20:59 +0000 |
---|---|---|
committer | Kito Danya Dietrich <kito@gentoo.org> | 2005-01-06 20:20:59 +0000 |
commit | 8b278255c97d87677da5d6c98b6f83ba628f1375 (patch) | |
tree | f739f0680c9a8b31da92662bffa097d9ac9ad8ce /net-news | |
parent | enable-v4l2 now works ok too (diff) | |
download | historical-8b278255c97d87677da5d6c98b6f83ba628f1375.tar.gz historical-8b278255c97d87677da5d6c98b6f83ba628f1375.tar.bz2 historical-8b278255c97d87677da5d6c98b6f83ba628f1375.zip |
added ~ppc-macos
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/tin/ChangeLog | 7 | ||||
-rw-r--r-- | net-news/tin/Manifest | 14 | ||||
-rw-r--r-- | net-news/tin/tin-1.6.2.ebuild | 6 |
3 files changed, 10 insertions, 17 deletions
diff --git a/net-news/tin/ChangeLog b/net-news/tin/ChangeLog index b84f34436cc0..3fbda93153d7 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.12 2004/09/24 19:21:01 swegener Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-news/tin/ChangeLog,v 1.13 2005/01/06 20:20:59 kito Exp $ + + 06 Jan 2005; Kito <kito@gentoo.org> tin-1.6.2.ebuild: + KEYWORD ~ppc-macos 24 Sep 2004; Sven Wegener <swegener@gentoo.org> -tin-1.4.5.ebuild: Removed old ebuilds. diff --git a/net-news/tin/Manifest b/net-news/tin/Manifest index bc031edfb0aa..f384facff109 100644 --- a/net-news/tin/Manifest +++ b/net-news/tin/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 94d9d2c2f5fce5b4fed5a58f9811405a ChangeLog 1654 +MD5 6e55ab947eae9af0326040086c7fcbfd ChangeLog 1728 MD5 d4764f5c17f5e0b416f7ddf271c77d71 metadata.xml 161 MD5 170f98109c9b941b27733ebef907d9c8 tin-1.6.0.ebuild 1020 -MD5 be3492a3ae8f4e2eac9fb688d48e047e tin-1.6.2.ebuild 1062 +MD5 7ca8321193ec91b6be90477f577bf513 tin-1.6.2.ebuild 1069 MD5 2475288cb79f81762730eb56c53ba235 files/digest-tin-1.6.0 62 MD5 d7152552e399cbeb77e775886d1c6506 files/digest-tin-1.6.2 62 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBVHOlI1lqEGTUzyQRAqc6AJ0TW65QRWXD4pRKkuxtNmQYuG6kzACfQh7a -omBKvrFtpSt1LTSD1VgMpqw= -=c7qW ------END PGP SIGNATURE----- diff --git a/net-news/tin/tin-1.6.2.ebuild b/net-news/tin/tin-1.6.2.ebuild index 50fdcb7c7e44..79e222891441 100644 --- a/net-news/tin/tin-1.6.2.ebuild +++ b/net-news/tin/tin-1.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/tin/tin-1.6.2.ebuild,v 1.6 2004/07/10 21:20:04 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/tin/tin-1.6.2.ebuild,v 1.7 2005/01/06 20:20:59 kito Exp $ DESCRIPTION="A threaded NNTP and spool based UseNet newsreader" HOMEPAGE="http://www.tin.org/" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.tin.org/pub/news/clients/tin/v1.6/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~sparc arm ~amd64 ~ia64" +KEYWORDS="x86 ~sparc arm ~amd64 ~ia64 ~ppc-macos" IUSE="ncurses ipv6" DEPEND="ncurses? ( sys-libs/ncurses )" |