summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/chasen')
-rw-r--r--app-text/chasen/ChangeLog6
-rw-r--r--app-text/chasen/chasen-2.4.0.ebuild6
-rw-r--r--app-text/chasen/chasen-2.4.2.ebuild40
-rw-r--r--app-text/chasen/chasen-2.4.4.ebuild4
4 files changed, 10 insertions, 46 deletions
diff --git a/app-text/chasen/ChangeLog b/app-text/chasen/ChangeLog
index 204a2159654a..1c8a219c1281 100644
--- a/app-text/chasen/ChangeLog
+++ b/app-text/chasen/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/chasen
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v 1.35 2010/01/02 12:05:04 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v 1.36 2010/01/23 08:16:04 matsuu Exp $
+
+ 23 Jan 2010; MATSUU Takuto <matsuu@gentoo.org> chasen-2.4.0.ebuild,
+ -chasen-2.4.2.ebuild, chasen-2.4.4.ebuild:
+ Fixed LICENSE, bug #301123. Removed old version.
02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> chasen-2.4.4.ebuild:
Transfer Prefix keywords
diff --git a/app-text/chasen/chasen-2.4.0.ebuild b/app-text/chasen/chasen-2.4.0.ebuild
index 38ad2c846a3d..bda3cf66873f 100644
--- a/app-text/chasen/chasen-2.4.0.ebuild
+++ b/app-text/chasen/chasen-2.4.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.4.0.ebuild,v 1.7 2008/01/15 05:33:19 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.4.0.ebuild,v 1.8 2010/01/23 08:16:04 matsuu Exp $
inherit perl-app
@@ -11,7 +11,7 @@ DESCRIPTION="Japanese Morphological Analysis System, ChaSen"
HOMEPAGE="http://chasen-legacy.sourceforge.jp/"
SRC_URI="mirror://sourceforge.jp//chasen-legacy/24693/${MY_P}.tar.gz"
-LICENSE="chasen"
+LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 sparc x86"
IUSE="perl"
diff --git a/app-text/chasen/chasen-2.4.2.ebuild b/app-text/chasen/chasen-2.4.2.ebuild
deleted file mode 100644
index 9be75a918fbe..000000000000
--- a/app-text/chasen/chasen-2.4.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.4.2.ebuild,v 1.1 2007/12/31 08:28:58 matsuu Exp $
-
-inherit perl-module
-
-DESCRIPTION="Japanese Morphological Analysis System, ChaSen"
-HOMEPAGE="http://chasen-legacy.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp//chasen-legacy/26441/${P}.tar.gz"
-
-LICENSE="chasen"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="perl"
-
-DEPEND=">=dev-libs/darts-0.31"
-RDEPEND="${DEPEND}
- perl? ( !dev-perl/Text-ChaSen )"
-PDEPEND=">=app-dicts/ipadic-2.7.0"
-
-src_compile() {
- econf || die
- emake || die
- if use perl ; then
- cd "${S}"/perl
- perl-module_src_compile
- fi
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die
-
- dodoc AUTHORS ChangeLog NEWS README
-
- if use perl ; then
- cd "${S}"/perl
- perl-module_src_install
- newdoc README README.perl
- fi
-}
diff --git a/app-text/chasen/chasen-2.4.4.ebuild b/app-text/chasen/chasen-2.4.4.ebuild
index d5f542066267..515636364a18 100644
--- a/app-text/chasen/chasen-2.4.4.ebuild
+++ b/app-text/chasen/chasen-2.4.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.4.4.ebuild,v 1.2 2010/01/02 12:05:04 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.4.4.ebuild,v 1.3 2010/01/23 08:16:04 matsuu Exp $
inherit perl-module
@@ -8,7 +8,7 @@ DESCRIPTION="Japanese Morphological Analysis System, ChaSen"
HOMEPAGE="http://chasen-legacy.sourceforge.jp/"
SRC_URI="mirror://sourceforge.jp//chasen-legacy/32224/${P}.tar.gz"
-LICENSE="chasen"
+LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~sparc-solaris"
IUSE="perl"