diff options
author | David Holm <dholm@gentoo.org> | 2004-04-12 09:27:38 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-04-12 09:27:38 +0000 |
commit | e9a13d6d58f56566733517122a4607fa9e7f545c (patch) | |
tree | b3131c88a28eaf37b94ada85732d1455bcd6e307 /net-analyzer | |
parent | Added to ~ppc (diff) | |
download | historical-e9a13d6d58f56566733517122a4607fa9e7f545c.tar.gz historical-e9a13d6d58f56566733517122a4607fa9e7f545c.tar.bz2 historical-e9a13d6d58f56566733517122a4607fa9e7f545c.zip |
Added to ~ppc
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/httping/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/httping/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/httping/httping-0.0.8.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog index be90266480f1..4b55f6309b2a 100644 --- a/net-analyzer/httping/ChangeLog +++ b/net-analyzer/httping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/httping # Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.1 2004/04/12 02:42:48 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.2 2004/04/12 09:27:38 dholm Exp $ + + 12 Apr 2004; David Holm <dholm@gentoo.org> httping-0.0.8.ebuild: + Added to ~ppc. *httping-0.0.8 (11 Apr 2004) diff --git a/net-analyzer/httping/Manifest b/net-analyzer/httping/Manifest index 477268dcbc6d..a9297eb8f158 100644 --- a/net-analyzer/httping/Manifest +++ b/net-analyzer/httping/Manifest @@ -1,4 +1,4 @@ -MD5 91b2a44fea9a823fe7f7c8bd286fdd55 httping-0.0.8.ebuild 663 -MD5 48d408c6580739507ce7e021871c9fe9 ChangeLog 368 +MD5 adeb9b74db3ede6eb75825ca04048130 ChangeLog 449 +MD5 9cdc5962ec84fc4362e596d76417e95e httping-0.0.8.ebuild 664 MD5 61da3c68a3ae57136cdc2a17fbaedfaf metadata.xml 223 MD5 42c1e01e84428ea94fdf2c8842a68d2a files/digest-httping-0.0.8 60 diff --git a/net-analyzer/httping/httping-0.0.8.ebuild b/net-analyzer/httping/httping-0.0.8.ebuild index 4ff3b6eee5b6..c3356f3f80ad 100644 --- a/net-analyzer/httping/httping-0.0.8.ebuild +++ b/net-analyzer/httping/httping-0.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-0.0.8.ebuild,v 1.1 2004/04/12 02:42:48 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-0.0.8.ebuild,v 1.2 2004/04/12 09:27:38 dholm Exp $ DESCRIPTION="http protocol ping-like program" HOMEPAGE="http://www.vanheusden.com/httping/" @@ -8,7 +8,7 @@ SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="" DEPEND=">=sys-libs/ncurses-5" |