public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/cmt: cmt-1.20.20080222.ebuild ChangeLog
@ 2008-10-13 22:09 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2008-10-13 22:09 UTC (permalink / raw
  To: gentoo-commits

bicatali    08/10/13 22:09:40

  Modified:             cmt-1.20.20080222.ebuild ChangeLog
  Log:
  Fixed emacs site file and emacs file installation, thanks to ulm, closing bug #241588.
  (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.2                  dev-util/cmt/cmt-1.20.20080222.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmt/cmt-1.20.20080222.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmt/cmt-1.20.20080222.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmt/cmt-1.20.20080222.ebuild?r1=1.1&r2=1.2

Index: cmt-1.20.20080222.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cmt/cmt-1.20.20080222.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cmt-1.20.20080222.ebuild	4 Apr 2008 11:09:26 -0000	1.1
+++ cmt-1.20.20080222.ebuild	13 Oct 2008 22:09:40 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cmt/cmt-1.20.20080222.ebuild,v 1.1 2008/04/04 11:09:26 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cmt/cmt-1.20.20080222.ebuild,v 1.2 2008/10/13 22:09:40 bicatali Exp $
 
 inherit elisp-common toolchain-funcs versionator
 
@@ -16,8 +16,8 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="emacs java doc"
 
-DEPEND=""
-RDEPEND="emacs? ( virtual/emacs )
+DEPEND="emacs? ( virtual/emacs )"
+RDEPEND="${DEPEND}
 	java? ( virtual/jdk )"
 
 S="${WORKDIR}/CMT/${CMT_PV}"
@@ -35,6 +35,10 @@
 	cd "${S}"
 	mv src/demo .
 	rm -f ${CMTBIN}/*.o
+
+	if use emacs; then
+		elisp-compile doc/cmt-mode.el || die
+	fi
 }
 
 src_install() {
@@ -72,9 +76,10 @@
 		doins -r demo || die "doins demo failed"
 	fi
 
-	use emacs && \
-		elisp-site-file-install \
-		doc/cmt-mode.el "${FILESDIR}"/80cmt-mode-gentoo.el
+	if use emacs; then
+		elisp-install ${PN} doc/cmt-mode.{el,elc} || die
+		elisp-site-file-install "${FILESDIR}"/80cmt-mode-gentoo.el || die
+	fi
 }
 
 pkg_postinst () {



1.5                  dev-util/cmt/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmt/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmt/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmt/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cmt/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	9 Sep 2008 00:06:01 -0000	1.4
+++ ChangeLog	13 Oct 2008 22:09:40 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/cmt
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cmt/ChangeLog,v 1.4 2008/09/09 00:06:01 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cmt/ChangeLog,v 1.5 2008/10/13 22:09:40 bicatali Exp $
+
+  13 Oct 2008; Sébastien Fabbro <bicatali@gentoo.org>
+  files/80cmt-mode-gentoo.el, cmt-1.20.20080222.ebuild:
+  Fixed emacs site file and emacs file installation, thanks to ulm, closing
+  bug #241588.
 
   09 Sep 2008; Sébastien Fabbro <bicatali@gentoo.org>
   -cmt-1.20.20070720.ebuild:






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-13 22:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-13 22:09 [gentoo-commits] gentoo-x86 commit in dev-util/cmt: cmt-1.20.20080222.ebuild ChangeLog Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox