diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-01-23 08:16:04 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-01-23 08:16:04 +0000 |
commit | 3db5d698248a343f71cd75898059360d81de5413 (patch) | |
tree | 23ac449afac5e49faa416aa5259990ccc5d90d1b /app-text/chasen/chasen-2.4.4.ebuild | |
parent | Version bumped. (diff) | |
download | gentoo-2-3db5d698248a343f71cd75898059360d81de5413.tar.gz gentoo-2-3db5d698248a343f71cd75898059360d81de5413.tar.bz2 gentoo-2-3db5d698248a343f71cd75898059360d81de5413.zip |
Fixed LICENSE, bug #301123. Removed old version.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'app-text/chasen/chasen-2.4.4.ebuild')
-rw-r--r-- | app-text/chasen/chasen-2.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |