Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libmatchbox: ChangeLog libmatchbox-1.9.ebuild
Date: Tue, 04 May 2010 12:01:21
Message-Id: 20100504120118.913642963F@corvid.gentoo.org
1 flameeyes 10/05/04 12:01:18
2
3 Modified: ChangeLog libmatchbox-1.9.ebuild
4 Log:
5 QA: add missing libtool inherit.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.15 x11-libs/libmatchbox/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/ChangeLog?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/ChangeLog?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/ChangeLog?r1=1.14&r2=1.15
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- ChangeLog 26 Apr 2010 15:17:37 -0000 1.14
22 +++ ChangeLog 4 May 2010 12:01:18 -0000 1.15
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-libs/libmatchbox
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v 1.14 2010/04/26 15:17:37 yvasilev Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v 1.15 2010/05/04 12:01:18 flameeyes Exp $
28 +
29 + 04 May 2010; Diego E. Pettenò <flameeyes@g.o>
30 + libmatchbox-1.9.ebuild:
31 + QA: add missing libtool inherit.
32
33 26 Apr 2010; Yuri Vasilevski <yvasilev@g.o> libmatchbox-1.9.ebuild:
34 Fixed installation of ChangeLog file (Bug #316497), fixed dependencies,
35
36
37
38 1.10 x11-libs/libmatchbox/libmatchbox-1.9.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?rev=1.10&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?rev=1.10&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?r1=1.9&r2=1.10
43
44 Index: libmatchbox-1.9.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v
47 retrieving revision 1.9
48 retrieving revision 1.10
49 diff -u -r1.9 -r1.10
50 --- libmatchbox-1.9.ebuild 26 Apr 2010 15:17:37 -0000 1.9
51 +++ libmatchbox-1.9.ebuild 4 May 2010 12:01:18 -0000 1.10
52 @@ -1,8 +1,8 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v 1.9 2010/04/26 15:17:37 yvasilev Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v 1.10 2010/05/04 12:01:18 flameeyes Exp $
57
58 -inherit eutils
59 +inherit eutils libtool
60
61 DESCRIPTION="The Matchbox Library."
62 HOMEPAGE="http://matchbox-project.org/"