summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-08-16 14:05:24 +0000
committerJeroen Roovers <jer@gentoo.org>2012-08-16 14:05:24 +0000
commitd5159f5743ca042d272b934afc029bc367e6f7ce (patch)
tree67bce4c5775945c0e1352296fb655df6876fee82 /net-analyzer/jnettop
parentRemove old; bump to EAPI=4; use the testrb-2 helper for testing. (diff)
downloadgentoo-2-d5159f5743ca042d272b934afc029bc367e6f7ce.tar.gz
gentoo-2-d5159f5743ca042d272b934afc029bc367e6f7ce.tar.bz2
gentoo-2-d5159f5743ca042d272b934afc029bc367e6f7ce.zip
EAPI bump by XU Benda (bug #431612). Install dot file in a way people can spot it.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/jnettop')
-rw-r--r--net-analyzer/jnettop/ChangeLog6
-rw-r--r--net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild12
2 files changed, 11 insertions, 7 deletions
diff --git a/net-analyzer/jnettop/ChangeLog b/net-analyzer/jnettop/ChangeLog
index 72ec9bb2c67d..0a5d20fdf8c6 100644
--- a/net-analyzer/jnettop/ChangeLog
+++ b/net-analyzer/jnettop/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/jnettop
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/ChangeLog,v 1.22 2012/05/04 06:08:08 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/ChangeLog,v 1.23 2012/08/16 14:05:24 jer Exp $
+
+ 16 Aug 2012; Jeroen Roovers <jer@gentoo.org> jnettop-0.13.0-r1.ebuild:
+ EAPI bump by XU Benda (bug #431612). Install dot file in a way people can
+ spot it.
04 May 2012; Jeff Horelick <jdhore@gentoo.org> jnettop-0.13.0-r1.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
diff --git a/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild b/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild
index 0464ce220652..94241899edb2 100644
--- a/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild
+++ b/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild,v 1.4 2012/05/04 06:08:08 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild,v 1.5 2012/08/16 14:05:24 jer Exp $
+EAPI=4
inherit autotools eutils
DESCRIPTION="A top like console network traffic visualiser"
@@ -19,15 +20,14 @@ RDEPEND="net-libs/libpcap
DEPEND="${RDEPEND}
virtual/pkgconfig"
-src_unpack() {
- unpack ${A}
- cd "${S}"
+DOCS=( AUTHORS ChangeLog NEWS README )
+src_prepare() {
epatch "${FILESDIR}/${P}-asneeded.patch"
eautoreconf
}
src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README .jnettop
+ default
+ newdoc .${PN} ${PN}.dotfile
}