public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses-UI/
@ 2016-08-08  8:11 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2016-08-08  8:11 UTC (permalink / raw
  To: gentoo-commits

commit:     fd7a3d56bd48419430113a8879983e13523496d3
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  8 07:16:01 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Aug  8 08:11:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7a3d56

dev-perl/Curses-UI: Remove POD Author Tests

Not useful on Gentoo.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild b/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild
index b162115..718c7b2 100644
--- a/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild
+++ b/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,8 +17,12 @@ IUSE="test"
 RDEPEND="dev-perl/Curses
 	dev-perl/TermReadKey"
 DEPEND="${RDEPEND}
-	test? (
-		dev-perl/Test-Pod
-	)"
+	test? ( virtual/perl-Test-Simple )
+"
 
 SRC_TEST="do"
+
+src_prepare() {
+	use test && perl_rm_files t/05pod.t
+	perl-module_src_prepare
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses-UI/
@ 2017-06-19 21:22 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2017-06-19 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     8e3709c2db65807a0444a5332353a8285829d447
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 21:21:56 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 21:22:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3709c2

dev-perl/Curses-UI: Fix for '.' in @INC re bug #615110

Generic Module::Install Perl 5.26 fix

Bug: https://bugs.gentoo.org/615110
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild b/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild
index 9ce34eb9d70..f316f73d728 100644
--- a/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild
+++ b/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.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
 
 EAPI=5
@@ -23,5 +23,7 @@ SRC_TEST="do"
 
 src_prepare() {
 	use test && perl_rm_files t/05pod.t
+	sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
+		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
 	perl-module_src_prepare
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses-UI/
@ 2017-10-19  0:06 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2017-10-19  0:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f8f780be47f743bc2e4d3d07c26c11551e26df8c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 23:43:58 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 00:06:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f780be

dev-perl/Curses-UI: EAPI6

- EAPI6
- Parallel Testing
- Provision remote-id's in metadata.xml

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild | 27 +++++++++++++
 dev-perl/Curses-UI/metadata.xml                  | 49 ++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

diff --git a/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild b/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild
new file mode 100644
index 00000000000..e44a5b7d8b2
--- /dev/null
+++ b/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MDXI
+DIST_VERSION=0.9609
+inherit perl-module
+
+DESCRIPTION="Perl UI framework based on the curses library"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-perl/Curses
+	dev-perl/TermReadKey"
+DEPEND="${RDEPEND}
+	test? ( virtual/perl-Test-Simple )
+"
+
+src_prepare() {
+	use test && perl_rm_files t/05pod.t
+	sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
+		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+	perl-module_src_prepare
+}

diff --git a/dev-perl/Curses-UI/metadata.xml b/dev-perl/Curses-UI/metadata.xml
index bde968e0e5a..5bded1adf01 100644
--- a/dev-perl/Curses-UI/metadata.xml
+++ b/dev-perl/Curses-UI/metadata.xml
@@ -7,5 +7,54 @@
   </maintainer>
   <upstream>
     <remote-id type="cpan">Curses-UI</remote-id>
+    <remote-id type="cpan-module">Curses::UI</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Buttonbox</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Calendar</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Checkbox</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Color</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Common</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Container</remote-id>
+    <remote-id type="cpan-module">Curses::UI::ContainerWidget</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Dialog::Basic</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Dialog::Calendar</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Dialog::Dirbrowser</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Dialog::Error</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Dialog::Filebrowser</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Dialog::Progress</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Dialog::Question</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Dialog::Status</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Label</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Language</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Language::chinese</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Language::czech</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Language::dutch</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Language::english</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Language::french</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Language::german</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Language::italian</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Language::japanese</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Language::norwegian</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Language::polish</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Language::portuguese</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Language::russian</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Language::slovak</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Language::spanish</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Language::turkish</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Listbox</remote-id>
+    <remote-id type="cpan-module">Curses::UI::MenuListbox</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Menubar</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Notebook</remote-id>
+    <remote-id type="cpan-module">Curses::UI::PasswordEntry</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Popupmenu</remote-id>
+    <remote-id type="cpan-module">Curses::UI::PopupmenuListbox</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Progressbar</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Radiobuttonbox</remote-id>
+    <remote-id type="cpan-module">Curses::UI::SearchEntry</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Searchable</remote-id>
+    <remote-id type="cpan-module">Curses::UI::TextEditor</remote-id>
+    <remote-id type="cpan-module">Curses::UI::TextEntry</remote-id>
+    <remote-id type="cpan-module">Curses::UI::TextViewer</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Widget</remote-id>
+    <remote-id type="cpan-module">Curses::UI::Window</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses-UI/
@ 2018-04-05 23:19 Thomas Deutschmann
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2018-04-05 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     9a5b57f56ebffffc0a2995d66597dc3d21140ecb
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 23:02:30 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 23:16:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5b57f5

dev-perl/Curses-UI: x86 stable (bug #652622)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild b/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild
index e44a5b7d8b2..a68802bf09a 100644
--- a/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild
+++ b/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.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=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl UI framework based on the curses library"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86"
 IUSE="test"
 
 RDEPEND="dev-perl/Curses


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses-UI/
@ 2018-04-06  0:42 Aaron Bauman
  0 siblings, 0 replies; 11+ messages in thread
From: Aaron Bauman @ 2018-04-06  0:42 UTC (permalink / raw
  To: gentoo-commits

commit:     e532c2fce344b2751da1427ced86066ee7d404dd
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  6 00:34:04 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Apr  6 00:40:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e532c2fc

dev-perl/Curses-UI: amd64 stable

Bug: https://bugs.gentoo.org/652622
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild b/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild
index a68802bf09a..31f59c3167b 100644
--- a/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild
+++ b/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl UI framework based on the curses library"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
 IUSE="test"
 
 RDEPEND="dev-perl/Curses


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses-UI/
@ 2018-04-07  4:01 Matt Turner
  0 siblings, 0 replies; 11+ messages in thread
From: Matt Turner @ 2018-04-07  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     ef6141aa002ad545de73a5cfd5f878095b131e9b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  7 04:00:29 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr  7 04:00:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef6141aa

dev-perl/Curses-UI-0.960.900-r2: ppc stable, bug 652622

 dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild b/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild
index 31f59c3167b..24bd31a479a 100644
--- a/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild
+++ b/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl UI framework based on the curses library"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 x86"
 IUSE="test"
 
 RDEPEND="dev-perl/Curses


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses-UI/
@ 2018-04-07  4:01 Matt Turner
  0 siblings, 0 replies; 11+ messages in thread
From: Matt Turner @ 2018-04-07  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     462e49c49aeac58362814f72bf600f0e1163b8aa
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  7 04:00:58 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr  7 04:00:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462e49c4

dev-perl/Curses-UI-0.960.900-r2: ppc64 stable, bug 652622

 dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild b/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild
index 24bd31a479a..ad5df5e83dc 100644
--- a/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild
+++ b/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl UI framework based on the curses library"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 x86"
 IUSE="test"
 
 RDEPEND="dev-perl/Curses


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses-UI/
@ 2018-04-07 21:13 Matt Turner
  0 siblings, 0 replies; 11+ messages in thread
From: Matt Turner @ 2018-04-07 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     27bac8744374468f14ce6920707df81463c6335c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  7 21:13:05 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr  7 21:13:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27bac874

dev-perl/Curses-UI-0.960.900-r2: hppa stable, bug 652622

 dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild b/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild
index ad5df5e83dc..fbc619a957d 100644
--- a/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild
+++ b/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl UI framework based on the curses library"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
+KEYWORDS="amd64 hppa ppc ppc64 x86"
 IUSE="test"
 
 RDEPEND="dev-perl/Curses


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses-UI/
@ 2018-04-17  0:06 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2018-04-17  0:06 UTC (permalink / raw
  To: gentoo-commits

commit:     5d8cae37d48a7bed50d894d98978cabe01785ca1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 19:36:20 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 00:05:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8cae37

dev-perl/Curses-UI: Cleanup old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild | 29 ------------------------
 1 file changed, 29 deletions(-)

diff --git a/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild b/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild
deleted file mode 100644
index f316f73d728..00000000000
--- a/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MDXI
-MODULE_VERSION=0.9609
-inherit perl-module
-
-DESCRIPTION="Perl UI framework based on the curses library"
-
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 x86"
-IUSE="test"
-
-RDEPEND="dev-perl/Curses
-	dev-perl/TermReadKey"
-DEPEND="${RDEPEND}
-	test? ( virtual/perl-Test-Simple )
-"
-
-SRC_TEST="do"
-
-src_prepare() {
-	use test && perl_rm_files t/05pod.t
-	sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
-		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-	perl-module_src_prepare
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses-UI/
@ 2021-05-12 20:21 Andreas K. Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-05-12 20:21 UTC (permalink / raw
  To: gentoo-commits

commit:     ef3394ebca06f351563e831ec9cefaa6a643dc73
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May 12 20:17:04 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May 12 20:21:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3394eb

dev-perl/Curses-UI: Remove old

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

 dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild | 28 ------------------------
 1 file changed, 28 deletions(-)

diff --git a/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild b/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild
deleted file mode 100644
index 4d55b122690..00000000000
--- a/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MDXI
-DIST_VERSION=0.9609
-inherit perl-module
-
-DESCRIPTION="Perl UI framework based on the curses library"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-perl/Curses
-	dev-perl/TermReadKey"
-DEPEND="${RDEPEND}
-	test? ( virtual/perl-Test-Simple )
-"
-
-src_prepare() {
-	use test && perl_rm_files t/05pod.t
-	sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
-		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-	perl-module_src_prepare
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses-UI/
@ 2021-05-12 20:21 Andreas K. Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-05-12 20:21 UTC (permalink / raw
  To: gentoo-commits

commit:     1abbfcd83777c2b63437476dbb6c8a422e0e4bb1
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May 12 20:16:44 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May 12 20:21:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1abbfcd8

dev-perl/Curses-UI: Stable for all

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

 dev-perl/Curses-UI/Curses-UI-0.960.900-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Curses-UI/Curses-UI-0.960.900-r3.ebuild b/dev-perl/Curses-UI/Curses-UI-0.960.900-r3.ebuild
index 04c46804b2c..d2b26c27712 100644
--- a/dev-perl/Curses-UI/Curses-UI-0.960.900-r3.ebuild
+++ b/dev-perl/Curses-UI/Curses-UI-0.960.900-r3.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl UI framework based on the curses library"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

end of thread, other threads:[~2021-05-12 20:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-07  4:01 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses-UI/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2021-05-12 20:21 Andreas K. Hüttel
2021-05-12 20:21 Andreas K. Hüttel
2018-04-17  0:06 Kent Fredric
2018-04-07 21:13 Matt Turner
2018-04-07  4:01 Matt Turner
2018-04-06  0:42 Aaron Bauman
2018-04-05 23:19 Thomas Deutschmann
2017-10-19  0:06 Kent Fredric
2017-06-19 21:22 Kent Fredric
2016-08-08  8:11 Kent Fredric

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