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

commit:     9880e2112cda4d191d9871d4d9ae481facca922a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  8 08:36:17 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Aug  8 12:58:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9880e211

dev-perl/Image-Imlib2: 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/Image-Imlib2/Image-Imlib2-2.30.0-r1.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r1.ebuild b/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r1.ebuild
index 348bbdf..b3fc1ec 100644
--- a/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r1.ebuild
+++ b/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,9 +18,12 @@ RDEPEND=">=media-libs/imlib2-1"
 DEPEND="${RDEPEND}
 	>=dev-perl/Module-Build-0.28
 	test? (
-		dev-perl/Test-Pod
-		dev-perl/Test-Pod-Coverage
 		>=media-libs/imlib2-1[jpeg,png]
 	)"
 
 SRC_TEST=do
+
+src_test() {
+	perl_rm_files t/pod.t t/pod_coverage.t
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Image-Imlib2/
@ 2021-06-19 19:56 Andreas K. Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-06-19 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     898ac0a6b96ecef6d08711100f5362b1479d6a18
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 19 19:38:30 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 19 19:55:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898ac0a6

dev-perl/Image-Imlib2: EAPI=7 bump

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

 ...0.0-r1.ebuild => Image-Imlib2-2.30.0-r2.ebuild} | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r1.ebuild b/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r2.ebuild
similarity index 61%
rename from dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r1.ebuild
rename to dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r2.ebuild
index afa5f8ef535..f0a4be74ab5 100644
--- a/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r1.ebuild
+++ b/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r2.ebuild
@@ -1,11 +1,11 @@
-# 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=LBROCARD
-MODULE_VERSION=2.03
-inherit perl-module eutils
+DIST_AUTHOR=LBROCARD
+DIST_VERSION=2.03
+inherit perl-module
 
 DESCRIPTION="Interface to the Imlib2 image library"
 
@@ -16,14 +16,12 @@ RESTRICT="!test? ( test )"
 
 RDEPEND=">=media-libs/imlib2-1"
 DEPEND="${RDEPEND}
+"
+BDEPEND="${RDEPEND}
 	>=dev-perl/Module-Build-0.28
 	test? (
 		>=media-libs/imlib2-1[jpeg,png]
-	)"
+	)
+"
 
-SRC_TEST=do
-
-src_test() {
-	perl_rm_files t/pod.t t/pod_coverage.t
-	perl-module_src_test
-}
+PERL_RM_FILES=( t/pod.t t/pod_coverage.t )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Image-Imlib2/
@ 2024-01-03 11:55 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-01-03 11:55 UTC (permalink / raw
  To: gentoo-commits

commit:     14a1e39f3bde2bf59f69c3c6658622f00c3114f9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 11:55:25 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 11:55:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a1e39f

dev-perl/Image-Imlib2: Stabilize 2.30.0-r3 amd64, #921272

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r3.ebuild b/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r3.ebuild
index b1cc7ca5c4ab..79d1493d3e00 100644
--- a/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r3.ebuild
+++ b/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r3.ebuild
@@ -11,7 +11,7 @@ inherit perl-module toolchain-funcs
 DESCRIPTION="Interface to the Imlib2 image library"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc x86"
+KEYWORDS="~alpha amd64 ~ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Image-Imlib2/
@ 2024-01-03 11:55 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-01-03 11:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a2f779e447a1820c686873b57511cd23f9c8a182
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 11:55:24 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 11:55:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f779e4

dev-perl/Image-Imlib2: Stabilize 2.30.0-r3 x86, #921272

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r3.ebuild b/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r3.ebuild
index a644d896c898..b1cc7ca5c4ab 100644
--- a/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r3.ebuild
+++ b/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r3.ebuild
@@ -11,7 +11,7 @@ inherit perl-module toolchain-funcs
 DESCRIPTION="Interface to the Imlib2 image library"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Image-Imlib2/
@ 2024-01-03 18:39 Arthur Zamarin
  0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2024-01-03 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     487319ccf74608d6a614e74b05233e78e995486f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 18:38:38 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 18:38:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=487319cc

dev-perl/Image-Imlib2: Stabilize 2.30.0-r3 ppc, #921272

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

 dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r3.ebuild b/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r3.ebuild
index 79d1493d3e00..c147d1f998eb 100644
--- a/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r3.ebuild
+++ b/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r3.ebuild
@@ -11,7 +11,7 @@ inherit perl-module toolchain-funcs
 DESCRIPTION="Interface to the Imlib2 image library"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc x86"
+KEYWORDS="~alpha amd64 ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

end of thread, other threads:[~2024-01-03 18:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-03 11:55 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Image-Imlib2/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-01-03 18:39 Arthur Zamarin
2024-01-03 11:55 Sam James
2021-06-19 19:56 Andreas K. Hüttel
2016-08-08 12:59 Kent Fredric

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