Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/glark: ChangeLog glark-1.8.0.ebuild glark-1.7.8.ebuild
Date: Tue, 29 Dec 2009 15:11:50
Message-Id: E1NPdjf-0002KU-66@stork.gentoo.org
1 graaff 09/12/29 15:11:47
2
3 Modified: ChangeLog glark-1.8.0.ebuild glark-1.7.8.ebuild
4 Log:
5 Change ruby dependency per bug #265054.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.51 app-text/glark/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/glark/ChangeLog?rev=1.51&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/glark/ChangeLog?rev=1.51&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/glark/ChangeLog?r1=1.50&r2=1.51
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v
18 retrieving revision 1.50
19 retrieving revision 1.51
20 diff -u -r1.50 -r1.51
21 --- ChangeLog 1 Aug 2009 17:54:44 -0000 1.50
22 +++ ChangeLog 29 Dec 2009 15:11:46 -0000 1.51
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-text/glark
25 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.50 2009/08/01 17:54:44 darkside Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.51 2009/12/29 15:11:46 graaff Exp $
29 +
30 + 29 Dec 2009; Hans de Graaff <graaff@g.o> glark-1.7.8.ebuild,
31 + glark-1.8.0.ebuild:
32 + Change ruby dependency per bug #265054.
33
34 01 Aug 2009; Jeremy Olexa <darkside@g.o> -glark-1.7.3.ebuild,
35 -glark-1.7.5.ebuild:
36
37
38
39 1.3 app-text/glark/glark-1.8.0.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/glark/glark-1.8.0.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/glark/glark-1.8.0.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/glark/glark-1.8.0.ebuild?r1=1.2&r2=1.3
44
45 Index: glark-1.8.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.8.0.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- glark-1.8.0.ebuild 17 Jan 2008 20:36:45 -0000 1.2
52 +++ glark-1.8.0.ebuild 29 Dec 2009 15:11:46 -0000 1.3
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.8.0.ebuild,v 1.2 2008/01/17 20:36:45 grobian Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.8.0.ebuild,v 1.3 2009/12/29 15:11:46 graaff Exp $
59
60 inherit bash-completion
61
62 @@ -14,9 +14,9 @@
63 IUSE=""
64
65 # perl dep is for pod2man
66 -DEPEND="virtual/ruby
67 +DEPEND="dev-lang/ruby
68 dev-lang/perl"
69 -RDEPEND="virtual/ruby"
70 +RDEPEND="dev-lang/ruby"
71
72 src_compile() {
73 emake
74
75
76
77 1.9 app-text/glark/glark-1.7.8.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/glark/glark-1.7.8.ebuild?rev=1.9&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/glark/glark-1.7.8.ebuild?rev=1.9&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/glark/glark-1.7.8.ebuild?r1=1.8&r2=1.9
82
83 Index: glark-1.7.8.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.7.8.ebuild,v
86 retrieving revision 1.8
87 retrieving revision 1.9
88 diff -u -r1.8 -r1.9
89 --- glark-1.7.8.ebuild 17 Jan 2008 20:36:45 -0000 1.8
90 +++ glark-1.7.8.ebuild 29 Dec 2009 15:11:46 -0000 1.9
91 @@ -1,6 +1,6 @@
92 -# Copyright 1999-2008 Gentoo Foundation
93 +# Copyright 1999-2009 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.7.8.ebuild,v 1.8 2008/01/17 20:36:45 grobian Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.7.8.ebuild,v 1.9 2009/12/29 15:11:46 graaff Exp $
97
98 inherit bash-completion
99
100 @@ -14,9 +14,9 @@
101 IUSE=""
102
103 # perl dep is for pod2man
104 -DEPEND="virtual/ruby
105 +DEPEND="dev-lang/ruby
106 dev-lang/perl"
107 -RDEPEND="virtual/ruby"
108 +RDEPEND="dev-lang/ruby"
109
110 src_compile() {
111 emake