jer         14/07/10 19:13:35

  Modified:             ChangeLog arpoison-0.6-r2.ebuild
  Log:
  Clean up unused vars. Remove die() message. Set SLOT dependency on 
net-libs/libnet.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.18                 net-analyzer/arpoison/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   28 Dec 2012 16:19:09 -0000      1.17
+++ ChangeLog   10 Jul 2014 19:13:35 -0000      1.18
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/arpoison
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.17 
2012/12/28 16:19:09 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.18 
2014/07/10 19:13:35 jer Exp $
+
+  10 Jul 2014; Jeroen Roovers <j...@gentoo.org> arpoison-0.6-r2.ebuild:
+  Clean up unused vars. Remove die() message. Set SLOT dependency on
+  net-libs/libnet.
 
   28 Dec 2012; Jeroen Roovers <j...@gentoo.org> -arpoison-0.6.ebuild,
   -arpoison-0.6-r1.ebuild:



1.6                  net-analyzer/arpoison/arpoison-0.6-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpoison/arpoison-0.6-r2.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpoison/arpoison-0.6-r2.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpoison/arpoison-0.6-r2.ebuild?r1=1.5&r2=1.6

Index: arpoison-0.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- arpoison-0.6-r2.ebuild      28 Dec 2012 11:20:02 -0000      1.5
+++ arpoison-0.6-r2.ebuild      10 Jul 2014 19:13:35 -0000      1.6
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 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/arpoison/arpoison-0.6-r2.ebuild,v 1.5 
2012/12/28 11:20:02 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6-r2.ebuild,v 1.6 
2014/07/10 19:13:35 jer Exp $
 
-EAPI="5"
+EAPI=5
 
 inherit toolchain-funcs
 
@@ -13,11 +13,9 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm ppc x86"
-IUSE=""
 
-RDEPEND=">=net-libs/libnet-1.1.0"
-DEPEND="${RDEPEND}
-               >=sys-apps/sed-4"
+RDEPEND="net-libs/libnet:1.1"
+DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${PN}"
 
@@ -27,7 +25,7 @@
        sed -i Makefile \
                -e 's|gcc \(-Wall\)|$(CC) \1 $(CFLAGS) $(LDFLAGS)|' \
                -e "s|libnet-config|${ROOT}usr/bin/libnet-config|g" \
-               || die "sed on Makefile failed"
+               || die
 }
 
 src_compile() {




Reply via email to