public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/chasen: ChangeLog chasen-2.4.2.ebuild
@ 2007-12-31  8:28 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2007-12-31  8:28 UTC (permalink / raw
  To: gentoo-commits

matsuu      07/12/31 08:28:59

  Modified:             ChangeLog
  Added:                chasen-2.4.2.ebuild
  Log:
  Version bumped.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.28                 app-text/chasen/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/chasen/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/chasen/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/chasen/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	6 May 2007 04:55:03 -0000	1.27
+++ ChangeLog	31 Dec 2007 08:28:58 -0000	1.28
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/chasen
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v 1.27 2007/05/06 04:55:03 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v 1.28 2007/12/31 08:28:58 matsuu Exp $
+
+*chasen-2.4.2 (31 Dec 2007)
+
+  31 Dec 2007; MATSUU Takuto <matsuu@gentoo.org> +chasen-2.4.2.ebuild:
+  Version bumped.
 
   06 May 2007; Tobias Scherbaum <dertobi123@gentoo.org>
   chasen-2.4.0_pre1-r1.ebuild:



1.1                  app-text/chasen/chasen-2.4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/chasen/chasen-2.4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/chasen/chasen-2.4.2.ebuild?rev=1.1&content-type=text/plain

Index: chasen-2.4.2.ebuild
===================================================================
# 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
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-31  8:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-31  8:28 [gentoo-commits] gentoo-x86 commit in app-text/chasen: ChangeLog chasen-2.4.2.ebuild Matsuu Takuto (matsuu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox