public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lingua-EN-NameCase/
@ 2016-03-11 23:50 Andreas Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Hüttel @ 2016-03-11 23:50 UTC (permalink / raw
  To: gentoo-commits

commit:     47e7eedfccaf7354f4850250d2fdb8ce040ad277
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 11 23:50:23 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 23:50:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e7eedf

dev-perl/Lingua-EN-NameCase: Remove old

Package-Manager: portage-2.2.27

 .../Lingua-EN-NameCase-1.150.0-r1.ebuild                  | 15 ---------------
 dev-perl/Lingua-EN-NameCase/Manifest                      |  1 -
 2 files changed, 16 deletions(-)

diff --git a/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.150.0-r1.ebuild b/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.150.0-r1.ebuild
deleted file mode 100644
index 5ef79ad..0000000
--- a/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.150.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
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=SUMMER
-MODULE_VERSION=1.15
-inherit perl-module
-
-DESCRIPTION="Convert NAMES and names to Correct Case"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""

diff --git a/dev-perl/Lingua-EN-NameCase/Manifest b/dev-perl/Lingua-EN-NameCase/Manifest
index b80653b..d1a68d2 100644
--- a/dev-perl/Lingua-EN-NameCase/Manifest
+++ b/dev-perl/Lingua-EN-NameCase/Manifest
@@ -1,2 +1 @@
-DIST Lingua-EN-NameCase-1.15.tar.gz 5574 SHA256 354fac795653659cd0f60fd2704d7937011a6a9bd359e33462f8ec18c8ba8c5b SHA512 8d369dec6e4ffe180ca5686361f588e447bd33ec616fe63b18f498b3f696d1e99ba36dfeee9e5d597d3bae0dcd01cea2b307e199daf612363cd7aae9f7c7aaee WHIRLPOOL da31216fc89a109e2f06ca61e82a4c8653c6a992f02da994471eaa9cbe7fd70155cb4ce3276066d1d93202d87081e249625b107af67bb1e7b713725a8ad6acef
 DIST Lingua-EN-NameCase-1.19.tar.gz 10637 SHA256 eb8b01937de51680ccaf8de30e6baa27e0f090b5fcefda64ab77f7e679172b46 SHA512 8613414b43b138d4f7103b0e4f809108b87453c055d18f430f97d8cb1cc2aaa27669903604e98258b8fe39a5827d338d90ba70a3f275dcb4e1710d58b4282f76 WHIRLPOOL 93238f9f422256683241cc23579a8451039759adf30ce450debb55cf4a654ba932ad02c889c04bec43988c303bae811043d3754b56f06197f6baf5fe6fda62f2


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lingua-EN-NameCase/
@ 2017-10-29 15:07 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2017-10-29 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     dd4affeb4d9280ce2a1283c272f5098ef65c39a3
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 14:07:08 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 15:07:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4affeb

dev-perl/Lingua-EN-NameCase: EAPI6, Remote-id's

- EAPI6
- Add CPAN remote ID's
- Cleanup tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Lingua-EN-NameCase-1.190.0-r1.ebuild           | 30 ++++++++++++++++++++++
 dev-perl/Lingua-EN-NameCase/metadata.xml           |  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0-r1.ebuild b/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0-r1.ebuild
new file mode 100644
index 00000000000..6eb9099708a
--- /dev/null
+++ b/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BARBIE
+DIST_VERSION=1.19
+inherit perl-module
+
+DESCRIPTION="Correctly case a person's name from UPERCASE or lowcase"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Carp
+	virtual/perl-Exporter
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-IO
+		>=virtual/perl-Test-Simple-0.700.0
+	)
+"
+src_test() {
+	perl_rm_files t/9{0,1,4,5,6}*.t
+	perl-module_src_test
+}

diff --git a/dev-perl/Lingua-EN-NameCase/metadata.xml b/dev-perl/Lingua-EN-NameCase/metadata.xml
index 77cae7dbf51..a5b8fb4d481 100644
--- a/dev-perl/Lingua-EN-NameCase/metadata.xml
+++ b/dev-perl/Lingua-EN-NameCase/metadata.xml
@@ -7,5 +7,6 @@
   </maintainer>
   <upstream>
     <remote-id type="cpan">Lingua-EN-NameCase</remote-id>
+    <remote-id type="cpan-module">Lingua::EN::NameCase</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lingua-EN-NameCase/
@ 2018-06-10  5:09 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2018-06-10  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     19e3985e456d8afcefe70fc222ba7178fbf1527f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 04:38:59 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 04:38:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e3985e

dev-perl/Lingua-EN-NameCase: Cleanup old version 1.190.0

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 .../Lingua-EN-NameCase-1.190.0.ebuild              | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0.ebuild b/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0.ebuild
deleted file mode 100644
index b9efcf7ed46..00000000000
--- a/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=BARBIE
-MODULE_VERSION=1.19
-inherit perl-module
-
-DESCRIPTION="Correctly case a person's name from UPERCASE or lowcase"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	virtual/perl-Carp
-	virtual/perl-Exporter
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-IO
-		>=virtual/perl-Test-Simple-0.700.0
-	)
-"
-
-SRC_TEST=do


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lingua-EN-NameCase/
@ 2021-06-23 19:59 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-06-23 19:59 UTC (permalink / raw
  To: gentoo-commits

commit:     0aaad50821a26e8cdf795c30dcd6c8b8b7c4784d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 23 19:52:32 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun 23 19:59:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aaad508

dev-perl/Lingua-EN-NameCase: Version bump 1.21

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

 .../Lingua-EN-NameCase-1.210.0.ebuild              | 30 ++++++++++++++++++++++
 dev-perl/Lingua-EN-NameCase/Manifest               |  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.210.0.ebuild b/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.210.0.ebuild
new file mode 100644
index 00000000000..a395ec3f946
--- /dev/null
+++ b/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.210.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=NHORNE
+DIST_VERSION=1.21
+inherit perl-module
+
+DESCRIPTION="Correctly case a person's name from UPERCASE or lowcase"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	virtual/perl-Carp
+	virtual/perl-Exporter
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-IO
+		>=virtual/perl-Test-Simple-0.700.0
+	)
+"
+
+src_test() {
+	perl_rm_files t/9{0,1,4,5,6}*.t
+	perl-module_src_test
+}

