Gentoo Archives: gentoo-commits

From: "Krzysztof Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/scite: scite-3.0.1.ebuild ChangeLog
Date: Wed, 30 Nov 2011 19:05:19
Message-Id: 20111130190510.195472004B@flycatcher.gentoo.org
1 nelchael 11/11/30 19:05:10
2
3 Modified: scite-3.0.1.ebuild ChangeLog
4 Log:
5 Use ED instead of D as suggested by Agostino Sarubbo in bug #380061.
6
7 (Portage version: 2.1.10.38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-editors/scite/scite-3.0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/scite-3.0.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/scite-3.0.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/scite-3.0.1.ebuild?r1=1.1&r2=1.2
15
16 Index: scite-3.0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- scite-3.0.1.ebuild 30 Nov 2011 18:48:20 -0000 1.1
23 +++ scite-3.0.1.ebuild 30 Nov 2011 19:05:10 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.1.ebuild,v 1.1 2011/11/30 18:48:20 nelchael Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.1.ebuild,v 1.2 2011/11/30 19:05:10 nelchael Exp $
29
30 EAPI="4"
31
32 @@ -66,14 +66,14 @@
33 dodir /usr/bin
34 dodir /usr/share/{pixmaps,applications}
35
36 - emake prefix="${D}/usr" install
37 + emake prefix="${ED}/usr" install
38
39 # we have to keep this because otherwise it'll break upgrading
40 - mv "${D}/usr/bin/SciTE" "${D}/usr/bin/scite" || die
41 + mv "${ED}/usr/bin/SciTE" "${ED}/usr/bin/scite" || die
42 dosym /usr/bin/scite /usr/bin/SciTE
43
44 # replace .desktop file with our own working version
45 - rm -f "${D}/usr/share/applications/SciTE.desktop"
46 + rm -f "${ED}/usr/share/applications/SciTE.desktop"
47 insinto /usr/share/applications
48 doins "${FILESDIR}/scite.desktop"
49
50
51
52
53 1.123 app-editors/scite/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/ChangeLog?rev=1.123&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/ChangeLog?rev=1.123&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/ChangeLog?r1=1.122&r2=1.123
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v
62 retrieving revision 1.122
63 retrieving revision 1.123
64 diff -u -r1.122 -r1.123
65 --- ChangeLog 30 Nov 2011 18:48:20 -0000 1.122
66 +++ ChangeLog 30 Nov 2011 19:05:10 -0000 1.123
67 @@ -1,6 +1,9 @@
68 # ChangeLog for app-editors/scite
69 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.122 2011/11/30 18:48:20 nelchael Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.123 2011/11/30 19:05:10 nelchael Exp $
72 +
73 + 30 Nov 2011; Krzysztof Pawlik <nelchael@g.o> scite-3.0.1.ebuild:
74 + Use ED instead of D as suggested by Agostino Sarubbo in bug #380061.
75
76 *scite-3.0.1 (30 Nov 2011)