summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-11-23 09:07:37 +0000
committerMamoru Komachi <usata@gentoo.org>2004-11-23 09:07:37 +0000
commitb0f1bd65e4f34f39e4af506d9e9a5313192dbb2e (patch)
treed4a4a7e88abcbab5b90b2315ce2e19fbf32da412 /app-i18n
parentChanged einstall to make DESTDIR=${D} install; bug #72170. (diff)
downloadhistorical-b0f1bd65e4f34f39e4af506d9e9a5313192dbb2e.tar.gz
historical-b0f1bd65e4f34f39e4af506d9e9a5313192dbb2e.tar.bz2
historical-b0f1bd65e4f34f39e4af506d9e9a5313192dbb2e.zip
Changed einstall to make DESTDIR=${D} install; bug #72171.
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/jmode/Manifest10
-rw-r--r--app-i18n/jmode/jmode-0.6.7.ebuild13
2 files changed, 15 insertions, 8 deletions
diff --git a/app-i18n/jmode/Manifest b/app-i18n/jmode/Manifest
index d53f0410b2e9..b5fb6205033c 100644
--- a/app-i18n/jmode/Manifest
+++ b/app-i18n/jmode/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
+MD5 612ad2292c0eacd98e04c66373bbf870 jmode-0.6.7.ebuild 963
MD5 16bc122ac37afa502c0d7536ba520998 ChangeLog 508
-MD5 df7feb74878e6cdfb87723df159ae89b jmode-0.6.7.ebuild 795
MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
MD5 f2c82ad662cc4bae3bacaeab79ab95cd files/digest-jmode-0.6.7 63
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.8 (GNU/Linux)
+Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFA33jcHTu7gpaalycRAoesAJ0SNRlVi/QGQcQ80ywzWrEeFwySuQCfafKn
-PrAS9Urkkc+lDkP5K7WpwTs=
-=ftZr
+iD8DBQFBov3mVWNWqTUmv+0RAgUaAJ0T1xSLWao3pR3Au0Sb+2+5bOwhLwCggwxw
+SoGen97/LMfC+Es+kLEkN0s=
+=R6o8
-----END PGP SIGNATURE-----
diff --git a/app-i18n/jmode/jmode-0.6.7.ebuild b/app-i18n/jmode/jmode-0.6.7.ebuild
index 5ccfb2831509..3ec447a06fda 100644
--- a/app-i18n/jmode/jmode-0.6.7.ebuild
+++ b/app-i18n/jmode/jmode-0.6.7.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/jmode/jmode-0.6.7.ebuild,v 1.4 2004/06/28 01:47:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/jmode/jmode-0.6.7.ebuild,v 1.5 2004/11/23 09:07:37 usata Exp $
DESCRIPTION="a Japanese IME supporting Anthy"
HOMEPAGE="http://anthy.sourceforge.jp/"
@@ -17,12 +17,19 @@ DEPEND="=x11-libs/gtk+-1.2*
src_compile() {
# --with-skk and --with-engine=anthy are exclusive
- econf `use_with gnome` \
+ econf $(use_with gnome) \
--with-engine=anthy || die
emake CPPFLAGS="${CPPFLAGS} -DCONF_DIR=\\\"/etc/jmode/\\\"" || die
}
src_install() {
- einstall pkgdatadir=${D}/etc/jmode || die
+ make DESTDIR=${D} pkgdatadir=/etc/jmode install || die
dodoc AUTHORS ChangeLog INSTALL NEWS README
}
+
+pkg_postinst() {
+ einfo
+ einfo "jmode is deprecated and not supported by upstream anymore."
+ einfo " Please consider switching to app-i18n/uim."
+ einfo
+}