summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-11-01 11:28:11 +0000
committerMamoru Komachi <usata@gentoo.org>2004-11-01 11:28:11 +0000
commit7e3c239de67d5ce49f0ef371c611a5ed18b00e0f (patch)
treeb135e78e3c324d4eb332ecb11df0c6a3e2a9dddd /app-emacs/redo
parentAdded missing eutils to "inherit" (Manifest recommit) (diff)
downloadgentoo-2-7e3c239de67d5ce49f0ef371c611a5ed18b00e0f.tar.gz
gentoo-2-7e3c239de67d5ce49f0ef371c611a5ed18b00e0f.tar.bz2
gentoo-2-7e3c239de67d5ce49f0ef371c611a5ed18b00e0f.zip
Stable on x86. Added to ~alpha and ~ppc-macos.
Diffstat (limited to 'app-emacs/redo')
-rw-r--r--app-emacs/redo/ChangeLog5
-rw-r--r--app-emacs/redo/redo-1.02.ebuild11
2 files changed, 9 insertions, 7 deletions
diff --git a/app-emacs/redo/ChangeLog b/app-emacs/redo/ChangeLog
index 0ab08e57f739..8f785fd3a63c 100644
--- a/app-emacs/redo/ChangeLog
+++ b/app-emacs/redo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/redo
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/redo/ChangeLog,v 1.3 2004/09/11 15:36:51 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/redo/ChangeLog,v 1.4 2004/11/01 11:28:11 usata Exp $
+
+ 01 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> redo-1.02.ebuild:
+ Stable on x86. Added to ~alpha and ~ppc-macos.
11 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> redo-1.02.ebuild:
Added amd64 keyword, closing #63105.
diff --git a/app-emacs/redo/redo-1.02.ebuild b/app-emacs/redo/redo-1.02.ebuild
index 41505482ab49..341d474497e6 100644
--- a/app-emacs/redo/redo-1.02.ebuild
+++ b/app-emacs/redo/redo-1.02.ebuild
@@ -1,22 +1,21 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/redo/redo-1.02.ebuild,v 1.5 2004/09/11 15:36:51 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/redo/redo-1.02.ebuild,v 1.6 2004/11/01 11:28:11 usata Exp $
inherit elisp
DESCRIPTION="Redo/undo system for XEmacs (and GNU emacs)"
-HOMEPAGE="http://www.wonderworks.com/download/"
-SRC_URI="mirror://gentoo/redo-${PV}.tar.gz"
+HOMEPAGE="http://www.wonderworks.com/"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="x86 ~amd64 ~alpha ~ppc-macos"
IUSE=""
-DEPEND="virtual/emacs"
SITEFILE=50redo-gentoo.el
src_compile() {
- emacs --no-site-file --no-init-file -batch -f batch-byte-compile *.el
+ elisp-compile *.el
}
src_install() {