public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Tempdir/
@ 2020-09-07 10:05 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2020-09-07 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c18e397d3dc36995c78ff81dd813877bd6dcf1ad
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 10:04:43 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 10:05:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18e397d

dev-perl/File-Tempdir: -r bump for EAPI7

- EAPI7
- Remove unused/empty variable assignments
- Parallel tests
- Fix deps slightly

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/File-Tempdir/File-Tempdir-0.20.0-r2.ebuild | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/dev-perl/File-Tempdir/File-Tempdir-0.20.0-r2.ebuild b/dev-perl/File-Tempdir/File-Tempdir-0.20.0-r2.ebuild
new file mode 100644
index 00000000000..774777b7684
--- /dev/null
+++ b/dev-perl/File-Tempdir/File-Tempdir-0.20.0-r2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=NANARDON
+DIST_VERSION=0.02
+inherit perl-module
+
+DESCRIPTION="This module provide an object interface to tempdir() from File::Temp"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+BDEPEND="
+	virtual/perl-ExtUtils-MakeMaker
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Tempdir/
@ 2021-06-02 18:47 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-06-02 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     259d73017ebb50e4ebf02d7431842e1e89dd5654
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  2 18:21:55 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun  2 18:46:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=259d7301

dev-perl/File-Tempdir: Remove old 0.02-r1

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

 dev-perl/File-Tempdir/File-Tempdir-0.20.0-r1.ebuild | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/dev-perl/File-Tempdir/File-Tempdir-0.20.0-r1.ebuild b/dev-perl/File-Tempdir/File-Tempdir-0.20.0-r1.ebuild
deleted file mode 100644
index 5c263be8977..00000000000
--- a/dev-perl/File-Tempdir/File-Tempdir-0.20.0-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=NANARDON
-MODULE_VERSION=0.02
-inherit perl-module
-
-DESCRIPTION="This module provide an object interface to tempdir() from File::Temp"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
-IUSE=""
-
-SRC_TEST="do"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Tempdir/
@ 2021-06-02 18:47 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-06-02 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     be855d48a94c70e83422ee88d451a83cc9fa6947
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  2 18:21:34 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun  2 18:46:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be855d48

dev-perl/File-Tempdir: Stable for all 0.02-r2

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

 dev-perl/File-Tempdir/File-Tempdir-0.20.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-Tempdir/File-Tempdir-0.20.0-r2.ebuild b/dev-perl/File-Tempdir/File-Tempdir-0.20.0-r2.ebuild
index 774777b7684..fc57a2b8b49 100644
--- a/dev-perl/File-Tempdir/File-Tempdir-0.20.0-r2.ebuild
+++ b/dev-perl/File-Tempdir/File-Tempdir-0.20.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="This module provide an object interface to tempdir() from File::Temp"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
 
 BDEPEND="
 	virtual/perl-ExtUtils-MakeMaker


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Tempdir/
@ 2023-06-21  5:36 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-06-21  5:36 UTC (permalink / raw
  To: gentoo-commits

commit:     00e3ac77693d34dcaa760726fde0e11fe011045b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 05:13:50 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 05:35:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e3ac77

dev-perl/File-Tempdir: update DESCRIPTION

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/File-Tempdir/File-Tempdir-0.20.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-Tempdir/File-Tempdir-0.20.0-r2.ebuild b/dev-perl/File-Tempdir/File-Tempdir-0.20.0-r2.ebuild
index fc57a2b8b49a..7bdbea25408b 100644
--- a/dev-perl/File-Tempdir/File-Tempdir-0.20.0-r2.ebuild
+++ b/dev-perl/File-Tempdir/File-Tempdir-0.20.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ DIST_AUTHOR=NANARDON
 DIST_VERSION=0.02
 inherit perl-module
 
-DESCRIPTION="This module provide an object interface to tempdir() from File::Temp"
+DESCRIPTION="Provides an object interface to tempdir() from File::Temp"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"


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

end of thread, other threads:[~2023-06-21  5:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-07 10:05 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Tempdir/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2021-06-02 18:47 Andreas K. Hüttel
2021-06-02 18:47 Andreas K. Hüttel
2023-06-21  5:36 Sam James

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