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

commit:     96ac3e5314955cc8a9e4ec7e30b1124f14d475d2
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 08:13:18 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 08:38:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ac3e53

dev-perl/File-Grep: EAPI6 + Test

- Normalise version
- EAPI6ify
- Enable tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/dev-perl/File-Grep/File-Grep-0.20.0-r2.ebuild b/dev-perl/File-Grep/File-Grep-0.20.0-r2.ebuild
new file mode 100644
index 00000000000..fb69a4d97f4
--- /dev/null
+++ b/dev-perl/File-Grep/File-Grep-0.20.0-r2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+DIST_AUTHOR=MNEYLON
+DIST_VERSION=0.02
+
+inherit perl-module
+
+DESCRIPTION="Find matches to a pattern in a series of files and related functions"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Grep/
@ 2018-06-08 11:59 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2018-06-08 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     94a5683d74e89d3cafdf299e6081551f8788d190
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 10:54:57 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jun  8 11:59:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a5683d

dev-perl/File-Grep: Cleanup old vesion 0.020.0-r1

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 dev-perl/File-Grep/File-Grep-0.020.0-r1.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/dev-perl/File-Grep/File-Grep-0.020.0-r1.ebuild b/dev-perl/File-Grep/File-Grep-0.020.0-r1.ebuild
deleted file mode 100644
index e99f9e4b658..00000000000
--- a/dev-perl/File-Grep/File-Grep-0.020.0-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR="MNEYLON"
-MY_PV="${PV%0.0}"
-
-inherit perl-module
-
-DESCRIPTION="Find matches to a pattern in a series of files and related functions"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Grep/
@ 2021-10-28 20:01 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-10-28 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     d404b7981db397cff0b66119c55ee4260d97b6d6
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 28 19:57:43 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct 28 20:00:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d404b798

dev-perl/File-Grep: EAPI=8 bump

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

 .../{File-Grep-0.20.0-r2.ebuild => File-Grep-0.20.0-r3.ebuild}      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-perl/File-Grep/File-Grep-0.20.0-r2.ebuild b/dev-perl/File-Grep/File-Grep-0.20.0-r3.ebuild
similarity index 81%
rename from dev-perl/File-Grep/File-Grep-0.20.0-r2.ebuild
rename to dev-perl/File-Grep/File-Grep-0.20.0-r3.ebuild
index fb69a4d97f4..b445cdc57c6 100644
--- a/dev-perl/File-Grep/File-Grep-0.20.0-r2.ebuild
+++ b/dev-perl/File-Grep/File-Grep-0.20.0-r3.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 DIST_AUTHOR=MNEYLON
 DIST_VERSION=0.02
 
@@ -11,4 +12,3 @@ DESCRIPTION="Find matches to a pattern in a series of files and related function
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""


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

end of thread, other threads:[~2021-10-28 20:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-21  8:38 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Grep/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2018-06-08 11:59 Kent Fredric
2021-10-28 20:01 Andreas K. Hüttel

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