diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-05 11:14:28 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-05 11:14:28 +0000 |
commit | 80e28a0f327c7e892319cf265b660af6bd25d423 (patch) | |
tree | ffd9ce1fc4a72f9a46effc22891c9253df0063ec /dev-perl/Text-ChaSen | |
parent | needs avahi w/ USE=dbus thanks to Cedric Krier <ced@ced.homedns.org> and Gill... (diff) | |
download | gentoo-2-80e28a0f327c7e892319cf265b660af6bd25d423.tar.gz gentoo-2-80e28a0f327c7e892319cf265b660af6bd25d423.tar.bz2 gentoo-2-80e28a0f327c7e892319cf265b660af6bd25d423.zip |
Fixed RDEPEND wrt bug #134781; fixed header
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/Text-ChaSen')
-rw-r--r-- | dev-perl/Text-ChaSen/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild | 7 |
3 files changed, 13 insertions, 7 deletions
diff --git a/dev-perl/Text-ChaSen/ChangeLog b/dev-perl/Text-ChaSen/ChangeLog index fa5c4bcf5ab6..b4816b9e7b88 100644 --- a/dev-perl/Text-ChaSen/ChangeLog +++ b/dev-perl/Text-ChaSen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-ChaSen -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/ChangeLog,v 1.8 2005/05/06 14:49:46 gustavoz Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/ChangeLog,v 1.9 2006/07/05 11:14:28 ian Exp $ + + 05 Jul 2006; Christian Hartmann <ian@gentoo.org> Text-ChaSen-1.03.ebuild, + Text-ChaSen-1.03-r1.ebuild: + Fixed RDEPEND wrt bug #134781; fixed header 06 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> Text-ChaSen-1.03-r1.ebuild: diff --git a/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild b/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild index 843146b34a51..784cd82afe8d 100644 --- a/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild +++ b/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild,v 1.6 2005/05/06 14:49:46 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild,v 1.7 2006/07/05 11:14:28 ian Exp $ inherit perl-module eutils @@ -15,6 +15,7 @@ KEYWORDS="x86 amd64 ~ppc sparc" IUSE="" DEPEND=">=app-text/chasen-2.2.9" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} diff --git a/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild b/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild index ba8c860e85f5..e584b1f8332f 100644 --- a/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild +++ b/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild,v 1.5 2004/07/14 20:43:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild,v 1.6 2006/07/05 11:14:28 ian Exp $ inherit perl-module @@ -15,9 +15,10 @@ KEYWORDS="x86 amd64" IUSE="" DEPEND=">=app-text/chasen-2.2.9" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} cd ${S} patch -p0 < ${DISTDIR}/ChaSen.pm-1.03-pod-fix.diff -} +}
\ No newline at end of file |