diff options
author | Michael Weber <xmw@gentoo.org> | 2011-05-10 10:38:41 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-05-10 10:38:41 +0000 |
commit | 629b561a07d229d5bb45739689454d2879513184 (patch) | |
tree | 1f508a044d4c62cf3020283422723976fd059059 /net-analyzer/hping | |
parent | Add ~x86-fbsd keyword (diff) | |
download | gentoo-2-629b561a07d229d5bb45739689454d2879513184.tar.gz gentoo-2-629b561a07d229d5bb45739689454d2879513184.tar.bz2 gentoo-2-629b561a07d229d5bb45739689454d2879513184.zip |
added arm support and keyword
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/hping')
-rw-r--r-- | net-analyzer/hping/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/hping/files/bytesex.h.patch | 3 | ||||
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/hping/hping-3_pre20051105-r3.ebuild | 6 |
4 files changed, 12 insertions, 7 deletions
diff --git a/net-analyzer/hping/ChangeLog b/net-analyzer/hping/ChangeLog index 6b6eac41490e..ae0afb694399 100644 --- a/net-analyzer/hping/ChangeLog +++ b/net-analyzer/hping/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/hping # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.51 2011/04/02 12:54:02 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.52 2011/05/10 10:38:41 xmw Exp $ + + 10 May 2011; Michael Weber <xmw@gentoo.org> hping-2.0.0_rc3-r2.ebuild, + hping-3_pre20051105-r3.ebuild, files/bytesex.h.patch: + added arm support (bug 361279), added ~arm keyword (bug 302981) 02 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> hping-2.0.0_rc3-r1.ebuild, hping-2.0.0_rc3-r2.ebuild: diff --git a/net-analyzer/hping/files/bytesex.h.patch b/net-analyzer/hping/files/bytesex.h.patch index 26ee54ee1266..8788a1056977 100644 --- a/net-analyzer/hping/files/bytesex.h.patch +++ b/net-analyzer/hping/files/bytesex.h.patch @@ -1,10 +1,11 @@ diff -uNr hping2-rc3.orig/bytesex.h hping2-rc3/bytesex.h --- hping2-rc3.orig/bytesex.h 2004-07-29 15:46:47.572596272 +0000 +++ hping2-rc3/bytesex.h 2004-07-29 15:48:14.557372576 +0000 -@@ -9,11 +9,14 @@ +@@ -9,11 +9,15 @@ #if defined(__i386__) \ || defined(__alpha__) \ ++ || defined(__arm__) \ + || defined(__x86_64__) \ + || defined(__ia64__) \ || (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__))) diff --git a/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild b/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild index dcd32be383ba..d813d140284d 100644 --- a/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild,v 1.3 2011/04/02 12:54:02 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild,v 1.4 2011/05/10 10:38:41 xmw Exp $ inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://www.hping.org/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="" DEPEND="net-libs/libpcap" diff --git a/net-analyzer/hping/hping-3_pre20051105-r3.ebuild b/net-analyzer/hping/hping-3_pre20051105-r3.ebuild index 7467bb10738f..e5c199393455 100644 --- a/net-analyzer/hping/hping-3_pre20051105-r3.ebuild +++ b/net-analyzer/hping/hping-3_pre20051105-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-3_pre20051105-r3.ebuild,v 1.1 2010/11/30 21:30:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-3_pre20051105-r3.ebuild,v 1.2 2011/05/10 10:38:41 xmw Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="http://www.hping.org/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="tcl" S="${WORKDIR}/${MY_P}" |