From: "Jeroen Roovers (jer)" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/iptraf-ng: ChangeLog iptraf-ng-1.1.3.1-r2.ebuild
Date: Wed, 2 Jan 2013 14:53:19 +0000 (UTC) [thread overview]
Message-ID: <20130102145319.9CE5C2171D@flycatcher.gentoo.org> (raw)
jer 13/01/02 14:53:19
Modified: ChangeLog iptraf-ng-1.1.3.1-r2.ebuild
Log:
Do not keepdir /var/lock, only unused code references that (bug #442002).
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.53 net-analyzer/iptraf-ng/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iptraf-ng/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iptraf-ng/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iptraf-ng/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 2 Jan 2013 13:32:41 -0000 1.52
+++ ChangeLog 2 Jan 2013 14:53:19 -0000 1.53
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/iptraf-ng
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/ChangeLog,v 1.52 2013/01/02 13:32:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/ChangeLog,v 1.53 2013/01/02 14:53:19 jer Exp $
+
+ 02 Jan 2013; Jeroen Roovers <jer@gentoo.org> iptraf-ng-1.1.3.1-r2.ebuild:
+ Do not keepdir /var/lock, only unused code references that (bug #442002).
*iptraf-ng-1.1.3.1-r2 (02 Jan 2013)
1.2 net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r2.ebuild?r1=1.1&r2=1.2
Index: iptraf-ng-1.1.3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iptraf-ng-1.1.3.1-r2.ebuild 2 Jan 2013 13:32:41 -0000 1.1
+++ iptraf-ng-1.1.3.1-r2.ebuild 2 Jan 2013 14:53:19 -0000 1.2
@@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r2.ebuild,v 1.1 2013/01/02 13:32:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r2.ebuild,v 1.2 2013/01/02 14:53:19 jer Exp $
-EAPI=4
+EAPI=5
inherit eutils toolchain-funcs
DESCRIPTION="A console-based network monitoring utility"
@@ -39,11 +39,12 @@
src/*.8 || die
}
+# configure does not do very much we do not already control
src_configure() { :; }
src_compile() {
tc-export CC
- emake
+ default
}
src_install() {
@@ -53,5 +54,5 @@
dodoc AUTHORS CHANGES FAQ README* RELEASE-NOTES
use doc && dohtml -a gif,html,png -r Documentation/*
- keepdir /var/{lib,log,lock}/iptraf-ng #376157
+ keepdir /var/{lib,log}/iptraf-ng #376157
}
next reply other threads:[~2013-01-02 14:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-02 14:53 Jeroen Roovers (jer) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-05-06 16:37 [gentoo-commits] gentoo-x86 commit in net-analyzer/iptraf-ng: ChangeLog iptraf-ng-1.1.3.1-r2.ebuild Jeroen Roovers (jer)
2013-02-16 17:20 Jeroen Roovers (jer)
2013-02-15 12:01 Sergey Popov (pinkbyte)
2013-02-14 13:01 Sergey Popov (pinkbyte)
2013-01-02 13:32 Jeroen Roovers (jer)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130102145319.9CE5C2171D@flycatcher.gentoo.org \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox