Update HOMEPAGE for bug 87201.
authorAaron Walker <ka0ttic@gentoo.org>
Wed, 30 Mar 2005 03:23:15 +0000 (03:23 +0000)
committerAaron Walker <ka0ttic@gentoo.org>
Wed, 30 Mar 2005 03:23:15 +0000 (03:23 +0000)
Package-Manager: portage-2.0.51.19

net-analyzer/xprobe/ChangeLog
net-analyzer/xprobe/Manifest
net-analyzer/xprobe/xprobe-0.0.2.ebuild
net-analyzer/xprobe/xprobe-0.2.1.ebuild
net-analyzer/xprobe/xprobe-0.2.2.ebuild

index 56c575e60dbe37fd586e40f2ecf66547748c98b3..71b930d1b8f21f6408f5107c3c4b4c5940075aa1 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/xprobe
 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/ChangeLog,v 1.11 2005/02/17 13:45:17 radek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/ChangeLog,v 1.12 2005/03/30 03:23:15 ka0ttic Exp $
+
+  30 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> xprobe-0.0.2.ebuild,
+  xprobe-0.2.1.ebuild, xprobe-0.2.2.ebuild:
+  Update HOMEPAGE for bug 87201.
 
   17 Feb 2005; Radoslaw Stachowiak <radek@gentoo.org> xprobe-0.2.2.ebuild:
   version bump. also end of CHOST CFLAGS problems.
index e3e4803897a4c9cbebd9f9792c063dbba988be06..2dbfd05325af020fccba6967a646ddfcc98e0396 100644 (file)
@@ -1,9 +1,19 @@
-MD5 2dd778f4b9b154070f9845d23c3162a9 xprobe-0.2.2.ebuild 1081
-MD5 6de3ac40279084db8a4caff42836b5d6 xprobe-0.2.1.ebuild 1216
-MD5 aaa7f5bb15e8db514726c44edc25c853 xprobe-0.0.2.ebuild 759
-MD5 538319ade20c22d24008c68c2093c189 ChangeLog 1514
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 3b1fa24ceaaa952b52ee99c8446ca9e7 xprobe-0.2.2.ebuild 1049
+MD5 e7a1806a51548c183bbf6edbf8dbd28e xprobe-0.2.1.ebuild 1121
+MD5 bda28773053ef7cfb08c9e5f0156c78e xprobe-0.0.2.ebuild 679
+MD5 d227684066a871b7017026fdd436a585 ChangeLog 1664
 MD5 ac6c11d70b477833baa876a5460fba26 metadata.xml 224
 MD5 9610e3d9785f7b6eb29ab995ef30fb08 files/xprobe-0.0.2-gentoo.patch 387
 MD5 2d7fd3216e38d4a4adb0d40c689bb944 files/digest-xprobe-0.0.2 63
 MD5 6b20f3d65e14741fe524b8b88dbdbd73 files/digest-xprobe-0.2.1 65
 MD5 deeacb60b94a028e0f05b2c33f504488 files/digest-xprobe-0.2.2 65
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCShu3EZCkKN40op4RAkl0AKCEFX885j1rYvFZfjslL9pdLB9OwACdGP22
+yS1oqEH4tasIdqfPBILmNtc=
+=LgCh
+-----END PGP SIGNATURE-----
index c01dca0616c636821eca1300215bcb65e4c91e5b..ea596483bf586e1046621b260cf117f4da5f40b4 100644 (file)
@@ -1,35 +1,28 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.0.2.ebuild,v 1.9 2005/01/29 05:12:52 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.0.2.ebuild,v 1.10 2005/03/30 03:23:15 ka0ttic Exp $
 
 inherit eutils
 
 DESCRIPTION="Active OS fingerprinting tool"
 SRC_URI="http://www.sys-security.com/archive/tools/X/${P}.tar.gz"
-HOMEPAGE="http://www.sys-security.com/html/projects/X.html"
+HOMEPAGE="http://www.sys-security.com/index.php?page=xprobe"
 
 KEYWORDS="x86 ~sparc"
 SLOT="0"
 LICENSE="GPL-2"
+IUSE=""
 
 DEPEND="virtual/libpcap"
-IUSE=""
 
 src_unpack() {
        unpack ${A}
-
        cd ${S}
-       epatch ${FILESDIR}/${P}-gentoo.patch || die "epatch failed"
-}
-
-src_compile() {
-       econf || die
-       emake || die
+       epatch ${FILESDIR}/${P}-gentoo.patch
 }
 
 src_install () {
        make DESTDIR=${D} install || die
-       dodoc AUTHORS CREDITS LICENSE
-       dodoc Changelog TODO README
+       dodoc AUTHORS CREDITS LICENSE Changelog TODO README
 }
 
index f40a1966cc0ba8e6035a5a6945c1660548f5f059..ac47aa00cbbf7c57f8cf6ddd422f6458f98559db 100644 (file)
@@ -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/xprobe/xprobe-0.2.1.ebuild,v 1.4 2005/01/31 11:40:52 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.2.1.ebuild,v 1.5 2005/03/30 03:23:15 ka0ttic Exp $
 
 inherit eutils
 
@@ -11,24 +11,16 @@ inherit eutils
 #
 DESCRIPTION="Active OS fingerprinting tool - this is Xprobe2"
 SRC_URI="mirror://sourceforge/${PN}/${PN}2-${PV}.tar.gz"
-HOMEPAGE="http://www.sys-security.com/html/projects/X.html"
+HOMEPAGE="http://www.sys-security.com/index.php?page=xprobe"
 
 KEYWORDS="x86 ~sparc"
 SLOT="0"
 LICENSE="GPL-2"
-
-DEPEND="virtual/libpcap"
 IUSE=""
 
-src_unpack() {
-
-       unpack ${A}
-
-       #epatch ${FILESDIR}/${P}-gentoo.patch || die "epatch failed"
-}
+DEPEND="virtual/libpcap"
 
 src_compile() {
-
        cd "${WORKDIR}/${PN}2-${PV}"
        # needed due to broken configure script
        unset CFLAGS
index 663a78dddd210d8362b5f98fa4c700f76873a126..c7dc24b2119af2a2c6339328beed11896a750d49 100644 (file)
@@ -1,32 +1,26 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.2.2.ebuild,v 1.1 2005/02/17 13:45:17 radek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.2.2.ebuild,v 1.2 2005/03/30 03:23:15 ka0ttic Exp $
 
 inherit eutils
 
 # This is new xprobe, so called xprobe2, due to xprobe1 being obsoleted.
-# xprobe 2 has different approach to operating system fingerprinting. 
+# xprobe 2 has different approach to operating system fingerprinting.
 # Xprobe2 rely on fuzzy signature matching, probabilistic guesses, multiple
 # matches simultaneously, and a signature database.
-#
+
 DESCRIPTION="Active OS fingerprinting tool - this is Xprobe2"
 SRC_URI="mirror://sourceforge/${PN}/${PN}2-${PV}.tar.gz"
-HOMEPAGE="http://www.sys-security.com/html/projects/X.html"
+HOMEPAGE="http://www.sys-security.com/index.php?page=xprobe"
 
 KEYWORDS="~x86 ~sparc"
 SLOT="0"
 LICENSE="GPL-2"
-
-DEPEND="virtual/libpcap"
 IUSE=""
 
-src_unpack() {
-
-       unpack ${A}
-}
+DEPEND="virtual/libpcap"
 
 src_compile() {
-
        cd "${WORKDIR}/${PN}2-${PV}"
        econf || die "could not configure"
        emake || die "could not make"