Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.1.2.ebuild graphite2-1.1.3.ebuild ChangeLog
Date: Tue, 26 Jun 2012 20:26:18
Message-Id: 20120626202603.527032004B@flycatcher.gentoo.org
1 axs 12/06/26 20:26:03
2
3 Modified: graphite2-1.1.2.ebuild graphite2-1.1.3.ebuild
4 ChangeLog
5 Log:
6 Disabled non-optional perl dep from inherited perl-module.eclass
7
8 (Portage version: 2.1.10.65/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 media-gfx/graphite2/graphite2-1.1.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.1.2.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.1.2.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.1.2.ebuild?r1=1.3&r2=1.4
16
17 Index: graphite2-1.1.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.1.2.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- graphite2-1.1.2.ebuild 23 May 2012 08:49:11 -0000 1.3
24 +++ graphite2-1.1.2.ebuild 26 Jun 2012 20:26:03 -0000 1.4
25 @@ -1,10 +1,11 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.1.2.ebuild,v 1.3 2012/05/23 08:49:11 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.1.2.ebuild,v 1.4 2012/06/26 20:26:03 axs Exp $
30
31 EAPI=4
32
33 PYTHON_DEPEND="test? 2"
34 +GENTOO_DEPEND_ON_PERL="no"
35 inherit base cmake-utils perl-module python
36
37 DESCRIPTION="Library providing rendering capabilities for complex non-Roman writing systems"
38
39
40
41 1.2 media-gfx/graphite2/graphite2-1.1.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.1.3.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.1.3.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.1.3.ebuild?r1=1.1&r2=1.2
46
47 Index: graphite2-1.1.3.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.1.3.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- graphite2-1.1.3.ebuild 14 Jun 2012 08:32:51 -0000 1.1
54 +++ graphite2-1.1.3.ebuild 26 Jun 2012 20:26:03 -0000 1.2
55 @@ -1,10 +1,11 @@
56 # Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.1.3.ebuild,v 1.1 2012/06/14 08:32:51 scarabeus Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.1.3.ebuild,v 1.2 2012/06/26 20:26:03 axs Exp $
60
61 EAPI=4
62
63 PYTHON_DEPEND="test? 2"
64 +GENTOO_DEPEND_ON_PERL="no"
65 inherit base cmake-utils perl-module python
66
67 DESCRIPTION="Library providing rendering capabilities for complex non-Roman writing systems"
68
69
70
71 1.31 media-gfx/graphite2/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.31&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.31&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.30&r2=1.31
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
80 retrieving revision 1.30
81 retrieving revision 1.31
82 diff -u -r1.30 -r1.31
83 --- ChangeLog 14 Jun 2012 08:32:51 -0000 1.30
84 +++ ChangeLog 26 Jun 2012 20:26:03 -0000 1.31
85 @@ -1,6 +1,10 @@
86 # ChangeLog for media-gfx/graphite2
87 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.30 2012/06/14 08:32:51 scarabeus Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.31 2012/06/26 20:26:03 axs Exp $
90 +
91 + 26 Jun 2012; Ian Stakenvicius <axs@g.o> graphite2-1.1.2.ebuild,
92 + graphite2-1.1.3.ebuild:
93 + Disabled non-optional perl dep from inherited perl-module.eclass
94
95 *graphite2-1.1.3 (14 Jun 2012)