public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ReadBackwards/
@ 2020-08-31  6:34 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2020-08-31  6:34 UTC (permalink / raw
  To: gentoo-commits

commit:     930acb4165013ff4ad3e30d77c257a7a521b1c4b
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 06:33:32 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 06:33:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930acb41

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

- EAPI7
- Make DESCRIPTION less redundant
- Remove unused/empty variable assignments

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

 .../File-ReadBackwards-1.50.0-r2.ebuild                  | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/dev-perl/File-ReadBackwards/File-ReadBackwards-1.50.0-r2.ebuild b/dev-perl/File-ReadBackwards/File-ReadBackwards-1.50.0-r2.ebuild
new file mode 100644
index 00000000000..9bcbfd61820
--- /dev/null
+++ b/dev-perl/File-ReadBackwards/File-ReadBackwards-1.50.0-r2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=URI
+DIST_VERSION=1.05
+inherit perl-module
+
+DESCRIPTION="Read a file backwards by lines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
+# Race conditions between 'bw.t' and 'large_file.t'
+# deleting the same file
+DIST_TEST=do


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ReadBackwards/
@ 2021-05-31 20:50 Andreas K. Hüttel
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2021-05-31 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     d143e543b4768392d0d56236f841838413fb852d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 20:35:48 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon May 31 20:50:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d143e543

dev-perl/File-ReadBackwards: Version bump 1.06

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

 .../File-ReadBackwards/File-ReadBackwards-1.60.0.ebuild     | 13 +++++++++++++
 dev-perl/File-ReadBackwards/Manifest                        |  1 +
 2 files changed, 14 insertions(+)

diff --git a/dev-perl/File-ReadBackwards/File-ReadBackwards-1.60.0.ebuild b/dev-perl/File-ReadBackwards/File-ReadBackwards-1.60.0.ebuild
new file mode 100644
index 00000000000..c1c08e576ed
--- /dev/null
+++ b/dev-perl/File-ReadBackwards/File-ReadBackwards-1.60.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=1.06
+inherit perl-module
+
+DESCRIPTION="Read a file backwards by lines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"

diff --git a/dev-perl/File-ReadBackwards/Manifest b/dev-perl/File-ReadBackwards/Manifest
index a4e02204b37..104b5485ebb 100644
--- a/dev-perl/File-ReadBackwards/Manifest
+++ b/dev-perl/File-ReadBackwards/Manifest
@@ -1 +1,2 @@
 DIST File-ReadBackwards-1.05.tar.gz 8943 BLAKE2B f1e8703b04cfc94f69f1d953ee0f979e9d887bad97320b0b3d377f338dc074f8b9dbcd425523f6e3ec72c77c436cf7411098717eeca62bfd3230e603356ee623 SHA512 8e1eeeda0acfdc0b9e1f5234cac37348890fb962e5edd395804d6cf9ab2c221217e2714025303493cafde7ce77721e6c09b2b53825dadb978fafe68f6d7b8c20
+DIST File-ReadBackwards-1.06.tar.gz 9739 BLAKE2B c3252c1618e9b1f767da62ddddb073b7a6e0f4b78f6ba119baebefc9890411921470752e1649513ecf068ec3fba3b163db4957261c467678bf01994ccb4874aa SHA512 43b7ebe58728272fbc0518fe6572b31061ba09665443240558b9035573d075c28b52d6230078f24616110d54e51477ad122c985d4fcdb3c3d288cb24e476fe45


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ReadBackwards/
@ 2021-05-31 20:50 Andreas K. Hüttel
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2021-05-31 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     adb4e9e240a9a175d3784d4f6b1654ef9ae04c13
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 20:38:03 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon May 31 20:50:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb4e9e2

dev-perl/File-ReadBackwards: Stable for all 1.05-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-ReadBackwards/File-ReadBackwards-1.50.0-r2.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-ReadBackwards/File-ReadBackwards-1.50.0-r2.ebuild b/dev-perl/File-ReadBackwards/File-ReadBackwards-1.50.0-r2.ebuild
index 9bcbfd61820..d22b8147e33 100644
--- a/dev-perl/File-ReadBackwards/File-ReadBackwards-1.50.0-r2.ebuild
+++ b/dev-perl/File-ReadBackwards/File-ReadBackwards-1.50.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,9 @@ inherit perl-module
 DESCRIPTION="Read a file backwards by lines"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
+
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 sparc x86 ~x86-solaris"
+
 # Race conditions between 'bw.t' and 'large_file.t'
 # deleting the same file
 DIST_TEST=do


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ReadBackwards/
@ 2021-05-31 20:50 Andreas K. Hüttel
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2021-05-31 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     5c33b774545e59de03809f2e14aeda6dba7bbdcd
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 20:38:27 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon May 31 20:50:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c33b774

dev-perl/File-ReadBackwards: Remove old 1.05-r1

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

 .../File-ReadBackwards-1.50.0-r1.ebuild                  | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/dev-perl/File-ReadBackwards/File-ReadBackwards-1.50.0-r1.ebuild b/dev-perl/File-ReadBackwards/File-ReadBackwards-1.50.0-r1.ebuild
deleted file mode 100644
index 47fc590612b..00000000000
--- a/dev-perl/File-ReadBackwards/File-ReadBackwards-1.50.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=URI
-MODULE_VERSION=1.05
-inherit perl-module
-
-DESCRIPTION="The Perl File-ReadBackwards Module"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 sparc x86 ~x86-solaris"
-IUSE=""
-
-SRC_TEST="do"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ReadBackwards/
@ 2021-08-01  7:24 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-08-01  7:24 UTC (permalink / raw
  To: gentoo-commits

commit:     d46162c34a9d7db7c8512f6d32fbf8ee343b4cb1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  1 07:20:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug  1 07:20:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d46162c3

dev-perl/File-ReadBackwards: Stabilize 1.60.0 sparc, #805713

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

 dev-perl/File-ReadBackwards/File-ReadBackwards-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-ReadBackwards/File-ReadBackwards-1.60.0.ebuild b/dev-perl/File-ReadBackwards/File-ReadBackwards-1.60.0.ebuild
index c1c08e576ed..f7f0b4d2424 100644
--- a/dev-perl/File-ReadBackwards/File-ReadBackwards-1.60.0.ebuild
+++ b/dev-perl/File-ReadBackwards/File-ReadBackwards-1.60.0.ebuild
@@ -10,4 +10,4 @@ inherit perl-module
 DESCRIPTION="Read a file backwards by lines"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-solaris"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ReadBackwards/
@ 2021-08-01  8:11 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-08-01  8:11 UTC (permalink / raw
  To: gentoo-commits

commit:     44ac7411c97c81f1a939e4256581e5a26beabcf7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  1 08:10:33 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug  1 08:10:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ac7411

dev-perl/File-ReadBackwards: Stabilize 1.60.0 ppc64, #805713

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

 dev-perl/File-ReadBackwards/File-ReadBackwards-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-ReadBackwards/File-ReadBackwards-1.60.0.ebuild b/dev-perl/File-ReadBackwards/File-ReadBackwards-1.60.0.ebuild
index f7f0b4d2424..4e5e2eef918 100644
--- a/dev-perl/File-ReadBackwards/File-ReadBackwards-1.60.0.ebuild
+++ b/dev-perl/File-ReadBackwards/File-ReadBackwards-1.60.0.ebuild
@@ -10,4 +10,4 @@ inherit perl-module
 DESCRIPTION="Read a file backwards by lines"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 sparc ~x86 ~x86-solaris"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ReadBackwards/
@ 2021-08-02  2:19 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-08-02  2:19 UTC (permalink / raw
  To: gentoo-commits

commit:     b453fb3ea1a2a8eb5742f0ccdfbe077c7972fca3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  2 02:17:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 02:17:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b453fb3e

dev-perl/File-ReadBackwards: Stabilize 1.60.0 amd64, #805713

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

 dev-perl/File-ReadBackwards/File-ReadBackwards-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-ReadBackwards/File-ReadBackwards-1.60.0.ebuild b/dev-perl/File-ReadBackwards/File-ReadBackwards-1.60.0.ebuild
index 4e5e2eef918..9c77af27568 100644
--- a/dev-perl/File-ReadBackwards/File-ReadBackwards-1.60.0.ebuild
+++ b/dev-perl/File-ReadBackwards/File-ReadBackwards-1.60.0.ebuild
@@ -10,4 +10,4 @@ inherit perl-module
 DESCRIPTION="Read a file backwards by lines"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 sparc ~x86 ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 sparc ~x86 ~x86-solaris"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ReadBackwards/
@ 2021-10-29 16:31 Andreas K. Hüttel
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2021-10-29 16:31 UTC (permalink / raw
  To: gentoo-commits

commit:     b5cbce64dbf67da541955e7efa823ef2ae3f5111
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 16:26:19 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 16:31:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5cbce64

dev-perl/File-ReadBackwards: Remove old

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

 .../File-ReadBackwards-1.50.0-r2.ebuild                | 18 ------------------
 dev-perl/File-ReadBackwards/Manifest                   |  1 -
 2 files changed, 19 deletions(-)

diff --git a/dev-perl/File-ReadBackwards/File-ReadBackwards-1.50.0-r2.ebuild b/dev-perl/File-ReadBackwards/File-ReadBackwards-1.50.0-r2.ebuild
deleted file mode 100644
index d22b8147e33..00000000000
--- a/dev-perl/File-ReadBackwards/File-ReadBackwards-1.50.0-r2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=URI
-DIST_VERSION=1.05
-inherit perl-module
-
-DESCRIPTION="Read a file backwards by lines"
-
-SLOT="0"
-
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 sparc x86 ~x86-solaris"
-
-# Race conditions between 'bw.t' and 'large_file.t'
-# deleting the same file
-DIST_TEST=do

diff --git a/dev-perl/File-ReadBackwards/Manifest b/dev-perl/File-ReadBackwards/Manifest
index 104b5485ebb..0c566ddff8c 100644
--- a/dev-perl/File-ReadBackwards/Manifest
+++ b/dev-perl/File-ReadBackwards/Manifest
@@ -1,2 +1 @@
-DIST File-ReadBackwards-1.05.tar.gz 8943 BLAKE2B f1e8703b04cfc94f69f1d953ee0f979e9d887bad97320b0b3d377f338dc074f8b9dbcd425523f6e3ec72c77c436cf7411098717eeca62bfd3230e603356ee623 SHA512 8e1eeeda0acfdc0b9e1f5234cac37348890fb962e5edd395804d6cf9ab2c221217e2714025303493cafde7ce77721e6c09b2b53825dadb978fafe68f6d7b8c20
 DIST File-ReadBackwards-1.06.tar.gz 9739 BLAKE2B c3252c1618e9b1f767da62ddddb073b7a6e0f4b78f6ba119baebefc9890411921470752e1649513ecf068ec3fba3b163db4957261c467678bf01994ccb4874aa SHA512 43b7ebe58728272fbc0518fe6572b31061ba09665443240558b9035573d075c28b52d6230078f24616110d54e51477ad122c985d4fcdb3c3d288cb24e476fe45


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-01  7:24 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ReadBackwards/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-10-29 16:31 Andreas K. Hüttel
2021-08-02  2:19 Sam James
2021-08-01  8:11 Sam James
2021-05-31 20:50 Andreas K. Hüttel
2021-05-31 20:50 Andreas K. Hüttel
2021-05-31 20:50 Andreas K. Hüttel
2020-08-31  6:34 Kent Fredric

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