summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emacs/tnt/ChangeLog5
-rw-r--r--app-emacs/tnt/tnt-2.6-r1.ebuild6
-rw-r--r--app-emacs/view-process/ChangeLog7
-rw-r--r--app-emacs/view-process/view-process-2.4-r1.ebuild15
4 files changed, 15 insertions, 18 deletions
diff --git a/app-emacs/tnt/ChangeLog b/app-emacs/tnt/ChangeLog
index 1e832e60a009..bbe41dc08840 100644
--- a/app-emacs/tnt/ChangeLog
+++ b/app-emacs/tnt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/tnt
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.13 2008/02/06 07:00:56 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.14 2008/08/27 13:50:31 ulm Exp $
+
+ 27 Aug 2008; Ulrich Mueller <ulm@gentoo.org> tnt-2.6-r1.ebuild:
+ Use eclass default instead of elisp-comp, bug 235442.
06 Feb 2008; Ulrich Mueller <ulm@gentoo.org> -files/50tnt-gentoo.el,
-tnt-2.6.ebuild:
diff --git a/app-emacs/tnt/tnt-2.6-r1.ebuild b/app-emacs/tnt/tnt-2.6-r1.ebuild
index b5342a5a3b65..0e8b4bd5824d 100644
--- a/app-emacs/tnt/tnt-2.6-r1.ebuild
+++ b/app-emacs/tnt/tnt-2.6-r1.ebuild
@@ -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/app-emacs/tnt/tnt-2.6-r1.ebuild,v 1.4 2008/02/06 00:06:45 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/tnt-2.6-r1.ebuild,v 1.5 2008/08/27 13:50:31 ulm Exp $
inherit elisp
@@ -15,10 +15,6 @@ IUSE=""
SITEFILE=51${PN}-gentoo.el
-src_compile() {
- elisp-comp *.el || die "elisp-comp failed"
-}
-
src_install() {
elisp-install ${PN} *.{el,elc}
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
diff --git a/app-emacs/view-process/ChangeLog b/app-emacs/view-process/ChangeLog
index 2e43ece4aa04..cdaaa413c473 100644
--- a/app-emacs/view-process/ChangeLog
+++ b/app-emacs/view-process/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/view-process
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/view-process/ChangeLog,v 1.16 2007/12/13 08:31:08 opfer Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/view-process/ChangeLog,v 1.17 2008/08/27 13:55:22 ulm Exp $
+
+ 27 Aug 2008; Ulrich Mueller <ulm@gentoo.org> view-process-2.4-r1.ebuild:
+ Use eclass default instead of elisp-comp, bug 235442.
13 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
view-process-2.4-r1.ebuild:
diff --git a/app-emacs/view-process/view-process-2.4-r1.ebuild b/app-emacs/view-process/view-process-2.4-r1.ebuild
index 4f08abc0c701..c6f3d8034dd8 100644
--- a/app-emacs/view-process/view-process-2.4-r1.ebuild
+++ b/app-emacs/view-process/view-process-2.4-r1.ebuild
@@ -1,23 +1,18 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/view-process/view-process-2.4-r1.ebuild,v 1.11 2007/12/13 08:31:08 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/view-process/view-process-2.4-r1.ebuild,v 1.12 2008/08/27 13:55:22 ulm Exp $
inherit elisp
-IUSE=""
-
-DESCRIPTION="A Elisp package For viewing and operating on the process list"
+DESCRIPTION="A Elisp package for viewing and operating on the process list"
HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?ViewProcess"
SRC_URI="ftp://sunsite.unc.edu/pub/Linux/apps/editors/emacs/hm--view-process-${PV}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 sparc x86"
+IUSE=""
S="${WORKDIR}/view-process-mode"
-
SITEFILE=50hm--view-process-gentoo.el
DOCS="ANNOUNCEMENT INSTALL LSM README"
-
-src_compile() {
- elisp-comp *.el
-}