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