summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-11-14 09:59:29 +0000
committerMamoru Komachi <usata@gentoo.org>2004-11-14 09:59:29 +0000
commit54b5eeafa40c3ab485363aae146a659ec847b207 (patch)
treec090c78175c7722059001a0be97de9c2efb9d016 /app-emacs
parentMarked ~ppc64; bug #68112 (Manifest recommit) (diff)
downloadgentoo-2-54b5eeafa40c3ab485363aae146a659ec847b207.tar.gz
gentoo-2-54b5eeafa40c3ab485363aae146a659ec847b207.tar.bz2
gentoo-2-54b5eeafa40c3ab485363aae146a659ec847b207.zip
Stable on ppc.
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/binclock/ChangeLog5
-rw-r--r--app-emacs/binclock/binclock-1.7.ebuild8
2 files changed, 7 insertions, 6 deletions
diff --git a/app-emacs/binclock/ChangeLog b/app-emacs/binclock/ChangeLog
index 0021a2b6946e..898a7ad2696f 100644
--- a/app-emacs/binclock/ChangeLog
+++ b/app-emacs/binclock/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/binclock
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/binclock/ChangeLog,v 1.5 2004/08/20 20:59:21 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/binclock/ChangeLog,v 1.6 2004/11/14 09:59:29 usata Exp $
+
+ 14 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> binclock-1.7.ebuild:
+ Stable on ppc.
20 Aug 2004; Tom Gall <tgall@gentoo.org> binclock-1.7.ebuild:
stable on ppc64, bug #58503
diff --git a/app-emacs/binclock/binclock-1.7.ebuild b/app-emacs/binclock/binclock-1.7.ebuild
index 72755a140e4d..165dfbad7384 100644
--- a/app-emacs/binclock/binclock-1.7.ebuild
+++ b/app-emacs/binclock/binclock-1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/binclock/binclock-1.7.ebuild,v 1.8 2004/08/20 20:59:21 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/binclock/binclock-1.7.ebuild,v 1.9 2004/11/14 09:59:29 usata Exp $
inherit elisp
@@ -11,14 +11,12 @@ HOMEPAGE="http://www.davep.org/emacs/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc ppc64"
-
-DEPEND="virtual/emacs"
+KEYWORDS="x86 ppc ppc64"
SITEFILE=50binclock-gentoo.el
src_compile() {
- emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el
+ elisp-comp *.el
}
src_install() {