summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-07-12 18:24:45 +0000
committerJeroen Roovers <jer@gentoo.org>2014-07-12 18:24:45 +0000
commitcf16a81bef12abbd180d08665837248586ae158a (patch)
tree48c833f93e084a8d22efa36b7afb88d82f2bc65e
parentAdd virtual/pkgconfig dependency. (diff)
downloadgentoo-2-cf16a81bef12abbd180d08665837248586ae158a.tar.gz
gentoo-2-cf16a81bef12abbd180d08665837248586ae158a.tar.bz2
gentoo-2-cf16a81bef12abbd180d08665837248586ae158a.zip
EAPI bump. Remove short <longdescription>.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
-rw-r--r--net-analyzer/isic/ChangeLog8
-rw-r--r--net-analyzer/isic/isic-0.07-r1.ebuild17
-rw-r--r--net-analyzer/isic/metadata.xml1
3 files changed, 12 insertions, 14 deletions
diff --git a/net-analyzer/isic/ChangeLog b/net-analyzer/isic/ChangeLog
index f71d154739e1..6c86a91a22b3 100644
--- a/net-analyzer/isic/ChangeLog
+++ b/net-analyzer/isic/ChangeLog
@@ -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
diff --git a/net-analyzer/isic/isic-0.07-r1.ebuild b/net-analyzer/isic/isic-0.07-r1.ebuild
index e957b480a15d..5ca47204a1d6 100644
--- a/net-analyzer/isic/isic-0.07-r1.ebuild
+++ b/net-analyzer/isic/isic-0.07-r1.ebuild
@@ -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 @@ SRC_URI="mirror://sourceforge/isic/${P}.tgz"
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 @@ src_configure() {
# 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
-}
diff --git a/net-analyzer/isic/metadata.xml b/net-analyzer/isic/metadata.xml
index 4dc9674766ea..03aa50bab7e3 100644
--- a/net-analyzer/isic/metadata.xml
+++ b/net-analyzer/isic/metadata.xml
@@ -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>