diff options
-rw-r--r-- | net-analyzer/upnpscan/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/upnpscan/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/upnpscan/upnpscan-0.4.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net-analyzer/upnpscan/ChangeLog b/net-analyzer/upnpscan/ChangeLog index 0dce70ba2e07..e366b777f123 100644 --- a/net-analyzer/upnpscan/ChangeLog +++ b/net-analyzer/upnpscan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/upnpscan -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/ChangeLog,v 1.2 2005/12/10 22:42:53 vanquirius Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/ChangeLog,v 1.3 2006/04/21 22:35:19 vanquirius Exp $ + + 21 Apr 2006; Marcelo Goes <vanquirius@gentoo.org> upnpscan-0.4.ebuild: + Mark 0.4 x86 stable. 10 Dec 2005; Marcelo Goes <vanquirius@gentoo.org> metadata.xml: Add longdescription to metadata.xml. diff --git a/net-analyzer/upnpscan/Manifest b/net-analyzer/upnpscan/Manifest index a6d204f4cb0f..2c22c086c063 100644 --- a/net-analyzer/upnpscan/Manifest +++ b/net-analyzer/upnpscan/Manifest @@ -1,4 +1,4 @@ -MD5 92b9e1ecccdc3e081d99df1bd9078db5 ChangeLog 538 +MD5 8f85876da11f092ee5f52cd48b4c3239 ChangeLog 635 MD5 6faae962fe4cdcfaa1d77503f32730cb files/digest-upnpscan-0.4 66 MD5 83751164d55d03594449b3ad7e59fff9 metadata.xml 489 -MD5 e95ffa243f84ee665a0db89e6a1d5945 upnpscan-0.4.ebuild 647 +MD5 d80bed4409798772e595a0ee478ecb84 upnpscan-0.4.ebuild 646 diff --git a/net-analyzer/upnpscan/upnpscan-0.4.ebuild b/net-analyzer/upnpscan/upnpscan-0.4.ebuild index 106cb12d37b6..a1c470ebfe88 100644 --- a/net-analyzer/upnpscan/upnpscan-0.4.ebuild +++ b/net-analyzer/upnpscan/upnpscan-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4.ebuild,v 1.1 2005/12/10 22:36:28 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4.ebuild,v 1.2 2006/04/21 22:35:19 vanquirius Exp $ DESCRIPTION="Scans the network for UPNP capable devices" HOMEPAGE="http://www.cqure.net/tools.jsp?id=23" @@ -8,7 +8,7 @@ SRC_URI="http://www.cqure.net/tools/${PN}-v${PV}-src.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="static" DEPEND="" |