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

commit:     8b6c520d730c77eaf799bd54f5f442b42b58546d
Author:     Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Tue Oct 20 19:05:18 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Nov  8 19:42:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6c520d

dev-perl/Gtk3-ImageView: new package

This will be future dependency of x11-misc/shutter and media-gfx/gscan2pdf

Closes: https://github.com/gentoo/gentoo/pull/17983
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild     | 40 ++++++++++++++++++++++
 dev-perl/Gtk3-ImageView/Manifest                   |  1 +
 dev-perl/Gtk3-ImageView/metadata.xml               | 24 +++++++++++++
 3 files changed, 65 insertions(+)

diff --git a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild
new file mode 100644
index 00000000000..921e28e06dc
--- /dev/null
+++ b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RATCLIFFE
+DIST_VERSION=4
+inherit perl-module virtualx
+
+DESCRIPTION="Image viewer widget for Gtk3"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-perl/Cairo
+	>=dev-perl/glib-perl-1.210.0
+	dev-perl/Gtk3
+	dev-perl/Readonly
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Carp-Always
+		dev-perl/Test-Differences
+		dev-perl/Test-MockObject
+		dev-perl/Try-Tiny
+		media-gfx/imagemagick[jpeg,perl,png,svg,X]
+		virtual/perl-Test-Simple
+	)
+"
+
+PERL_RM_FILES=(
+	t/90_MANIFEST.t
+	t/91_critic.t
+)
+
+src_test() {
+	virtx perl-module_src_test
+}

diff --git a/dev-perl/Gtk3-ImageView/Manifest b/dev-perl/Gtk3-ImageView/Manifest
new file mode 100644
index 00000000000..c91e269e8ba
--- /dev/null
+++ b/dev-perl/Gtk3-ImageView/Manifest
@@ -0,0 +1 @@
+DIST Gtk3-ImageView-4.tar.gz 14329 BLAKE2B e4dee495e83392cc14e8fbd050658a1647bfa3f71e3711610e4df502d92adcce67800fd3c1e5ce09464fdb2e22a92ad7a1bdb52fb119f86712ef898cbf208abf SHA512 d723fb826f510ceccc6116b43baac4e1e42b59f91a0da5d8e9acf5b4ce608807119533fa965ba5aa623511aa9843b81488fd931d58417a2f3dd4f5db45238d64

diff --git a/dev-perl/Gtk3-ImageView/metadata.xml b/dev-perl/Gtk3-ImageView/metadata.xml
new file mode 100644
index 00000000000..12276aedf7d
--- /dev/null
+++ b/dev-perl/Gtk3-ImageView/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>alexey+gentoo@asokolov.org</email>
+		<name>Alexey Sokolov</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>perl@gentoo.org</email>
+		<name>Gentoo Perl Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="cpan">Gtk3-ImageView</remote-id>
+		<remote-id type="cpan-module">Gtk3::ImageView</remote-id>
+		<remote-id type="cpan-module">Gtk3::ImageView::Tool</remote-id>
+		<remote-id type="cpan-module">Gtk3::ImageView::Tool::Dragger</remote-id>
+		<remote-id type="cpan-module">Gtk3::ImageView::Tool::Selector</remote-id>
+		<remote-id type="cpan-module">Gtk3::ImageView::Tool::SelectorDragger</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-ImageView/
@ 2021-01-18  8:55 Joonas Niilola
  0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2021-01-18  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     0fd903a3055957695d8d11b23c947c020ec50eca
Author:     Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Tue Nov 17 22:39:59 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 08:54:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd903a3

dev-perl/Gtk3-ImageView: version bump - 6

Disabling parallel test due to https://github.com/carygravel/gtk3-imageview/issues/18

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/18766
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../Gtk3-ImageView/Gtk3-ImageView-6.0.0.ebuild     | 41 ++++++++++++++++++++++
 dev-perl/Gtk3-ImageView/Manifest                   |  1 +
 2 files changed, 42 insertions(+)

