diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2008-09-06 04:55:34 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2008-09-06 04:55:34 +0000 |
commit | cad7cbdfd50c41caf60e5a95f7e146d262d6f673 (patch) | |
tree | 7db589af9bdce805b48146fe8d9557b3d03c514e /app-i18n | |
parent | Remove mask for emacs-cvs-22.2.9999 since the ebuild is gone. (diff) | |
download | gentoo-2-cad7cbdfd50c41caf60e5a95f7e146d262d6f673.tar.gz gentoo-2-cad7cbdfd50c41caf60e5a95f7e146d262d6f673.tar.bz2 gentoo-2-cad7cbdfd50c41caf60e5a95f7e146d262d6f673.zip |
Use elisp-complie instead of elisp-comp, bug #235932.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/uim/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/uim/uim-1.4.2.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/uim/uim-1.5.2-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-i18n/uim/ChangeLog b/app-i18n/uim/ChangeLog index be8722972eee..baa4317a5fad 100644 --- a/app-i18n/uim/ChangeLog +++ b/app-i18n/uim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/uim # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.184 2008/08/09 00:12:53 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.185 2008/09/06 04:55:34 matsuu Exp $ + + 06 Sep 2008; MATSUU Takuto <matsuu@gentoo.org> uim-1.4.2.ebuild, + uim-1.5.2-r1.ebuild: + Use elisp-complie instead of elisp-comp, bug #235932. *uim-1.5.2-r1 (09 Aug 2008) diff --git a/app-i18n/uim/uim-1.4.2.ebuild b/app-i18n/uim/uim-1.4.2.ebuild index 71e7708e0549..54fe8fd6dd72 100644 --- a/app-i18n/uim/uim-1.4.2.ebuild +++ b/app-i18n/uim/uim-1.4.2.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-i18n/uim/uim-1.4.2.ebuild,v 1.7 2008/07/27 19:40:16 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.4.2.ebuild,v 1.8 2008/09/06 04:55:34 matsuu Exp $ EAPI=1 inherit eutils qt3 multilib elisp-common flag-o-matic @@ -103,7 +103,7 @@ src_compile() { if use emacs; then cd emacs - elisp-comp *.el || die "elisp-comp failed" + elisp-compile *.el || die "elisp-compile failed" fi } diff --git a/app-i18n/uim/uim-1.5.2-r1.ebuild b/app-i18n/uim/uim-1.5.2-r1.ebuild index e40fb7c68bec..7fe96dc6f831 100644 --- a/app-i18n/uim/uim-1.5.2-r1.ebuild +++ b/app-i18n/uim/uim-1.5.2-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-i18n/uim/uim-1.5.2-r1.ebuild,v 1.1 2008/08/09 00:12:53 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.5.2-r1.ebuild,v 1.2 2008/09/06 04:55:34 matsuu Exp $ EAPI=1 inherit eutils qt3 multilib elisp-common flag-o-matic @@ -125,7 +125,7 @@ src_compile() { if use emacs; then cd emacs - elisp-comp *.el || die "elisp-comp failed" + elisp-compile *.el || die "elisp-compile failed" fi } |