summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2004-11-23 10:11:44 +0000
committerAkinori Hattori <hattya@gentoo.org>2004-11-23 10:11:44 +0000
commit77df8d2ed5efd0cf5f8266bc20b43f2429261a4c (patch)
tree84ed6117dab678ab75934179ae21bb8fa0a07f6d /app-i18n/anthy-ss
parentAdded to ~sparc. (diff)
downloadgentoo-2-77df8d2ed5efd0cf5f8266bc20b43f2429261a4c.tar.gz
gentoo-2-77df8d2ed5efd0cf5f8266bc20b43f2429261a4c.tar.bz2
gentoo-2-77df8d2ed5efd0cf5f8266bc20b43f2429261a4c.zip
s/einstall/make DESTDIR=${D} install/. fixes bug #72167.
Diffstat (limited to 'app-i18n/anthy-ss')
-rw-r--r--app-i18n/anthy-ss/ChangeLog6
-rw-r--r--app-i18n/anthy-ss/anthy-ss-5818.ebuild4
-rw-r--r--app-i18n/anthy-ss/anthy-ss-5822.ebuild4
-rw-r--r--app-i18n/anthy-ss/anthy-ss-5911.ebuild4
4 files changed, 11 insertions, 7 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog
index 3cee1842a6e2..10b3e094fdd9 100644
--- a/app-i18n/anthy-ss/ChangeLog
+++ b/app-i18n/anthy-ss/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/anthy-ss
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.56 2004/11/18 13:45:29 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.57 2004/11/23 10:11:44 hattya Exp $
+
+ 23 Nov 2004; Akinori Hattori <hattya@gentoo.org> anthy-ss-5818.ebuild,
+ anthy-ss-5822.ebuild, anthy-ss-5911.ebuild:
+ s/einstall/make DESTDIR=${D} install/. fixes bug #72167.
18 Nov 2004; Akinori Hattori <hattya@gentoo.org> -anthy-ss-5714.ebuild:
cleaned out old ebuild.
diff --git a/app-i18n/anthy-ss/anthy-ss-5818.ebuild b/app-i18n/anthy-ss/anthy-ss-5818.ebuild
index 6665de1efc84..33fcfce257b5 100644
--- a/app-i18n/anthy-ss/anthy-ss-5818.ebuild
+++ b/app-i18n/anthy-ss/anthy-ss-5818.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-i18n/anthy-ss/anthy-ss-5818.ebuild,v 1.1 2004/10/18 15:36:04 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-5818.ebuild,v 1.2 2004/11/23 10:11:44 hattya Exp $
inherit elisp-common
@@ -47,7 +47,7 @@ src_compile() {
src_install() {
- einstall || die
+ make DESTDIR=${D} install || die
use emacs && elisp-site-file-install ${FILESDIR}/50anthy-gentoo.el
diff --git a/app-i18n/anthy-ss/anthy-ss-5822.ebuild b/app-i18n/anthy-ss/anthy-ss-5822.ebuild
index 3c0607639a77..2c8a098336f7 100644
--- a/app-i18n/anthy-ss/anthy-ss-5822.ebuild
+++ b/app-i18n/anthy-ss/anthy-ss-5822.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-i18n/anthy-ss/anthy-ss-5822.ebuild,v 1.1 2004/10/23 10:04:00 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-5822.ebuild,v 1.2 2004/11/23 10:11:44 hattya Exp $
inherit elisp-common
@@ -47,7 +47,7 @@ src_compile() {
src_install() {
- einstall || die
+ make DESTDIR=${D} install || die
use emacs && elisp-site-file-install ${FILESDIR}/50anthy-gentoo.el
diff --git a/app-i18n/anthy-ss/anthy-ss-5911.ebuild b/app-i18n/anthy-ss/anthy-ss-5911.ebuild
index 37456c106e85..56105492c7c4 100644
--- a/app-i18n/anthy-ss/anthy-ss-5911.ebuild
+++ b/app-i18n/anthy-ss/anthy-ss-5911.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-i18n/anthy-ss/anthy-ss-5911.ebuild,v 1.1 2004/11/18 13:43:14 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-5911.ebuild,v 1.2 2004/11/23 10:11:44 hattya Exp $
inherit elisp-common
@@ -47,7 +47,7 @@ src_compile() {
src_install() {
- einstall || die
+ make DESTDIR=${D} install || die
use emacs && elisp-site-file-install ${FILESDIR}/50anthy-gentoo.el