diff options
-rw-r--r-- | app-text/chasen/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/chasen/chasen-2.4.0.ebuild | 52 | ||||
-rw-r--r-- | app-text/chasen/chasen-2.4.4-r1.ebuild | 60 | ||||
-rw-r--r-- | app-text/chasen/chasen-2.4.4.ebuild | 40 |
4 files changed, 6 insertions, 155 deletions
diff --git a/app-text/chasen/ChangeLog b/app-text/chasen/ChangeLog index 50e2ece54611..c0679b1a3c24 100644 --- a/app-text/chasen/ChangeLog +++ b/app-text/chasen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/chasen -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v 1.48 2012/06/09 19:10:36 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v 1.49 2013/07/31 10:48:24 zlogene Exp $ + + 31 Jul 2013; Mikle Kolyada <zlogene@gentoo.org> -chasen-2.4.0.ebuild, + -chasen-2.4.4-r1.ebuild, -chasen-2.4.4.ebuild: + drop old wrt bug #478766 09 Jun 2012; Raúl Porcel <armin76@gentoo.org> chasen-2.4.0.ebuild, chasen-2.4.4.ebuild, chasen-2.4.4-r1.ebuild, chasen-2.4.4-r2.ebuild: @@ -186,4 +190,3 @@ Manifest,ChangeLog,files/digest-chasen-2.3.1: Initial import. Ebuild submitted by MATSUU Takuto <matsuu@7501.net> - diff --git a/app-text/chasen/chasen-2.4.0.ebuild b/app-text/chasen/chasen-2.4.0.ebuild deleted file mode 100644 index b040a86aa2c5..000000000000 --- a/app-text/chasen/chasen-2.4.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2012 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.10 2012/06/09 19:10:36 armin76 Exp $ - -inherit perl-app - -MY_P="${P/_pre/-preview}" -S="${WORKDIR}/${MY_P}" - -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="BSD" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" -IUSE="perl" - -DEPEND=">=dev-libs/darts-0.31" -RDEPEND="${DEPEND} - perl? ( !dev-perl/Text-ChaSen )" -PDEPEND=">=app-dicts/ipadic-2.7.0" - -src_unpack() { - unpack ${A} - - if use perl ; then - cd "${S}"/perl - sed -i -e '5a"LD" => "g++",' Makefile.PL || die - fi -} - -src_compile() { - econf || die - emake || die - if use perl ; then - cd "${S}"/perl - perl-module_src_compile - fi -} - -src_install () { - einstall || die - - if use perl ; then - cd "${S}"/perl - perl-module_src_install - fi - - cd "${S}" - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/app-text/chasen/chasen-2.4.4-r1.ebuild b/app-text/chasen/chasen-2.4.4-r1.ebuild deleted file mode 100644 index 64efc648a1a5..000000000000 --- a/app-text/chasen/chasen-2.4.4-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2012 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-r1.ebuild,v 1.2 2012/06/09 19:10:36 armin76 Exp $ - -EAPI="4" -inherit perl-module - -DESCRIPTION="Japanese Morphological Analysis System, ChaSen" -HOMEPAGE="http://chasen-legacy.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp//chasen-legacy/32224/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~sparc-solaris" -IUSE="perl static-libs" - -DEPEND=">=dev-libs/darts-0.32" -RDEPEND="${DEPEND} - perl? ( !dev-perl/Text-ChaSen )" -PDEPEND=">=app-dicts/ipadic-2.7.0" - -src_configure() { - econf $(use_enable static-libs static) - if use perl ; then - cd "${S}"/perl - perl-module_src_configure - fi -} - -src_compile() { - emake || die - if use perl ; then - cd "${S}"/perl - perl-module_src_compile - fi -} - -src_test() { - emake check || die - if use perl ; then - cd "${S}"/perl - perl-module_src_test - 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 - - if ! use static-libs ; then - find "${ED}" -name '*.la' -delete - fi -} diff --git a/app-text/chasen/chasen-2.4.4.ebuild b/app-text/chasen/chasen-2.4.4.ebuild deleted file mode 100644 index c08b52e6ef86..000000000000 --- a/app-text/chasen/chasen-2.4.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 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.10 2012/06/09 19:10:36 armin76 Exp $ - -inherit perl-module - -DESCRIPTION="Japanese Morphological Analysis System, ChaSen" -HOMEPAGE="http://chasen-legacy.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp//chasen-legacy/32224/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86 ~sparc-solaris" -IUSE="perl" - -DEPEND=">=dev-libs/darts-0.32" -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 -} |