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/uemacs-pk: uemacs-pk-4.0.15_p20120925.ebuild uemacs-pk-4.0.15_p20120526.ebuild ChangeLog uemacs-pk-4.0.15_p20130222.ebuild uemacs-pk-4.0.15_p20120816.ebuild
Date: Thu, 28 Feb 2013 17:34:57
Message-Id: 20130228173453.1383C2171D@flycatcher.gentoo.org
1 ulm 13/02/28 17:34:53
2
3 Modified: uemacs-pk-4.0.15_p20120925.ebuild
4 uemacs-pk-4.0.15_p20120526.ebuild ChangeLog
5 Added: uemacs-pk-4.0.15_p20130222.ebuild
6 Removed: uemacs-pk-4.0.15_p20120816.ebuild
7 Log:
8 Fix build failure with separate tinfo library, bug 459728. Version bump. Remove old.
9
10 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
11
12 Revision Changes Path
13 1.2 app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120925.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120925.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120925.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120925.ebuild?r1=1.1&r2=1.2
18
19 Index: uemacs-pk-4.0.15_p20120925.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120925.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- uemacs-pk-4.0.15_p20120925.ebuild 28 Sep 2012 13:48:30 -0000 1.1
26 +++ uemacs-pk-4.0.15_p20120925.ebuild 28 Feb 2013 17:34:52 -0000 1.2
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2012 Gentoo Foundation
29 +# Copyright 1999-2013 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120925.ebuild,v 1.1 2012/09/28 13:48:30 ulm Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120925.ebuild,v 1.2 2013/02/28 17:34:52 ulm Exp $
33
34 EAPI=4
35
36 @@ -17,8 +17,9 @@
37 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
38 IUSE=""
39
40 -DEPEND="sys-libs/ncurses"
41 -RDEPEND="${DEPEND}"
42 +RDEPEND="sys-libs/ncurses"
43 +DEPEND="${RDEPEND}
44 + virtual/pkgconfig"
45
46 S="${WORKDIR}/uemacs"
47
48 @@ -27,7 +28,11 @@
49 }
50
51 src_compile() {
52 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
53 + emake V=1 \
54 + CC="$(tc-getCC)" \
55 + CFLAGS="${CFLAGS}" \
56 + LDFLAGS="${LDFLAGS}" \
57 + LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
58 }
59
60 src_install() {
61
62
63
64 1.5 app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120526.ebuild
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120526.ebuild?rev=1.5&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120526.ebuild?rev=1.5&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120526.ebuild?r1=1.4&r2=1.5
69
70 Index: uemacs-pk-4.0.15_p20120526.ebuild
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120526.ebuild,v
73 retrieving revision 1.4
74 retrieving revision 1.5
75 diff -u -r1.4 -r1.5
76 --- uemacs-pk-4.0.15_p20120526.ebuild 25 Jun 2012 07:43:18 -0000 1.4
77 +++ uemacs-pk-4.0.15_p20120526.ebuild 28 Feb 2013 17:34:52 -0000 1.5
78 @@ -1,6 +1,6 @@
79 -# Copyright 1999-2012 Gentoo Foundation
80 +# Copyright 1999-2013 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 -# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120526.ebuild,v 1.4 2012/06/25 07:43:18 jdhore Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120526.ebuild,v 1.5 2013/02/28 17:34:52 ulm Exp $
84
85 EAPI=4
86
87 @@ -17,8 +17,9 @@
88 KEYWORDS="amd64 x86 ~x86-fbsd"
89 IUSE=""
90
91 -DEPEND="sys-libs/ncurses"
92 -RDEPEND="${DEPEND}"
93 +RDEPEND="sys-libs/ncurses"
94 +DEPEND="${RDEPEND}
95 + virtual/pkgconfig"
96
97 S="${WORKDIR}/uemacs"
98
99 @@ -27,7 +28,11 @@
100 }
101
102 src_compile() {
103 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
104 + emake V=1 \
105 + CC="$(tc-getCC)" \
106 + CFLAGS="${CFLAGS}" \
107 + LDFLAGS="${LDFLAGS}" \
108 + LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
109 }
110
111 src_install() {
112
113
114
115 1.22 app-editors/uemacs-pk/ChangeLog
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/uemacs-pk/ChangeLog?rev=1.22&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/uemacs-pk/ChangeLog?rev=1.22&content-type=text/plain
119 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/uemacs-pk/ChangeLog?r1=1.21&r2=1.22
120
121 Index: ChangeLog
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/ChangeLog,v
124 retrieving revision 1.21
125 retrieving revision 1.22
126 diff -u -r1.21 -r1.22
127 --- ChangeLog 28 Sep 2012 13:48:30 -0000 1.21
128 +++ ChangeLog 28 Feb 2013 17:34:52 -0000 1.22
129 @@ -1,6 +1,14 @@
130 # ChangeLog for app-editors/uemacs-pk
131 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
132 -# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/ChangeLog,v 1.21 2012/09/28 13:48:30 ulm Exp $
133 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
134 +# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/ChangeLog,v 1.22 2013/02/28 17:34:52 ulm Exp $
135 +
136 +*uemacs-pk-4.0.15_p20130222 (28 Feb 2013)
137 +
138 + 28 Feb 2013; Ulrich Müller <ulm@g.o>
139 + uemacs-pk-4.0.15_p20120526.ebuild, -uemacs-pk-4.0.15_p20120816.ebuild,
140 + uemacs-pk-4.0.15_p20120925.ebuild, +uemacs-pk-4.0.15_p20130222.ebuild:
141 + Fix build failure with separate tinfo library, bug 459728. Version bump.
142 + Remove old.
143
144 *uemacs-pk-4.0.15_p20120925 (28 Sep 2012)
145
146
147
148
149 1.1 app-editors/uemacs-pk/uemacs-pk-4.0.15_p20130222.ebuild
150
151 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20130222.ebuild?rev=1.1&view=markup
152 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20130222.ebuild?rev=1.1&content-type=text/plain
153
154 Index: uemacs-pk-4.0.15_p20130222.ebuild
155 ===================================================================
156 # Copyright 1999-2013 Gentoo Foundation
157 # Distributed under the terms of the GNU General Public License v2
158 # $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20130222.ebuild,v 1.1 2013/02/28 17:34:52 ulm Exp $
159
160 EAPI=4
161
162 inherit eutils toolchain-funcs
163
164 DESCRIPTION="uEmacs/PK is an enhanced version of MicroEMACS"
165 HOMEPAGE="http://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary
166 ftp://ftp.cs.helsinki.fi/pub/Software/Local/uEmacs-PK"
167 # snapshot from git repo
168 SRC_URI="mirror://gentoo/uemacs-${PV}.tar.xz"
169
170 LICENSE="free-noncomm"
171 SLOT="0"
172 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
173 IUSE=""
174
175 RDEPEND="sys-libs/ncurses"
176 DEPEND="${RDEPEND}
177 virtual/pkgconfig"
178
179 S="${WORKDIR}/uemacs"
180
181 src_prepare() {
182 epatch "${FILESDIR}"/${PN}-4.0.15_p20110825-gentoo.patch
183 }
184
185 src_compile() {
186 emake V=1 \
187 CC="$(tc-getCC)" \
188 CFLAGS="${CFLAGS}" \
189 LDFLAGS="${LDFLAGS}" \
190 LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
191 }
192
193 src_install() {
194 dobin em
195 insinto /usr/share/${PN}
196 doins emacs.hlp
197 newins emacs.rc .emacsrc
198 dodoc README readme.39e emacs.ps UTF-8-demo.txt
199 }