Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@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: Wed, 05 Jan 2011 17:50:50
Message-Id: 20110105175040.377AD20051@flycatcher.gentoo.org
1 jlec 11/01/05 17:50:40
2
3 Modified: ChangeLog glark-1.8.0.ebuild glark-1.7.8.ebuild
4 Log:
5 Some Clean up
6
7 (Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.54 app-text/glark/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/ChangeLog?rev=1.54&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/ChangeLog?rev=1.54&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/ChangeLog?r1=1.53&r2=1.54
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v
19 retrieving revision 1.53
20 retrieving revision 1.54
21 diff -u -r1.53 -r1.54
22 --- ChangeLog 5 Nov 2010 06:57:37 -0000 1.53
23 +++ ChangeLog 5 Jan 2011 17:50:39 -0000 1.54
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-text/glark
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.53 2010/11/05 06:57:37 jlec Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.54 2011/01/05 17:50:39 jlec Exp $
30 +
31 + 05 Jan 2011; Justin Lecher <jlec@g.o> glark-1.7.8.ebuild,
32 + glark-1.8.0.ebuild:
33 + Some Clean up
34
35 05 Nov 2010; Justin Lecher <jlec@g.o> Manifest,
36 -files/1.7.2/glark-completion,-files/1.7.3/glark-completion:
37
38
39
40 1.5 app-text/glark/glark-1.8.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/glark-1.8.0.ebuild?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/glark-1.8.0.ebuild?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/glark-1.8.0.ebuild?r1=1.4&r2=1.5
45
46 Index: glark-1.8.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.8.0.ebuild,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- glark-1.8.0.ebuild 20 Feb 2010 17:32:28 -0000 1.4
53 +++ glark-1.8.0.ebuild 5 Jan 2011 17:50:39 -0000 1.5
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.8.0.ebuild,v 1.4 2010/02/20 17:32:28 abcd Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.8.0.ebuild,v 1.5 2011/01/05 17:50:39 jlec Exp $
60
61 EAPI=3
62
63 @@ -16,18 +16,19 @@
64 IUSE=""
65
66 # perl dep is for pod2man
67 -DEPEND="dev-lang/ruby
68 +DEPEND="
69 + dev-lang/ruby
70 dev-lang/perl"
71 RDEPEND="dev-lang/ruby"
72
73 src_compile() {
74 - emake
75 + emake || die
76 # force the manpage to be rebuilt
77 rm ${PN}.1
78 - make ${PN}.1
79 + emake ${PN}.1 || die
80 }
81
82 src_install () {
83 - emake DESTDIR="${ED}" install
84 + emake DESTDIR="${ED}" install || die
85 dobashcompletion "${FILESDIR}"/1.8.0/glark-completion ${PN}
86 }
87
88
89
90 1.10 app-text/glark/glark-1.7.8.ebuild
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/glark-1.7.8.ebuild?rev=1.10&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/glark-1.7.8.ebuild?rev=1.10&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/glark-1.7.8.ebuild?r1=1.9&r2=1.10
95
96 Index: glark-1.7.8.ebuild
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.7.8.ebuild,v
99 retrieving revision 1.9
100 retrieving revision 1.10
101 diff -u -r1.9 -r1.10
102 --- glark-1.7.8.ebuild 29 Dec 2009 15:11:46 -0000 1.9
103 +++ glark-1.7.8.ebuild 5 Jan 2011 17:50:39 -0000 1.10
104 @@ -1,6 +1,6 @@
105 -# Copyright 1999-2009 Gentoo Foundation
106 +# Copyright 1999-2011 Gentoo Foundation
107 # Distributed under the terms of the GNU General Public License v2
108 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.7.8.ebuild,v 1.9 2009/12/29 15:11:46 graaff Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.7.8.ebuild,v 1.10 2011/01/05 17:50:39 jlec Exp $
110
111 inherit bash-completion
112
113 @@ -14,18 +14,19 @@
114 IUSE=""
115
116 # perl dep is for pod2man
117 -DEPEND="dev-lang/ruby
118 +DEPEND="
119 + dev-lang/ruby
120 dev-lang/perl"
121 RDEPEND="dev-lang/ruby"
122
123 src_compile() {
124 - emake
125 + emake || die
126 # force the manpage to be rebuilt
127 rm ${PN}.1
128 - make ${PN}.1
129 + emake ${PN}.1 || die
130 }
131
132 src_install () {
133 - make DESTDIR="${D}" install
134 - dobashcompletion "${FILESDIR}/1.7.4/glark-completion" ${PN}
135 + emake DESTDIR="${D}" install || die
136 + dobashcompletion "${FILESDIR}"/1.8.0/glark-completion ${PN}
137 }