commit: 20695befffa909218e4acb3d526e8e5ad56136b0
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Sep 19 02:57:37 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Sep 19 02:57:37 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=20695bef
dev-perl/Padre-Plugin-Autoformat: Fix deps, esp dev-perl/Text-Autoformat
Package-Manager: portage-2.2.17
...d => Padre-Plugin-Autoformat-1.220.0-r2.ebuild} | 22 +++++++++++++++++-----
1 file changed, 17 insertions(+), 5 deletions(-)
diff --git
a/dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0-r1.ebuild
b/dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0-r2.ebuild
similarity index 51%
rename from
dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0-r1.ebuild
rename to
dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0-r2.ebuild
index c6913bf..0bd8a80 100644
--- a/dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0-r1.ebuild
+++ b/dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0-r2.ebuild
@@ -12,12 +12,24 @@ DESCRIPTION="reformat your text within Padre"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-perl/Module-Build-0.36.01"
-RDEPEND="app-editors/padre
- dev-perl/text-autoformat"
+IUSE="test"
+# r: File::Basename -> perl
+# r: File::Spec::Functions -> File-Spec
+RDEPEND="
+ >=app-editors/padre-0.570.0
+ dev-perl/Text-Autoformat
+ virtual/perl-File-Spec
+"
+# t: Test::More -> Test-Simple
+DEPEND="
+ ${RDEPEND}
+ >=dev-perl/Module-Build-0.360.100
+ test? (
+ >=dev-perl/Locale-Msgfmt-0.150.0
+ virtual/perl-Test-Simple
+ )
+"
src_test() {
VIRTUALX_COMMAND="perl-module_src_test" virtualmake
}