diff --git a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-6.0.0.ebuild b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-6.0.0.ebuild
new file mode 100644
index 00000000000..ebce005b737
--- /dev/null
+++ b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-6.0.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RATCLIFFE
+DIST_VERSION=6
+DIST_TEST=do
+inherit perl-module virtualx
+
+DESCRIPTION="Image viewer widget for Gtk3"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-perl/Cairo
+	>=dev-perl/glib-perl-1.210.0
+	dev-perl/Gtk3
+	dev-perl/Readonly
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Carp-Always
+		dev-perl/Test-Differences
+		dev-perl/Test-MockObject
+		dev-perl/Try-Tiny
+		media-gfx/imagemagick[jpeg,perl,png,svg,X]
+		virtual/perl-Test-Simple
+	)
+"
+
+PERL_RM_FILES=(
+	t/90_MANIFEST.t
+	t/91_critic.t
+)
+
+src_test() {
+	virtx perl-module_src_test
+}

diff --git a/dev-perl/Gtk3-ImageView/Manifest b/dev-perl/Gtk3-ImageView/Manifest
index c91e269e8ba..597aab921a2 100644
--- a/dev-perl/Gtk3-ImageView/Manifest
+++ b/dev-perl/Gtk3-ImageView/Manifest
@@ -1 +1,2 @@
 DIST Gtk3-ImageView-4.tar.gz 14329 BLAKE2B e4dee495e83392cc14e8fbd050658a1647bfa3f71e3711610e4df502d92adcce67800fd3c1e5ce09464fdb2e22a92ad7a1bdb52fb119f86712ef898cbf208abf SHA512 d723fb826f510ceccc6116b43baac4e1e42b59f91a0da5d8e9acf5b4ce608807119533fa965ba5aa623511aa9843b81488fd931d58417a2f3dd4f5db45238d64
+DIST Gtk3-ImageView-6.tar.gz 15444 BLAKE2B 1f026895328912443d4e08fbeb2ee9826818c09b00d06f087417f141d2c5b193e13840a09162c47fc5c0d642d0738cf290038a541f5e14303382a14a0245213d SHA512 68fc3371fe3d62163523d81732f0716fe15623a53139e8050e3bddc12c694a9ae2e89855b9926e14b18803e9c7a586b925b613e1cf364cb449b850fe70b571ab


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-ImageView/
@ 2021-06-11  8:55 David Seifert
  0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2021-06-11  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     4b1a2f68cdeec61f23b7fade4567971716b8c057
Author:     Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Fri Jun 11 08:54:42 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jun 11 08:54:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1a2f68

dev-perl/Gtk3-ImageView: version 9

Bug: https://bugs.gentoo.org/774912
Signed-off-by: Alexey Sokolov <sokolov <AT> google.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild     | 41 ++++++++++++++++++++++
 dev-perl/Gtk3-ImageView/Manifest                   |  1 +
 2 files changed, 42 insertions(+)

diff --git a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild
new file mode 100644
index 00000000000..3d42b612a76
--- /dev/null
+++ b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ASOKOLOV
+DIST_VERSION=9
+DIST_TEST=do
+inherit perl-module virtualx
+
+DESCRIPTION="Image viewer widget for Gtk3"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-perl/Cairo
+	>=dev-perl/glib-perl-1.210.0
+	dev-perl/Gtk3
+	dev-perl/Readonly
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Carp-Always
+		dev-perl/Test-Differences
+		dev-perl/Test-MockObject
+		dev-perl/Try-Tiny
+		media-gfx/imagemagick[jpeg,perl,png,svg,X]
+		virtual/perl-Test-Simple
+	)
+"
+
+PERL_RM_FILES=(
+	t/90_MANIFEST.t
+	t/91_critic.t
+)
+
+src_test() {
+	virtx perl-module_src_test
+}

