summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-11-22 13:04:34 +0000
committerMamoru Komachi <usata@gentoo.org>2004-11-22 13:04:34 +0000
commitb903d08825fab30aa51d5c015d17ba3d7695b06c (patch)
treef9f1de68bd9f707f4a7e843ca4d4b368c3e427d6 /app-dicts/sumika
parentMarked 0.3.6 stable on x86 and ppc. (diff)
downloadhistorical-b903d08825fab30aa51d5c015d17ba3d7695b06c.tar.gz
historical-b903d08825fab30aa51d5c015d17ba3d7695b06c.tar.bz2
historical-b903d08825fab30aa51d5c015d17ba3d7695b06c.zip
Changed einstall to make DESTDIR=${D} install; bug #72017.
Diffstat (limited to 'app-dicts/sumika')
-rw-r--r--app-dicts/sumika/ChangeLog5
-rw-r--r--app-dicts/sumika/Manifest14
-rw-r--r--app-dicts/sumika/sumika-0.12.ebuild6
3 files changed, 19 insertions, 6 deletions
diff --git a/app-dicts/sumika/ChangeLog b/app-dicts/sumika/ChangeLog
index 83ba7e574b80..30625efbe51e 100644
--- a/app-dicts/sumika/ChangeLog
+++ b/app-dicts/sumika/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-dicts/sumika
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/sumika/ChangeLog,v 1.13 2004/09/07 07:40:10 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/sumika/ChangeLog,v 1.14 2004/11/22 13:04:34 usata Exp $
+
+ 22 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> sumika-0.12.ebuild:
+ Changed einstall to make DESTDIR=${D} install; bug #72017.
07 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> sumika-0.12.ebuild:
Stable on ppc.
diff --git a/app-dicts/sumika/Manifest b/app-dicts/sumika/Manifest
index a3b121bc2012..681b8592e54d 100644
--- a/app-dicts/sumika/Manifest
+++ b/app-dicts/sumika/Manifest
@@ -1,4 +1,14 @@
-MD5 a0ab71e3b22b79918a448c0daefaa75e sumika-0.12.ebuild 767
-MD5 7f165ef28d86be0eeb63813746fdc8ed ChangeLog 2083
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 90379359f2a8fd4310275be0f5666cf5 ChangeLog 2214
MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
+MD5 ca188b5992a8a393df8e5eb583636d39 sumika-0.12.ebuild 785
MD5 cc4ee60696600751450b9c82b517064d files/digest-sumika-0.12 63
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBoeJaVWNWqTUmv+0RAtHrAJ9PlUrHUQhpoTM/IdfgKyK2pRaNsgCgiBJO
+A/u17ojBnF9BCV/bhqkBEZE=
+=3R6g
+-----END PGP SIGNATURE-----
diff --git a/app-dicts/sumika/sumika-0.12.ebuild b/app-dicts/sumika/sumika-0.12.ebuild
index 4024028c0ed4..0cee949c1197 100644
--- a/app-dicts/sumika/sumika-0.12.ebuild
+++ b/app-dicts/sumika/sumika-0.12.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-dicts/sumika/sumika-0.12.ebuild,v 1.5 2004/09/07 07:40:10 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/sumika/sumika-0.12.ebuild,v 1.6 2004/11/22 13:04:34 usata Exp $
DESCRIPTION="management utility for dictionaries of Anthy, SKK, Canna and PRIME"
HOMEPAGE="http://sumika.sourceforge.jp/"
@@ -18,12 +18,12 @@ DEPEND="virtual/libc
nls? ( sys-devel/gettext )"
src_compile() {
- econf `use_enable nls` || die
+ econf $(use_enable nls) || die
emake || die
}
src_install() {
- einstall || die
+ make DESTDIR=${D} install || die
# we have our own place for docs
dodir /usr/share/doc