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

commit:     b88a43ecd6565924757be7083cc5f02ecf3b37c3
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 16:15:59 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 17:02:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88a43ec

dev-perl/IPC-ShareLite: 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/IPC-ShareLite/IPC-ShareLite-0.170.0-r1.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r1.ebuild b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r1.ebuild
index 70437d7..edf4423 100644
--- a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r1.ebuild
+++ b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-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$
 
@@ -14,7 +14,12 @@ SLOT="0"
 KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-solaris"
 IUSE="test"
 
-DEPEND="test? ( dev-perl/Test-Pod )"
+DEPEND="test? ( virtual/perl-Test-Simple )"
 RDEPEND=""
 
 SRC_TEST=do
+
+src_test() {
+	perl_rm_files t/pod.t
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IPC-ShareLite/
@ 2020-04-28 21:13 Mart Raudsepp
  0 siblings, 0 replies; 4+ messages in thread
From: Mart Raudsepp @ 2020-04-28 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     69afe5cefafc62d204c6441ceabe2f5e97454f26
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Tue Apr 28 21:10:32 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Apr 28 21:12:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69afe5ce

dev-perl/IPC-ShareLite: arm64 keyworded (bug #708772)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r1.ebuild b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r1.ebuild
index 74df5b11676..ba3806bd289 100644
--- a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r1.ebuild
+++ b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="IPC::ShareLite module for perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IPC-ShareLite/
@ 2021-06-21 21:17 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-06-21 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     54a2676c95a010c33182e83da23a8822a0df3867
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 21:10:48 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 21:17:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a2676c

dev-perl/IPC-ShareLite: EAPI=7 bump

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

 ....170.0-r1.ebuild => IPC-ShareLite-0.170.0-r2.ebuild} | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r1.ebuild b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r2.ebuild
similarity index 58%
rename from dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r1.ebuild
rename to dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r2.ebuild
index 7b5120c1e48..5dcf27b3d12 100644
--- a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r1.ebuild
+++ b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-MODULE_AUTHOR=ANDYA
-MODULE_VERSION=0.17
+DIST_AUTHOR=ANDYA
+DIST_VERSION=0.17
 inherit perl-module
 
 DESCRIPTION="IPC::ShareLite module for perl"
@@ -14,12 +14,7 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-DEPEND="test? ( virtual/perl-Test-Simple )"
 RDEPEND=""
+BDEPEND="test? ( virtual/perl-Test-Simple )"
 
-SRC_TEST=do
-
-src_test() {
-	perl_rm_files t/pod.t
-	perl-module_src_test
-}
+PERL_RM_FILES=( t/pod.t )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IPC-ShareLite/
@ 2021-11-18 21:43 Arthur Zamarin
  0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2021-11-18 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     885e98b6dbf23243a34edd01081032f4d295a553
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 21:42:27 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 18 21:43:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885e98b6

dev-perl/IPC-ShareLite: Stabilize 0.170.0-r2 arm64, #823668

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r2.ebuild b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r2.ebuild
index 5dcf27b3d125..da5a257ba491 100644
--- a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r2.ebuild
+++ b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="IPC::ShareLite module for perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-28 21:13 [gentoo-commits] repo/gentoo:master commit in: dev-perl/IPC-ShareLite/ Mart Raudsepp
  -- strict thread matches above, loose matches on Subject: below --
2021-11-18 21:43 Arthur Zamarin
2021-06-21 21:17 Andreas K. Hüttel
2016-08-06 17:03 Kent Fredric

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