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/jasspa-microemacs: jasspa-microemacs-20060909-r1.ebuild ChangeLog
Date: Thu, 06 Dec 2007 23:38:58
Message-Id: E1J0QIt-0007oL-VB@stork.gentoo.org
1 ulm 07/12/06 23:38:51
2
3 Modified: jasspa-microemacs-20060909-r1.ebuild ChangeLog
4 Log:
5 Undo previous two changes. Install desktop entry only for USE=X.
6 (Portage version: 2.1.4_rc7)
7
8 Revision Changes Path
9 1.8 app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild?r1=1.7&r2=1.8
14
15 Index: jasspa-microemacs-20060909-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- jasspa-microemacs-20060909-r1.ebuild 6 Dec 2007 20:20:36 -0000 1.7
22 +++ jasspa-microemacs-20060909-r1.ebuild 6 Dec 2007 23:38:51 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild,v 1.7 2007/12/06 20:20:36 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild,v 1.8 2007/12/06 23:38:51 ulm Exp $
28
29 inherit eutils toolchain-funcs
30
31 @@ -65,7 +65,10 @@
32 keepdir /usr/share/jasspa/site
33 insinto /usr/share
34 doins -r "${WORKDIR}/jasspa"
35 - make_desktop_entry me "Jasspa MicroEmacs" /usr/share/jasspa/icons/32x32/me.png "Utility;TextEditor"
36 + if use X; then
37 + insinto /usr/share/applications
38 + doins "${FILESDIR}/${PN}.desktop"
39 + fi
40 fi
41
42 dodoc ../faq.txt ../readme.txt ../change.log || die "dodoc failed"
43
44
45
46 1.32 app-editors/jasspa-microemacs/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog?rev=1.32&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog?rev=1.32&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog?r1=1.31&r2=1.32
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v
55 retrieving revision 1.31
56 retrieving revision 1.32
57 diff -u -r1.31 -r1.32
58 --- ChangeLog 6 Dec 2007 20:20:36 -0000 1.31
59 +++ ChangeLog 6 Dec 2007 23:38:51 -0000 1.32
60 @@ -1,6 +1,11 @@
61 # ChangeLog for app-editors/jasspa-microemacs
62 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.31 2007/12/06 20:20:36 opfer Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.32 2007/12/06 23:38:51 ulm Exp $
65 +
66 + 06 Dec 2007; Ulrich Mueller <ulm@g.o>
67 + +files/jasspa-microemacs.desktop, jasspa-microemacs-20060909-r1.ebuild:
68 + Undo previous two changes; the file name argument was missing from "Exec".
69 + Install desktop entry only for USE=X, it doesn't work otherwise.
70
71 06 Dec 2007; Christian Faulhammer <opfer@g.o>
72 jasspa-microemacs-20060909-r1.ebuild:
73
74
75
76 --
77 gentoo-commits@g.o mailing list