summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-11-22 11:30:59 +0000
committerTorsten Veller <tove@gentoo.org>2008-11-22 11:30:59 +0000
commit252914fad6e2a3b8589f64ebc45448cc5ee54ecb (patch)
tree647b187cb4b9a7cfa376408fc84701558e68d968 /dev-perl/Text-WikiFormat
parentdon't install COPYING file anymore as reported by coldwind on bug 247935; don... (diff)
downloadhistorical-252914fad6e2a3b8589f64ebc45448cc5ee54ecb.tar.gz
historical-252914fad6e2a3b8589f64ebc45448cc5ee54ecb.tar.bz2
historical-252914fad6e2a3b8589f64ebc45448cc5ee54ecb.zip
Remove Module-Build from RDEPEND
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27-tuxonice i686
Diffstat (limited to 'dev-perl/Text-WikiFormat')
-rw-r--r--dev-perl/Text-WikiFormat/ChangeLog5
-rw-r--r--dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild16
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"