public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Filesys-DiskSpace/
@ 2017-10-21  9:25 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2017-10-21  9:25 UTC (permalink / raw
  To: gentoo-commits

commit:     d84c301e26dc9686cd19487b87ce60c684352219
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 09:03:15 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 09:25:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84c301e

dev-perl/Filesys-DiskSpace: EAPI6 + tests

- EAPI6ify
- Enable tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Filesys-DiskSpace-0.50.0-r2.ebuild               | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild
new file mode 100644
index 00000000000..c142dacd3e1
--- /dev/null
+++ b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=FTASSIN
+DIST_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="Perl df"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+src_test() {
+	#https://rt.cpan.org/Ticket/Display.html?id=108971
+	perl_rm_files t/linux-ext2.t
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Filesys-DiskSpace/
@ 2017-10-21  9:36 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2017-10-21  9:36 UTC (permalink / raw
  To: gentoo-commits

commit:     98027e6ecc4061a2fe8f49b3b2df8b8a0929c438
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 09:36:30 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 09:36:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98027e6e

dev-perl/Filesys-DiskSpace: Disable fail-happy VFAT test

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild
index c142dacd3e1..b7181899eb5 100644
--- a/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild
+++ b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild
@@ -15,6 +15,6 @@ IUSE=""
 
 src_test() {
 	#https://rt.cpan.org/Ticket/Display.html?id=108971
-	perl_rm_files t/linux-ext2.t
+	perl_rm_files t/linux-ext2.t t/linux-vfat.t
 	perl-module_src_test
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Filesys-DiskSpace/
@ 2018-06-10 15:52 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-06-10 15:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0d11d0c55e596bebd7e0c36f9988bbc7ef5a8460
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 15:51:20 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 15:52:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d11d0c5

dev-perl/Filesys-DiskSpace: amd64 stable wrt bug #657592

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild
index 076e16b95a8..068dc969589 100644
--- a/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild
+++ b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl df"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc ~x86"
+KEYWORDS="amd64 ~ppc sparc ~x86"
 IUSE=""
 
 src_test() {


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Filesys-DiskSpace/
@ 2018-06-10 17:55 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 17:55 UTC (permalink / raw
  To: gentoo-commits

commit:     9b7603c8ce798113872a0fdf5118c72106b8febf
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 17:52:00 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 17:52:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7603c8

dev-perl/Filesys-DiskSpace: x86 stable (bug #657592)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild
index 068dc969589..9b8b57d2995 100644
--- a/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild
+++ b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl df"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc sparc ~x86"
+KEYWORDS="amd64 ~ppc sparc x86"
 IUSE=""
 
 src_test() {


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Filesys-DiskSpace/
@ 2019-07-08 11:28 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2019-07-08 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     dd760dbea78c8829307280a4bf08fced214a239e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 11:28:15 2019 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 11:28:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd760dbe

dev-perl/Filesys-DiskSpace: Improve DESC re bug #689452

Hopefully upstream will adopt our wording when they ship the next
release sometime this century, and if not, automated tooling may take
their improved version when that occurs.

But until then, a local fix is sufficient

Bug: https://rt.cpan.org/Ticket/Display.html?id=130011
Closes: https://bugs.gentoo.org/689452
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild
index 9b8b57d2995..9b97c4309fb 100644
--- a/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild
+++ b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ DIST_AUTHOR=FTASSIN
 DIST_VERSION=0.05
 inherit perl-module
 
-DESCRIPTION="Perl df"
+DESCRIPTION="Disk space information"
 
 SLOT="0"
 KEYWORDS="amd64 ~ppc sparc x86"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Filesys-DiskSpace/
@ 2021-10-29 19:52 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-10-29 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     d24acc1caa5bc97fc40d7751e822a0496613cf8f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 18:56:00 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 19:51:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d24acc1c

dev-perl/Filesys-DiskSpace: EAPI=8 bump

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

 ...iskSpace-0.50.0-r2.ebuild => Filesys-DiskSpace-0.50.0-r3.ebuild} | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r3.ebuild
similarity index 86%
rename from dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild
rename to dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r3.ebuild
index 9b97c4309fb..9e52f7e99b0 100644
--- a/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild
+++ b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r3.ebuild
@@ -1,17 +1,15 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=FTASSIN
 DIST_VERSION=0.05
 inherit perl-module
 
 DESCRIPTION="Disk space information"
-
 SLOT="0"
 KEYWORDS="amd64 ~ppc sparc x86"
-IUSE=""
 
 src_test() {
 	#https://rt.cpan.org/Ticket/Display.html?id=108971


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

end of thread, other threads:[~2021-10-29 19:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-29 19:52 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Filesys-DiskSpace/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2019-07-08 11:28 Kent Fredric
2018-06-10 17:55 Thomas Deutschmann
2018-06-10 15:52 Aaron Bauman
2017-10-21  9:36 Kent Fredric
2017-10-21  9:25 Kent Fredric

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