Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/subtitleeditor: ChangeLog subtitleeditor-0.39.0.ebuild
Date: Tue, 22 Nov 2011 08:40:18
Message-Id: 20111122083957.ADA932004B@flycatcher.gentoo.org
1 eva 11/11/22 08:39:57
2
3 Modified: ChangeLog subtitleeditor-0.39.0.ebuild
4 Log:
5 Use EAPI=4, bug #387323.
6
7 (Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 media-video/subtitleeditor/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitleeditor/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitleeditor/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitleeditor/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 21 Nov 2011 22:25:59 -0000 1.13
23 +++ ChangeLog 22 Nov 2011 08:39:57 -0000 1.14
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-video/subtitleeditor
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/ChangeLog,v 1.13 2011/11/21 22:25:59 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/ChangeLog,v 1.14 2011/11/22 08:39:57 eva Exp $
29 +
30 + 22 Nov 2011; Gilles Dartiguelongue <eva@g.o>
31 + subtitleeditor-0.39.0.ebuild:
32 + Use EAPI=4, bug #387323.
33
34 *subtitleeditor-0.39.0 (21 Nov 2011)
35
36
37
38
39 1.2 media-video/subtitleeditor/subtitleeditor-0.39.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.39.0.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.39.0.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.39.0.ebuild?r1=1.1&r2=1.2
44
45 Index: subtitleeditor-0.39.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.39.0.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- subtitleeditor-0.39.0.ebuild 21 Nov 2011 22:25:59 -0000 1.1
52 +++ subtitleeditor-0.39.0.ebuild 22 Nov 2011 08:39:57 -0000 1.2
53 @@ -1,8 +1,8 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.39.0.ebuild,v 1.1 2011/11/21 22:25:59 eva Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.39.0.ebuild,v 1.2 2011/11/22 08:39:57 eva Exp $
58
59 -EAPI="2"
60 +EAPI="4"
61
62 inherit eutils versionator flag-o-matic
63
64 @@ -35,6 +35,8 @@
65 >=dev-util/intltool-0.40
66 dev-util/pkgconfig"
67
68 +DOCS="AUTHORS ChangeLog NEWS README TODO"
69 +
70 src_configure() {
71 export GST_REGISTRY="${T}/home/registry.cache.xml"
72
73 @@ -48,8 +50,7 @@
74 }
75
76 src_install() {
77 - emake DESTDIR="${D}" install || die "make install failed"
78 - dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed"
79 + default
80
81 # plugins are loaded without the help of libtool files
82 find "${D}" -name '*.la' -delete || die "failed to remove *.la files"