diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-11-23 10:09:25 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-11-23 10:09:25 +0000 |
commit | 36a6fdbf9c3fb18f82896034f24fef862caa6543 (patch) | |
tree | 7dcdfa980d436efd90fea1fe471fc9f46dbe66f1 /app-i18n/anthy | |
parent | cleaned out old ebuild. (diff) | |
download | historical-36a6fdbf9c3fb18f82896034f24fef862caa6543.tar.gz historical-36a6fdbf9c3fb18f82896034f24fef862caa6543.tar.bz2 historical-36a6fdbf9c3fb18f82896034f24fef862caa6543.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/Manifest | 8 | ||||
-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 |
5 files changed, 15 insertions, 11 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/Manifest b/app-i18n/anthy/Manifest index 536a9be29e55..4ed1d8372371 100644 --- a/app-i18n/anthy/Manifest +++ b/app-i18n/anthy/Manifest @@ -1,7 +1,7 @@ -MD5 dc906d1e0b750c4f547ee17ca2a33c65 ChangeLog 4712 -MD5 6b166a75548ea99509d02a34cde5a63b anthy-5100b.ebuild 1467 -MD5 769bd651f0d62c2e98bb461eddc9f5eb anthy-5500.ebuild 1592 -MD5 e10ec87e2fe136aa22cabe0a854c86e4 anthy-5900.ebuild 1501 +MD5 ca08b5ff43be2d26ed2787a090934863 ChangeLog 4883 +MD5 47d265164edc6f4df8e5151d86d9d36e anthy-5100b.ebuild 1484 +MD5 d391757b9603721d9736963e5cd278ca anthy-5500.ebuild 1607 +MD5 e5c36fd40932a9536f96da0288143698 anthy-5900.ebuild 1518 MD5 bae17b53f1633ca708e67b8762933954 metadata.xml 616 MD5 d91fcb424ec63b588900d2d88a8bcee2 files/50anthy-gentoo.el 99 MD5 0929884906bad3f7f4b85908b5425ba8 files/digest-anthy-5100b 64 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 |