public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/upnpscan: ChangeLog upnpscan-0.4-r3.ebuild
@ 2012-10-09 10:05 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-10-09 10:05 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    12/10/09 10:05:01

  Modified:             ChangeLog
  Added:                upnpscan-0.4-r3.ebuild
  Log:
  Revision bump
  
  (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 net-analyzer/upnpscan/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	22 Nov 2011 17:59:03 -0000	1.12
+++ ChangeLog	9 Oct 2012 10:05:00 -0000	1.13
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/upnpscan
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/ChangeLog,v 1.12 2011/11/22 17:59:03 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/ChangeLog,v 1.13 2012/10/09 10:05:00 pinkbyte Exp $
+
+*upnpscan-0.4-r3 (09 Oct 2012)
+
+  09 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> +upnpscan-0.4-r3.ebuild:
+  Revision bump: EAPI 4, using autotools-utils eclass, remove unneeded
+  src_install function
 
   22 Nov 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Drop maintainer due retirement, bug #82110



1.1                  net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild?rev=1.1&content-type=text/plain

Index: upnpscan-0.4-r3.ebuild
===================================================================
# Copyright 1999-2012 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.1 2012/10/09 10:05:00 pinkbyte Exp $

EAPI="4"

AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1

inherit autotools-utils eutils

DESCRIPTION="Scans the network for UPNP capable devices"
HOMEPAGE="http://www.cqure.net/wp/upnpscan/"
SRC_URI="http://www.cqure.net/tools/${PN}-v${PV}-src.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

S="${WORKDIR}/${PN}"

DOCS=( AUTHORS ChangeLog NEWS README TODO )

PATCHES=( "${FILESDIR}/${P}-r2-cflags.patch" )





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/upnpscan: ChangeLog upnpscan-0.4-r3.ebuild
@ 2012-10-09 10:07 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-10-09 10:07 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    12/10/09 10:07:01

  Modified:             ChangeLog upnpscan-0.4-r3.ebuild
  Log:
  Remove unneeded 'eutils' eclass from inherit
  
  (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 net-analyzer/upnpscan/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	9 Oct 2012 10:05:00 -0000	1.13
+++ ChangeLog	9 Oct 2012 10:07:01 -0000	1.14
@@ -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.13 2012/10/09 10:05:00 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/ChangeLog,v 1.14 2012/10/09 10:07:01 pinkbyte Exp $
+
+  09 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> upnpscan-0.4-r3.ebuild:
+  Remove unneeded 'eutils' eclass from inherit
 
 *upnpscan-0.4-r3 (09 Oct 2012)
 



1.2                  net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild?r1=1.1&r2=1.2

Index: upnpscan-0.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- upnpscan-0.4-r3.ebuild	9 Oct 2012 10:05:00 -0000	1.1
+++ upnpscan-0.4-r3.ebuild	9 Oct 2012 10:07:01 -0000	1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2012 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.1 2012/10/09 10:05:00 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild,v 1.2 2012/10/09 10:07:01 pinkbyte Exp $
 
 EAPI="4"
 
 AUTOTOOLS_AUTORECONF=1
 AUTOTOOLS_IN_SOURCE_BUILD=1
 
-inherit autotools-utils eutils
+inherit autotools-utils
 
 DESCRIPTION="Scans the network for UPNP capable devices"
 HOMEPAGE="http://www.cqure.net/wp/upnpscan/"





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-09 10:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-09 10:05 [gentoo-commits] gentoo-x86 commit in net-analyzer/upnpscan: ChangeLog upnpscan-0.4-r3.ebuild Sergey Popov (pinkbyte)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-09 10:07 Sergey Popov (pinkbyte)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox