diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-11-01 04:32:45 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-11-01 04:32:45 +0000 |
commit | c8a8aa8142045cd27d2b8cdb39767ba22b3eeccb (patch) | |
tree | 81bf1fc5dfc7c5806579192ce7bdc9ab951e2a02 /net-analyzer | |
parent | Clean up patch (remove LIBTOOL dep and unset CFLAGS in configure.in, extend i... (diff) | |
download | gentoo-2-c8a8aa8142045cd27d2b8cdb39767ba22b3eeccb.tar.gz gentoo-2-c8a8aa8142045cd27d2b8cdb39767ba22b3eeccb.tar.bz2 gentoo-2-c8a8aa8142045cd27d2b8cdb39767ba22b3eeccb.zip |
Readd the old patch or we introduce more QA issues to -r0.
(Portage version: 2.1.9.23/cvs/Linux i686)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/upnpscan/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/upnpscan/files/upnpscan-0.4-cflags.patch | 59 | ||||
-rw-r--r-- | net-analyzer/upnpscan/files/upnpscan-0.4-r2-cflags.patch | 51 | ||||
-rw-r--r-- | net-analyzer/upnpscan/upnpscan-0.4-r2.ebuild | 4 |
4 files changed, 72 insertions, 48 deletions
diff --git a/net-analyzer/upnpscan/ChangeLog b/net-analyzer/upnpscan/ChangeLog index 6d74ec153ec9..c1777795c854 100644 --- a/net-analyzer/upnpscan/ChangeLog +++ b/net-analyzer/upnpscan/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/upnpscan # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/ChangeLog,v 1.9 2010/11/01 04:17:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/ChangeLog,v 1.10 2010/11/01 04:32:45 jer Exp $ + + 01 Nov 2010; Jeroen Roovers <jer@gentoo.org> upnpscan-0.4-r2.ebuild, + files/upnpscan-0.4-cflags.patch, +files/upnpscan-0.4-r2-cflags.patch: + Readd the old patch or we introduce more QA issues to -r0. *upnpscan-0.4-r2 (01 Nov 2010) diff --git a/net-analyzer/upnpscan/files/upnpscan-0.4-cflags.patch b/net-analyzer/upnpscan/files/upnpscan-0.4-cflags.patch index 46be9888ec7c..f7632d7f005b 100644 --- a/net-analyzer/upnpscan/files/upnpscan-0.4-cflags.patch +++ b/net-analyzer/upnpscan/files/upnpscan-0.4-cflags.patch @@ -1,51 +1,20 @@ ---- a/configure.in 2005-06-23 17:02:57.000000000 +0200 -+++ b/configure.in 2010-11-01 04:44:44.000000000 +0100 -@@ -8,12 +8,10 @@ - AM_CONFIG_HEADER(config.h) - - AC_ISC_POSIX --CFLAGS="" - AC_SUBST(CFLAGS) - AC_PROG_CC - AM_PROG_CC_STDC - AC_HEADER_STDC --AM_PROG_LIBTOOL - - dnl Checks for programs. - ---- a/Makefile.am 2005-06-23 12:32:13.000000000 +0200 -+++ b/Makefile.am 2010-11-01 04:46:41.000000000 +0100 -@@ -5,20 +5,6 @@ - - SUBDIRS = src - --upnpscandocdir = ${prefix}/doc/upnpscan --upnpscandoc_DATA = \ -- README\ -- COPYING\ -- AUTHORS\ -- ChangeLog\ -- INSTALL\ -- NEWS\ -- TODO -- --EXTRA_DIST = $(upnpscandoc_DATA) -- -- -- - # Copy all the spec files. Of cource, only one is actually used. - dist-hook: - for specfile in *.spec; do \ ---- a/src/Makefile.am 2005-06-21 22:57:32.000000000 +0200 -+++ b/src/Makefile.am 2010-11-01 04:53:22.000000000 +0100 -@@ -7,10 +7,6 @@ - INCLUDES =\ +--- upnpscan/src/Makefile.in.orig 2005-06-23 17:03:51.000000000 +0200 ++++ upnpscan/src/Makefile.in 2009-01-15 08:42:52.000000000 +0100 +@@ -82,7 +82,6 @@ + AWK = @AWK@ + CC = @CC@ + CCDEPMODE = @CCDEPMODE@ +-CFLAGS = @CFLAGS@ + CPP = @CPP@ + CPPFLAGS = @CPPFLAGS@ + CXX = @CXX@ +@@ -181,8 +180,7 @@ -I../include --AM_CFLAGS =\ + AM_CFLAGS = \ - -Wall\ - -g -- - bin_PROGRAMS = upnpscan ++ -Wall upnpscan_SOURCES = \ + upnpscan.c\ diff --git a/net-analyzer/upnpscan/files/upnpscan-0.4-r2-cflags.patch b/net-analyzer/upnpscan/files/upnpscan-0.4-r2-cflags.patch new file mode 100644 index 000000000000..46be9888ec7c --- /dev/null +++ b/net-analyzer/upnpscan/files/upnpscan-0.4-r2-cflags.patch @@ -0,0 +1,51 @@ +--- a/configure.in 2005-06-23 17:02:57.000000000 +0200 ++++ b/configure.in 2010-11-01 04:44:44.000000000 +0100 +@@ -8,12 +8,10 @@ + AM_CONFIG_HEADER(config.h) + + AC_ISC_POSIX +-CFLAGS="" + AC_SUBST(CFLAGS) + AC_PROG_CC + AM_PROG_CC_STDC + AC_HEADER_STDC +-AM_PROG_LIBTOOL + + dnl Checks for programs. + +--- a/Makefile.am 2005-06-23 12:32:13.000000000 +0200 ++++ b/Makefile.am 2010-11-01 04:46:41.000000000 +0100 +@@ -5,20 +5,6 @@ + + SUBDIRS = src + +-upnpscandocdir = ${prefix}/doc/upnpscan +-upnpscandoc_DATA = \ +- README\ +- COPYING\ +- AUTHORS\ +- ChangeLog\ +- INSTALL\ +- NEWS\ +- TODO +- +-EXTRA_DIST = $(upnpscandoc_DATA) +- +- +- + # Copy all the spec files. Of cource, only one is actually used. + dist-hook: + for specfile in *.spec; do \ +--- a/src/Makefile.am 2005-06-21 22:57:32.000000000 +0200 ++++ b/src/Makefile.am 2010-11-01 04:53:22.000000000 +0100 +@@ -7,10 +7,6 @@ + INCLUDES =\ + -I../include + +-AM_CFLAGS =\ +- -Wall\ +- -g +- + bin_PROGRAMS = upnpscan + + upnpscan_SOURCES = \ diff --git a/net-analyzer/upnpscan/upnpscan-0.4-r2.ebuild b/net-analyzer/upnpscan/upnpscan-0.4-r2.ebuild index 997579708f85..da6ed52dca8f 100644 --- a/net-analyzer/upnpscan/upnpscan-0.4-r2.ebuild +++ b/net-analyzer/upnpscan/upnpscan-0.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r2.ebuild,v 1.1 2010/11/01 04:17:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r2.ebuild,v 1.2 2010/11/01 04:32:45 jer Exp $ EAPI="2" @@ -18,7 +18,7 @@ IUSE="" S="${WORKDIR}/${PN}" src_prepare() { - epatch "${FILESDIR}"/${P}-cflags.patch + epatch "${FILESDIR}"/${PF}-cflags.patch eautoreconf } |