Gentoo Archives: gentoo-commits

From: "Yuri Vasilevski (yvasilev)" <yvasilev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libmatchbox: ChangeLog libmatchbox-1.9.ebuild
Date: Mon, 26 Apr 2010 15:17:42
Message-Id: 20100426151738.184BF2C04C@corvid.gentoo.org
1 yvasilev 10/04/26 15:17:37
2
3 Modified: ChangeLog libmatchbox-1.9.ebuild
4 Log:
5 Fixed installation of ChangeLog file (Bug #316497), fixed dependencies, added conditional dependency to dev-libs/check (needed for running tests).
6 (Portage version: 2.1.7.17/cvs/Linux i686)
7
8 Revision Changes Path
9 1.14 x11-libs/libmatchbox/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/ChangeLog?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/ChangeLog?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/ChangeLog?r1=1.13&r2=1.14
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- ChangeLog 9 Mar 2010 14:57:48 -0000 1.13
22 +++ ChangeLog 26 Apr 2010 15:17:37 -0000 1.14
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.13 2010/03/09 14:57:48 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v 1.14 2010/04/26 15:17:37 yvasilev Exp $
28 +
29 + 26 Apr 2010; Yuri Vasilevski <yvasilev@g.o> libmatchbox-1.9.ebuild:
30 + Fixed installation of ChangeLog file (Bug #316497), fixed dependencies,
31 + added conditional dependency to dev-libs/check (needed for running tests).
32
33 09 Mar 2010; Samuli Suominen <ssuominen@g.o>
34 libmatchbox-1.9.ebuild, +files/libmatchbox-1.9-libpng14.patch:
35
36
37
38 1.9 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.9&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?r1=1.8&r2=1.9
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.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- libmatchbox-1.9.ebuild 9 Mar 2010 14:57:48 -0000 1.8
51 +++ libmatchbox-1.9.ebuild 26 Apr 2010 15:17:37 -0000 1.9
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.8 2010/03/09 14:57:48 ssuominen Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v 1.9 2010/04/26 15:17:37 yvasilev Exp $
57
58 -inherit eutils libtool
59 +inherit eutils
60
61 DESCRIPTION="The Matchbox Library."
62 HOMEPAGE="http://matchbox-project.org/"
63 @@ -11,7 +11,7 @@
64 SLOT="0"
65
66 KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86"
67 -IUSE="debug doc jpeg pango png truetype X xsettings"
68 +IUSE="debug doc jpeg pango png test truetype X xsettings"
69
70 RDEPEND="x11-libs/libXext
71 truetype? ( x11-libs/libXft )
72 @@ -20,7 +20,9 @@
73 png? ( media-libs/libpng )
74 xsettings? ( x11-libs/libxsettings-client )"
75
76 -DEPEND="doc? ( app-doc/doxygen )"
77 +DEPEND="${RDEPEND}
78 + doc? ( app-doc/doxygen )
79 + test? ( dev-libs/check )"
80
81 pkg_setup() {
82 # Bug #138135
83 @@ -36,6 +38,7 @@
84 src_unpack() {
85 unpack ${A}
86 cd "${S}"
87 +
88 epatch "${FILESDIR}"/${P}-libpng14.patch
89 elibtoolize
90 }
91 @@ -49,6 +52,7 @@
92 $(use_enable png) \
93 $(use_enable xsettings) \
94 $(use_with X x) \
95 + $(use_enable test unit-tests) \
96 || die "Configuration failed"
97
98 emake || die "Compilation failed"
99 @@ -57,6 +61,6 @@
100 src_install() {
101 make DESTDIR="${D}" install || die "Installation failed"
102
103 - dodoc AUTHORS Changelog INSTALL NEWS README
104 + dodoc AUTHORS ChangeLog INSTALL NEWS README
105 use doc && dohtml doc/html/*
106 }