public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-vFile-asData/
@ 2016-08-08  8:11 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2016-08-08  8:11 UTC (permalink / raw
  To: gentoo-commits

commit:     51a02c043e5139ef7f4db0aef099e0933a1614bb
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  8 05:53:56 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Aug  8 08:11:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a02c04

dev-perl/Text-vFile-asData: Remove POD Author tests.

Not useful in Gentoo.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0.ebuild b/dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0.ebuild
index a2f9ddd..4bbefd6 100644
--- a/dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0.ebuild
+++ b/dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,9 +16,12 @@ IUSE="test"
 
 RDEPEND="dev-perl/Class-Accessor-Chained"
 DEPEND="${RDEPEND}
-	test? (
-		dev-perl/Test-Pod
-	)
+	test? ( virtual/perl-Test-Simple )
 "
 
 SRC_TEST="do"
+
+src_test() {
+	perl_rm_files t/pod.t
+	perl-module_src_test
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-vFile-asData/
@ 2017-03-14 14:29 Agostino Sarubbo
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2017-03-14 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     39dd252a5165928161a5068b3729db08765f9147
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 14:28:35 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 14:28:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39dd252a

dev-perl/Text-vFile-asData: amd64 stable wrt bug #612558

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0.ebuild b/dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0.ebuild
index 0cce8e1dc68..8d1f77b7a14 100644
--- a/dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0.ebuild
+++ b/dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl module to parse vFile formatted files into data structures"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="dev-perl/Class-Accessor-Chained"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-vFile-asData/
@ 2021-09-26 11:24 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-09-26 11:24 UTC (permalink / raw
  To: gentoo-commits

commit:     64d28a9a4619f721c4c442cb70cf76325ed6e088
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 26 11:21:30 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Sep 26 11:24:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d28a9a

dev-perl/Text-vFile-asData: EAPI=8 bump

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...ta-0.80.0.ebuild => Text-vFile-asData-0.80.0-r1.ebuild} | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0.ebuild b/dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0-r1.ebuild
similarity index 68%
rename from dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0.ebuild
rename to dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0-r1.ebuild
index 64b2d2d78a5..81217e24183 100644
--- a/dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0.ebuild
+++ b/dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0-r1.ebuild
@@ -1,26 +1,22 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=RCLAMP
-MODULE_VERSION=0.08
+DIST_AUTHOR=RCLAMP
+DIST_VERSION=0.08
 inherit perl-module
 
 DESCRIPTION="Perl module to parse vFile formatted files into data structures"
 
 SLOT="0"
 KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="dev-perl/Class-Accessor-Chained"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	test? ( virtual/perl-Test-Simple )
 "
 
-SRC_TEST="do"
-
 src_test() {
 	perl_rm_files t/pod.t
 	perl-module_src_test


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-26 11:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-14 14:29 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-vFile-asData/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2021-09-26 11:24 Andreas K. Hüttel
2016-08-08  8:11 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox