Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/zile: zile-2.3.13.ebuild ChangeLog zile-2.3.14.ebuild
Date: Sun, 27 Dec 2009 16:42:26
Message-Id: E1NOwCG-0000Kw-6Z@stork.gentoo.org
1 ulm 09/12/27 16:42:24
2
3 Modified: zile-2.3.13.ebuild ChangeLog zile-2.3.14.ebuild
4 Log:
5 Set /usr/bin/emacs symlink on Live CD, bug 100286.
6 (Portage version: 2.2_rc60/cvs/Linux i686)
7
8 Revision Changes Path
9 1.6 app-editors/zile/zile-2.3.13.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/zile-2.3.13.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/zile-2.3.13.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/zile-2.3.13.ebuild?r1=1.5&r2=1.6
14
15 Index: zile-2.3.13.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.13.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- zile-2.3.13.ebuild 13 Dec 2009 17:03:22 -0000 1.5
22 +++ zile-2.3.13.ebuild 27 Dec 2009 16:42:23 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.13.ebuild,v 1.5 2009/12/13 17:03:22 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.13.ebuild,v 1.6 2009/12/27 16:42:23 ulm Exp $
28
29 EAPI=2
30
31 @@ -11,7 +11,7 @@
32 LICENSE="GPL-3"
33 SLOT="0"
34 KEYWORDS="alpha amd64 ppc sparc x86 ~sparc-fbsd ~x86-fbsd"
35 -IUSE="test valgrind"
36 +IUSE="livecd test valgrind"
37
38 RDEPEND="sys-libs/ncurses"
39 DEPEND="${RDEPEND}
40 @@ -27,3 +27,9 @@
41 # FAQ is installed by the build system in /usr/share/zile
42 dodoc AUTHORS BUGS NEWS README THANKS || die
43 }
44 +
45 +pkg_postinst() {
46 + if use livecd; then
47 + [ -e "${ROOT}"/usr/bin/emacs ] || ln -s zile "${ROOT}"/usr/bin/emacs
48 + fi
49 +}
50
51
52
53 1.111 app-editors/zile/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?rev=1.111&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?rev=1.111&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?r1=1.110&r2=1.111
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
62 retrieving revision 1.110
63 retrieving revision 1.111
64 diff -u -r1.110 -r1.111
65 --- ChangeLog 13 Dec 2009 17:03:22 -0000 1.110
66 +++ ChangeLog 27 Dec 2009 16:42:23 -0000 1.111
67 @@ -1,6 +1,10 @@
68 # ChangeLog for app-editors/zile
69 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.110 2009/12/13 17:03:22 armin76 Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.111 2009/12/27 16:42:23 ulm Exp $
72 +
73 + 27 Dec 2009; Ulrich Mueller <ulm@g.o> zile-2.3.13.ebuild,
74 + zile-2.3.14.ebuild:
75 + Set /usr/bin/emacs symlink on Live CD, bug 100286.
76
77 13 Dec 2009; Raúl Porcel <armin76@g.o> zile-2.3.13.ebuild:
78 alpha stable wrt #294847
79
80
81
82 1.2 app-editors/zile/zile-2.3.14.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/zile-2.3.14.ebuild?rev=1.2&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/zile-2.3.14.ebuild?rev=1.2&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/zile-2.3.14.ebuild?r1=1.1&r2=1.2
87
88 Index: zile-2.3.14.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.14.ebuild,v
91 retrieving revision 1.1
92 retrieving revision 1.2
93 diff -u -r1.1 -r1.2
94 --- zile-2.3.14.ebuild 3 Dec 2009 22:27:47 -0000 1.1
95 +++ zile-2.3.14.ebuild 27 Dec 2009 16:42:23 -0000 1.2
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2009 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.14.ebuild,v 1.1 2009/12/03 22:27:47 ulm Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.14.ebuild,v 1.2 2009/12/27 16:42:23 ulm Exp $
101
102 EAPI=2
103
104 @@ -11,7 +11,7 @@
105 LICENSE="GPL-3"
106 SLOT="0"
107 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
108 -IUSE="test valgrind"
109 +IUSE="livecd test valgrind"
110
111 RDEPEND="sys-libs/ncurses"
112 DEPEND="${RDEPEND}
113 @@ -27,3 +27,9 @@
114 # FAQ is installed by the build system in /usr/share/zile
115 dodoc AUTHORS BUGS NEWS README THANKS || die
116 }
117 +
118 +pkg_postinst() {
119 + if use livecd; then
120 + [ -e "${ROOT}"/usr/bin/emacs ] || ln -s zile "${ROOT}"/usr/bin/emacs
121 + fi
122 +}