diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-12-01 03:18:55 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-12-01 03:18:55 +0000 |
commit | d23066566c01827a6ca73113390a3dc0daa395fe (patch) | |
tree | 1acadf008f045c5deeb226b4b58ec5f08884142c /net-analyzer | |
parent | arm patch has already been integrated into 2.15.94.0.1 release (diff) | |
download | historical-d23066566c01827a6ca73113390a3dc0daa395fe.tar.gz historical-d23066566c01827a6ca73113390a3dc0daa395fe.tar.bz2 historical-d23066566c01827a6ca73113390a3dc0daa395fe.zip |
keyword ~hppa and ~amd64
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/httping/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/httping/Manifest | 10 | ||||
-rw-r--r-- | net-analyzer/httping/httping-0.0.95.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog index 970832c0cf2e..9ebb593a2e9a 100644 --- a/net-analyzer/httping/ChangeLog +++ b/net-analyzer/httping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/httping # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.10 2004/10/18 19:36:45 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.11 2004/12/01 03:18:55 squinky86 Exp $ + + 30 Nov 2004; Jon Hood <squinky86@gentoo.org> httping-0.0.95.ebuild: + Mark ~hppa and ~amd64. 18 Oct 2004; Jon Hood <squinky86@gentoo.org> httping-0.0.95.ebuild: Stable on x86. diff --git a/net-analyzer/httping/Manifest b/net-analyzer/httping/Manifest index 57f815b22323..6ccf12bca930 100644 --- a/net-analyzer/httping/Manifest +++ b/net-analyzer/httping/Manifest @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 d81491dc3aa470c520d8c77aec413fe5 httping-0.0.95.ebuild 737 +MD5 cbf5c8619a7775691a16c1e62c2e6737 httping-0.0.95.ebuild 750 MD5 ad4a493ee0b1776ad4d0a4a2105f5992 httping-0.0.94-r1.ebuild 740 -MD5 02c400223dc292c1bd976e39cf592009 ChangeLog 1486 +MD5 3ae920143a9816251354538eb2ce0720 ChangeLog 1582 MD5 61da3c68a3ae57136cdc2a17fbaedfaf metadata.xml 223 MD5 ae2b0648bc9a639b7129d5297c8ad680 files/digest-httping-0.0.95 61 MD5 e09a4c048a540ff768f9be969e7fa62c files/digest-httping-0.0.94-r1 61 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBdBtScAgAdbxYsnERAkkGAJ9QJdAO1TNP8ddjdUqBQvyx0/4/OQCgmGMe -OfNkIMN8egxybUCGeBJQdPs= -=wUF8 +iD8DBQFBrTgucAgAdbxYsnERAkkyAJ4j1HeYiNDiucVDrPWR3/txgJpPjQCgi28K +CDXrjLcjXGRB1QsucKCMjDI= +=UK0Q -----END PGP SIGNATURE----- diff --git a/net-analyzer/httping/httping-0.0.95.ebuild b/net-analyzer/httping/httping-0.0.95.ebuild index 5415eeaa27a6..a00d324179f8 100644 --- a/net-analyzer/httping/httping-0.0.95.ebuild +++ b/net-analyzer/httping/httping-0.0.95.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-0.0.95.ebuild,v 1.2 2004/10/18 19:36:45 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-0.0.95.ebuild,v 1.3 2004/12/01 03:18:55 squinky86 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 ~ppc ppc64" +KEYWORDS="x86 ~ppc ppc64 ~hppa ~amd64" IUSE="ssl" DEPEND=">=sys-libs/ncurses-5" |