diff options
author | Torsten Veller <tove@gentoo.org> | 2008-11-22 11:26:02 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-11-22 11:26:02 +0000 |
commit | 94bf7a562cf710c625b42dd4e9d837b674832336 (patch) | |
tree | 30e55847c1d645c3a8cc2bb1aec3b24ef8258097 /dev-perl/Text-WikiFormat | |
parent | don't install COPYING file anymore as reported by coldwind on bug 247935; don... (diff) | |
download | gentoo-2-94bf7a562cf710c625b42dd4e9d837b674832336.tar.gz gentoo-2-94bf7a562cf710c625b42dd4e9d837b674832336.tar.bz2 gentoo-2-94bf7a562cf710c625b42dd4e9d837b674832336.zip |
Remove Module-Build from RDEPEND
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-tuxonice i686)
Diffstat (limited to 'dev-perl/Text-WikiFormat')
-rw-r--r-- | dev-perl/Text-WikiFormat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild | 16 |
2 files changed, 12 insertions, 9 deletions
diff --git a/dev-perl/Text-WikiFormat/ChangeLog b/dev-perl/Text-WikiFormat/ChangeLog index 512d622f23aa..8c150e97e37c 100644 --- a/dev-perl/Text-WikiFormat/ChangeLog +++ b/dev-perl/Text-WikiFormat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-WikiFormat # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.25 2008/11/18 15:40:09 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.26 2008/11/22 11:26:02 tove Exp $ + + 22 Nov 2008; Torsten Veller <tove@gentoo.org> Text-WikiFormat-0.79.ebuild: + Remove Module-Build from RDEPEND 18 Nov 2008; Torsten Veller <tove@gentoo.org> Text-WikiFormat-0.79.ebuild: New virtuals: module-build diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild index 7c35ef0b852f..7c614c6c31b1 100644 --- a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild +++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild @@ -1,21 +1,21 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild,v 1.6 2008/11/18 15:40:09 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild,v 1.7 2008/11/22 11:26:02 tove Exp $ +MODULE_AUTHOR=CHROMATIC inherit perl-module DESCRIPTION="Translate Wiki formatted text into other formats" -SRC_URI="mirror://cpan/authors/id/C/CH/CHROMATIC/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~chromatic/${P}/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="amd64 ia64 ~ppc sparc x86" - -DEPEND="dev-perl/URI - virtual/perl-Scalar-List-Utils - >=virtual/perl-Module-Build-0.28 - dev-lang/perl" IUSE="" SRC_TEST="do" + +RDEPEND="dev-perl/URI + virtual/perl-Scalar-List-Utils + dev-lang/perl" +DEPEND="${RDEPEND} + >=virtual/perl-Module-Build-0.28" |