[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Padre-Plugin-Autoformat/

2015-09-19 Thread Kent Fredric
commit: 20695befffa909218e4acb3d526e8e5ad56136b0
Author: Kent Fredric  gmail  com>
AuthorDate: Sat Sep 19 02:57:37 2015 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sat Sep 19 02:57:37 2015 +
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
 }



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Padre-Plugin-Autoformat/

2015-06-19 Thread Kent Fredric
commit: e650dd854a4bb17394ff9b475483fe970c984449
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Fri Jun 19 09:35:35 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Fri Jun 19 09:35:35 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e650dd85

[fixup] Padre-Plugin-Autoformat: run GTK-requiring tests with virtualx

 .../Padre-Plugin-Autoformat-1.220.0-r1.ebuild   | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

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-r1.ebuild
index 5311fa7..c6913bf 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-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 MODULE_AUTHOR=AZAWAWI
 MODULE_VERSION=1.22
-inherit perl-module
+inherit perl-module virtualx
 
 DESCRIPTION=reformat your text within Padre
 
@@ -17,3 +17,7 @@ IUSE=
 DEPEND==dev-perl/Module-Build-0.36.01
 RDEPEND=app-editors/padre
dev-perl/text-autoformat
+
+src_test() {
+   VIRTUALX_COMMAND=perl-module_src_test virtualmake
+}



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Padre-Plugin-Autoformat/

2015-06-14 Thread Kent Fredric
commit: a74655cbaa760ab0a9b2ed408ce5ceda886a6062
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sun Jun 14 16:12:15 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sun Jun 14 16:12:15 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a74655cb

[fixup] Padre-Plugin-Autoformat:  Module::Build is no longer part of core Perl 
and has been moved to dev-perl

Package-Manager: portage-2.2.17

 .../Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0.ebuild 
b/dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0.ebuild
index 1981bff..32a687d 100644
--- a/dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0.ebuild
+++ b/dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -14,6 +14,6 @@ SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=
 
-DEPEND==virtual/perl-Module-Build-0.36.01
+DEPEND==dev-perl/Module-Build-0.36.01
 RDEPEND=app-editors/padre
dev-perl/text-autoformat