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

commit:     efa9e75402bf6b8b70240f06bbc2f00e0df9356e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 28 13:30:53 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jul 28 13:31:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa9e754

dev-perl/DelimMatch: -r bump/version normalize for EAPI7

- EAPI7
- Normalize version to be consistent with gentoo scheme
- Rely more on perl-module.eclass for magic
- Fixes dead HOMEPAGE
- Parallel tests

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

 dev-perl/DelimMatch/DelimMatch-1.60.0-r2.ebuild | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/dev-perl/DelimMatch/DelimMatch-1.60.0-r2.ebuild b/dev-perl/DelimMatch/DelimMatch-1.60.0-r2.ebuild
new file mode 100644
index 00000000000..cab154206b9
--- /dev/null
+++ b/dev-perl/DelimMatch/DelimMatch-1.60.0-r2.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DIST_AUTHOR=NWALSH
+DIST_VERSION=1.06a
+
+inherit perl-module
+
+DESCRIPTION="A Perl 5 module for locating delimited substrings with proper nesting"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+S="${WORKDIR}/${DIST_P%%a}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DelimMatch/
@ 2021-05-23 13:25 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-05-23 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     96ebe3051892fe0742dc8d750a21e52e37be4e48
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 13:15:29 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 23 13:25:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ebe305

dev-perl/DelimMatch: Stable for all

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

 dev-perl/DelimMatch/DelimMatch-1.60.0-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-perl/DelimMatch/DelimMatch-1.60.0-r2.ebuild b/dev-perl/DelimMatch/DelimMatch-1.60.0-r2.ebuild
index 1be241e21a4..e018f06c6a7 100644
--- a/dev-perl/DelimMatch/DelimMatch-1.60.0-r2.ebuild
+++ b/dev-perl/DelimMatch/DelimMatch-1.60.0-r2.ebuild
@@ -9,5 +9,6 @@ inherit perl-module
 
 DESCRIPTION="A Perl 5 module for locating delimited substrings with proper nesting"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+
 S="${WORKDIR}/${DIST_P%%a}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DelimMatch/
@ 2021-05-23 13:25 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-05-23 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     3cfc80f3b0103019ab794d089afdd3ce0a1d3a45
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 13:15:48 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 23 13:25:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cfc80f3

dev-perl/DelimMatch: Remove old

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

 dev-perl/DelimMatch/DelimMatch-1.06-r1.ebuild | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/dev-perl/DelimMatch/DelimMatch-1.06-r1.ebuild b/dev-perl/DelimMatch/DelimMatch-1.06-r1.ebuild
deleted file mode 100644
index 3d7f14369a0..00000000000
--- a/dev-perl/DelimMatch/DelimMatch-1.06-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module
-MY_P=${P}a
-
-DESCRIPTION="A Perl 5 module for locating delimited substrings with proper nesting"
-SRC_URI="mirror://cpan/authors/id/N/NW/NWALSH/${MY_P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~nwalsh/"
-
-LICENSE="|| ( Artistic GPL-1+ )"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE=""
-
-SRC_TEST="do"


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

end of thread, other threads:[~2021-05-23 13:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-23 13:25 [gentoo-commits] repo/gentoo:master commit in: dev-perl/DelimMatch/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-05-23 13:25 Andreas K. Hüttel
2020-07-28 13:31 Kent Fredric

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