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-editors/jasspa-microemacs: jasspa-microemacs-20060909-r1.ebuild ChangeLog
Date: Thu, 06 Dec 2007 19:15:34
Message-Id: E1J0MC0-0005oK-8U@stork.gentoo.org
1 opfer 07/12/06 19:15:28
2
3 Modified: jasspa-microemacs-20060909-r1.ebuild ChangeLog
4 Log:
5 use make_desktop_entry function from eutils.eclass instead of providing an own file
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.6 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.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild?rev=1.6&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.5&r2=1.6
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.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- jasspa-microemacs-20060909-r1.ebuild 10 Oct 2007 06:47:18 -0000 1.5
22 +++ jasspa-microemacs-20060909-r1.ebuild 6 Dec 2007 19:15:27 -0000 1.6
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.5 2007/10/10 06:47:18 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild,v 1.6 2007/12/06 19:15:27 opfer Exp $
28
29 inherit eutils toolchain-funcs
30
31 @@ -65,8 +65,7 @@
32 keepdir /usr/share/jasspa/site
33 insinto /usr/share
34 doins -r "${WORKDIR}/jasspa"
35 - insinto /usr/share/applications
36 - doins "${FILESDIR}/jasspa-microemacs.desktop"
37 + make_desktop_entry me "Jasspa MicroEmacs" /usr/share/jasspa/icons/32x32/me.png Application
38 fi
39
40 dodoc ../faq.txt ../readme.txt ../change.log || die "dodoc failed"
41
42
43
44 1.30 app-editors/jasspa-microemacs/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog?rev=1.30&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog?rev=1.30&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog?r1=1.29&r2=1.30
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v
53 retrieving revision 1.29
54 retrieving revision 1.30
55 diff -u -r1.29 -r1.30
56 --- ChangeLog 6 Dec 2007 18:47:43 -0000 1.29
57 +++ ChangeLog 6 Dec 2007 19:15:27 -0000 1.30
58 @@ -1,6 +1,11 @@
59 # ChangeLog for app-editors/jasspa-microemacs
60 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.29 2007/12/06 18:47:43 opfer Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.30 2007/12/06 19:15:27 opfer Exp $
63 +
64 + 06 Dec 2007; Christian Faulhammer <opfer@g.o>
65 + -files/jasspa-microemacs.desktop, jasspa-microemacs-20060909-r1.ebuild:
66 + use make_desktop_entry function from eutils.eclass instead of providing an
67 + own file
68
69 06 Dec 2007; Christian Faulhammer <opfer@g.o>
70 -jasspa-microemacs-20050505-r3.ebuild:
71
72
73
74 --
75 gentoo-commits@g.o mailing list