Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/magicpoint: ChangeLog magicpoint-1.12a.ebuild
Date: Mon, 24 Sep 2007 20:28:14
Message-Id: E1IZuJx-0004mB-Rc@stork.gentoo.org
1 opfer 07/09/24 20:14:21
2
3 Modified: ChangeLog magicpoint-1.12a.ebuild
4 Log:
5 clarified why no emake here, plus updated die comments
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.27 app-office/magicpoint/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/magicpoint/ChangeLog?rev=1.27&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/magicpoint/ChangeLog?rev=1.27&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/magicpoint/ChangeLog?r1=1.26&r2=1.27
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/magicpoint/ChangeLog,v
18 retrieving revision 1.26
19 retrieving revision 1.27
20 diff -u -r1.26 -r1.27
21 --- ChangeLog 24 Sep 2007 10:28:28 -0000 1.26
22 +++ ChangeLog 24 Sep 2007 20:14:21 -0000 1.27
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-office/magicpoint
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/ChangeLog,v 1.26 2007/09/24 10:28:28 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/ChangeLog,v 1.27 2007/09/24 20:14:21 opfer Exp $
28 +
29 + 24 Sep 2007; Christian Faulhammer <opfer@g.o>
30 + magicpoint-1.12a.ebuild:
31 + clarified why no emake here, plus updated die comments
32
33 24 Sep 2007; Christian Faulhammer <opfer@g.o>
34 magicpoint-1.12a.ebuild:
35
36
37
38 1.3 app-office/magicpoint/magicpoint-1.12a.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/magicpoint/magicpoint-1.12a.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/magicpoint/magicpoint-1.12a.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/magicpoint/magicpoint-1.12a.ebuild?r1=1.2&r2=1.3
43
44 Index: magicpoint-1.12a.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.12a.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- magicpoint-1.12a.ebuild 24 Sep 2007 10:28:28 -0000 1.2
51 +++ magicpoint-1.12a.ebuild 24 Sep 2007 20:14:21 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.12a.ebuild,v 1.2 2007/09/24 10:28:28 opfer Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.12a.ebuild,v 1.3 2007/09/24 20:14:21 opfer Exp $
57
58 inherit autotools elisp-common eutils fixheadtails
59
60 @@ -60,10 +60,10 @@
61 --x-includes=/usr/X11R6/include || die "econf failed"
62
63 xmkmf || die "xmkmf failed"
64 - # no parallel make possible!
65 - make -j1 Makefiles || die "emake failed"
66 - make clean || die "emake clean failed"
67 - make BINDIR=/usr/bin LIBDIR=/etc/X11 || die "emake failed"
68 + # emake fails miserably at all that
69 + make Makefiles || die "make failed"
70 + make clean || die "make clean failed"
71 + make BINDIR=/usr/bin LIBDIR=/etc/X11 || die "make failed"
72 use emacs && cp contrib/*.el "${S}" && \
73 elisp-compile *.el || die "elisp-compile failed"
74 }
75 @@ -73,14 +73,14 @@
76 DESTDIR="${D}" \
77 BINDIR=/usr/bin \
78 LIBDIR=/etc/X11 \
79 - install || die "make install"
80 + install || die "make install failed"
81
82 make \
83 DESTDIR="${D}" \
84 DOCHTMLDIR=/usr/share/doc/${PF} \
85 MANPATH=/usr/share/man \
86 MANSUFFIX=1 \
87 - install.man || die "emake install.man failed"
88 + install.man || die "make install.man failed"
89
90 exeinto /usr/bin
91 doexe contrib/{mgp2html.pl,mgp2latex.pl}
92
93
94
95 --
96 gentoo-commits@g.o mailing list