summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/anthy-ss')
-rw-r--r--app-i18n/anthy-ss/ChangeLog10
-rw-r--r--app-i18n/anthy-ss/Manifest8
-rw-r--r--app-i18n/anthy-ss/anthy-ss-5406.ebuild9
-rw-r--r--app-i18n/anthy-ss/anthy-ss-5414.ebuild9
-rw-r--r--app-i18n/anthy-ss/anthy-ss-5516.ebuild9
5 files changed, 24 insertions, 21 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog
index 46b252d7b7c9..3b2ff079fca6 100644
--- a/app-i18n/anthy-ss/ChangeLog
+++ b/app-i18n/anthy-ss/ChangeLog
@@ -1,6 +1,12 @@
# 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.37 2004/07/25 07:20:47 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.38 2004/07/25 07:24:57 hattya Exp $
+
+*anthy-ss-5516 (25 Jul 2004)
+
+ 25 Jul 2004; Akinori Hattori <hattya@gentoo.org> anthy-ss-5406.ebuild,
+ anthy-ss-5414.ebuild, anthy-ss-5516.ebuild:
+ fixed typo. and ChangeLog fix.
*anthy-ss-5523 (25 Jul 2004)
@@ -11,7 +17,7 @@
-anthy-ss-5330.ebuild:
cleaned out old ebuilds.
- 18 Jul 2004; Akinori Hattori <hattya@gentoo.org> :
+ 18 Jul 2004; Akinori Hattori <hattya@gentoo.org> +anthy-ss-5516.ebuild:
version bump.
*anthy-ss-5414 (17 Jun 2004)
diff --git a/app-i18n/anthy-ss/Manifest b/app-i18n/anthy-ss/Manifest
index 34e502b2a8aa..940df7267c59 100644
--- a/app-i18n/anthy-ss/Manifest
+++ b/app-i18n/anthy-ss/Manifest
@@ -1,7 +1,7 @@
-MD5 5c9092789eac676accd394b634076647 ChangeLog 5147
-MD5 440a66b95feb83768aec410bfd833a4e anthy-ss-5406.ebuild 1651
-MD5 908f95bcee0ac6ee56a960457dfb2828 anthy-ss-5414.ebuild 1651
-MD5 e9eb56a3ae3308b1657b05d6cc6e329d anthy-ss-5516.ebuild 1650
+MD5 67185f0753eab7d5a724e49b2913104e ChangeLog 5351
+MD5 d50cf115437d38d8e44a8a1bcafcc8e4 anthy-ss-5406.ebuild 1640
+MD5 d4c1e868e1e861d1b26de003d3fccb46 anthy-ss-5414.ebuild 1640
+MD5 eea045facfc6344d35dd497c2457d91e anthy-ss-5516.ebuild 1641
MD5 134e67bcaecac79d949afa5eb9672eac anthy-ss-5523.ebuild 1516
MD5 bae17b53f1633ca708e67b8762933954 metadata.xml 616
MD5 d91fcb424ec63b588900d2d88a8bcee2 files/50anthy-gentoo.el 99
diff --git a/app-i18n/anthy-ss/anthy-ss-5406.ebuild b/app-i18n/anthy-ss/anthy-ss-5406.ebuild
index 016af68a9009..cd3e800ce4f7 100644
--- a/app-i18n/anthy-ss/anthy-ss-5406.ebuild
+++ b/app-i18n/anthy-ss/anthy-ss-5406.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-5406.ebuild,v 1.2 2004/06/24 21:43:21 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-5406.ebuild,v 1.3 2004/07/25 07:24:57 hattya Exp $
inherit elisp-common
@@ -31,21 +31,20 @@ src_compile() {
local cannadicdir=/var/lib/canna/dic/canna
use emacs || myconf="EMACS=no"
- use ucs4 && myconf="${myconf} --enable-uc4"
+ use ucs4 && myconf="${myconf} --enable-ucs4"
if has_version 'app-dicts/canna-zipcode'; then
einfo "Adding zipcode.t and jigyosyo.t to anthy.dic."
cp ${cannadicdir}/{zipcode,jigyosyo}.t mkanthydic
- sed -i -e "/^EXTRA_DICS/s|$| zipcode.t jigyosyo.t|" mkanthydic/Makefile.am
+ sed -i -e "/^EXTRA_DICS/s|$| zipcode.t jigyosyo.t|" mkanthydic/Makefile.in
fi
if has_version 'app-dicts/canna-2ch'; then
einfo "Adding nichan.ctd to anthy.dic."
cp ${cannadicdir}/nichan.ctd mkanthydic/2ch.t
- sed -i -e "/^EXTRA_DICS/s|$| 2ch.t|" mkanthydic/Makefile.am
+ sed -i -e "/^EXTRA_DICS/s|$| 2ch.t|" mkanthydic/Makefile.in
fi
- autoconf
econf ${myconf} || die
emake || die
diff --git a/app-i18n/anthy-ss/anthy-ss-5414.ebuild b/app-i18n/anthy-ss/anthy-ss-5414.ebuild
index 504a8ffefa0a..d33b07ee3ec5 100644
--- a/app-i18n/anthy-ss/anthy-ss-5414.ebuild
+++ b/app-i18n/anthy-ss/anthy-ss-5414.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-5414.ebuild,v 1.2 2004/06/24 21:43:21 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-5414.ebuild,v 1.3 2004/07/25 07:24:57 hattya Exp $
inherit elisp-common
@@ -31,21 +31,20 @@ src_compile() {
local cannadicdir=/var/lib/canna/dic/canna
use emacs || myconf="EMACS=no"
- use ucs4 && myconf="${myconf} --enable-uc4"
+ use ucs4 && myconf="${myconf} --enable-ucs4"
if has_version 'app-dicts/canna-zipcode'; then
einfo "Adding zipcode.t and jigyosyo.t to anthy.dic."
cp ${cannadicdir}/{zipcode,jigyosyo}.t mkanthydic
- sed -i -e "/^EXTRA_DICS/s|$| zipcode.t jigyosyo.t|" mkanthydic/Makefile.am
+ sed -i -e "/^EXTRA_DICS/s|$| zipcode.t jigyosyo.t|" mkanthydic/Makefile.in
fi
if has_version 'app-dicts/canna-2ch'; then
einfo "Adding nichan.ctd to anthy.dic."
cp ${cannadicdir}/nichan.ctd mkanthydic/2ch.t
- sed -i -e "/^EXTRA_DICS/s|$| 2ch.t|" mkanthydic/Makefile.am
+ sed -i -e "/^EXTRA_DICS/s|$| 2ch.t|" mkanthydic/Makefile.in
fi
- autoconf
econf ${myconf} || die
emake || die
diff --git a/app-i18n/anthy-ss/anthy-ss-5516.ebuild b/app-i18n/anthy-ss/anthy-ss-5516.ebuild
index c3c9ac6746ae..5ef6e38ac9dc 100644
--- a/app-i18n/anthy-ss/anthy-ss-5516.ebuild
+++ b/app-i18n/anthy-ss/anthy-ss-5516.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-5516.ebuild,v 1.1 2004/07/18 13:03:23 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-5516.ebuild,v 1.2 2004/07/25 07:24:57 hattya Exp $
inherit elisp-common
@@ -31,21 +31,20 @@ src_compile() {
local cannadicdir=/var/lib/canna/dic/canna
use emacs || myconf="EMACS=no"
- use ucs4 && myconf="${myconf} --enable-uc4"
+ use ucs4 && myconf="${myconf} --enable-ucs4"
if has_version 'app-dicts/canna-zipcode'; then
einfo "Adding zipcode.t and jigyosyo.t to anthy.dic."
cp ${cannadicdir}/{zipcode,jigyosyo}.t mkanthydic
- sed -i -e "/^EXTRA_DICS/s|$| zipcode.t jigyosyo.t|" mkanthydic/Makefile.am
+ sed -i -e "/^EXTRA_DICS/s|$| zipcode.t jigyosyo.t|" mkanthydic/Makefile.in
fi
if has_version 'app-dicts/canna-2ch'; then
einfo "Adding nichan.ctd to anthy.dic."
cp ${cannadicdir}/nichan.ctd mkanthydic/2ch.t
- sed -i -e "/^EXTRA_DICS/s|$| 2ch.t|" mkanthydic/Makefile.am
+ sed -i -e "/^EXTRA_DICS/s|$| 2ch.t|" mkanthydic/Makefile.in
fi
- autoconf
econf ${myconf} || die
emake || die