diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-11-23 10:11:44 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-11-23 10:11:44 +0000 |
commit | ea0a4ba8a42623c28518401ecd0c51acf4661822 (patch) | |
tree | 17e82e9a4e0bf27fb876d84e9614a0897e755d51 /app-i18n | |
parent | s/einstall/make DESTDIR=${D} install/. fixes bug #72166. (diff) | |
download | historical-ea0a4ba8a42623c28518401ecd0c51acf4661822.tar.gz historical-ea0a4ba8a42623c28518401ecd0c51acf4661822.tar.bz2 historical-ea0a4ba8a42623c28518401ecd0c51acf4661822.zip |
s/einstall/make DESTDIR=${D} install/. fixes bug #72167.
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/anthy-ss/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-5818.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-5822.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-5911.ebuild | 4 |
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 |