jer         14/06/24 18:46:44

  Modified:             ChangeLog dhcpdump-1.8.ebuild
  Log:
  Bump deprecated EAPI. Clean up patches. Set *DEPEND straight.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.8                  net-analyzer/dhcpdump/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/dhcpdump/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   1 Jul 2013 13:44:47 -0000       1.7
+++ ChangeLog   24 Jun 2014 18:46:44 -0000      1.8
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/dhcpdump
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dhcpdump/ChangeLog,v 1.7 
2013/07/01 13:44:47 zx2c4 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dhcpdump/ChangeLog,v 1.8 
2014/06/24 18:46:44 jer Exp $
+
+  24 Jun 2014; Jeroen Roovers <j...@gentoo.org> dhcpdump-1.8.ebuild,
+  files/dhcpdump-1.8-Makefile.patch, files/dhcpdump-1.8-debian.patch,
+  files/dhcpdump-1.8-endianness.patch:
+  Bump deprecated EAPI. Clean up patches. Set *DEPEND straight.
 
   01 Jul 2013; Jason A. Donenfeld <zx...@gentoo.org>
   +files/dhcpdump-1.8-endianness.patch, dhcpdump-1.8.ebuild:



1.4                  net-analyzer/dhcpdump/dhcpdump-1.8.ebuild

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

Index: dhcpdump-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dhcpdump-1.8.ebuild 1 Jul 2013 13:44:47 -0000       1.3
+++ dhcpdump-1.8.ebuild 24 Jun 2014 18:46:44 -0000      1.4
@@ -1,7 +1,8 @@
-# Copyright 1999-2013 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/dhcpdump/dhcpdump-1.8.ebuild,v 
1.3 2013/07/01 13:44:47 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild,v 
1.4 2014/06/24 18:46:44 jer Exp $
 
+EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="DHCP Packet Analyzer/tcpdump postprocessor"
@@ -11,22 +12,21 @@
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~x86 ~amd64 ~mips"
-IUSE=""
 
-CDEPEND="net-libs/libpcap"
-DEPEND="dev-lang/perl"
-RDEPEND="${CDEPEND}"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
+RDEPEND="net-libs/libpcap"
+DEPEND="
+       ${RDEPEND}
+       dev-lang/perl
+"
+
+src_prepare() {
        epatch "${FILESDIR}"/${P}-Makefile.patch
        epatch "${FILESDIR}"/${P}-debian.patch
        epatch "${FILESDIR}"/${P}-endianness.patch
 }
 
 src_compile() {
-       emake CC=$(tc-getCC) || die "emake failed"
+       emake CC=$(tc-getCC)
 }
 
 src_install () {




Reply via email to