summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2005-12-01 00:59:19 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2005-12-01 00:59:19 +0000
commitb1d6d99cf6c51b1a97c68d4fbdedba569564c6e7 (patch)
tree4415329feb7b0fe5b96018ff90f465106eb975c9 /net-analyzer/httping
parentFix bad positioning of inherit call (bugs #113994, #114009). 8-) (diff)
downloadgentoo-2-b1d6d99cf6c51b1a97c68d4fbdedba569564c6e7.tar.gz
gentoo-2-b1d6d99cf6c51b1a97c68d4fbdedba569564c6e7.tar.bz2
gentoo-2-b1d6d99cf6c51b1a97c68d4fbdedba569564c6e7.zip
Marked stable on amd64
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'net-analyzer/httping')
-rw-r--r--net-analyzer/httping/ChangeLog5
-rw-r--r--net-analyzer/httping/Manifest4
-rw-r--r--net-analyzer/httping/httping-1.0.7.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog
index c0d3511de60c..7f777bdae24f 100644
--- a/net-analyzer/httping/ChangeLog
+++ b/net-analyzer/httping/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/httping
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.17 2005/11/26 17:35:45 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.18 2005/12/01 00:59:19 dang Exp $
+
+ 01 Dec 2005; <dang@gentoo.org> httping-1.0.7.ebuild:
+ Marked stable on amd64
*httping-1.0.8 (26 Nov 2005)
diff --git a/net-analyzer/httping/Manifest b/net-analyzer/httping/Manifest
index a820348774b9..48d521ea77eb 100644
--- a/net-analyzer/httping/Manifest
+++ b/net-analyzer/httping/Manifest
@@ -1,8 +1,8 @@
-MD5 c2ce589aef1f0689ef8e7ce1b57cb5b0 ChangeLog 2487
+MD5 5a4442c2dc135ea245c2a2f6926257f7 ChangeLog 2568
MD5 ae2b0648bc9a639b7129d5297c8ad680 files/digest-httping-0.0.95 61
MD5 f378aa4539af72c42f3b324667c520d6 files/digest-httping-1.0.7 60
MD5 6cfac95ce4e1540c38b42b2b3e982897 files/digest-httping-1.0.8 61
MD5 bcc36cdddbbe2d80abeb6e1413f81602 httping-0.0.95.ebuild 750
-MD5 6b3dfd69967316afbd6ff55431cadee9 httping-1.0.7.ebuild 857
+MD5 c96ca56d2787c56488573b417929b423 httping-1.0.7.ebuild 856
MD5 f594709fc0530742b4f4917049836804 httping-1.0.8.ebuild 858
MD5 f34e3c8858756da0001b12d2d3fa1af2 metadata.xml 159
diff --git a/net-analyzer/httping/httping-1.0.7.ebuild b/net-analyzer/httping/httping-1.0.7.ebuild
index 361a1e108403..47031546163c 100644
--- a/net-analyzer/httping/httping-1.0.7.ebuild
+++ b/net-analyzer/httping/httping-1.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.0.7.ebuild,v 1.2 2005/11/26 17:35:45 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.0.7.ebuild,v 1.3 2005/12/01 00:59:19 dang Exp $
inherit toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc ~ppc64 ~hppa ~amd64 ~mips"
+KEYWORDS="amd64 ~hppa ~mips ~ppc ~ppc64 x86"
IUSE="ssl"
DEPEND=">=sys-libs/ncurses-5"