Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/chasen: ChangeLog chasen-2.4.0.ebuild
Date: Tue, 01 Jan 2008 16:45:32
Message-Id: E1J9kF5-0005ER-MU@stork.gentoo.org
1 maekke 08/01/01 16:45:27
2
3 Modified: ChangeLog chasen-2.4.0.ebuild
4 Log:
5 x86 stable, bug #203857 and quotes
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.30 app-text/chasen/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/chasen/ChangeLog?rev=1.30&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/chasen/ChangeLog?rev=1.30&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/chasen/ChangeLog?r1=1.29&r2=1.30
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v
18 retrieving revision 1.29
19 retrieving revision 1.30
20 diff -u -r1.29 -r1.30
21 --- ChangeLog 31 Dec 2007 16:14:22 -0000 1.29
22 +++ ChangeLog 1 Jan 2008 16:45:27 -0000 1.30
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-text/chasen
25 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v 1.29 2007/12/31 16:14:22 ranger Exp $
27 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v 1.30 2008/01/01 16:45:27 maekke Exp $
29 +
30 + 01 Jan 2008; Markus Meier <maekke@g.o> chasen-2.4.0.ebuild:
31 + x86 stable, bug #203857 and quotes
32
33 31 Dec 2007; Brent Baude <ranger@g.o> chasen-2.4.0.ebuild:
34 Marking chasen-2.4.0 ppc for bug 203857
35
36
37
38 1.3 app-text/chasen/chasen-2.4.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/chasen/chasen-2.4.0.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/chasen/chasen-2.4.0.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/chasen/chasen-2.4.0.ebuild?r1=1.2&r2=1.3
43
44 Index: chasen-2.4.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.4.0.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- chasen-2.4.0.ebuild 31 Dec 2007 16:14:22 -0000 1.2
51 +++ chasen-2.4.0.ebuild 1 Jan 2008 16:45:27 -0000 1.3
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.4.0.ebuild,v 1.2 2007/12/31 16:14:22 ranger Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.4.0.ebuild,v 1.3 2008/01/01 16:45:27 maekke Exp $
58
59 inherit perl-app
60
61 @@ -13,7 +13,7 @@
62
63 LICENSE="chasen"
64 SLOT="0"
65 -KEYWORDS="~amd64 ppc ~ppc64 ~sparc ~x86"
66 +KEYWORDS="~amd64 ppc ~ppc64 ~sparc x86"
67 IUSE="perl"
68
69 DEPEND=">=dev-libs/darts-0.31"
70 @@ -25,7 +25,7 @@
71 unpack ${A}
72
73 if use perl ; then
74 - cd ${S}/perl
75 + cd "${S}"/perl
76 sed -i -e '5a"LD" => "g++",' Makefile.PL || die
77 fi
78 }
79 @@ -34,7 +34,7 @@
80 econf || die
81 emake || die
82 if use perl ; then
83 - cd ${S}/perl
84 + cd "${S}"/perl
85 perl-module_src_compile
86 fi
87 }
88 @@ -43,10 +43,10 @@
89 einstall || die
90
91 if use perl ; then
92 - cd ${S}/perl
93 + cd "${S}"/perl
94 perl-module_src_install
95 fi
96
97 - cd ${S}
98 + cd "${S}"
99 dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
100 }
101
102
103
104 --
105 gentoo-commits@g.o mailing list