diff --git a/dev-perl/Gtk3-ImageView/Manifest b/dev-perl/Gtk3-ImageView/Manifest
index 597aab921a2..1ce1ae9db4e 100644
--- a/dev-perl/Gtk3-ImageView/Manifest
+++ b/dev-perl/Gtk3-ImageView/Manifest
@@ -1,2 +1,3 @@
 DIST Gtk3-ImageView-4.tar.gz 14329 BLAKE2B e4dee495e83392cc14e8fbd050658a1647bfa3f71e3711610e4df502d92adcce67800fd3c1e5ce09464fdb2e22a92ad7a1bdb52fb119f86712ef898cbf208abf SHA512 d723fb826f510ceccc6116b43baac4e1e42b59f91a0da5d8e9acf5b4ce608807119533fa965ba5aa623511aa9843b81488fd931d58417a2f3dd4f5db45238d64
 DIST Gtk3-ImageView-6.tar.gz 15444 BLAKE2B 1f026895328912443d4e08fbeb2ee9826818c09b00d06f087417f141d2c5b193e13840a09162c47fc5c0d642d0738cf290038a541f5e14303382a14a0245213d SHA512 68fc3371fe3d62163523d81732f0716fe15623a53139e8050e3bddc12c694a9ae2e89855b9926e14b18803e9c7a586b925b613e1cf364cb449b850fe70b571ab
+DIST Gtk3-ImageView-9.tar.gz 16083 BLAKE2B f64723d2ee468c7ab423292bba8d995a62554877567fdfdd272e527920e037147783fcb9cea99ba1688f09303ee321abaee0e334a67db46bda6b0ed7e1ff9415 SHA512 1a52c53a03b6f9dd6abc69dbb03a8dd80df77e266eb972cb2438bd25d49765b203a70e2dfee1ae3cfdd27b4d987f9573eef3e47968c80550771dd3edbcf831cc


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

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

commit:     e3ae03ab529bf20874c1daa9358f3cd6de1eb478
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 12 21:12:43 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 12 21:46:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ae03ab

dev-perl/Gtk3-ImageView: Remove old

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

 .../Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild     | 40 ---------------------
 .../Gtk3-ImageView/Gtk3-ImageView-6.0.0.ebuild     | 41 ----------------------
 dev-perl/Gtk3-ImageView/Manifest                   |  2 --
 3 files changed, 83 deletions(-)

diff --git a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild
deleted file mode 100644
index 921e28e06dc..00000000000
--- a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=RATCLIFFE
-DIST_VERSION=4
-inherit perl-module virtualx
-
-DESCRIPTION="Image viewer widget for Gtk3"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-perl/Cairo
-	>=dev-perl/glib-perl-1.210.0
-	dev-perl/Gtk3
-	dev-perl/Readonly
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		dev-perl/Carp-Always
-		dev-perl/Test-Differences
-		dev-perl/Test-MockObject
-		dev-perl/Try-Tiny
-		media-gfx/imagemagick[jpeg,perl,png,svg,X]
-		virtual/perl-Test-Simple
-	)
-"
-
-PERL_RM_FILES=(
-	t/90_MANIFEST.t
-	t/91_critic.t
-)
-
-src_test() {
-	virtx perl-module_src_test
-}

diff --git a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-6.0.0.ebuild b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-6.0.0.ebuild
deleted file mode 100644
index ebce005b737..00000000000
--- a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-6.0.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=RATCLIFFE
-DIST_VERSION=6
-DIST_TEST=do
-inherit perl-module virtualx
-
-DESCRIPTION="Image viewer widget for Gtk3"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-perl/Cairo
-	>=dev-perl/glib-perl-1.210.0
-	dev-perl/Gtk3
-	dev-perl/Readonly
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		dev-perl/Carp-Always
-		dev-perl/Test-Differences
-		dev-perl/Test-MockObject
-		dev-perl/Try-Tiny
-		media-gfx/imagemagick[jpeg,perl,png,svg,X]
-		virtual/perl-Test-Simple
-	)
-"
-
-PERL_RM_FILES=(
-	t/90_MANIFEST.t
-	t/91_critic.t
-)
-
-src_test() {
-	virtx perl-module_src_test
-}

