public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-Stringprep/
@ 2016-01-24 12:37 Andreas Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2016-01-24 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     4caa2002c39a83ce3e145e1d42dc0d654438959a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 12:33:53 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 12:37:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4caa2002

dev-perl/Unicode-Stringprep: Empty revbump in memoriam dynamic deps

Package-Manager: portage-2.2.27

 ...ode-Stringprep-1.105.0.ebuild => Unicode-Stringprep-1.105.0-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0.ebuild b/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r1.ebuild
similarity index 100%
rename from dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0.ebuild
rename to dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r1.ebuild


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-Stringprep/
@ 2016-01-24 12:37 Andreas Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2016-01-24 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     9731ab2ad6dbbe99eebc17621234f5e9036c51b7
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 12:31:23 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 12:37:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9731ab2a

dev-perl/Unicode-Stringprep: Unicode::Normalize is in perl-core

Package-Manager: portage-2.2.27

 dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0.ebuild b/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0.ebuild
index 8745426..baf4568 100644
--- a/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0.ebuild
+++ b/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="
-	>=dev-perl/Unicode-Normalize-1
+	>=virtual/perl-Unicode-Normalize-1
 "
 DEPEND="${RDEPEND}
 	>=dev-perl/Module-Build-0.420.0


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-Stringprep/
@ 2018-03-20  6:27 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2018-03-20  6:27 UTC (permalink / raw
  To: gentoo-commits

commit:     b43e2b4f81ba51c000bba4101b3c5940a155d2f6
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 20 05:58:22 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Mar 20 06:27:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b43e2b4f

dev-perl/Unicode-Stringprep: EAPI6 + tests

- EAPI6ify
- Enable tests
- Kill annoying author tests
- Add USE="examples"
- Add missing CPAN remote-id's

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../Unicode-Stringprep-1.105.0-r2.ebuild           | 27 ++++++++++++++++++++++
 dev-perl/Unicode-Stringprep/metadata.xml           |  8 +++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r2.ebuild b/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r2.ebuild
new file mode 100644
index 00000000000..a1c21346cac
--- /dev/null
+++ b/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=CFAERBER
+DIST_VERSION=1.105
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Preparation of Internationalized Strings (RFC 3454)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=virtual/perl-Unicode-Normalize-1
+"
+DEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.420.0
+	test? (
+		virtual/perl-Test-Simple
+		dev-perl/Test-NoWarnings
+	)
+"
+PERL_RM_FILES=("t/10_pod_check.t" "t/11_pod_coverage.t")

diff --git a/dev-perl/Unicode-Stringprep/metadata.xml b/dev-perl/Unicode-Stringprep/metadata.xml
index 2b9a936fc0a..5158e9d6f8e 100644
--- a/dev-perl/Unicode-Stringprep/metadata.xml
+++ b/dev-perl/Unicode-Stringprep/metadata.xml
@@ -5,4 +5,12 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">Unicode-Stringprep</remote-id>
+    <remote-id type="cpan-module">Unicode::Stringprep</remote-id>
+    <remote-id type="cpan-module">Unicode::Stringprep::BiDi</remote-id>
+    <remote-id type="cpan-module">Unicode::Stringprep::Mapping</remote-id>
+    <remote-id type="cpan-module">Unicode::Stringprep::Prohibited</remote-id>
+    <remote-id type="cpan-module">Unicode::Stringprep::Unassigned</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-Stringprep/
@ 2020-04-15 15:57 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2020-04-15 15:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d0a0b4fc58f9c3b5efc1453a84b64567d79b8d4c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 15:52:27 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 15:55:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a0b4fc

dev-perl/Unicode-Stringprep: Remove old 1.105.0-r1

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

 .../Unicode-Stringprep-1.105.0-r1.ebuild           | 26 ----------------------
 1 file changed, 26 deletions(-)

diff --git a/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r1.ebuild b/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r1.ebuild
deleted file mode 100644
index 82f7dfe7835..00000000000
--- a/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=CFAERBER
-MODULE_VERSION=1.105
-inherit perl-module
-
-DESCRIPTION="Preparation of Internationalized Strings (RFC 3454)"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=virtual/perl-Unicode-Normalize-1
-"
-DEPEND="${RDEPEND}
-	>=dev-perl/Module-Build-0.420.0
-	test? (
-		virtual/perl-Test-Simple
-		dev-perl/Test-NoWarnings
-	)
-"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-Stringprep/
@ 2021-10-02  0:13 Andreas K. Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-10-02  0:13 UTC (permalink / raw
  To: gentoo-commits

commit:     1b21c557adb932e3fa8c8775dc668dc3e22159ba
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  2 00:04:18 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct  2 00:13:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b21c557

dev-perl/Unicode-Stringprep: EAPI=8 bump

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

 ...ep-1.105.0-r2.ebuild => Unicode-Stringprep-1.105.0-r3.ebuild} | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r2.ebuild b/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r3.ebuild
similarity index 81%
rename from dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r2.ebuild
rename to dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r3.ebuild
index 20dcbb02133..c610b82ba8d 100644
--- a/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r2.ebuild
+++ b/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=CFAERBER
 DIST_VERSION=1.105
@@ -12,17 +12,16 @@ DESCRIPTION="Preparation of Internationalized Strings (RFC 3454)"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
 	>=virtual/perl-Unicode-Normalize-1
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	>=dev-perl/Module-Build-0.420.0
 	test? (
 		virtual/perl-Test-Simple
 		dev-perl/Test-NoWarnings
 	)
 "
+
 PERL_RM_FILES=("t/10_pod_check.t" "t/11_pod_coverage.t")


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

end of thread, other threads:[~2021-10-02  0:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-02  0:13 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-Stringprep/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2020-04-15 15:57 Kent Fredric
2018-03-20  6:27 Kent Fredric
2016-01-24 12:37 Andreas Hüttel
2016-01-24 12:37 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