From b8d4e1c75962a014641982891174632e7f580ea9 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Sat, 2 Aug 2008 20:21:28 +0000 Subject: perl-core/Test-Harness -> virtual/perl-Test-Harness (#211623) (Portage version: 2.2_rc6/cvs/Linux 2.6.26-tuxonice i686) --- dev-perl/RTF-Writer/ChangeLog | 7 +++++-- dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild | 14 +++++++------- 2 files changed, 12 insertions(+), 9 deletions(-) (limited to 'dev-perl/RTF-Writer') diff --git a/dev-perl/RTF-Writer/ChangeLog b/dev-perl/RTF-Writer/ChangeLog index e451bf2d97b3..146a80b1c6c6 100644 --- a/dev-perl/RTF-Writer/ChangeLog +++ b/dev-perl/RTF-Writer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/RTF-Writer -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RTF-Writer/ChangeLog,v 1.2 2007/12/27 13:44:40 ticho Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RTF-Writer/ChangeLog,v 1.3 2008/08/02 20:21:28 tove Exp $ + + 02 Aug 2008; Torsten Veller RTF-Writer-1.11.ebuild: + perl-core/Test-Harness -> virtual/perl-Test-Harness (#211623) 27 Dec 2007; Andrej Kacian RTF-Writer-1.11.ebuild: Stable on x86. diff --git a/dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild b/dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild index 2d4d713ff8ce..7fedd221dd26 100644 --- a/dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild +++ b/dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild,v 1.2 2007/12/27 13:44:40 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild,v 1.3 2008/08/02 20:21:28 tove Exp $ +MODULE_AUTHOR=SBURKE inherit perl-module DESCRIPTION="RTF::Writer - for generating documents in Rich Text Format" -HOMEPAGE="http://search.cpan.org/~sburke/${P}" -SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" @@ -14,6 +13,7 @@ KEYWORDS="x86" IUSE="test" SRC_TEST="do" -DEPEND="dev-lang/perl - dev-perl/ImageSize - test? ( perl-core/Test-Harness )" +RDEPEND="dev-lang/perl + dev-perl/ImageSize" +DEPEND="${RDEPEND} + test? ( virtual/perl-Test-Harness )" -- cgit v1.2.3-65-gdbad