diff options
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ttcp/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/ttcp/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/ttcp/ttcp-1.12.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net-analyzer/ttcp/ChangeLog b/net-analyzer/ttcp/ChangeLog index 5ae92f2a5c0f..4a9de9a73608 100644 --- a/net-analyzer/ttcp/ChangeLog +++ b/net-analyzer/ttcp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ttcp -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ChangeLog,v 1.7 2004/07/13 06:44:22 eldad Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ChangeLog,v 1.8 2005/01/23 20:29:45 j4rg0n Exp $ + + 23 Jan 2005; Lina Pezzzella <j4rg0n@gentoo.org> ttcp-1.12.ebuild: + Unstable ppc-macos. Bug #67036 13 Jul 2004; Eldad Zack <eldad@gentoo.org> +metadata.xml: Added metadata diff --git a/net-analyzer/ttcp/Manifest b/net-analyzer/ttcp/Manifest index 1306d58b7ba5..ac7f41fcbe53 100644 --- a/net-analyzer/ttcp/Manifest +++ b/net-analyzer/ttcp/Manifest @@ -1,5 +1,5 @@ -MD5 8589db226c091c24f0225c014725293c ttcp-1.12.ebuild 706 -MD5 0beb20ca010939cd8153f1bdd9cbfc29 ChangeLog 842 +MD5 7926d546be0f26cc9385386e62cd111c ChangeLog 945 MD5 2af8f982680fc91884e7ca08c1ccdabe metadata.xml 230 +MD5 634febb8d8ab77dd65338e1e2486986b ttcp-1.12.ebuild 714 MD5 690842d44301d23c6ab6cc2536c16cfb files/digest-ttcp-1.12 60 MD5 8d82b8d7e98be982b36942093d19b005 files/ttcp-1.12-amd64.patch 5313 diff --git a/net-analyzer/ttcp/ttcp-1.12.ebuild b/net-analyzer/ttcp/ttcp-1.12.ebuild index df342fd5157a..9ac98a85f29d 100644 --- a/net-analyzer/ttcp/ttcp-1.12.ebuild +++ b/net-analyzer/ttcp/ttcp-1.12.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-analyzer/ttcp/ttcp-1.12.ebuild,v 1.7 2004/07/01 20:27:00 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ttcp-1.12.ebuild,v 1.8 2005/01/23 20:29:45 j4rg0n Exp $ inherit gcc eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="public-domain" SLOT="0" -KEYWORDS="x86 ~amd64 ~ppc" +KEYWORDS="x86 ~amd64 ~ppc ~ppc-macos" DEPEND="virtual/libc" |