diff --git a/dev-perl/Lingua-EN-NameCase/Manifest b/dev-perl/Lingua-EN-NameCase/Manifest
index f11a217cfc5..d6a614d9d89 100644
--- a/dev-perl/Lingua-EN-NameCase/Manifest
+++ b/dev-perl/Lingua-EN-NameCase/Manifest
@@ -1 +1,2 @@
 DIST Lingua-EN-NameCase-1.19.tar.gz 10637 BLAKE2B 907fffaacf1d201b50a87d0edea6273ccf1f096e8dfd5d8d49be048085fe1037357527aeceff45078514de60990f24d3c10c044d427ab6d7f7c1f9defa274907 SHA512 8613414b43b138d4f7103b0e4f809108b87453c055d18f430f97d8cb1cc2aaa27669903604e98258b8fe39a5827d338d90ba70a3f275dcb4e1710d58b4282f76
+DIST Lingua-EN-NameCase-1.21.tar.gz 12160 BLAKE2B a3f519b2a26dbaf6764e53c11890c098519079183fcdd7c9e727c1cc3e750859c4c6a48186272ab0780a279b6812f6e39e06d9e8b211be46c646ab905de855e4 SHA512 1d510b1736b33ec1c0873eaa28b637f23d62811935512c1428b6bf6ad2b500c8cb4c09161870735bffff0f919eae4ac2feb660b1a6f68a9e2cb29e5c92fe2de3


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lingua-EN-NameCase/
@ 2021-11-06  1:27 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-11-06  1:27 UTC (permalink / raw
  To: gentoo-commits

commit:     22cc6fad217f278643ada0a78f78f58167f59cd4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  6 01:20:17 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  6 01:20:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22cc6fad

dev-perl/Lingua-EN-NameCase: add missing test dependency

Closes: https://bugs.gentoo.org/798105
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.210.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.210.0.ebuild b/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.210.0.ebuild
index a395ec3f946..43ed4c6e0c2 100644
--- a/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.210.0.ebuild
+++ b/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.210.0.ebuild
@@ -20,6 +20,7 @@ BDEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 	test? (
 		virtual/perl-IO
+		dev-perl/Test-Most
 		>=virtual/perl-Test-Simple-0.700.0
 	)
 "


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lingua-EN-NameCase/
@ 2021-11-07 18:47 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-11-07 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     dd984f48f4615297ea2b5800adc56db42214cc33
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 18:46:07 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 18:46:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd984f48

dev-perl/Lingua-EN-NameCase: Remove old

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

 .../Lingua-EN-NameCase-1.190.0-r1.ebuild           | 31 ----------------------
 dev-perl/Lingua-EN-NameCase/Manifest               |  1 -
 2 files changed, 32 deletions(-)

diff --git a/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0-r1.ebuild b/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0-r1.ebuild
deleted file mode 100644
index 736848f9ce9..00000000000
--- a/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=BARBIE
-DIST_VERSION=1.19
-inherit perl-module
-
-DESCRIPTION="Correctly case a person's name from UPERCASE or lowcase"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	virtual/perl-Carp
-	virtual/perl-Exporter
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-IO
-		>=virtual/perl-Test-Simple-0.700.0
-	)
-"
-src_test() {
-	perl_rm_files t/9{0,1,4,5,6}*.t
-	perl-module_src_test
-}

diff --git a/dev-perl/Lingua-EN-NameCase/Manifest b/dev-perl/Lingua-EN-NameCase/Manifest
index d6a614d9d89..1fab0cf6eff 100644
--- a/dev-perl/Lingua-EN-NameCase/Manifest
+++ b/dev-perl/Lingua-EN-NameCase/Manifest
@@ -1,2 +1 @@
-DIST Lingua-EN-NameCase-1.19.tar.gz 10637 BLAKE2B 907fffaacf1d201b50a87d0edea6273ccf1f096e8dfd5d8d49be048085fe1037357527aeceff45078514de60990f24d3c10c044d427ab6d7f7c1f9defa274907 SHA512 8613414b43b138d4f7103b0e4f809108b87453c055d18f430f97d8cb1cc2aaa27669903604e98258b8fe39a5827d338d90ba70a3f275dcb4e1710d58b4282f76
 DIST Lingua-EN-NameCase-1.21.tar.gz 12160 BLAKE2B a3f519b2a26dbaf6764e53c11890c098519079183fcdd7c9e727c1cc3e750859c4c6a48186272ab0780a279b6812f6e39e06d9e8b211be46c646ab905de855e4 SHA512 1d510b1736b33ec1c0873eaa28b637f23d62811935512c1428b6bf6ad2b500c8cb4c09161870735bffff0f919eae4ac2feb660b1a6f68a9e2cb29e5c92fe2de3


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

end of thread, other threads:[~2021-11-07 18:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-10  5:09 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lingua-EN-NameCase/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2021-11-07 18:47 Andreas K. Hüttel
2021-11-06  1:27 Sam James
2021-06-23 19:59 Andreas K. Hüttel
2017-10-29 15:07 Kent Fredric
2016-03-11 23:50 Andreas Hüttel

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