Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/ffdiaporama: ffdiaporama-2.0.ebuild ChangeLog
Date: Sat, 30 Nov 2013 12:40:34
Message-Id: 20131130124029.226E62004B@flycatcher.gentoo.org
1 hasufell 13/11/30 12:40:29
2
3 Modified: ffdiaporama-2.0.ebuild ChangeLog
4 Log:
5 fix openclipart useflag
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.2 media-video/ffdiaporama/ffdiaporama-2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.0.ebuild?r1=1.1&r2=1.2
15
16 Index: ffdiaporama-2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ffdiaporama-2.0.ebuild 29 Nov 2013 23:05:30 -0000 1.1
23 +++ ffdiaporama-2.0.ebuild 30 Nov 2013 12:40:28 -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/media-video/ffdiaporama/ffdiaporama-2.0.ebuild,v 1.1 2013/11/29 23:05:30 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.0.ebuild,v 1.2 2013/11/30 12:40:28 hasufell Exp $
29
30 EAPI=5
31
32 @@ -51,7 +51,7 @@
33 doicon -s 32 ffdiaporama.png
34 if use openclipart; then
35 dodir /usr/share/ffDiaporama/clipart/openclipart
36 - cd "${S}"/${OPENCLI_P}/clipart || die
37 + cd "${S}"/${OPENCLI_P}-svgonly/clipart || die
38 find . -type d -maxdepth 1 -not -name . -exec cp -R '{}' "${D}"/usr/share/ffDiaporama/clipart/openclipart \; || die
39 fi
40 if use texturemate; then
41
42
43
44 1.15 media-video/ffdiaporama/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ChangeLog?rev=1.15&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ChangeLog?rev=1.15&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ChangeLog?r1=1.14&r2=1.15
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v
53 retrieving revision 1.14
54 retrieving revision 1.15
55 diff -u -r1.14 -r1.15
56 --- ChangeLog 29 Nov 2013 23:05:30 -0000 1.14
57 +++ ChangeLog 30 Nov 2013 12:40:28 -0000 1.15
58 @@ -1,6 +1,9 @@
59 # ChangeLog for media-video/ffdiaporama
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.14 2013/11/29 23:05:30 hasufell Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.15 2013/11/30 12:40:28 hasufell Exp $
63 +
64 + 30 Nov 2013; Julian Ospald <hasufell@g.o> ffdiaporama-2.0.ebuild:
65 + fix openclipart useflag
66
67 *ffdiaporama-2.0 (29 Nov 2013)