summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2004-07-22 15:14:35 +0000
committerAkinori Hattori <hattya@gentoo.org>2004-07-22 15:14:35 +0000
commit0b65e232a7d2a8358ecf13824e440c7666569486 (patch)
treeeacd8f9f62848dded508b86c2b515424d77b29b1 /app-dicts
parentversion bump (diff)
downloadhistorical-0b65e232a7d2a8358ecf13824e440c7666569486.tar.gz
historical-0b65e232a7d2a8358ecf13824e440c7666569486.tar.bz2
historical-0b65e232a7d2a8358ecf13824e440c7666569486.zip
fixed license and stable 2.6.3 on x86.
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/ipadic/ChangeLog7
-rw-r--r--app-dicts/ipadic/Manifest8
-rw-r--r--app-dicts/ipadic/ipadic-2.6.1.ebuild9
-rw-r--r--app-dicts/ipadic/ipadic-2.6.3.ebuild6
-rw-r--r--app-dicts/ipadic/ipadic-2.7.0.ebuild4
5 files changed, 21 insertions, 13 deletions
diff --git a/app-dicts/ipadic/ChangeLog b/app-dicts/ipadic/ChangeLog
index 16e75d2cd7f9..b7d30a123e2b 100644
--- a/app-dicts/ipadic/ChangeLog
+++ b/app-dicts/ipadic/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-dicts/ipadic
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ChangeLog,v 1.5 2004/06/24 21:41:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ChangeLog,v 1.6 2004/07/22 15:14:35 hattya Exp $
+
+ 23 Jul 2004; Akinori Hattori <hattya@gentoo.org> ipadic-2.6.1.ebuild,
+ ipadic-2.6.3.ebuild, ipadic-2.7.0.ebuild:
+ fixed license. (as-is -> ipadic)
+ stable 2.6.3 on x86.
*ipadic-2.6.3 (25 Apr 2004)
diff --git a/app-dicts/ipadic/Manifest b/app-dicts/ipadic/Manifest
index 298ed4ebe164..f05fc2220594 100644
--- a/app-dicts/ipadic/Manifest
+++ b/app-dicts/ipadic/Manifest
@@ -1,7 +1,7 @@
-MD5 86b6bfea2b28fdc865d3d5eb9bf80cfa ipadic-2.6.1.ebuild 721
-MD5 2b6324da52183d434ddb6f58085178db ipadic-2.6.3.ebuild 726
-MD5 afe60c7855b302bce42c90c47297be03 ChangeLog 923
-MD5 73b6a71c5615f1d4797f16f166b0b6a8 ipadic-2.7.0.ebuild 763
+MD5 131bb711359d009797f175fea396dde2 ChangeLog 1096
+MD5 9fc48e5ce9ffa41cf1861593c9116033 ipadic-2.6.1.ebuild 723
+MD5 d6cbf6bbc634b6dbbe4ec86e06b9ab35 ipadic-2.6.3.ebuild 724
+MD5 37e7ea53087f8659af6a33aefc151424 ipadic-2.7.0.ebuild 762
MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
MD5 4afb27bed8feaa85ed28a3a53f0c26de files/digest-ipadic-2.6.1 65
MD5 ff582187123f3456875348cda153c069 files/digest-ipadic-2.6.3 65
diff --git a/app-dicts/ipadic/ipadic-2.6.1.ebuild b/app-dicts/ipadic/ipadic-2.6.1.ebuild
index 9255087282af..c2fd4efd5825 100644
--- a/app-dicts/ipadic/ipadic-2.6.1.ebuild
+++ b/app-dicts/ipadic/ipadic-2.6.1.ebuild
@@ -1,14 +1,16 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.6.1.ebuild,v 1.6 2004/06/24 21:41:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.6.1.ebuild,v 1.7 2004/07/22 15:14:35 hattya Exp $
+
+IUSE=""
DESCRIPTION="Japanese dictionary for ChaSen"
HOMEPAGE="http://chasen.aist-nara.ac.jp/chasen/distribution.html.en"
SRC_URI="http://chasen.aist-nara.ac.jp/stable/ipadic/${P}.tar.gz"
-LICENSE="as-is"
+
+LICENSE="ipadic"
KEYWORDS="x86 amd64"
SLOT="0"
-IUSE=""
DEPEND=">=app-text/chasen-2.3.2"
@@ -20,6 +22,7 @@ src_compile() {
src_install () {
make DESTDIR=${D} install || die
+
insinto /etc
doins chasenrc
dodoc INSTALL* README NEWS || die
diff --git a/app-dicts/ipadic/ipadic-2.6.3.ebuild b/app-dicts/ipadic/ipadic-2.6.3.ebuild
index 14c40a4cfc54..aee67cbed7cd 100644
--- a/app-dicts/ipadic/ipadic-2.6.3.ebuild
+++ b/app-dicts/ipadic/ipadic-2.6.3.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/ipadic/ipadic-2.6.3.ebuild,v 1.2 2004/06/24 21:41:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.6.3.ebuild,v 1.3 2004/07/22 15:14:35 hattya Exp $
IUSE=""
@@ -8,8 +8,8 @@ DESCRIPTION="Japanese dictionary for ChaSen"
HOMEPAGE="http://chasen.aist-nara.ac.jp/chasen/distribution.html.en"
SRC_URI="http://chasen.aist-nara.ac.jp/stable/ipadic/${P}.tar.gz"
-LICENSE="as-is"
-KEYWORDS="~x86 ~amd64"
+LICENSE="ipadic"
+KEYWORDS="x86 ~amd64"
SLOT="0"
DEPEND=">=app-text/chasen-2.3.2"
diff --git a/app-dicts/ipadic/ipadic-2.7.0.ebuild b/app-dicts/ipadic/ipadic-2.7.0.ebuild
index 565adfd19915..9d35753507b1 100644
--- a/app-dicts/ipadic/ipadic-2.7.0.ebuild
+++ b/app-dicts/ipadic/ipadic-2.7.0.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/ipadic/ipadic-2.7.0.ebuild,v 1.3 2004/06/24 21:41:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.7.0.ebuild,v 1.4 2004/07/22 15:14:35 hattya Exp $
IUSE=""
@@ -8,7 +8,7 @@ DESCRIPTION="Japanese dictionary for ChaSen"
HOMEPAGE="http://chasen.aist-nara.ac.jp/chasen/distribution.html.en"
SRC_URI="http://chasen.aist-nara.ac.jp/stable/ipadic/${P}.tar.gz"
-LICENSE="as-is"
+LICENSE="ipadic"
KEYWORDS="~x86 ~amd64 ~ppc ~sparc"
SLOT="0"