Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cmt: cmt-1.20.20080222.ebuild ChangeLog
Date: Mon, 13 Oct 2008 22:09:43
Message-Id: E1KpVbg-0004Vb-HT@stork.gentoo.org
1 bicatali 08/10/13 22:09:40
2
3 Modified: cmt-1.20.20080222.ebuild ChangeLog
4 Log:
5 Fixed emacs site file and emacs file installation, thanks to ulm, closing bug #241588.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.2 dev-util/cmt/cmt-1.20.20080222.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmt/cmt-1.20.20080222.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmt/cmt-1.20.20080222.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmt/cmt-1.20.20080222.ebuild?r1=1.1&r2=1.2
14
15 Index: cmt-1.20.20080222.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmt/cmt-1.20.20080222.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- cmt-1.20.20080222.ebuild 4 Apr 2008 11:09:26 -0000 1.1
22 +++ cmt-1.20.20080222.ebuild 13 Oct 2008 22:09:40 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmt/cmt-1.20.20080222.ebuild,v 1.1 2008/04/04 11:09:26 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmt/cmt-1.20.20080222.ebuild,v 1.2 2008/10/13 22:09:40 bicatali Exp $
28
29 inherit elisp-common toolchain-funcs versionator
30
31 @@ -16,8 +16,8 @@
32 KEYWORDS="~amd64 ~x86"
33 IUSE="emacs java doc"
34
35 -DEPEND=""
36 -RDEPEND="emacs? ( virtual/emacs )
37 +DEPEND="emacs? ( virtual/emacs )"
38 +RDEPEND="${DEPEND}
39 java? ( virtual/jdk )"
40
41 S="${WORKDIR}/CMT/${CMT_PV}"
42 @@ -35,6 +35,10 @@
43 cd "${S}"
44 mv src/demo .
45 rm -f ${CMTBIN}/*.o
46 +
47 + if use emacs; then
48 + elisp-compile doc/cmt-mode.el || die
49 + fi
50 }
51
52 src_install() {
53 @@ -72,9 +76,10 @@
54 doins -r demo || die "doins demo failed"
55 fi
56
57 - use emacs && \
58 - elisp-site-file-install \
59 - doc/cmt-mode.el "${FILESDIR}"/80cmt-mode-gentoo.el
60 + if use emacs; then
61 + elisp-install ${PN} doc/cmt-mode.{el,elc} || die
62 + elisp-site-file-install "${FILESDIR}"/80cmt-mode-gentoo.el || die
63 + fi
64 }
65
66 pkg_postinst () {
67
68
69
70 1.5 dev-util/cmt/ChangeLog
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmt/ChangeLog?rev=1.5&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmt/ChangeLog?rev=1.5&content-type=text/plain
74 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmt/ChangeLog?r1=1.4&r2=1.5
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmt/ChangeLog,v
79 retrieving revision 1.4
80 retrieving revision 1.5
81 diff -u -r1.4 -r1.5
82 --- ChangeLog 9 Sep 2008 00:06:01 -0000 1.4
83 +++ ChangeLog 13 Oct 2008 22:09:40 -0000 1.5
84 @@ -1,6 +1,11 @@
85 # ChangeLog for dev-util/cmt
86 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmt/ChangeLog,v 1.4 2008/09/09 00:06:01 bicatali Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmt/ChangeLog,v 1.5 2008/10/13 22:09:40 bicatali Exp $
89 +
90 + 13 Oct 2008; Sébastien Fabbro <bicatali@g.o>
91 + files/80cmt-mode-gentoo.el, cmt-1.20.20080222.ebuild:
92 + Fixed emacs site file and emacs file installation, thanks to ulm, closing
93 + bug #241588.
94
95 09 Sep 2008; Sébastien Fabbro <bicatali@g.o>
96 -cmt-1.20.20070720.ebuild: