public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/isic: isic-0.07-r1.ebuild metadata.xml ChangeLog
@ 2014-07-12 18:24 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2014-07-12 18:24 UTC (permalink / raw
  To: gentoo-commits

jer         14/07/12 18:24:45

  Modified:             isic-0.07-r1.ebuild metadata.xml ChangeLog
  Log:
  EAPI bump. Remove short <longdescription>.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.6                  net-analyzer/isic/isic-0.07-r1.ebuild

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

Index: isic-0.07-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/isic/isic-0.07-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- isic-0.07-r1.ebuild	26 Sep 2012 10:42:15 -0000	1.5
+++ isic-0.07-r1.ebuild	12 Jul 2014 18:24:45 -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/isic/isic-0.07-r1.ebuild,v 1.5 2012/09/26 10:42:15 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/isic-0.07-r1.ebuild,v 1.6 2014/07/12 18:24:45 jer Exp $
 
-EAPI="3"
+EAPI=5
 
 inherit toolchain-funcs
 
@@ -13,18 +13,19 @@
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE=""
 
 DEPEND="net-libs/libnet:1.1"
 RDEPEND="${DEPEND}"
 
+DOCS=( ChangeLog README )
+
 src_prepare() {
 	# Add two missing includes
 	echo "#include <netinet/udp.h>" >> isic.h || die
 	echo "#include <netinet/tcp.h>" >> isic.h || die
 
 	# Install man pages in /usr/share/man
-	sed -i Makefile.in -e 's|/man/man1|/share&|g' || die
+	sed -i -e 's|/man/man1|/share&|g' Makefile.in || die
 
 	tc-export CC
 }
@@ -33,9 +34,3 @@
 	# Build system does not know about DESTDIR
 	econf --prefix="${D}/usr" --exec_prefix="${D}/usr"
 }
-
-src_install() {
-	# Build system does not know about DESTDIR
-	emake install || die "make install failed"
-	dodoc README
-}



1.4                  net-analyzer/isic/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/isic/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	20 Aug 2011 20:17:06 -0000	1.3
+++ metadata.xml	12 Jul 2014 18:24:45 -0000	1.4
@@ -2,5 +2,4 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <herd>netmon</herd>
-<longdescription>IP Stack Integrity Checker</longdescription>
 </pkgmetadata>



1.22                 net-analyzer/isic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/isic/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	26 Sep 2012 10:42:15 -0000	1.21
+++ ChangeLog	12 Jul 2014 18:24:45 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/isic
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/ChangeLog,v 1.21 2012/09/26 10:42:15 blueness Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/ChangeLog,v 1.22 2014/07/12 18:24:45 jer Exp $
+
+  12 Jul 2014; Jeroen Roovers <jer@gentoo.org> isic-0.07-r1.ebuild,
+  metadata.xml:
+  EAPI bump. Remove short <longdescription>.
 
   26 Sep 2012; Anthony G. Basile <blueness@gentoo.org> isic-0.07-r1.ebuild:
   stable ppc, bug #393895





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-12 18:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-12 18:24 [gentoo-commits] gentoo-x86 commit in net-analyzer/isic: isic-0.07-r1.ebuild metadata.xml ChangeLog Jeroen Roovers (jer)

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