diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-10-01 15:16:08 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-10-01 15:16:08 +0000 |
commit | b20ab059ae734bdbac5635fcafaeda5e724d07b3 (patch) | |
tree | 783c15391c55995bbc04c342942834492c8cbd77 /net-analyzer/hping | |
parent | metadata.xml + stable for x86 (diff) | |
download | historical-b20ab059ae734bdbac5635fcafaeda5e724d07b3.tar.gz historical-b20ab059ae734bdbac5635fcafaeda5e724d07b3.tar.bz2 historical-b20ab059ae734bdbac5635fcafaeda5e724d07b3.zip |
metadata.xml + rc1 syntax fix
Diffstat (limited to 'net-analyzer/hping')
-rw-r--r-- | net-analyzer/hping/Manifest | 3 | ||||
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/hping/metadata.xml | 10 |
3 files changed, 14 insertions, 3 deletions
diff --git a/net-analyzer/hping/Manifest b/net-analyzer/hping/Manifest index 773a97f9e1f9..9169bd94ce16 100644 --- a/net-analyzer/hping/Manifest +++ b/net-analyzer/hping/Manifest @@ -1,5 +1,6 @@ MD5 85e2305a2f48e2640d1217be2c9aa63a ChangeLog 1168 -MD5 c501ffecd3d6b80c182c3ed45c6cff8d hping-2.0.0_rc1.ebuild 965 +MD5 fe0c4b649fc135e8fe6cf95c9868dda4 hping-2.0.0_rc1.ebuild 961 MD5 fdab4a3968e6320d83e33320d025e7bf hping-2.0.0_rc2.ebuild 969 +MD5 75ed528e33e83ac57ce987793d740b5c metadata.xml 245 MD5 704f5fd266e6ab22f0eed2acb3aa621b files/digest-hping-2.0.0_rc1 65 MD5 eef05cbe61a0adf5b65aced19f629085 files/digest-hping-2.0.0_rc2 66 diff --git a/net-analyzer/hping/hping-2.0.0_rc1.ebuild b/net-analyzer/hping/hping-2.0.0_rc1.ebuild index 3e20c19b40a5..333cb39a629d 100644 --- a/net-analyzer/hping/hping-2.0.0_rc1.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc1.ebuild,v 1.10 2003/09/05 23:40:09 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc1.ebuild,v 1.11 2003/10/01 15:16:05 avenj Exp $ # NOTE: author couldn't make up mind over tarball names, directory names, # etc... hense the need to hardcode S and SRC_URI :( @@ -11,7 +11,7 @@ HOMEPAGE="http://www.hping.org" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc ppc" +KEYWORDS="x86 sparc ppc" DEPEND="net-libs/libpcap" diff --git a/net-analyzer/hping/metadata.xml b/net-analyzer/hping/metadata.xml new file mode 100644 index 000000000000..4e98f418b45c --- /dev/null +++ b/net-analyzer/hping/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> +<name>Jon Portnoy</name> +<email>avenj@gentoo.org</email> +</maintainer> +</pkgmetadata> + |