summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-i18n/anthy/anthy-6700b.ebuild6
-rw-r--r--app-i18n/anthy/anthy-7100b-r1.ebuild4
-rw-r--r--app-i18n/uim-svn/uim-svn-20060320.ebuild6
3 files changed, 7 insertions, 9 deletions
diff --git a/app-i18n/anthy/anthy-6700b.ebuild b/app-i18n/anthy/anthy-6700b.ebuild
index 8977a6631eed..df77b0ab2e01 100644
--- a/app-i18n/anthy/anthy-6700b.ebuild
+++ b/app-i18n/anthy/anthy-6700b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-6700b.ebuild,v 1.7 2005/08/23 03:17:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-6700b.ebuild,v 1.8 2006/04/22 14:38:02 hattya Exp $
inherit elisp-common eutils
@@ -18,8 +18,6 @@ SLOT="0"
DEPEND="emacs? ( virtual/emacs )
!app-i18n/anthy-ss"
-MAKEOPTS="${MAKEOPTS} -j1"
-
src_unpack() {
unpack ${A}
@@ -51,7 +49,7 @@ src_compile() {
fi
econf ${myconf} || die
- emake || die
+ emake -j1 || die
}
diff --git a/app-i18n/anthy/anthy-7100b-r1.ebuild b/app-i18n/anthy/anthy-7100b-r1.ebuild
index 85189642094b..86bd1f44a819 100644
--- a/app-i18n/anthy/anthy-7100b-r1.ebuild
+++ b/app-i18n/anthy/anthy-7100b-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7100b-r1.ebuild,v 1.6 2006/03/28 22:14:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7100b-r1.ebuild,v 1.7 2006/04/22 14:38:03 hattya Exp $
inherit elisp-common eutils
@@ -45,7 +45,7 @@ src_install() {
rm doc/Makefile*
- dodoc AUTHORS COPYING DIARY INSTALL NEWS README ChangeLog
+ dodoc AUTHORS DIARY NEWS README ChangeLog
dodoc doc/*
}
diff --git a/app-i18n/uim-svn/uim-svn-20060320.ebuild b/app-i18n/uim-svn/uim-svn-20060320.ebuild
index 2ab026a7db46..940ff7b2b1d4 100644
--- a/app-i18n/uim-svn/uim-svn-20060320.ebuild
+++ b/app-i18n/uim-svn/uim-svn-20060320.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-svn/uim-svn-20060320.ebuild,v 1.2 2006/03/29 12:31:33 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-svn/uim-svn-20060320.ebuild,v 1.3 2006/04/22 14:41:19 hattya Exp $
inherit elisp-common flag-o-matic kde-functions multilib subversion
@@ -88,7 +88,7 @@ src_install() {
rm doc/Makefile*
- dodoc AUTHORS COPYING ChangeLog* INSTALL* NEWS README*
+ dodoc AUTHORS ChangeLog* NEWS README*
dodoc doc/*
local u
@@ -97,7 +97,7 @@ src_install() {
if use ${u}; then
cd ${u}
docinto ${u}
- dodoc COPYING INSTALL README*
+ dodoc README*
cd -
fi
done