diff --git a/dev-perl/Gtk3-ImageView/Manifest b/dev-perl/Gtk3-ImageView/Manifest
index 1ce1ae9db4e..b521ebca4b6 100644
--- a/dev-perl/Gtk3-ImageView/Manifest
+++ b/dev-perl/Gtk3-ImageView/Manifest
@@ -1,3 +1 @@
-DIST Gtk3-ImageView-4.tar.gz 14329 BLAKE2B e4dee495e83392cc14e8fbd050658a1647bfa3f71e3711610e4df502d92adcce67800fd3c1e5ce09464fdb2e22a92ad7a1bdb52fb119f86712ef898cbf208abf SHA512 d723fb826f510ceccc6116b43baac4e1e42b59f91a0da5d8e9acf5b4ce608807119533fa965ba5aa623511aa9843b81488fd931d58417a2f3dd4f5db45238d64
-DIST Gtk3-ImageView-6.tar.gz 15444 BLAKE2B 1f026895328912443d4e08fbeb2ee9826818c09b00d06f087417f141d2c5b193e13840a09162c47fc5c0d642d0738cf290038a541f5e14303382a14a0245213d SHA512 68fc3371fe3d62163523d81732f0716fe15623a53139e8050e3bddc12c694a9ae2e89855b9926e14b18803e9c7a586b925b613e1cf364cb449b850fe70b571ab
 DIST Gtk3-ImageView-9.tar.gz 16083 BLAKE2B f64723d2ee468c7ab423292bba8d995a62554877567fdfdd272e527920e037147783fcb9cea99ba1688f09303ee321abaee0e334a67db46bda6b0ed7e1ff9415 SHA512 1a52c53a03b6f9dd6abc69dbb03a8dd80df77e266eb972cb2438bd25d49765b203a70e2dfee1ae3cfdd27b4d987f9573eef3e47968c80550771dd3edbcf831cc


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-ImageView/
@ 2021-07-14 18:51 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2021-07-14 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     e9b82b4b0d93c8557aed3d6093cac0513d3ebfb7
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Wed Jul 14 10:11:56 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 14 18:51:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b82b4b

dev-perl/Gtk3-ImageView: add upstream meta

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/21635
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-perl/Gtk3-ImageView/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/Gtk3-ImageView/metadata.xml b/dev-perl/Gtk3-ImageView/metadata.xml
index 74cc4507df1..237c897ba8a 100644
--- a/dev-perl/Gtk3-ImageView/metadata.xml
+++ b/dev-perl/Gtk3-ImageView/metadata.xml
@@ -14,6 +14,7 @@
 		<name>Gentoo Perl Project</name>
 	</maintainer>
 	<upstream>
+		<remote-id type="github">carygravel/gtk3-imageview</remote-id>
 		<remote-id type="cpan">Gtk3-ImageView</remote-id>
 		<remote-id type="cpan-module">Gtk3::ImageView</remote-id>
 		<remote-id type="cpan-module">Gtk3::ImageView::Tool</remote-id>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-ImageView/
