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/mg: ChangeLog mg-20110103.ebuild
Date: Mon, 03 Jan 2011 08:07:15
Message-Id: 20110103080704.5F5BB20057@flycatcher.gentoo.org
1 ulm 11/01/03 08:07:04
2
3 Modified: ChangeLog
4 Added: mg-20110103.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.9.27/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.24 app-editors/mg/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/ChangeLog?rev=1.24&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/ChangeLog?rev=1.24&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/ChangeLog?r1=1.23&r2=1.24
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v
20 retrieving revision 1.23
21 retrieving revision 1.24
22 diff -u -r1.23 -r1.24
23 --- ChangeLog 16 Oct 2010 13:58:54 -0000 1.23
24 +++ ChangeLog 3 Jan 2011 08:07:04 -0000 1.24
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-editors/mg
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.23 2010/10/16 13:58:54 ranger Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.24 2011/01/03 08:07:04 ulm Exp $
31 +
32 +*mg-20110103 (03 Jan 2011)
33 +
34 + 03 Jan 2011; Ulrich Mueller <ulm@g.o> +mg-20110103.ebuild:
35 + Version bump.
36
37 16 Oct 2010; Brent Baude <ranger@g.o> mg-20090107.ebuild:
38 stable ppc, bug 265307
39
40
41
42 1.1 app-editors/mg/mg-20110103.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/mg-20110103.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/mg-20110103.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mg-20110103.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20110103.ebuild,v 1.1 2011/01/03 08:07:04 ulm Exp $
52
53 EAPI=3
54
55 inherit toolchain-funcs
56
57 DESCRIPTION="Micro GNU/emacs, a port from the BSDs"
58 HOMEPAGE="http://homepage.boetes.org/software/mg/"
59 SRC_URI="http://homepage.boetes.org/software/mg/${P}.tar.gz"
60
61 LICENSE="public-domain BSD"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
64 IUSE=""
65
66 src_configure() {
67 # econf won't work, as this script does not accept any parameters
68 ./configure || die "configure failed"
69 }
70
71 src_compile() {
72 emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS} -lncurses" \
73 || die
74 }
75
76 src_install() {
77 einstall || die
78 dodoc README tutorial || die
79 }