summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2007-06-04 09:40:56 +0000
committerAkinori Hattori <hattya@gentoo.org>2007-06-04 09:40:56 +0000
commit87ab413319db2ffb952f7dcaa16fc3a97f317c93 (patch)
tree2a02d114c03d7c0965f3a9bf812058ede9c740c2 /app-i18n/anthy-ss
parentRemove gen-1 version. (diff)
downloadgentoo-2-87ab413319db2ffb952f7dcaa16fc3a97f317c93.tar.gz
gentoo-2-87ab413319db2ffb952f7dcaa16fc3a97f317c93.tar.bz2
gentoo-2-87ab413319db2ffb952f7dcaa16fc3a97f317c93.zip
new upstream release.
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-i18n/anthy-ss')
-rw-r--r--app-i18n/anthy-ss/ChangeLog9
-rw-r--r--app-i18n/anthy-ss/anthy-ss-9002.ebuild (renamed from app-i18n/anthy-ss/anthy-ss-8819.ebuild)8
-rw-r--r--app-i18n/anthy-ss/files/anthy-ss-calctrans-dep.diff42
-rw-r--r--app-i18n/anthy-ss/files/digest-anthy-ss-88193
-rw-r--r--app-i18n/anthy-ss/files/digest-anthy-ss-90023
5 files changed, 37 insertions, 28 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog
index 1f8b0238d7d4..0d171b56a4a4 100644
--- a/app-i18n/anthy-ss/ChangeLog
+++ b/app-i18n/anthy-ss/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-i18n/anthy-ss
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.98 2007/04/28 10:20:41 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.99 2007/06/04 09:40:56 hattya Exp $
+
+*anthy-ss-9002 (04 Jun 2007)
+
+ 04 Jun 2007; Akinori Hattori <hattya@gentoo.org>
+ files/anthy-ss-calctrans-dep.diff, -anthy-ss-8819.ebuild,
+ +anthy-ss-9002.ebuild:
+ new upstream release.
*anthy-ss-8819 (28 Apr 2007)
diff --git a/app-i18n/anthy-ss/anthy-ss-8819.ebuild b/app-i18n/anthy-ss/anthy-ss-9002.ebuild
index 540916b4f524..656a9330b935 100644
--- a/app-i18n/anthy-ss/anthy-ss-8819.ebuild
+++ b/app-i18n/anthy-ss/anthy-ss-9002.ebuild
@@ -1,21 +1,21 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-8819.ebuild,v 1.1 2007/04/28 10:20:42 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-9002.ebuild,v 1.1 2007/06/04 09:40:56 hattya Exp $
inherit autotools elisp-common eutils
IUSE="emacs"
-MY_P=${P/-ss/}
+MY_P="${P/-ss/}"
DESCRIPTION="Anthy -- free and secure Japanese input system"
HOMEPAGE="http://anthy.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/anthy/25046/${MY_P}.tar.gz"
+SRC_URI="mirror://sourceforge.jp/anthy/25653/${MY_P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
SLOT="0"
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
DEPEND="!app-i18n/anthy
emacs? ( virtual/emacs )"
diff --git a/app-i18n/anthy-ss/files/anthy-ss-calctrans-dep.diff b/app-i18n/anthy-ss/files/anthy-ss-calctrans-dep.diff
index f9ee4e4c7ecc..e66387678c00 100644
--- a/app-i18n/anthy-ss/files/anthy-ss-calctrans-dep.diff
+++ b/app-i18n/anthy-ss/files/anthy-ss-calctrans-dep.diff
@@ -1,29 +1,31 @@
-diff -urN anthy-8819.orig/calctrans/Makefile.am anthy-8819/calctrans/Makefile.am
---- anthy-8819.orig/calctrans/Makefile.am 2007-04-19 21:44:15.000000000 +0900
-+++ anthy-8819/calctrans/Makefile.am 2007-04-20 22:44:01.398125421 +0900
-@@ -11,20 +11,20 @@
- proccorpus_SOURCES = proccorpus.c
- proccorpus_LDADD = ../src-util/libconvdb.la ../src-main/libanthy.la ../src-worddic/libanthydic.la
+diff -urN anthy-8916.orig/calctrans/Makefile.am anthy-8916/calctrans/Makefile.am
+--- anthy-8916.orig/calctrans/Makefile.am 2007-05-15 19:48:41.000000000 +0900
++++ anthy-8916/calctrans/Makefile.am 2007-05-19 12:45:38.671899486 +0900
+@@ -13,23 +13,23 @@
+
+ dict_source_files = anthy.cand_info anthy.trans_info anthy.corpus_array anthy.corpus_bucket
-update_params:
+update_params: proccorpus calctrans
+ rm -f parsed_data2
./proccorpus $(srcdir)/corpus.?.txt > parsed_data
./calctrans parsed_data -o $(srcdir)/corpus_info
- ./calctrans -c $(srcdir)/corpus_info
- rm -f anthy.cand_info anthy.trans_info anthy.corpus_array anthy.corpus_bucket
- make anthy.cand_info anthy.trans_info anthy.corpus_array anthy.corpus_bucket
+ make do_update_params
--anthy.trans_info: $(srcdir)/corpus_info
-+anthy.trans_info: calctrans $(srcdir)/corpus_info
- ./calctrans -c $(srcdir)/corpus_info
--anthy.cand_info: $(srcdir)/corpus_info
-+anthy.cand_info: calctrans $(srcdir)/corpus_info
- ./calctrans -c $(srcdir)/corpus_info
--anthy.corpus_array: $(srcdir)/corpus_info
-+anthy.corpus_array: calctrans $(srcdir)/corpus_info
+-update_params2:
++update_params2: proccorpus calctrans parsed_data
+ ./proccorpus $(srcdir)/corpus.?.txt >> parsed_data2
+ ./calctrans parsed_data parsed_data2 -o $(srcdir)/corpus_info
+ make do_update_params
+
+-do_update_params:
++do_update_params: calctrans $(srcdir)/corpus_info
./calctrans -c $(srcdir)/corpus_info
--anthy.corpus_bucket: $(srcdir)/corpus_info
-+anthy.corpus_bucket: calctrans $(srcdir)/corpus_info
+ rm -f $(dict_source_files)
+ make $(dict_source_files)
+
+-$(dict_source_files): $(srcdir)/corpus_info
++$(dict_source_files): calctrans $(srcdir)/corpus_info
./calctrans -c $(srcdir)/corpus_info
- noinst_DATA = anthy.trans_info anthy.cand_info anthy.corpus_array anthy.corpus_bucket
+ noinst_DATA = $(dict_source_files)
diff --git a/app-i18n/anthy-ss/files/digest-anthy-ss-8819 b/app-i18n/anthy-ss/files/digest-anthy-ss-8819
deleted file mode 100644
index a3885f5daaf3..000000000000
--- a/app-i18n/anthy-ss/files/digest-anthy-ss-8819
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 6067bb177b1192324db7e2b71cf44acb anthy-8819.tar.gz 3907369
-RMD160 7b7914a28c35a9846f05946730e7f8376485dc5d anthy-8819.tar.gz 3907369
-SHA256 c1162cde69c06b57a83501064bc66d045a72cac27697f8cad33dbfbc04a9c227 anthy-8819.tar.gz 3907369
diff --git a/app-i18n/anthy-ss/files/digest-anthy-ss-9002 b/app-i18n/anthy-ss/files/digest-anthy-ss-9002
new file mode 100644
index 000000000000..a20927475dc3
--- /dev/null
+++ b/app-i18n/anthy-ss/files/digest-anthy-ss-9002
@@ -0,0 +1,3 @@
+MD5 69b933442c85c9986be89706bb8c630e anthy-9002.tar.gz 3979485
+RMD160 9699e1b90bd8255be176a041e629eb667c071314 anthy-9002.tar.gz 3979485
+SHA256 274ea76e0d2640288055403621c2e089f9a55dc18885ba130de9425f2c47d015 anthy-9002.tar.gz 3979485