[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2022-04-29 Thread WANG Xuerui
commit: 758147ad830daee5ad65d1f2d7baf16c365aaa3c
Author: WANG Xuerui  gentoo  org>
AuthorDate: Fri Apr 29 07:35:05 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Fri Apr 29 07:58:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758147ad

dev-perl/Unicode-LineBreak: keyword 2019.1.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
index 60ab51b72600..175b74b30b3b 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/files/

2021-10-06 Thread Jakov Smolić
commit: 404c0edacae9abfc661dbf4675314d0059e1a0d2
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri Oct  1 15:50:59 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Oct  6 16:20:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404c0eda

dev-perl/Unicode-LineBreak: remove unused patch(es)

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/22460
Signed-off-by: Jakov Smolić  gentoo.org>

 .../files/Unicode-LineBreak-2017.004-dotinc.patch  | 232 -
 1 file changed, 232 deletions(-)

diff --git 
a/dev-perl/Unicode-LineBreak/files/Unicode-LineBreak-2017.004-dotinc.patch 
b/dev-perl/Unicode-LineBreak/files/Unicode-LineBreak-2017.004-dotinc.patch
deleted file mode 100644
index 3a9b808f466..000
--- a/dev-perl/Unicode-LineBreak/files/Unicode-LineBreak-2017.004-dotinc.patch
+++ /dev/null
@@ -1,232 +0,0 @@
-From fd36408d8e59381c0ea217166a244222adbd5ec9 Mon Sep 17 00:00:00 2001
-From: Kent Fredric 
-Date: Sun, 18 Mar 2018 22:02:48 +1300
-Subject: Fix tests for '.' in @INC removal on Perl 5.26+
-

- t/01break.t| 2 +-
- t/02hangul.t   | 2 +-
- t/03ns.t   | 2 +-
- t/04fold.t | 2 +-
- t/05urgent.t   | 2 +-
- t/06context.t  | 2 +-
- t/07sea.t  | 2 +-
- t/08partial.t  | 2 +-
- t/09uri.t  | 2 +-
- t/11format.t   | 2 +-
- t/12fold2.t| 2 +-
- t/13flowedsp.t | 2 +-
- t/14sea_al.t   | 2 +-
- t/15array.t| 2 +-
- t/16regex.t| 2 +-
- t/17prop.t | 2 +-
- t/18currency.t | 2 +-
- 17 files changed, 17 insertions(+), 17 deletions(-)
-
-diff --git a/t/01break.t b/t/01break.t
-index a7676bc..4d80758 100644
 a/t/01break.t
-+++ b/t/01break.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
- 
- BEGIN { plan tests => 13 }
- 
-diff --git a/t/02hangul.t b/t/02hangul.t
-index 5140636..027f418 100644
 a/t/02hangul.t
-+++ b/t/02hangul.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
- 
- BEGIN { plan tests => 2 }
- 
-diff --git a/t/03ns.t b/t/03ns.t
-index 8d515dd..43b50f7 100644
 a/t/03ns.t
-+++ b/t/03ns.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
- 
- BEGIN { plan tests => 2 }
- 
-diff --git a/t/04fold.t b/t/04fold.t
-index 8eb9624..50287cb 100644
 a/t/04fold.t
-+++ b/t/04fold.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lf.pl";
-+require "./t/lf.pl";
- 
- BEGIN { plan tests => 15 + 2 }
- 
-diff --git a/t/05urgent.t b/t/05urgent.t
-index e5f27c7..0ae4c66 100644
 a/t/05urgent.t
-+++ b/t/05urgent.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
- 
- BEGIN { plan tests => 5 }
- 
-diff --git a/t/06context.t b/t/06context.t
-index 4de9f4e..e8ac3f7 100644
 a/t/06context.t
-+++ b/t/06context.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
- 
- BEGIN { plan tests => 2 }
- 
-diff --git a/t/07sea.t b/t/07sea.t
-index 8446e96..da4d49a 100644
 a/t/07sea.t
-+++ b/t/07sea.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
- 
- BEGIN {
- require Unicode::LineBreak;
-diff --git a/t/08partial.t b/t/08partial.t
-index e94f0a0..5baa894 100644
 a/t/08partial.t
-+++ b/t/08partial.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
- 
- BEGIN { plan tests => 15 }
- 
-diff --git a/t/09uri.t b/t/09uri.t
-index 333e1cf..edb4d25 100644
 a/t/09uri.t
-+++ b/t/09uri.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
- 
- BEGIN { plan tests => 2 }
- 
-diff --git a/t/11format.t b/t/11format.t
-index 62167cc..d4ebd5b 100644
 a/t/11format.t
-+++ b/t/11format.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
- 
- BEGIN { plan tests => 6 }
- 
-diff --git a/t/12fold2.t b/t/12fold2.t
-index c9a64ef..d9fd4e8 100644
 a/t/12fold2.t
-+++ b/t/12fold2.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lf.pl";
-+require "./t/lf.pl";
- 
- BEGIN { plan tests => 2 }
- 
-diff --git a/t/13flowedsp.t b/t/13flowedsp.t
-index 4454e6b..d4b96b8 100644
 a/t/13flowedsp.t
-+++ b/t/13flowedsp.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lf.pl";
-+require "./t/lf.pl";
- 
- BEGIN { plan tests => 1 }
- 
-diff --git a/t/14sea_al.t b/t/14sea_al.t
-index 5a45574..2990333 100644
 a/t/14sea_al.t
-+++ b/t/14sea_al.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
- 
- BEGIN { plan tests => 1 }
- 
-diff --git a/t/15array.t b/t/15array.t
-index 5ab75c2..51d79ab 100644
 a/t/15array.t
-+++ b/t/15array.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
- 
- BEGIN { plan tests => 19 }
- 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2021-09-30 Thread Andreas K. Hüttel
commit: 55aefd19c33e543a7700e3d90e764abdb07bac3c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep 30 20:29:58 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep 30 20:32:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55aefd19

dev-perl/Unicode-LineBreak: Remove old

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

 dev-perl/Unicode-LineBreak/Manifest |  1 -
 .../Unicode-LineBreak-2017.4.0-r1.ebuild| 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-perl/Unicode-LineBreak/Manifest 
b/dev-perl/Unicode-LineBreak/Manifest
index f5a107dd185..54de8c5b2f8 100644
--- a/dev-perl/Unicode-LineBreak/Manifest
+++ b/dev-perl/Unicode-LineBreak/Manifest
@@ -1,2 +1 @@
-DIST Unicode-LineBreak-2017.004.tar.gz 311366 BLAKE2B 
7f4ff93365c0542ae1a8f9d17e0e9e20224b95949c4965e69f241ff949f625793a19bde4a81830f9f0214abe3d18fa6c52f43f9a04860ec4d13db55169d120f7
 SHA512 
f372174a761f87663761dc8b0f9bf387ffe289ba267fc0fb58353ac06dfa9418d4b0ac6e4e0d7833d842feacae4f8e90e521cd677ab22db1bf32e75f10f2e727
 DIST Unicode-LineBreak-2019.001.tar.gz 312225 BLAKE2B 
e7bf274fcba3603acf93f520493d67b2ff113b4e098da39c8f5f5a180bcc75f403f04ede5248b8598f8b991498de9c19766c29e3ee25eea12e82aeac1241194b
 SHA512 
2d285f928db2ed32aefa741629ce9f9bee82e69c247eaa2c9145fdb4e9bae4441bf822e108cbffc3955369539474c3299f0a8f69026a5f9686aa8458a1d87f27

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
deleted file mode 100644
index c48adc8648b..000
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=NEZUMI
-DIST_VERSION=2017.004
-
-inherit perl-module
-
-DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-perl/MIME-Charset
-   virtual/perl-Encode"
-DEPEND="${RDEPEND}"
-PATCHES=("${FILESDIR}/${PN}-2017.004-dotinc.patch")
-PERL_RM_FILES=("t/pod.t")



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2021-02-03 Thread Fabian Groffen
commit: d159fee109bee44efef1ad4621fbaf8b5c33982a
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Feb  3 20:53:36 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Feb  3 20:54:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d159fee1

dev-perl/Unicode-LineBreak: marked *-macos, *-solaris

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

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

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
index 5e40d52b435..01141eff525 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.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
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2020-12-21 Thread Sergei Trofimovich
commit: 18e0a9c68edf462010c0dbcecab61c6a84467037
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Dec 21 09:35:17 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Dec 21 09:36:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e0a9c6

dev-perl/Unicode-LineBreak: stable 2019.1.0 for hppa

stable wrt bug #760354

Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
index e4e082bd125..5e40d52b435 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2020-12-20 Thread Thomas Deutschmann
commit: 1729da8c5de68eb75d8a4327af6dcf09e6b95387
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 20 16:08:01 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 16:30:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1729da8c

dev-perl/Unicode-LineBreak: x86 stable (bug #760354)

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
index 386b5728e6a..e4e082bd125 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2020-12-19 Thread Sam James
commit: 1c7657eba6314e0e746bf9947c75b0e641348f8f
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 19 19:34:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 19 19:34:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7657eb

dev-perl/Unicode-LineBreak: Stabilize 2019.1.0 amd64, #760354

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
index 6decc604a8a..386b5728e6a 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2020-12-18 Thread Sergei Trofimovich
commit: dd4048d587748092f607ac52ef40dc713831ab49
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Dec 18 20:20:11 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 18 20:49:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4048d5

dev-perl/Unicode-LineBreak: stable 2019.1.0 for sparc, bug #760354

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
index 35fd5a0b1b5..6decc604a8a 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2020-12-18 Thread Sam James
commit: 139c6480e917a7c69526551ca0129dac0927a46a
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 17 18:51:54 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 17 18:52:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139c6480

dev-perl/Unicode-LineBreak: Stabilize 2019.1.0 arm, #760354

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
index 488f88d79d2..35fd5a0b1b5 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2020-12-18 Thread Sergei Trofimovich
commit: c76cbd1f51bfacb7bfca852e7e53c6dbcdc322b4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 18 10:19:15 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 18 10:25:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76cbd1f

dev-perl/Unicode-LineBreak: stable 2019.1.0 for ppc64

stable wrt bug #760354

Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
index 41f6f60ab10..488f88d79d2 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2020-12-17 Thread Sam James
commit: 8b80aa01780defe777fd284d0a7c55a654ab669c
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 17 08:01:10 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 17 08:01:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b80aa01

dev-perl/Unicode-LineBreak: Stabilize 2019.1.0 ppc, #760354

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
index e01dcd3e772..41f6f60ab10 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2020-12-16 Thread Sam James
commit: 50f0921a04214085c20136a994ae2a9b6948588a
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 17 06:25:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 17 06:25:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f0921a

dev-perl/Unicode-LineBreak: Stabilize 2019.1.0 arm64, #760354

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
index c67c38e8c18..e01dcd3e772 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2020-12-16 Thread Sam James
commit: abae6bffb7ba23f29bb79821561252cf4c6898ee
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 17 04:53:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 17 04:53:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abae6bff

dev-perl/Unicode-LineBreak: Stabilize 2019.1.0 s390, #760354

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
index d741b6bb30d..c67c38e8c18 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2020-06-03 Thread Agostino Sarubbo
commit: 4fe35efa3e7b7cc808800af5c852a2a32ecd7318
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  3 15:32:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  3 15:32:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe35efa

dev-perl/Unicode-LineBreak: s390 stable wrt bug #723772

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
index c3af01346d9..8720374070a 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2020-05-25 Thread Sergei Trofimovich
commit: e36684a6d54c78521cf101acd2aa38408be25a1a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 25 17:21:38 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May 25 21:33:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36684a6

dev-perl/Unicode-LineBreak: stable 2017.4.0-r1 for hppa, bug #723772

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
index e9823cb397b..acb601dcaa6 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2020-05-20 Thread Mikle Kolyada
commit: 63d5660c2f414132b0740c4d88ddf1dc6a97bdd3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 13:25:13 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 13:25:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d5660c

dev-perl/Unicode-LineBreak: arm64 stable wrt bug #723404

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
index 8a91ae1062e..2b41a2887c3 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2020-05-04 Thread Joonas Niilola
commit: fc97778e04589a3186ff686b864dbc0b44e3446c
Author: Jonas Licht  fem  tu-ilmenau  de>
AuthorDate: Wed Apr 15 13:18:19 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon May  4 14:11:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc97778e

dev-perl/Unicode-LineBreak: version bump to 2019.1.0

Closes: https://bugs.gentoo.org/717584
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Jonas Licht  fem.tu-ilmenau.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-perl/Unicode-LineBreak/Manifest  |  1 +
 .../Unicode-LineBreak-2019.1.0.ebuild| 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-perl/Unicode-LineBreak/Manifest 
b/dev-perl/Unicode-LineBreak/Manifest
index 5bab52cdc9d..f5a107dd185 100644
--- a/dev-perl/Unicode-LineBreak/Manifest
+++ b/dev-perl/Unicode-LineBreak/Manifest
@@ -1 +1,2 @@
 DIST Unicode-LineBreak-2017.004.tar.gz 311366 BLAKE2B 
7f4ff93365c0542ae1a8f9d17e0e9e20224b95949c4965e69f241ff949f625793a19bde4a81830f9f0214abe3d18fa6c52f43f9a04860ec4d13db55169d120f7
 SHA512 
f372174a761f87663761dc8b0f9bf387ffe289ba267fc0fb58353ac06dfa9418d4b0ac6e4e0d7833d842feacae4f8e90e521cd677ab22db1bf32e75f10f2e727
+DIST Unicode-LineBreak-2019.001.tar.gz 312225 BLAKE2B 
e7bf274fcba3603acf93f520493d67b2ff113b4e098da39c8f5f5a180bcc75f403f04ede5248b8598f8b991498de9c19766c29e3ee25eea12e82aeac1241194b
 SHA512 
2d285f928db2ed32aefa741629ce9f9bee82e69c247eaa2c9145fdb4e9bae4441bf822e108cbffc3955369539474c3299f0a8f69026a5f9686aa8458a1d87f27

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
new file mode 100644
index 000..d741b6bb30d
--- /dev/null
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2019.1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=NEZUMI
+DIST_VERSION=2019.001
+
+inherit perl-module
+
+DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="dev-perl/MIME-Charset
+   virtual/perl-Encode"
+DEPEND="${RDEPEND}"
+PERL_RM_FILES=("t/pod.t")



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2019-05-04 Thread Andreas K. Hüttel
commit: b1cccda0f7a7ca2e11365c7e7131ba7f9b452fef
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat May  4 19:06:25 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat May  4 19:08:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1cccda0

dev-perl/Unicode-LineBreak: keyword ~riscv

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
index 03fa2f3d6d1..0fa9c8a9569 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2019-01-17 Thread Mikle Kolyada
commit: 4f819ea419a498d6692dbf0a56e7e2d4c6ca777f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 17 20:49:03 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 17 20:49:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f819ea4

dev-perl/Unicode-LineBreak: Add ~sh keyword wrt bug #614180

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
index 1282e123b01..03fa2f3d6d1 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2019-01-17 Thread Mikle Kolyada
commit: 7f05ea942b86f45d7bcdc2f8561c4e4f8826909d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 17 20:48:22 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 17 20:48:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f05ea94

dev-perl/Unicode-LineBreak: Add ~m68k keyword wrt bug #614180

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
index ef191fe61c0..1282e123b01 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2018-12-22 Thread Andreas K. Hüttel
commit: 8f4ac83af087718cb8ac21415e78a5e8804c3202
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Dec 22 16:53:17 2018 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Dec 22 16:53:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4ac83a

dev-perl/Unicode-LineBreak: All done, remove old

Closes: https://bugs.gentoo.org/614538
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Unicode-LineBreak/Manifest |  1 -
 .../Unicode-LineBreak-2016.3.0.ebuild   | 21 -
 .../Unicode-LineBreak-2017.4.0.ebuild   | 21 -
 3 files changed, 43 deletions(-)

diff --git a/dev-perl/Unicode-LineBreak/Manifest 
b/dev-perl/Unicode-LineBreak/Manifest
index 16f705ffcea..5bab52cdc9d 100644
--- a/dev-perl/Unicode-LineBreak/Manifest
+++ b/dev-perl/Unicode-LineBreak/Manifest
@@ -1,2 +1 @@
-DIST Unicode-LineBreak-2016.003.tar.gz 304042 BLAKE2B 
c0b3d48b0b0855757f3a1555871d52935cdd19d3617a9e10bbe82d21e47fa7bbef648e2d3d235476f9d683d3ccb7f0ea9e960060c47214486dcd968f1105f1e5
 SHA512 
c2296ebd87a06c55d95f198ef355566c05257a75a38876c726cebe309f5e6082a7bfd7d86f28505e183e3150313e781a6f1999e8de8b35ee772d94845cd08e2f
 DIST Unicode-LineBreak-2017.004.tar.gz 311366 BLAKE2B 
7f4ff93365c0542ae1a8f9d17e0e9e20224b95949c4965e69f241ff949f625793a19bde4a81830f9f0214abe3d18fa6c52f43f9a04860ec4d13db55169d120f7
 SHA512 
f372174a761f87663761dc8b0f9bf387ffe289ba267fc0fb58353ac06dfa9418d4b0ac6e4e0d7833d842feacae4f8e90e521cd677ab22db1bf32e75f10f2e727

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
deleted file mode 100644
index b0a813e44a2..000
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR="NEZUMI"
-MODULE_VERSION="2016.003"
-
-inherit perl-module
-
-DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
-IUSE=""
-
-RDEPEND="dev-perl/MIME-Charset
-   virtual/perl-Encode"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
deleted file mode 100644
index 07d6a57100b..000
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR="NEZUMI"
-MODULE_VERSION="2017.004"
-
-inherit perl-module
-
-DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
-IUSE=""
-
-RDEPEND="dev-perl/MIME-Charset
-   virtual/perl-Encode"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2018-08-29 Thread Michael Haubenwallner
commit: f93ed61c6f5611058f8ef3acabb6a87ef58dd6a2
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Wed Aug 29 07:40:26 2018 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Wed Aug 29 07:42:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93ed61c

dev-perl/Unicode-LineBreak: add ~amd64-linux ~x86-linux keywords

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
index faae9218771..ef191fe61c0 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2018-06-12 Thread Mikle Kolyada
commit: 3328c6df42ddfcef8b22483cdef77fb4c3bc887b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jun 12 16:15:55 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jun 12 16:16:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3328c6df

dev-perl/Unicode-LineBreak: mark ~s390 wrt bug #614180

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
index 0a06bf5771c..faae9218771 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-fbsd"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2018-06-06 Thread Thomas Deutschmann
commit: 438b4bfeb7b0faacb0180da84be2f9743a61dd19
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jun  6 23:06:27 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jun  6 23:22:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438b4bfe

dev-perl/Unicode-LineBreak: x86 stable (bug #657188)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
index 1b10cd0a734..e8185a572d4 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/files/, dev-perl/Unicode-LineBreak/

2018-03-18 Thread Kent Fredric
commit: 6a9b846eb4eacb48b3658715f0f78a4bdc365978
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Mar 18 09:53:04 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Mar 18 09:53:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a9b846e

dev-perl/Unicode-LineBreak: Fix tests for '.' in @INC bug #614538

- EAPI6
- Fir for '.' in @INC bug #614538
- Kill unwanted POD author tests
- Enable parallel tests

Bug: https://bugs.gentoo.org/614538
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../Unicode-LineBreak-2017.4.0-r1.ebuild   |  21 ++
 .../files/Unicode-LineBreak-2017.004-dotinc.patch  | 232 +
 dev-perl/Unicode-LineBreak/metadata.xml|   2 +-
 3 files changed, 254 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
new file mode 100644
index 000..1b10cd0a734
--- /dev/null
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=NEZUMI
+DIST_VERSION=2017.004
+
+inherit perl-module
+
+DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+IUSE=""
+
+RDEPEND="dev-perl/MIME-Charset
+   virtual/perl-Encode"
+DEPEND="${RDEPEND}"
+PATCHES=("${FILESDIR}/${PN}-2017.004-dotinc.patch")
+PERL_RM_FILES=("t/pod.t")

diff --git 
a/dev-perl/Unicode-LineBreak/files/Unicode-LineBreak-2017.004-dotinc.patch 
b/dev-perl/Unicode-LineBreak/files/Unicode-LineBreak-2017.004-dotinc.patch
new file mode 100644
index 000..3a9b808f466
--- /dev/null
+++ b/dev-perl/Unicode-LineBreak/files/Unicode-LineBreak-2017.004-dotinc.patch
@@ -0,0 +1,232 @@
+From fd36408d8e59381c0ea217166a244222adbd5ec9 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Sun, 18 Mar 2018 22:02:48 +1300
+Subject: Fix tests for '.' in @INC removal on Perl 5.26+
+
+---
+ t/01break.t| 2 +-
+ t/02hangul.t   | 2 +-
+ t/03ns.t   | 2 +-
+ t/04fold.t | 2 +-
+ t/05urgent.t   | 2 +-
+ t/06context.t  | 2 +-
+ t/07sea.t  | 2 +-
+ t/08partial.t  | 2 +-
+ t/09uri.t  | 2 +-
+ t/11format.t   | 2 +-
+ t/12fold2.t| 2 +-
+ t/13flowedsp.t | 2 +-
+ t/14sea_al.t   | 2 +-
+ t/15array.t| 2 +-
+ t/16regex.t| 2 +-
+ t/17prop.t | 2 +-
+ t/18currency.t | 2 +-
+ 17 files changed, 17 insertions(+), 17 deletions(-)
+
+diff --git a/t/01break.t b/t/01break.t
+index a7676bc..4d80758 100644
+--- a/t/01break.t
 b/t/01break.t
+@@ -1,6 +1,6 @@
+ use strict;
+ use Test::More;
+-require "t/lb.pl";
++require "./t/lb.pl";
+ 
+ BEGIN { plan tests => 13 }
+ 
+diff --git a/t/02hangul.t b/t/02hangul.t
+index 5140636..027f418 100644
+--- a/t/02hangul.t
 b/t/02hangul.t
+@@ -1,6 +1,6 @@
+ use strict;
+ use Test::More;
+-require "t/lb.pl";
++require "./t/lb.pl";
+ 
+ BEGIN { plan tests => 2 }
+ 
+diff --git a/t/03ns.t b/t/03ns.t
+index 8d515dd..43b50f7 100644
+--- a/t/03ns.t
 b/t/03ns.t
+@@ -1,6 +1,6 @@
+ use strict;
+ use Test::More;
+-require "t/lb.pl";
++require "./t/lb.pl";
+ 
+ BEGIN { plan tests => 2 }
+ 
+diff --git a/t/04fold.t b/t/04fold.t
+index 8eb9624..50287cb 100644
+--- a/t/04fold.t
 b/t/04fold.t
+@@ -1,6 +1,6 @@
+ use strict;
+ use Test::More;
+-require "t/lf.pl";
++require "./t/lf.pl";
+ 
+ BEGIN { plan tests => 15 + 2 }
+ 
+diff --git a/t/05urgent.t b/t/05urgent.t
+index e5f27c7..0ae4c66 100644
+--- a/t/05urgent.t
 b/t/05urgent.t
+@@ -1,6 +1,6 @@
+ use strict;
+ use Test::More;
+-require "t/lb.pl";
++require "./t/lb.pl";
+ 
+ BEGIN { plan tests => 5 }
+ 
+diff --git a/t/06context.t b/t/06context.t
+index 4de9f4e..e8ac3f7 100644
+--- a/t/06context.t
 b/t/06context.t
+@@ -1,6 +1,6 @@
+ use strict;
+ use Test::More;
+-require "t/lb.pl";
++require "./t/lb.pl";
+ 
+ BEGIN { plan tests => 2 }
+ 
+diff --git a/t/07sea.t b/t/07sea.t
+index 8446e96..da4d49a 100644
+--- a/t/07sea.t
 b/t/07sea.t
+@@ -1,6 +1,6 @@
+ use strict;
+ use Test::More;
+-require "t/lb.pl";
++require "./t/lb.pl";
+ 
+ BEGIN {
+ require Unicode::LineBreak;
+diff --git a/t/08partial.t b/t/08partial.t
+index e94f0a0..5baa894 100644
+--- a/t/08partial.t
 b/t/08partial.t
+@@ -1,6 +1,6 @@
+ use strict;
+ use Test::More;
+-require "t/lb.pl";
++require "./t/lb.pl";
+ 
+ BEGIN { plan tests => 15 }
+ 
+diff --git a/t/09uri.t b/t/09uri.t
+index 333e1cf..edb4d25 100644
+--- a/t/09uri.t
 b/t/09uri.t
+@@ -1,6 +1,6 @@
+ use strict;
+ use Test::More;
+-require "t/lb.pl";
++require "./t/lb.pl";
+ 
+ BEGIN { plan tests => 2 }
+ 
+diff --git a/t/11format.t b/t/11format.t
+index 62167cc..d4ebd5b 100644
+--- a/t/11format.t
 b/t/11format.t
+@@ -1,6 +1,6 @@
+ use strict;
+ use Test::More;
+-require "t/lb.pl";
++require "./t/lb.pl";
+ 
+ BEGIN { plan tests => 6 }
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2018-02-22 Thread Michał Górny
commit: 55dabcf4a56c21b186f2811ab6a19788c7757ec7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 22 19:29:21 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 22 19:29:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55dabcf4

dev-perl/Unicode-LineBreak: Tested on ~amd64-fbsd (bug #614180)

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

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
index 9b4ba265f0e..07d6a57100b 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2017-11-14 Thread Sergei Trofimovich
commit: 203f17cc17a3a63828108e100dc67983602703f0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 15 07:29:22 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 15 07:34:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203f17cc

dev-perl/Unicode-LineBreak: keyworded 2017.4.0 for sparc, bug #614180 (thanks 
to Rolf Eike Beer)

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
index 48893bdcacb..9b4ba265f0e 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2017-11-08 Thread Matt Turner
commit: fe7f8ea1c3e363922b9a394f6a42783d92af2586
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov  9 00:03:40 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov  9 00:07:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7f8ea1

dev-perl/Unicode-LineBreak-2017.4.0: added ~mips, bug 614180

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
index b7efafd1cda..48893bdcacb 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2017-07-06 Thread Kent Fredric
commit: c6b26dcde4c951a9047f765116f6b15a19f2c9ee
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jul  1 23:39:33 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jul  6 23:23:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b26dcd

dev-perl/Unicode-LineBreak: Copy-forward ~alpha keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
index 03776dd1379..b7efafd1cda 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2017-07-01 Thread Sergei Trofimovich
commit: 697c31ade66632311431694224ca9f25b7dc98a1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul  1 10:41:50 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul  1 10:42:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697c31ad

dev-perl/Unicode-LineBreak: ia64 keyworded, bug #614180

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
index a4b79b5b239..03776dd1379 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2017-07-01 Thread Sergei Trofimovich
commit: 9ce6ad06f68929dce0890649a0915849bfa3c072
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul  1 10:40:33 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul  1 10:40:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce6ad06

dev-perl/Unicode-LineBreak: ia64 keyworded, bug #614180

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
index 13c6bf9758f..b0a813e44a2 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2017-05-09 Thread Tobias Klausmann
commit: 1a4771066f3e2fcd7b1a8dd5d7c4c4fa3a3ab15b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:31 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:49:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a477106

dev-perl/Unicode-LineBreak-2016.3.0-r0: add ~alpha keyword

Gentoo-Bug: 614180

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
index f3db771ceb9..13c6bf9758f 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2017-04-30 Thread Jeroen Roovers
commit: fc66e96c8a361660039368823f2c27e662fc5833
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Apr 30 09:22:02 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Apr 30 09:22:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc66e96c

dev-perl/Unicode-LineBreak: Mark ~hppa (bug #614180).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
index 39c96fc522b..a4b79b5b239 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2017-04-28 Thread Manuel Rüger
commit: c2bf4b2c801a9a52e85ccacb3f26052b2455e384
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 28 21:18:18 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 28 21:18:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2bf4b2c

dev-perl/Unicode-LineBreak: Remove myself as a maintainer

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-perl/Unicode-LineBreak/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-perl/Unicode-LineBreak/metadata.xml 
b/dev-perl/Unicode-LineBreak/metadata.xml
index 7d77fb1c909..216aa400bc0 100644
--- a/dev-perl/Unicode-LineBreak/metadata.xml
+++ b/dev-perl/Unicode-LineBreak/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-mr...@gentoo.org
-Manuel Rüger
-  
   
 p...@gentoo.org
 Gentoo Perl Project



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2017-04-15 Thread Manuel Rüger
commit: 405c246a0612443deb6c1bf575be7c7c729a201c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Apr 15 17:07:17 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Apr 15 17:07:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405c246a

dev-perl/Unicode-LineBreak: Version bump to 2017.4.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Unicode-LineBreak/Manifest |  1 +
 .../Unicode-LineBreak-2017.4.0.ebuild   | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-perl/Unicode-LineBreak/Manifest 
b/dev-perl/Unicode-LineBreak/Manifest
index 2f2f417758d..b01637255ee 100644
--- a/dev-perl/Unicode-LineBreak/Manifest
+++ b/dev-perl/Unicode-LineBreak/Manifest
@@ -1 +1,2 @@
 DIST Unicode-LineBreak-2016.003.tar.gz 304042 SHA256 
e64e2d990a8cc90f8a387866509c35a93c50b812f5a2e60f3d9deb947a71dc24 SHA512 
c2296ebd87a06c55d95f198ef355566c05257a75a38876c726cebe309f5e6082a7bfd7d86f28505e183e3150313e781a6f1999e8de8b35ee772d94845cd08e2f
 WHIRLPOOL 
cf44fcfab9c0f7cfcd4a71372afc954df77f6f2620c32154de500b2adcbbea5cf4247afccafc3a92366a8a955374c8450fa98885680c4cee6a4ed370dc90480e
+DIST Unicode-LineBreak-2017.004.tar.gz 311366 SHA256 
655bc3c4cb60ad0770d97816716cfe322f24e602c70e595f5941dfa02c40cb76 SHA512 
f372174a761f87663761dc8b0f9bf387ffe289ba267fc0fb58353ac06dfa9418d4b0ac6e4e0d7833d842feacae4f8e90e521cd677ab22db1bf32e75f10f2e727
 WHIRLPOOL 
a70a341aa62b428a4d3c374d15be28a7441c2d4c751a45dbb4e57bdc6c5d9a247a4ff457ee7bd6092bdb3231fc875d7168b44e7b556167d39b839ccfe92544ac

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
new file mode 100644
index 000..39c96fc522b
--- /dev/null
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR="NEZUMI"
+MODULE_VERSION="2017.004"
+
+inherit perl-module
+
+DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="dev-perl/MIME-Charset
+   virtual/perl-Encode"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2017-03-31 Thread Michael Weber
commit: 732aaf05f70eae368e70dca44e9acb4934877be9
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Mar 31 09:09:18 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Mar 31 09:09:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732aaf05

dev-perl/Unicode-LineBreak: add ~arm ~arm64 ~ppc64 keywords (bug 614180)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
index fef8836b19c..2ec15c7748d 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2017-01-04 Thread Agostino Sarubbo
commit: c1e0b25db994d52da5d4326c7500942bafd1c421
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan  4 16:55:52 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan  4 16:55:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e0b25d

dev-perl/Unicode-LineBreak: amd64 stable wrt bug #584070

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
index b0f2820..28a4e0c 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2016-11-19 Thread Kent Fredric
commit: f5c147e698b460134f3a51def45f8857b590a8e9
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Nov 19 11:47:55 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Nov 19 13:23:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c147e6

dev-perl/Unicode-LineBreak: Keyword for ~x86

Tested by kensington  gentoo.org

Package-Manager: portage-2.3.2

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
index cd7678a..b0f2820 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2016-07-08 Thread Andreas Hüttel
commit: 835ab6a4500524a86e86247ace0f4ff2c135bf06
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul  8 20:32:02 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jul  8 20:37:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=835ab6a4

dev-perl/Unicode-LineBreak: Remove old

Package-Manager: portage-2.3.0

 dev-perl/Unicode-LineBreak/Manifest|  1 -
 .../Unicode-LineBreak-2015.60.0.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-perl/Unicode-LineBreak/Manifest 
b/dev-perl/Unicode-LineBreak/Manifest
index 0cd048e..2f2f417 100644
--- a/dev-perl/Unicode-LineBreak/Manifest
+++ b/dev-perl/Unicode-LineBreak/Manifest
@@ -1,2 +1 @@
-DIST Unicode-LineBreak-2015.06.tar.gz 243243 SHA256 
4ecea8c87f35dff9e0281c846e3d5140d5323b64b5dc2c8f0d36020354e03881 SHA512 
0bbe6b6a0c79ac5c6efac97bae2cda6a1c29997599a270966cfa7af006e7a08a240f9fc3f5bf68a26adc4398ca4219525c023127041917a0daf31641a94bb886
 WHIRLPOOL 
489acf0d8b8fbae613d598d3158e2d029aaaeff420a0b29d870854d63206e98f5d5eb0632b62945c722cfd9b57a1b96246ed53bcd20577c236d6aabeec5bc34f
 DIST Unicode-LineBreak-2016.003.tar.gz 304042 SHA256 
e64e2d990a8cc90f8a387866509c35a93c50b812f5a2e60f3d9deb947a71dc24 SHA512 
c2296ebd87a06c55d95f198ef355566c05257a75a38876c726cebe309f5e6082a7bfd7d86f28505e183e3150313e781a6f1999e8de8b35ee772d94845cd08e2f
 WHIRLPOOL 
cf44fcfab9c0f7cfcd4a71372afc954df77f6f2620c32154de500b2adcbbea5cf4247afccafc3a92366a8a955374c8450fa98885680c4cee6a4ed370dc90480e

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2015.60.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2015.60.0.ebuild
deleted file mode 100644
index 44456b4..000
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2015.60.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR="NEZUMI"
-MODULE_VERSION="2015.06"
-
-inherit perl-module
-
-DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
-
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-perl/MIME-Charset
-   virtual/perl-Encode"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2016-04-03 Thread Manuel Rüger
commit: b6ed172b79b63852343690117698a30dc655760b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr  3 15:43:23 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr  3 15:43:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ed172b

dev-perl/Unicode-LineBreak: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Unicode-LineBreak/Manifest|  2 --
 .../Unicode-LineBreak-2013.11.ebuild   | 21 -
 .../Unicode-LineBreak-2014.60.0.ebuild | 22 --
 3 files changed, 45 deletions(-)

diff --git a/dev-perl/Unicode-LineBreak/Manifest 
b/dev-perl/Unicode-LineBreak/Manifest
index 633fa0d..0cd048e 100644
--- a/dev-perl/Unicode-LineBreak/Manifest
+++ b/dev-perl/Unicode-LineBreak/Manifest
@@ -1,4 +1,2 @@
-DIST Unicode-LineBreak-2013.11.tar.gz 289906 SHA256 
8946b883ae687ff652e93d6185e23a936c7f337f2e115851fdfed72e1f73c7f9 SHA512 
2b24ec1ab32127d2860d3e6bc060af95e0d3079191e17f00afed143cda0b8d8af5f0516180299ffa9cc8c2e1f047f022b64c39a308a8ac785362fac5aa166e86
 WHIRLPOOL 
928ff680803e888c68bc027c511ecc6611d09ac94466bbf6a1fc2da188180adedb757b64645e438a97c73b0f17e894d0d5f4bca15129e48dc27a854210fd6781
-DIST Unicode-LineBreak-2014.06.tar.gz 299755 SHA256 
5c06dfb5036bbcc1043b366df48fd3a993a6cfaa1c2c5b4efd2b0d87fec54f8d SHA512 
35c0ff92b02a152142d66bf47d976e616f24e9cc08d5ec101fb881a87d951e71b45674082b73677391180c20d4a8ad56acbb523b25c53726f2d0d80c619d75a3
 WHIRLPOOL 
e651349974ba1c7525604c2a6a5068b46f6526ffb1501a255ca620cd2addb59aee42d9ca3330078558776b407ae46f1691df3a25c5e27557ee6d566b83ac7933
 DIST Unicode-LineBreak-2015.06.tar.gz 243243 SHA256 
4ecea8c87f35dff9e0281c846e3d5140d5323b64b5dc2c8f0d36020354e03881 SHA512 
0bbe6b6a0c79ac5c6efac97bae2cda6a1c29997599a270966cfa7af006e7a08a240f9fc3f5bf68a26adc4398ca4219525c023127041917a0daf31641a94bb886
 WHIRLPOOL 
489acf0d8b8fbae613d598d3158e2d029aaaeff420a0b29d870854d63206e98f5d5eb0632b62945c722cfd9b57a1b96246ed53bcd20577c236d6aabeec5bc34f
 DIST Unicode-LineBreak-2016.003.tar.gz 304042 SHA256 
e64e2d990a8cc90f8a387866509c35a93c50b812f5a2e60f3d9deb947a71dc24 SHA512 
c2296ebd87a06c55d95f198ef355566c05257a75a38876c726cebe309f5e6082a7bfd7d86f28505e183e3150313e781a6f1999e8de8b35ee772d94845cd08e2f
 WHIRLPOOL 
cf44fcfab9c0f7cfcd4a71372afc954df77f6f2620c32154de500b2adcbbea5cf4247afccafc3a92366a8a955374c8450fa98885680c4cee6a4ed370dc90480e

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2013.11.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2013.11.ebuild
deleted file mode 100644
index 9d463a0..000
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2013.11.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR="NEZUMI"
-
-inherit perl-module
-
-DESCRIPTION=" UAX #14 Unicode Line Breaking Algorithm"
-
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-perl/MIME-Charset
-   virtual/perl-Encode"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2014.60.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2014.60.0.ebuild
deleted file mode 100644
index b23280b..000
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2014.60.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR="NEZUMI"
-MODULE_VERSION="2014.06"
-
-inherit perl-module
-
-DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
-
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-perl/MIME-Charset
-   virtual/perl-Encode"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/

2016-04-03 Thread Manuel Rüger
commit: 5b79860e8b7c6d6c84428a5258fa1908a36b41bc
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr  3 15:42:16 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr  3 15:42:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b79860e

dev-perl/Unicode-LineBreak: Version bump to 2016.3.0

Package-Manager: portage-2.2.28

 dev-perl/Unicode-LineBreak/Manifest|  1 +
 .../Unicode-LineBreak-2016.3.0.ebuild  | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-perl/Unicode-LineBreak/Manifest 
b/dev-perl/Unicode-LineBreak/Manifest
index 007e30b..633fa0d 100644
--- a/dev-perl/Unicode-LineBreak/Manifest
+++ b/dev-perl/Unicode-LineBreak/Manifest
@@ -1,3 +1,4 @@
 DIST Unicode-LineBreak-2013.11.tar.gz 289906 SHA256 
8946b883ae687ff652e93d6185e23a936c7f337f2e115851fdfed72e1f73c7f9 SHA512 
2b24ec1ab32127d2860d3e6bc060af95e0d3079191e17f00afed143cda0b8d8af5f0516180299ffa9cc8c2e1f047f022b64c39a308a8ac785362fac5aa166e86
 WHIRLPOOL 
928ff680803e888c68bc027c511ecc6611d09ac94466bbf6a1fc2da188180adedb757b64645e438a97c73b0f17e894d0d5f4bca15129e48dc27a854210fd6781
 DIST Unicode-LineBreak-2014.06.tar.gz 299755 SHA256 
5c06dfb5036bbcc1043b366df48fd3a993a6cfaa1c2c5b4efd2b0d87fec54f8d SHA512 
35c0ff92b02a152142d66bf47d976e616f24e9cc08d5ec101fb881a87d951e71b45674082b73677391180c20d4a8ad56acbb523b25c53726f2d0d80c619d75a3
 WHIRLPOOL 
e651349974ba1c7525604c2a6a5068b46f6526ffb1501a255ca620cd2addb59aee42d9ca3330078558776b407ae46f1691df3a25c5e27557ee6d566b83ac7933
 DIST Unicode-LineBreak-2015.06.tar.gz 243243 SHA256 
4ecea8c87f35dff9e0281c846e3d5140d5323b64b5dc2c8f0d36020354e03881 SHA512 
0bbe6b6a0c79ac5c6efac97bae2cda6a1c29997599a270966cfa7af006e7a08a240f9fc3f5bf68a26adc4398ca4219525c023127041917a0daf31641a94bb886
 WHIRLPOOL 
489acf0d8b8fbae613d598d3158e2d029aaaeff420a0b29d870854d63206e98f5d5eb0632b62945c722cfd9b57a1b96246ed53bcd20577c236d6aabeec5bc34f
+DIST Unicode-LineBreak-2016.003.tar.gz 304042 SHA256 
e64e2d990a8cc90f8a387866509c35a93c50b812f5a2e60f3d9deb947a71dc24 SHA512 
c2296ebd87a06c55d95f198ef355566c05257a75a38876c726cebe309f5e6082a7bfd7d86f28505e183e3150313e781a6f1999e8de8b35ee772d94845cd08e2f
 WHIRLPOOL 
cf44fcfab9c0f7cfcd4a71372afc954df77f6f2620c32154de500b2adcbbea5cf4247afccafc3a92366a8a955374c8450fa98885680c4cee6a4ed370dc90480e

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
new file mode 100644
index 000..cd7678a
--- /dev/null
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR="NEZUMI"
+MODULE_VERSION="2016.003"
+
+inherit perl-module
+
+DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-perl/MIME-Charset
+   virtual/perl-Encode"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"