Gentoo Archives: gentoo-commits

From: "Thomas Sachau (tommy)" <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/emotion: emotion-1.7.4.ebuild ChangeLog
Date: Thu, 27 Dec 2012 16:41:35
Message-Id: 20121227164120.0A2432171D@flycatcher.gentoo.org
1 tommy 12/12/27 16:41:19
2
3 Modified: emotion-1.7.4.ebuild ChangeLog
4 Log:
5 Fix configure options for USE=doc
6
7 (Portage version: 2.2.0_alpha149-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
8
9 Revision Changes Path
10 1.2 media-libs/emotion/emotion-1.7.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/emotion-1.7.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/emotion-1.7.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/emotion-1.7.4.ebuild?r1=1.1&r2=1.2
15
16 Index: emotion-1.7.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/emotion/emotion-1.7.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- emotion-1.7.4.ebuild 21 Dec 2012 20:42:58 -0000 1.1
23 +++ emotion-1.7.4.ebuild 27 Dec 2012 16:41:19 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/emotion-1.7.4.ebuild,v 1.1 2012/12/21 20:42:58 tommy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/emotion-1.7.4.ebuild,v 1.2 2012/12/27 16:41:19 tommy Exp $
29
30 inherit enlightenment
31
32 @@ -35,16 +35,7 @@
33 fi
34
35 MY_ECONF+="
36 - $(use_enable doc doxygen-doc)
37 - $(use_enable doc doxygen-dot)
38 - $(use_enable doc doxygen-man)
39 - $(use_enable doc doxygen-rtf)
40 - $(use_enable doc doxygen-xml)
41 - $(use_enable doc doxygen-chm)
42 - $(use_enable doc doxygen-chi)
43 - $(use_enable doc doxygen-html)
44 - $(use_enable doc doxygen-ps)
45 - $(use_enable doc doxygen-pdf)
46 + $(use_enable doc)
47 "
48
49 if use gstreamer ; then
50
51
52
53 1.9 media-libs/emotion/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/ChangeLog?rev=1.9&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/ChangeLog?rev=1.9&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/ChangeLog?r1=1.8&r2=1.9
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/media-libs/emotion/ChangeLog,v
62 retrieving revision 1.8
63 retrieving revision 1.9
64 diff -u -r1.8 -r1.9
65 --- ChangeLog 21 Dec 2012 20:42:58 -0000 1.8
66 +++ ChangeLog 27 Dec 2012 16:41:19 -0000 1.9
67 @@ -1,6 +1,9 @@
68 # ChangeLog for media-libs/emotion
69 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/ChangeLog,v 1.8 2012/12/21 20:42:58 tommy Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/ChangeLog,v 1.9 2012/12/27 16:41:19 tommy Exp $
72 +
73 + 27 Dec 2012; Thomas Sachau (Tommy[D]) <tommy@g.o> emotion-1.7.4.ebuild:
74 + Fix configure options for USE=doc
75
76 *emotion-1.7.4 (21 Dec 2012)
77
78 @@ -22,4 +25,3 @@
79 18 Nov 2012; Thomas Sachau (Tommy[D]) <tommy@g.o>
80 +emotion-1.7.1.ebuild, +metadata.xml:
81 Initial commit
82 -