diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 12:11:33 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 12:11:33 +0000 |
commit | 32416286aefc014fa525265fea55f774944034c4 (patch) | |
tree | ec0eda004865d0438c2b511faf2e5f8838bc263a /app-text/chasen | |
parent | Switched from perl-module to perl-app eclass (diff) | |
download | gentoo-2-32416286aefc014fa525265fea55f774944034c4.tar.gz gentoo-2-32416286aefc014fa525265fea55f774944034c4.tar.bz2 gentoo-2-32416286aefc014fa525265fea55f774944034c4.zip |
Switched from perl-module to perl-app eclass
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'app-text/chasen')
-rw-r--r-- | app-text/chasen/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/chasen/chasen-2.3.3-r3.ebuild | 4 | ||||
-rw-r--r-- | app-text/chasen/chasen-2.4.0_pre1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/chasen/chasen-2.4.0_pre1.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/app-text/chasen/ChangeLog b/app-text/chasen/ChangeLog index 001eabb5d0da..4514d0e95e79 100644 --- a/app-text/chasen/ChangeLog +++ b/app-text/chasen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/chasen # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v 1.20 2005/08/28 19:36:56 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v 1.21 2005/11/28 12:11:09 mcummings Exp $ + + 28 Nov 2005; <mcumming@gentoo.org> chasen-2.3.3-r3.ebuild, + chasen-2.4.0_pre1-r1.ebuild, chasen-2.4.0_pre1.ebuild: + Switched from perl-module to perl-app eclass 28 Aug 2005; Simon Stelling <blubb@gentoo.org> chasen-2.3.3-r3.ebuild, chasen-2.4.0_pre1.ebuild, chasen-2.4.0_pre1-r1.ebuild: diff --git a/app-text/chasen/chasen-2.3.3-r3.ebuild b/app-text/chasen/chasen-2.3.3-r3.ebuild index ad0ead78bd06..7f541e2201d4 100644 --- a/app-text/chasen/chasen-2.3.3-r3.ebuild +++ b/app-text/chasen/chasen-2.3.3-r3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.3.3-r3.ebuild,v 1.6 2005/08/28 19:36:56 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.3.3-r3.ebuild,v 1.7 2005/11/28 12:11:09 mcummings Exp $ -inherit perl-module +inherit perl-app DESCRIPTION="Japanese Morphological Analysis System, ChaSen" HOMEPAGE="http://chasen.aist-nara.ac.jp/" diff --git a/app-text/chasen/chasen-2.4.0_pre1-r1.ebuild b/app-text/chasen/chasen-2.4.0_pre1-r1.ebuild index 5a6c78e35f26..753dad5e3db1 100644 --- a/app-text/chasen/chasen-2.4.0_pre1-r1.ebuild +++ b/app-text/chasen/chasen-2.4.0_pre1-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 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_pre1-r1.ebuild,v 1.3 2005/08/28 19:36:56 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.4.0_pre1-r1.ebuild,v 1.4 2005/11/28 12:11:09 mcummings Exp $ -inherit perl-module +inherit perl-app MY_P="${P/_pre/-preview}" S="${WORKDIR}/${MY_P}" diff --git a/app-text/chasen/chasen-2.4.0_pre1.ebuild b/app-text/chasen/chasen-2.4.0_pre1.ebuild index dd4826d860d7..64198a16467e 100644 --- a/app-text/chasen/chasen-2.4.0_pre1.ebuild +++ b/app-text/chasen/chasen-2.4.0_pre1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 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_pre1.ebuild,v 1.3 2005/08/28 19:36:56 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.4.0_pre1.ebuild,v 1.4 2005/11/28 12:11:09 mcummings Exp $ -inherit perl-module +inherit perl-app MY_P="${P/_pre/-preview}" S="${WORKDIR}/${MY_P}" |