diff options
author | 2004-11-23 10:09:25 +0000 | |
---|---|---|
committer | 2004-11-23 10:09:25 +0000 | |
commit | 0082b6574a1c3ca5025eb5aadf939b35717e0947 (patch) | |
tree | 110e49dc65d9daeb42bd30519650e8b0011e8b11 /app-i18n/anthy | |
parent | cleaned out old ebuild. (Manifest recommit) (diff) | |
download | gentoo-2-0082b6574a1c3ca5025eb5aadf939b35717e0947.tar.gz gentoo-2-0082b6574a1c3ca5025eb5aadf939b35717e0947.tar.bz2 gentoo-2-0082b6574a1c3ca5025eb5aadf939b35717e0947.zip |
s/einstall/make DESTDIR=${D} install/. fixes bug #72166.
Diffstat (limited to 'app-i18n/anthy')
-rw-r--r-- | app-i18n/anthy/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-5100b.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-5500.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-5900.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog index 7a2e858fab0d..2a08ab82c987 100644 --- a/app-i18n/anthy/ChangeLog +++ b/app-i18n/anthy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/anthy # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.34 2004/11/23 10:04:47 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.35 2004/11/23 10:09:25 hattya Exp $ + + 23 Nov 2004; Akinori Hattori <hattya@gentoo.org> anthy-5100b.ebuild, + anthy-5500.ebuild, anthy-5900.ebuild: + s/einstall/make DESTDIR=${D} install/. fixes bug #72166. 23 Nov 2004; Akinori Hattori <hattya@gentoo.org> -anthy-4700.ebuild: cleaned out old ebuild. diff --git a/app-i18n/anthy/anthy-5100b.ebuild b/app-i18n/anthy/anthy-5100b.ebuild index 943a660b63e1..6c54b92f5494 100644 --- a/app-i18n/anthy/anthy-5100b.ebuild +++ b/app-i18n/anthy/anthy-5100b.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/anthy-5100b.ebuild,v 1.11 2004/10/17 10:05:33 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-5100b.ebuild,v 1.12 2004/11/23 10:09:25 hattya Exp $ inherit elisp-common @@ -46,7 +46,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/anthy-5500.ebuild b/app-i18n/anthy/anthy-5500.ebuild index 5b37e3f8ccb6..cd4d0cc82a1f 100644 --- a/app-i18n/anthy/anthy-5500.ebuild +++ b/app-i18n/anthy/anthy-5500.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/anthy-5500.ebuild,v 1.7 2004/11/16 14:44:10 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-5500.ebuild,v 1.8 2004/11/23 10:09:25 hattya Exp $ inherit elisp-common @@ -50,7 +50,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/anthy-5900.ebuild b/app-i18n/anthy/anthy-5900.ebuild index c799b9af39e3..d9e0c1e23d0b 100644 --- a/app-i18n/anthy/anthy-5900.ebuild +++ b/app-i18n/anthy/anthy-5900.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/anthy-5900.ebuild,v 1.1 2004/11/02 15:45:32 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-5900.ebuild,v 1.2 2004/11/23 10:09:25 hattya Exp $ inherit elisp-common @@ -45,7 +45,7 @@ src_compile() { src_install() { - einstall || die + make DESTDIR=${D} install || die use emacs && elisp-site-file-install ${FILESDIR}/50anthy-gentoo.el |