@ 2021-07-23 17:58 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-07-23 17:58 UTC (permalink / raw
  To: gentoo-commits

commit:     d9ea3361f683737296b2562bfec73827069e6b0c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 23 17:56:25 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 23 17:56:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ea3361

dev-perl/Gtk3-ImageView: Stabilize 9.0.0 x86, #774912

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

 dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild
index 3d42b612a76..cc14d5993e5 100644
--- a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild
+++ b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module virtualx
 DESCRIPTION="Image viewer widget for Gtk3"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
 	dev-perl/Cairo


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-ImageView/
@ 2021-08-01  5:14 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-08-01  5:14 UTC (permalink / raw
  To: gentoo-commits

commit:     91281af52cf3a24511f00f70d4370d9cb9c63c8c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  1 05:11:49 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug  1 05:11:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91281af5

dev-perl/Gtk3-ImageView: Stabilize 9.0.0 amd64, #774912

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

 dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild
index cc14d5993e5..fb4faf7f784 100644
--- a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild
+++ b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module virtualx
 DESCRIPTION="Image viewer widget for Gtk3"
 
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	dev-perl/Cairo


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-ImageView/
@ 2021-10-11 14:55 David Seifert
  0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2021-10-11 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     01b6ba27138cc837e8db92dfb7dc17b35790b060
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Mon Oct 11 14:55:12 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 14:55:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b6ba27

dev-perl/Gtk3-ImageView: version bump 10

Closes: https://github.com/gentoo/gentoo/pull/22474
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild    | 41 ++++++++++++++++++++++
 dev-perl/Gtk3-ImageView/Manifest                   |  1 +
 2 files changed, 42 insertions(+)

diff --git a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild
new file mode 100644
index 00000000000..b9b1a3df601
--- /dev/null
+++ b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ASOKOLOV
+DIST_VERSION=10
+DIST_TEST=do
+inherit perl-module virtualx
+
+DESCRIPTION="Image viewer widget for Gtk3"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-perl/Cairo
+	>=dev-perl/glib-perl-1.210.0
+	dev-perl/Gtk3
+	dev-perl/Readonly
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Carp-Always
+		dev-perl/Test-Differences
+		dev-perl/Test-MockObject
+		dev-perl/Try-Tiny
+		media-gfx/imagemagick[jpeg,perl,png,svg,X]
+		virtual/perl-Test-Simple
+	)
+"
+
+PERL_RM_FILES=(
+	t/90_MANIFEST.t
+	t/91_critic.t
+)
+
+src_test() {
+	virtx perl-module_src_test
+}

diff --git a/dev-perl/Gtk3-ImageView/Manifest b/dev-perl/Gtk3-ImageView/Manifest
index b521ebca4b6..e18afca3c75 100644
--- a/dev-perl/Gtk3-ImageView/Manifest
+++ b/dev-perl/Gtk3-ImageView/Manifest
@@ -1 +1,2 @@
+DIST Gtk3-ImageView-10.tar.gz 28165 BLAKE2B 429490c02e34bbe669b209459fd90937a4148e643b6b4e26bd643cd930f728a400b4d179c7e072a72fced7b06fc9a7f16deb87d33b42b296f07f5dce14abdfb1 SHA512 2548c33c49c27bb4a69d5512c7dfaca096a39ef6d08fa1deb83a045e6c5b7ad075eb8b23b33fb794024c9b9e7fd979a5c31bff075a7ed5412a4a5a4f53824f5a
 DIST Gtk3-ImageView-9.tar.gz 16083 BLAKE2B f64723d2ee468c7ab423292bba8d995a62554877567fdfdd272e527920e037147783fcb9cea99ba1688f09303ee321abaee0e334a67db46bda6b0ed7e1ff9415 SHA512 1a52c53a03b6f9dd6abc69dbb03a8dd80df77e266eb972cb2438bd25d49765b203a70e2dfee1ae3cfdd27b4d987f9573eef3e47968c80550771dd3edbcf831cc


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-ImageView/
@ 2021-11-02 10:20 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-11-02 10:20 UTC (permalink / raw
  To: gentoo-commits

commit:     0b056c29772af56996d53d693b860209f8ee089d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  2 10:18:49 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov  2 10:18:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b056c29

dev-perl/Gtk3-ImageView: Stabilize 10.0.0 x86, #821088

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

 dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild
index b9b1a3df601..59131c332d4 100644
--- a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild
+++ b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module virtualx
 DESCRIPTION="Image viewer widget for Gtk3"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
 	dev-perl/Cairo


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-ImageView/
@ 2021-11-06  1:12 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-11-06  1:12 UTC (permalink / raw
  To: gentoo-commits

commit:     7d987eb853215e29986fc854ef902b47c25b87ac
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Sat Nov  6 00:56:33 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  6 01:12:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d987eb8

dev-perl/Gtk3-ImageView: add missing test dep

Closes: https://bugs.gentoo.org/822000
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/22837
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild
index 59131c332d4..4d4589b5eb7 100644
--- a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild
+++ b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild
@@ -23,6 +23,7 @@ BDEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 	test? (
 		dev-perl/Carp-Always
+		dev-perl/Test-Deep
 		dev-perl/Test-Differences
 		dev-perl/Test-MockObject
 		dev-perl/Try-Tiny


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-ImageView/
@ 2021-11-06  8:41 Jakov Smolić
  0 siblings, 0 replies; 13+ messages in thread
From: Jakov Smolić @ 2021-11-06  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ff0b4d95132b9b80d0dfa2b9392a8b18c6a3c1d0
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  6 08:41:15 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Nov  6 08:41:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff0b4d95

dev-perl/Gtk3-ImageView: Stabilize 10.0.0 amd64, #821088

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild
index 4d4589b5eb7..ad929df9db0 100644
--- a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild
+++ b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module virtualx
 DESCRIPTION="Image viewer widget for Gtk3"
 
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	dev-perl/Cairo


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-ImageView/
@ 2022-02-07  6:33 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2022-02-07  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     dab69a0bd10d244bec159be5f1aa3288d2bac0cb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  7 06:33:13 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  7 06:33:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab69a0b

dev-perl/Gtk3-ImageView: Keyword 10.0.0 arm64, #823161

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

 dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild
index ad929df9db0c..083ab8f61790 100644
--- a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild
+++ b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.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=8
@@ -11,7 +11,7 @@ inherit perl-module virtualx
 DESCRIPTION="Image viewer widget for Gtk3"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
 	dev-perl/Cairo


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-ImageView/
@ 2022-11-19 20:30 David Seifert
  0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2022-11-19 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     22a594a092a2b9ae15ccc2b8268231bd70f50a1d
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Sat Nov 19 20:30:29 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 20:30:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a594a0

dev-perl/Gtk3-ImageView: drop 9.0.0

Closes: https://github.com/gentoo/gentoo/pull/28341
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild     | 41 ----------------------
 dev-perl/Gtk3-ImageView/Manifest                   |  1 -
 2 files changed, 42 deletions(-)

diff --git a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild
deleted file mode 100644
index fb4faf7f784a..000000000000
--- a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=ASOKOLOV
-DIST_VERSION=9
-DIST_TEST=do
-inherit perl-module virtualx
-
-DESCRIPTION="Image viewer widget for Gtk3"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-	dev-perl/Cairo
-	>=dev-perl/glib-perl-1.210.0
-	dev-perl/Gtk3
-	dev-perl/Readonly
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		dev-perl/Carp-Always
-		dev-perl/Test-Differences
-		dev-perl/Test-MockObject
-		dev-perl/Try-Tiny
-		media-gfx/imagemagick[jpeg,perl,png,svg,X]
-		virtual/perl-Test-Simple
-	)
-"
-
-PERL_RM_FILES=(
-	t/90_MANIFEST.t
-	t/91_critic.t
-)
-
-src_test() {
-	virtx perl-module_src_test
-}

diff --git a/dev-perl/Gtk3-ImageView/Manifest b/dev-perl/Gtk3-ImageView/Manifest
index e18afca3c75c..7032eadcfb11 100644
--- a/dev-perl/Gtk3-ImageView/Manifest
+++ b/dev-perl/Gtk3-ImageView/Manifest
@@ -1,2 +1 @@
 DIST Gtk3-ImageView-10.tar.gz 28165 BLAKE2B 429490c02e34bbe669b209459fd90937a4148e643b6b4e26bd643cd930f728a400b4d179c7e072a72fced7b06fc9a7f16deb87d33b42b296f07f5dce14abdfb1 SHA512 2548c33c49c27bb4a69d5512c7dfaca096a39ef6d08fa1deb83a045e6c5b7ad075eb8b23b33fb794024c9b9e7fd979a5c31bff075a7ed5412a4a5a4f53824f5a
-DIST Gtk3-ImageView-9.tar.gz 16083 BLAKE2B f64723d2ee468c7ab423292bba8d995a62554877567fdfdd272e527920e037147783fcb9cea99ba1688f09303ee321abaee0e334a67db46bda6b0ed7e1ff9415 SHA512 1a52c53a03b6f9dd6abc69dbb03a8dd80df77e266eb972cb2438bd25d49765b203a70e2dfee1ae3cfdd27b4d987f9573eef3e47968c80550771dd3edbcf831cc


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

end of thread, other threads:[~2022-11-19 20:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-08 19:43 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-ImageView/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2021-01-18  8:55 Joonas Niilola
2021-06-11  8:55 David Seifert
2021-06-12 21:47 Andreas K. Hüttel
2021-07-14 18:51 Andreas Sturmlechner
2021-07-23 17:58 Sam James
2021-08-01  5:14 Sam James
2021-10-11 14:55 David Seifert
2021-11-02 10:20 Sam James
2021-11-06  1:12 Sam James
2021-11-06  8:41 Jakov Smolić
2022-02-07  6:33 Sam James
2022-11-19 20:30 David Seifert

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