jer         14/07/17 22:05:37

  Modified:             ChangeLog traceproto-1.1.2_beta1.ebuild
  Removed:              traceproto-1.1.1.ebuild
  Log:
  EAPI bump. Undo patch that makes sys-libs/ncurses optional. Fix building 
against sys-libs/ncurses[tinfo].
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.8                  net-analyzer/traceproto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/traceproto/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   9 Oct 2008 20:40:58 -0000       1.7
+++ ChangeLog   17 Jul 2014 22:05:37 -0000      1.8
@@ -1,6 +1,13 @@
 # ChangeLog for net-analyzer/traceproto
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceproto/ChangeLog,v 1.7 
2008/10/09 20:40:58 flameeyes Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceproto/ChangeLog,v 1.8 
2014/07/17 22:05:37 jer Exp $
+
+  17 Jul 2014; Jeroen Roovers <[email protected]> -traceproto-1.1.1.ebuild,
+  traceproto-1.1.2_beta1.ebuild, -files/traceproto-1.1.1-fix-warnings.diff,
+  +files/traceproto-1.1.2_beta1-tinfo.patch,
+  -files/traceproto-1.1.2_beta1.patch:
+  EAPI bump. Undo patch that makes sys-libs/ncurses optional. Fix building
+  against sys-libs/ncurses[tinfo].
 
   09 Oct 2008; Diego Pettenò <[email protected]>
   traceproto-1.1.2_beta1.ebuild:



1.4                  net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild?r1=1.3&r2=1.4

Index: traceproto-1.1.2_beta1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- traceproto-1.1.2_beta1.ebuild       9 Oct 2008 20:40:58 -0000       1.3
+++ traceproto-1.1.2_beta1.ebuild       17 Jul 2014 22:05:37 -0000      1.4
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild,v 
1.3 2008/10/09 20:40:58 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild,v 
1.4 2014/07/17 22:05:37 jer Exp $
 
+EAPI=5
 inherit eutils autotools
 
 MY_PV=${PV/_/}
@@ -13,32 +14,28 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc x86"
-IUSE="debug ncurses"
+IUSE="debug"
 
-RDEPEND=">=net-libs/libnet-1.1.0
+RDEPEND="
+       net-libs/libnet:1.1
        net-libs/libpcap
-       ncurses? ( sys-libs/ncurses )
-       debug? ( dev-libs/dmalloc )"
-DEPEND="${RDEPEND}"
+       sys-libs/ncurses
+       debug? ( dev-libs/dmalloc )
+"
+DEPEND="
+       ${RDEPEND}
+       app-doc/doxygen[dot]
+"
 
 S=${WORKDIR}/${PN}-${MY_PV}
 
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/${P}.patch
-       eautoreconf
-}
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
 
-src_compile() {
-       econf \
-               $(use_enable debug dmalloc) \
-               $(use_enable ncurses) \
-               || die "econf failed"
-       emake || die "emake failed"
+src_prepare() {
+       epatch "${FILESDIR}"/${P}-tinfo.patch
+       eautoreconf
 }
 
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc AUTHORS ChangeLog NEWS README TODO
+src_configure() {
+       econf $(use_enable debug dmalloc)
 }




Reply via email to