Gentoo Archives: gentoo-commits

From: "Cedric Krier (cedk)" <cedk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/calcurse: calcurse-2.1.ebuild ChangeLog calcurse-2.3.ebuild
Date: Sat, 25 Oct 2008 12:58:43
Message-Id: E1Ktij3-0007R0-4M@stork.gentoo.org
1 cedk 08/10/25 12:58:41
2
3 Modified: calcurse-2.1.ebuild ChangeLog
4 Added: calcurse-2.3.ebuild
5 Log:
6 Version bump and fix IUSE
7 (Portage version: 2.1.4.5)
8
9 Revision Changes Path
10 1.3 app-office/calcurse/calcurse-2.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/calcurse/calcurse-2.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/calcurse/calcurse-2.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/calcurse/calcurse-2.1.ebuild?r1=1.2&r2=1.3
15
16 Index: calcurse-2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/calcurse/calcurse-2.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- calcurse-2.1.ebuild 25 Oct 2008 12:51:23 -0000 1.2
23 +++ calcurse-2.1.ebuild 25 Oct 2008 12:58:41 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/calcurse/calcurse-2.1.ebuild,v 1.2 2008/10/25 12:51:23 cedk Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/calcurse/calcurse-2.1.ebuild,v 1.3 2008/10/25 12:58:41 cedk Exp $
29
30 inherit eutils autotools
31
32 @@ -11,7 +11,7 @@
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="~amd64 ~x86"
36 -IUSE="linguas_en linguas_fr linguas_de linguas_es linguas_it linguas_nl"
37 +IUSE="linguas_en linguas_fr linguas_de linguas_es linguas_nl"
38
39 DEPEND="sys-libs/ncurses"
40 RDEPEND=${DEPEND}
41 @@ -32,7 +32,7 @@
42 use linguas_fr && ALL_LINGUAS="${ALL_LINGUAS} fr"
43 use linguas_de && ALL_LINGUAS="${ALL_LINGUAS} de"
44 use linguas_es && ALL_LINGUAS="${ALL_LINGUAS} es"
45 - use linguas_it && ALL_LINGUAS="${ALL_LINGUAS} nl"
46 + use linguas_nl && ALL_LINGUAS="${ALL_LINGUAS} nl"
47
48 ALL_LINGUAS="${ALL_LINGUAS}" econf || die "econf failed"
49
50
51
52
53 1.7 app-office/calcurse/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/calcurse/ChangeLog?rev=1.7&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/calcurse/ChangeLog?rev=1.7&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/calcurse/ChangeLog?r1=1.6&r2=1.7
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-office/calcurse/ChangeLog,v
62 retrieving revision 1.6
63 retrieving revision 1.7
64 diff -u -r1.6 -r1.7
65 --- ChangeLog 25 Oct 2008 12:51:23 -0000 1.6
66 +++ ChangeLog 25 Oct 2008 12:58:41 -0000 1.7
67 @@ -1,6 +1,13 @@
68 # ChangeLog for app-office/calcurse
69 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-office/calcurse/ChangeLog,v 1.6 2008/10/25 12:51:23 cedk Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/app-office/calcurse/ChangeLog,v 1.7 2008/10/25 12:58:41 cedk Exp $
72 +
73 +*calcurse-2.3 (25 Oct 2008)
74 +
75 + 25 Oct 2008; Cédric Krier <cedk@g.o>
76 + +files/calcurse-2.3-cflags.patch, calcurse-2.1.ebuild,
77 + +calcurse-2.3.ebuild:
78 + Version bump and fix IUSE
79
80 25 Oct 2008; Cédric Krier <cedk@g.o>
81 +files/calcurse-2.1-cflags.patch, calcurse-2.1.ebuild:
82
83
84
85 1.1 app-office/calcurse/calcurse-2.3.ebuild
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/calcurse/calcurse-2.3.ebuild?rev=1.1&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/calcurse/calcurse-2.3.ebuild?rev=1.1&content-type=text/plain
89
90 Index: calcurse-2.3.ebuild
91 ===================================================================
92 # Copyright 1999-2008 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 # $Header: /var/cvsroot/gentoo-x86/app-office/calcurse/calcurse-2.3.ebuild,v 1.1 2008/10/25 12:58:41 cedk Exp $
95
96 inherit eutils autotools
97
98 DESCRIPTION="a text-based personal organizer"
99 HOMEPAGE="http://culot.org/calcurse/index.html"
100 SRC_URI="mirror://gentoo/${P}.tar.gz"
101
102 LICENSE="GPL-2"
103 SLOT="0"
104 KEYWORDS="~amd64 ~x86"
105 IUSE="linguas_en linguas_fr linguas_de linguas_es linguas_nl"
106
107 DEPEND="sys-libs/ncurses"
108 RDEPEND=${DEPEND}
109
110 src_unpack() {
111 unpack ${A}
112 cd "${S}"
113 rm po/LINGUAS
114
115 epatch "${FILESDIR}"/${P}-cflags.patch
116 eautoreconf
117 }
118
119 src_compile() {
120 local ALL_LINGUAS=""
121
122 use linguas_en && ALL_LINGUAS="${ALL_LINGUAS} en"
123 use linguas_fr && ALL_LINGUAS="${ALL_LINGUAS} fr"
124 use linguas_de && ALL_LINGUAS="${ALL_LINGUAS} de"
125 use linguas_es && ALL_LINGUAS="${ALL_LINGUAS} es"
126 use linguas_nl && ALL_LINGUAS="${ALL_LINGUAS} nl"
127
128 ALL_LINGUAS="${ALL_LINGUAS}" econf || die "econf failed"
129
130 emake || die "emake failed"
131 }
132
133 src_install() {
134 emake DESTDIR="${D}" install || die "emake install failed"
135 dodoc AUTHORS ChangeLog NEWS README TODO
136 dohtml doc/*.html
137 }