Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/lpe: ChangeLog lpe-1.2.6.ebuild lpe-1.2.6.12.ebuild lpe-1.2.6.13.ebuild
Date: Thu, 24 Jan 2008 11:49:23
Message-Id: E1JI0a8-0002iP-D9@stork.gentoo.org
1 drac 08/01/24 11:49:20
2
3 Modified: ChangeLog lpe-1.2.6.ebuild lpe-1.2.6.12.ebuild
4 Added: lpe-1.2.6.13.ebuild
5 Log:
6 Version bump and fix repoman warnings for old versions and make them depend on slang-1.
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.9 app-editors/lpe/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lpe/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lpe/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lpe/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/lpe/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 9 Feb 2007 07:11:51 -0000 1.8
23 +++ ChangeLog 24 Jan 2008 11:49:19 -0000 1.9
24 @@ -1,6 +1,14 @@
25 # ChangeLog for app-editors/lpe
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/ChangeLog,v 1.8 2007/02/09 07:11:51 flameeyes Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/ChangeLog,v 1.9 2008/01/24 11:49:19 drac Exp $
30 +
31 +*lpe-1.2.6.13 (24 Jan 2008)
32 +
33 + 24 Jan 2008; Samuli Suominen <drac@g.o>
34 + +files/lpe-1.2.6.13-slang-2.patch, lpe-1.2.6.ebuild, lpe-1.2.6.12.ebuild,
35 + +lpe-1.2.6.13.ebuild:
36 + Version bump and fix repoman warnings for old versions and make them depend
37 + on slang-1.
38
39 09 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
40 Regenerate digest in Manifest2 format.
41
42
43
44 1.8 app-editors/lpe/lpe-1.2.6.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lpe/lpe-1.2.6.ebuild?rev=1.8&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lpe/lpe-1.2.6.ebuild?rev=1.8&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lpe/lpe-1.2.6.ebuild?r1=1.7&r2=1.8
49
50 Index: lpe-1.2.6.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-editors/lpe/lpe-1.2.6.ebuild,v
53 retrieving revision 1.7
54 retrieving revision 1.8
55 diff -u -r1.7 -r1.8
56 --- lpe-1.2.6.ebuild 1 Jan 2005 13:31:12 -0000 1.7
57 +++ lpe-1.2.6.ebuild 24 Jan 2008 11:49:19 -0000 1.8
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2005 Gentoo Foundation
60 +# Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/lpe-1.2.6.ebuild,v 1.7 2005/01/01 13:31:12 eradicator Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/lpe-1.2.6.ebuild,v 1.8 2008/01/24 11:49:19 drac Exp $
64
65 inherit eutils
66
67 @@ -13,11 +13,11 @@
68 KEYWORDS="x86 sparc ppc"
69 IUSE="nls"
70
71 -DEPEND="sys-libs/slang"
72 +DEPEND="=sys-libs/slang-1*"
73
74 src_unpack() {
75 unpack ${A}
76 - epatch ${FILESDIR}/${P}-gentoo.patch
77 + epatch "${FILESDIR}"/${P}-gentoo.patch
78 }
79
80 src_compile() {
81 @@ -27,12 +27,12 @@
82
83 src_install() {
84 make \
85 - prefix=${D}/usr \
86 - datadir=${D}/usr/share \
87 - mandir=${D}/usr/share/man \
88 - infodir=${D}/usr/share/info \
89 - docdir=${D}/usr/share/doc/${PF} \
90 - exdir=${D}/usr/share/doc/${PF}/examples \
91 + prefix="${D}/usr" \
92 + datadir="${D}/usr/share" \
93 + mandir="${D}/usr/share/man" \
94 + infodir="${D}/usr/share/info" \
95 + docdir="${D}/usr/share/doc/${PF}" \
96 + exdir="${D}/usr/share/doc/${PF}/examples" \
97 install || die
98 prepalldocs
99 }
100
101
102
103 1.2 app-editors/lpe/lpe-1.2.6.12.ebuild
104
105 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lpe/lpe-1.2.6.12.ebuild?rev=1.2&view=markup
106 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lpe/lpe-1.2.6.12.ebuild?rev=1.2&content-type=text/plain
107 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lpe/lpe-1.2.6.12.ebuild?r1=1.1&r2=1.2
108
109 Index: lpe-1.2.6.12.ebuild
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/app-editors/lpe/lpe-1.2.6.12.ebuild,v
112 retrieving revision 1.1
113 retrieving revision 1.2
114 diff -u -r1.1 -r1.2
115 --- lpe-1.2.6.12.ebuild 25 Jun 2005 11:22:21 -0000 1.1
116 +++ lpe-1.2.6.12.ebuild 24 Jan 2008 11:49:19 -0000 1.2
117 @@ -1,6 +1,6 @@
118 -# Copyright 1999-2005 Gentoo Foundation
119 +# Copyright 1999-2008 Gentoo Foundation
120 # Distributed under the terms of the GNU General Public License v2
121 -# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/lpe-1.2.6.12.ebuild,v 1.1 2005/06/25 11:22:21 pyrania Exp $
122 +# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/lpe-1.2.6.12.ebuild,v 1.2 2008/01/24 11:49:19 drac Exp $
123
124 inherit eutils
125
126 @@ -13,11 +13,11 @@
127 KEYWORDS="~ppc ~sparc ~x86"
128 IUSE="nls"
129
130 -DEPEND="sys-libs/slang"
131 +DEPEND="=sys-libs/slang-1*"
132
133 src_unpack() {
134 unpack ${A}
135 - epatch ${FILESDIR}/${P}-slang.patch
136 + epatch "${FILESDIR}"/${P}-slang.patch
137 }
138
139 src_compile() {
140 @@ -27,12 +27,12 @@
141
142 src_install() {
143 make \
144 - prefix=${D}/usr \
145 - datadir=${D}/usr/share \
146 - mandir=${D}/usr/share/man \
147 - infodir=${D}/usr/share/info \
148 - docdir=${D}/usr/share/doc/${PF} \
149 - exdir=${D}/usr/share/doc/${PF}/examples \
150 + prefix="${D}/usr" \
151 + datadir="${D}/usr/share" \
152 + mandir="${D}/usr/share/man" \
153 + infodir="${D}/usr/share/info" \
154 + docdir="${D}/usr/share/doc/${PF}" \
155 + exdir="${D}/usr/share/doc/${PF}/examples" \
156 install || die
157 prepalldocs
158 }
159
160
161
162 1.1 app-editors/lpe/lpe-1.2.6.13.ebuild
163
164 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lpe/lpe-1.2.6.13.ebuild?rev=1.1&view=markup
165 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lpe/lpe-1.2.6.13.ebuild?rev=1.1&content-type=text/plain
166
167 Index: lpe-1.2.6.13.ebuild
168 ===================================================================
169 # Copyright 1999-2008 Gentoo Foundation
170 # Distributed under the terms of the GNU General Public License v2
171 # $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/lpe-1.2.6.13.ebuild,v 1.1 2008/01/24 11:49:19 drac Exp $
172
173 inherit autotools eutils multilib
174
175 DESCRIPTION="a lightweight programmers editor"
176 HOMEPAGE="http://packages.qa.debian.org/l/lpe.html"
177 SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}-0.1.tar.gz"
178
179 LICENSE="GPL-2"
180 SLOT="0"
181 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
182 IUSE="nls"
183
184 RDEPEND=">=sys-libs/slang-2"
185 DEPEND="${RDEPEND}
186 nls? ( sys-devel/gettext )"
187
188 src_unpack() {
189 unpack ${A}
190 cd "${S}"
191 epatch "${FILESDIR}"/${P}-slang-2.patch
192 eautoconf
193 }
194
195 src_compile() {
196 econf $(use_enable nls)
197 emake || die "emake failed."
198 }
199
200 src_install() {
201 emake libdir="${D}/usr/$(get_libdir)" \
202 prefix="${D}/usr" \
203 datadir="${D}/usr/share" \
204 mandir="${D}/usr/share/man" \
205 infodir="${D}/usr/share/info" \
206 docdir="${D}/usr/share/doc/${PF}" \
207 exdir="${D}/usr/share/doc/${PF}/examples" \
208 install || die "emake install failed."
209 dodoc AUTHORS BUGS Changelog CUSTOMIZE IDEAS MODES NEWS README TODO
210 prepalldocs
211 }
212
213
214
215 --
216 gentoo-commits@l.g.o mailing list