diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-30 16:43:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-30 16:43:43 +0000 |
commit | fcc79f46618aedc743cb47b92b50f195a7de4ce3 (patch) | |
tree | 4936ed45bbf49897d7a6c486e3cd323eaf6fb494 /net-analyzer/upnpscan | |
parent | Stable for amd64, wrt bug #454024 (diff) | |
download | gentoo-2-fcc79f46618aedc743cb47b92b50f195a7de4ce3.tar.gz gentoo-2-fcc79f46618aedc743cb47b92b50f195a7de4ce3.tar.bz2 gentoo-2-fcc79f46618aedc743cb47b92b50f195a7de4ce3.zip |
Stable for amd64, wrt bug #454018
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-analyzer/upnpscan')
-rw-r--r-- | net-analyzer/upnpscan/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-analyzer/upnpscan/ChangeLog b/net-analyzer/upnpscan/ChangeLog index 2c968751e80d..f55fd951323b 100644 --- a/net-analyzer/upnpscan/ChangeLog +++ b/net-analyzer/upnpscan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/upnpscan -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/ChangeLog,v 1.14 2012/10/09 10:07:01 pinkbyte Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/ChangeLog,v 1.15 2013/01/30 16:43:43 ago Exp $ + + 30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> upnpscan-0.4-r3.ebuild: + Stable for amd64, wrt bug #454018 09 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> upnpscan-0.4-r3.ebuild: Remove unneeded 'eutils' eclass from inherit @@ -61,4 +64,3 @@ +upnpscan-0.4.ebuild: Initial commit. Fixes bug 98046. Thanks to Michael Zanetta <grimmlin at pentoo dot ch>. - diff --git a/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild b/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild index c308a3ac402d..ea25b69fc81e 100644 --- a/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild +++ b/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild,v 1.2 2012/10/09 10:07:01 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild,v 1.3 2013/01/30 16:43:43 ago Exp $ EAPI="4" @@ -15,7 +15,7 @@ SRC_URI="http://www.cqure.net/tools/${PN}-v${PV}-src.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" S="${WORKDIR}/${PN}" |