ChangeLog

# ChangeLog for app-dicts/ipadic
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ChangeLog,v 1.16 2007/08/25 16:35:54 beandog Exp $

25 Aug 2007; Steve Dibb ipadic-2.7.0.ebuild:
amd64 stable

13 Mar 2007; Raúl Porcel ipadic-2.7.0.ebuild:
x86 stable

21 Feb 2007; Piotr Jaroszyński ChangeLog:
Transition to Manifest2.

16 Sep 2006; Tobias Scherbaum ipadic-2.7.0.ebuild:
ppc stable

06 May 2005; Gustavo Zacarias ipadic-2.7.0.ebuild:
Stable on sparc

05 Mar 2005; Markus Rothe ipadic-2.7.0.ebuild:
Stable on ppc64

02 Jan 2005; Markus Rothe ipadic-2.7.0.ebuild:
Added ~ppc64 to KEYWORDS

19 Oct 2004; Dylan Carlson ipadic-2.6.3.ebuild:
Stable on amd64.

27 Sep 2004; Mamoru KOMACHI ipadic-2.6.1.ebuild,
ipadic-2.6.3.ebuild:
Added to ppc.

23 Jul 2004; Akinori Hattori 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)

25 Apr 2004; Mamoru KOMACHI ipadic-2.6.0.ebuild,
ipadic-2.6.1.ebuild, ipadic-2.6.3.ebuild, ipadic-2.7.0.ebuild:
Stable version bumped. Don't assign default to S. Removed old ebuild.

*ipadic-2.7.0 (18 Apr 2004)

18 Apr 2004; +ipadic-2.7.0.ebuild:
Version bumped.
Added ~ppc and ~sparc to KEYWORDS.

*ipadic-2.6.1 (03 Aug 2003)

03 Aug 2003; MATSUU Takuto ipadic-2.6.1.ebuild:
version bump.

*ipadic-2.6.0 (21 Jun 2003)

21 Jun 2003; YAMAKURA Makoto ipadic-2.6.0.ebuild,
ChangeLog,Manifest,files/digest-ipadic-2.6.0:

Initial import. Ebuild submitted by MATSUU Takuto

Manifest

DIST ipadic-2.6.1.tar.gz 4299008 RMD160 425171647127f2475fc467a6ae3dcf1ba8d36c44 SHA1 0a8d7c71ef2b1fd085fe1639552fc4289ae3d4f5 SHA256 f6a1fdca41f4ab5f6997ae388dbd7b6116e8531c6d72160fd2f6ad035a644441
DIST ipadic-2.6.3.tar.gz 4300538 RMD160 899b17c180326648d9e89d019d5a7e354448b228 SHA1 beb18c26905882e5f4ec44df255c2793eb30e474 SHA256 11cb4525037207246dd1e58aff1f91121e2063d89f7819bd80d6ca1136079297
DIST ipadic-2.7.0.tar.gz 4300102 RMD160 5e37c750801df63439032be4954c4b63a44012cb SHA1 52784d8abb3361eafec83ab543be63cf087f9eb2 SHA256 ba2744cc16142159b330075e13eed4565908915ac95a790d38dea540e0963c1c
EBUILD ipadic-2.6.1.ebuild 719 RMD160 b639d28839c235486caa5b0d483c7d4d80be9c2d SHA1 410abea732f6957e2460bcbe84c8eaf2ccb3a924 SHA256 5de1bc37c49a67e131bf1cb93b2cf0c9976b1e25320d99397d1638cc4c815000
EBUILD ipadic-2.6.3.ebuild 718 RMD160 536afe77ab5d562120e463d2548cfc375c919179 SHA1 1aee6c50664cc150382ccf479685d3ffa316999f SHA256 bd0c671b184a4c06f871e444f465048bb7156400c07f35dd696d6ebda0296ac0
EBUILD ipadic-2.7.0.ebuild 757 RMD160 2dce6cb0cb5633481044a73b337fcdc273c884ae SHA1 fde9a581f7c79c12fc6612a4567f74e73624aee4 SHA256 87d8e91c36793470437831338844cf93121476d1218fef9e25e48195a7275e63
MISC ChangeLog 1932 RMD160 e4492bee68b24209d88555602a464bd1e3f495d3 SHA1 4c91a3ae3100564006b9adecfb9edb1671860b4c SHA256 0701f7a15fb28a9b1fe73ac382892a878de4476807b81003569080a8776c7904
MISC metadata.xml 156 RMD160 8adcf0a760a605cd42501f53097ca3a1c4e8daad SHA1 8ccc2b0f20743002b783b1f7b5162c71f7f54c2e SHA256 815820f2e5866d973fafb29a8b8027d022ccea43023309b6dc294cf077598215

ipadic-2.6.1.ebuild

# Copyright 1999-2005 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.10 2006/04/28 13:54:45 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="ipadic"
KEYWORDS="x86 amd64 ppc"
SLOT="0"

DEPEND=">=app-text/chasen-2.3.2"

src_compile() {
sed -i -e "/^install-data-am:/s/install-data-local//" Makefile.in
econf || die
make || die
}

src_install () {
make DESTDIR=${D} install || die

insinto /etc
doins chasenrc
dodoc README NEWS || die
}

ipadic-2.6.3.ebuild

# Copyright 1999-2005 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.7 2006/04/28 13:54:45 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="ipadic"
KEYWORDS="x86 amd64 ppc"
SLOT="0"

DEPEND=">=app-text/chasen-2.3.2"

src_compile() {
sed -i -e "/^install-data-am:/s/install-data-local//" Makefile.in
econf || die
make || die
}

src_install () {
make DESTDIR=${D} install || die

insinto /etc
doins chasenrc
dodoc README NEWS || die
}

ipadic-2.7.0.ebuild

# Copyright 1999-2007 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.12 2007/08/25 16:35:54 beandog 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="ipadic"
KEYWORDS="amd64 ppc ppc64 sparc x86"
SLOT="0"

DEPEND=">=app-text/chasen-2.3.1"

src_compile() {
sed -i -e "/^install-data-am:/s/install-data-local//" Makefile.in || die
econf || die
make || die
}

src_install () {
make DESTDIR=${D} install || die

insinto /etc
doins chasenrc
dodoc AUTHORS ChangeLog NEWS README || die
}

metadata.xml




cjk