Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/multitail: multitail-5.2.13.ebuild ChangeLog
Date: Fri, 22 Nov 2013 08:00:33
Message-Id: 20131122080024.CE73C2004B@flycatcher.gentoo.org
1 jlec 13/11/22 08:00:24
2
3 Modified: multitail-5.2.13.ebuild ChangeLog
4 Log:
5 app-text/multitail: Add missing deps for tests
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.2 app-text/multitail/multitail-5.2.13.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.13.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.13.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.13.ebuild?r1=1.1&r2=1.2
15
16 Index: multitail-5.2.13.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.13.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- multitail-5.2.13.ebuild 20 Jun 2013 07:20:51 -0000 1.1
23 +++ multitail-5.2.13.ebuild 22 Nov 2013 08:00:24 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.13.ebuild,v 1.1 2013/06/20 07:20:51 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.13.ebuild,v 1.2 2013/11/22 08:00:24 jlec Exp $
29
30 EAPI=5
31
32 @@ -12,12 +12,13 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
37 -IUSE="debug doc examples"
38 +KEYWORDS="~amd64 ~x86 ~x86-interix ~amd64-linux ~x86-linux"
39 +IUSE="debug doc examples test"
40
41 RDEPEND="sys-libs/ncurses"
42 DEPEND="${RDEPEND}
43 - virtual/pkgconfig"
44 + virtual/pkgconfig
45 + test? ( dev-util/cppcheck )"
46
47 src_prepare() {
48 epatch "${FILESDIR}"/${P}-as-needed.patch
49 @@ -27,6 +28,7 @@
50 sed \
51 -e '/gcc/d' \
52 -e '/scan-build/d' \
53 + -e 's:make clean::g' \
54 -i Makefile || die
55
56 tc-export CC PKG_CONFIG
57 @@ -34,7 +36,7 @@
58
59 src_configure() {
60 use debug && append-flags "-D_DEBUG"
61 - use prefix && sed "s:DESTDIR=/:DESTDIR=${EROOT}:g" -i Makefile
62 + sed "s:DESTDIR=/:DESTDIR=${EROOT}:g" -i Makefile || die
63 }
64
65 src_install () {
66
67
68
69 1.105 app-text/multitail/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?rev=1.105&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?rev=1.105&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?r1=1.104&r2=1.105
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v
78 retrieving revision 1.104
79 retrieving revision 1.105
80 diff -u -r1.104 -r1.105
81 --- ChangeLog 20 Jun 2013 07:20:51 -0000 1.104
82 +++ ChangeLog 22 Nov 2013 08:00:24 -0000 1.105
83 @@ -1,6 +1,9 @@
84 # ChangeLog for app-text/multitail
85 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.104 2013/06/20 07:20:51 jlec Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.105 2013/11/22 08:00:24 jlec Exp $
88 +
89 + 22 Nov 2013; Justin Lecher <jlec@g.o> multitail-5.2.13.ebuild:
90 + Add missing deps for tests
91
92 *multitail-5.2.13 (20 Jun 2013)