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

commit:     7c48fb2d3550892026e2cde03716fccfaf566277
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  3 15:07:44 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Nov  3 19:36:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c48fb2d

dev-perl/Cairo-GObject: Add w/ version 1.4.0 re bug #650132

Previously maintained in ::perl-experimental by Torsten Veller and
myself.

Ebuild hybridized from that and submission by Chris Mayo, with
USE="examples" added.

Bug: https://bugs.gentoo.org/650132
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Cairo-GObject/Cairo-GObject-1.4.0-r1.ebuild    | 26 ++++++++++++++++++++++
 dev-perl/Cairo-GObject/Manifest                    |  1 +
 dev-perl/Cairo-GObject/metadata.xml                | 13 +++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-perl/Cairo-GObject/Cairo-GObject-1.4.0-r1.ebuild b/dev-perl/Cairo-GObject/Cairo-GObject-1.4.0-r1.ebuild
new file mode 100644
index 00000000000..94a163b5ca7
--- /dev/null
+++ b/dev-perl/Cairo-GObject/Cairo-GObject-1.4.0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=XAOC
+DIST_VERSION=1.004
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Integrate Cairo into the Glib type system"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	x11-libs/cairo[glib]
+	>=dev-perl/glib-perl-1.224.0
+	>=dev-perl/Cairo-1.80.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	>=dev-perl/ExtUtils-Depends-0.200.0
+	>=dev-perl/ExtUtils-PkgConfig-1.0.0
+"

diff --git a/dev-perl/Cairo-GObject/Manifest b/dev-perl/Cairo-GObject/Manifest
new file mode 100644
index 00000000000..b64a930da52
--- /dev/null
+++ b/dev-perl/Cairo-GObject/Manifest
@@ -0,0 +1 @@
+DIST Cairo-GObject-1.004.tar.gz 16786 BLAKE2B f4369281f3b827ef232827b6efd553dbae6453aca621ab070a7bf3d3d43c893c2710b8afb4ae4ba4105310d6acf6c80f1819aa107767f3197e920b1980fbee1a SHA512 fa48e1f6466e0a9d6ebf44205f55459dc8af7b3e94d0cd93e4b4ab985969e6940f96926c485a70ecf2dc6fdc5896e743751fcb615cc5d2e614c091b8b5564bd9

diff --git a/dev-perl/Cairo-GObject/metadata.xml b/dev-perl/Cairo-GObject/metadata.xml
new file mode 100644
index 00000000000..722ab37bcb6
--- /dev/null
+++ b/dev-perl/Cairo-GObject/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Cairo-GObject</remote-id>
+    <remote-id type="cpan-module">Cairo::GObject</remote-id>
+    <remote-id type="cpan-module">Cairo::GObject::Install::Files</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cairo-GObject/
@ 2019-04-10  3:58 Aaron Bauman
  0 siblings, 0 replies; 13+ messages in thread
From: Aaron Bauman @ 2019-04-10  3:58 UTC (permalink / raw
  To: gentoo-commits

commit:     55fbef7c2a4d74a0d685f8f250402e06d967887c
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 03:56:12 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 03:56:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55fbef7c

dev-perl/Cairo-GObject: amd64 stable wrt bug #682590

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-perl/Cairo-GObject/Cairo-GObject-1.4.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Cairo-GObject/Cairo-GObject-1.4.0-r1.ebuild b/dev-perl/Cairo-GObject/Cairo-GObject-1.4.0-r1.ebuild
index 94a163b5ca7..3c18786d432 100644
--- a/dev-perl/Cairo-GObject/Cairo-GObject-1.4.0-r1.ebuild
+++ b/dev-perl/Cairo-GObject/Cairo-GObject-1.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ DESCRIPTION="Integrate Cairo into the Glib type system"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	x11-libs/cairo[glib]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cairo-GObject/
@ 2020-05-13 21:20 Kent Fredric
  0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2020-05-13 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     4f51793773c0714be81aa6037e1e5a6aa8c3921d
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 21:14:49 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed May 13 21:19:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f517937

dev-perl/Cairo-GObject: Bump to version 1.5.0

- EAPI7

Upstream:
- Fix typo in comment

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Cairo-GObject/Cairo-GObject-1.5.0.ebuild | 26 +++++++++++++++++++++++
 dev-perl/Cairo-GObject/Manifest                   |  1 +
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0.ebuild b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0.ebuild
new file mode 100644
index 00000000000..20351a93cf6
--- /dev/null
+++ b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=XAOC
+DIST_VERSION=1.005
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Integrate Cairo into the Glib type system"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	x11-libs/cairo[glib]
+	>=dev-perl/glib-perl-1.224.0
+	>=dev-perl/Cairo-1.80.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	>=dev-perl/ExtUtils-Depends-0.200.0
+	>=dev-perl/ExtUtils-PkgConfig-1.0.0
+"

diff --git a/dev-perl/Cairo-GObject/Manifest b/dev-perl/Cairo-GObject/Manifest
index b64a930da52..502fd51f4f0 100644
--- a/dev-perl/Cairo-GObject/Manifest
+++ b/dev-perl/Cairo-GObject/Manifest
@@ -1 +1,2 @@
 DIST Cairo-GObject-1.004.tar.gz 16786 BLAKE2B f4369281f3b827ef232827b6efd553dbae6453aca621ab070a7bf3d3d43c893c2710b8afb4ae4ba4105310d6acf6c80f1819aa107767f3197e920b1980fbee1a SHA512 fa48e1f6466e0a9d6ebf44205f55459dc8af7b3e94d0cd93e4b4ab985969e6940f96926c485a70ecf2dc6fdc5896e743751fcb615cc5d2e614c091b8b5564bd9
+DIST Cairo-GObject-1.005.tar.gz 16790 BLAKE2B ffc49d320c74123faaa3cbde87cdafabf74d5d3d07f0f756f7319586052be84e2d57524a29a742060e21c7f1a6233dbefd672f68807d42b2afe3325464cf7f4a SHA512 45f1e3ff6f8a90347175c66e5a854acd22285cd48a9aa07344c046add283892d6188e88f69d64798dc5323cb17aa442853915ed2081b5ec4e2a735b89cd11b1e


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cairo-GObject/
@ 2020-07-05 18:49 Kent Fredric
  0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2020-07-05 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     82cffb699bd1e6e9dfcc86cca4e4662c12a21e57
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  4 13:25:43 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jul  5 18:23:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82cffb69

dev-perl/Cairo-GObject: -r bump for CFLAGS love

- Ensure cairo in DEPEND (for link)
- Ensure CFLAGS passed to make/compiler

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild    | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
new file mode 100644
index 00000000000..81a8a90d906
--- /dev/null
+++ b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=XAOC
+DIST_VERSION=1.005
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Integrate Cairo into the Glib type system"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	x11-libs/cairo[glib]
+	>=dev-perl/glib-perl-1.224.0
+	>=dev-perl/Cairo-1.80.0
+"
+DEPEND="
+	x11-libs/cairo[glib]
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	>=dev-perl/ExtUtils-Depends-0.200.0
+	>=dev-perl/ExtUtils-PkgConfig-1.0.0
+"
+src_compile() {
+	mymake=(
+		"OPTIMIZE=${CFLAGS}"
+	)
+	perl-module_src_compile
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cairo-GObject/
@ 2020-08-31  8:48 Kent Fredric
  0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2020-08-31  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     faf62736f28211612c9caf2c593fe90387acf8de
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 07:34:05 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 08:46:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf62736

dev-perl/Cairo-GObject: Cleanup old 1.5.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Cairo-GObject/Cairo-GObject-1.5.0.ebuild | 26 -----------------------
 1 file changed, 26 deletions(-)

diff --git a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0.ebuild b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0.ebuild
deleted file mode 100644
index 20351a93cf6..00000000000
--- a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=XAOC
-DIST_VERSION=1.005
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Integrate Cairo into the Glib type system"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	x11-libs/cairo[glib]
-	>=dev-perl/glib-perl-1.224.0
-	>=dev-perl/Cairo-1.80.0
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	>=dev-perl/ExtUtils-Depends-0.200.0
-	>=dev-perl/ExtUtils-PkgConfig-1.0.0
-"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cairo-GObject/
@ 2020-10-04  4:30 Kent Fredric
  0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2020-10-04  4:30 UTC (permalink / raw
  To: gentoo-commits

commit:     21fc76a7ec8295832e3ead94c9a896d6616b95ad
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  4 04:26:59 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Oct  4 04:28:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21fc76a7

dev-perl/Cairo-GObject: Cleanup old 1.4.0-r1

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Cairo-GObject/Cairo-GObject-1.4.0-r1.ebuild    | 26 ----------------------
 dev-perl/Cairo-GObject/Manifest                    |  1 -
 2 files changed, 27 deletions(-)

diff --git a/dev-perl/Cairo-GObject/Cairo-GObject-1.4.0-r1.ebuild b/dev-perl/Cairo-GObject/Cairo-GObject-1.4.0-r1.ebuild
deleted file mode 100644
index d6b6806da35..00000000000
--- a/dev-perl/Cairo-GObject/Cairo-GObject-1.4.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=XAOC
-DIST_VERSION=1.004
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Integrate Cairo into the Glib type system"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-	x11-libs/cairo[glib]
-	>=dev-perl/glib-perl-1.224.0
-	>=dev-perl/Cairo-1.80.0
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	>=dev-perl/ExtUtils-Depends-0.200.0
-	>=dev-perl/ExtUtils-PkgConfig-1.0.0
-"

diff --git a/dev-perl/Cairo-GObject/Manifest b/dev-perl/Cairo-GObject/Manifest
index 502fd51f4f0..fb1f2de45c3 100644
--- a/dev-perl/Cairo-GObject/Manifest
+++ b/dev-perl/Cairo-GObject/Manifest
@@ -1,2 +1 @@
-DIST Cairo-GObject-1.004.tar.gz 16786 BLAKE2B f4369281f3b827ef232827b6efd553dbae6453aca621ab070a7bf3d3d43c893c2710b8afb4ae4ba4105310d6acf6c80f1819aa107767f3197e920b1980fbee1a SHA512 fa48e1f6466e0a9d6ebf44205f55459dc8af7b3e94d0cd93e4b4ab985969e6940f96926c485a70ecf2dc6fdc5896e743751fcb615cc5d2e614c091b8b5564bd9
 DIST Cairo-GObject-1.005.tar.gz 16790 BLAKE2B ffc49d320c74123faaa3cbde87cdafabf74d5d3d07f0f756f7319586052be84e2d57524a29a742060e21c7f1a6233dbefd672f68807d42b2afe3325464cf7f4a SHA512 45f1e3ff6f8a90347175c66e5a854acd22285cd48a9aa07344c046add283892d6188e88f69d64798dc5323cb17aa442853915ed2081b5ec4e2a735b89cd11b1e


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

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

commit:     c1d3f0f15c2eaa108916e121dc676e6471eb5b6c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  6 00:48:57 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  6 00:48:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d3f0f1

dev-perl/Cairo-GObject: Keyword 1.5.0-r1 ppc, #821997

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

 dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
index f683f009f9e..58436ed780d 100644
--- a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
+++ b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.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
@@ -12,7 +12,7 @@ DESCRIPTION="Integrate Cairo into the Glib type system"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="
 	x11-libs/cairo[glib]


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

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

commit:     6ad2894baa85df51ce0b4ed329a20cb2a1d57fd0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  6 00:49:03 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  6 00:49:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad2894b

dev-perl/Cairo-GObject: Keyword 1.5.0-r1 arm, #821997

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

 dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
index 58436ed780d..08709ea7b43 100644
--- a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
+++ b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Integrate Cairo into the Glib type system"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
 
 RDEPEND="
 	x11-libs/cairo[glib]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cairo-GObject/
@ 2021-11-17  8:30 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-11-17  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     253b34351a13d11290ce0c79ba6184030e48159f
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Nov 17 08:27:33 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 17 08:30:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=253b3435

dev-perl/Cairo-GObject: keyworded 1.5.0-r1 for hppa, bug #821997

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
index 08709ea7b434..5b3ebd0469a7 100644
--- a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
+++ b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Integrate Cairo into the Glib type system"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc x86"
 
 RDEPEND="
 	x11-libs/cairo[glib]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cairo-GObject/
@ 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:     47c316dfc61196cb194b2296ad8bbddb48bd3e4e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  7 06:33:09 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  7 06:33:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c316df

dev-perl/Cairo-GObject: Keyword 1.5.0-r1 arm64, #823161

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

 dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
index 5b3ebd0469a7..5a28eb68d412 100644
--- a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
+++ b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.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
@@ -12,7 +12,7 @@ DESCRIPTION="Integrate Cairo into the Glib type system"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc x86"
 
 RDEPEND="
 	x11-libs/cairo[glib]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cairo-GObject/
@ 2022-06-22 11:57 Jakov Smolić
  0 siblings, 0 replies; 13+ messages in thread
From: Jakov Smolić @ 2022-06-22 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a563384cad1b989b7c161f4e5c759f138314f281
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 11:57:32 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 11:57:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a563384c

dev-perl/Cairo-GObject: Keyword 1.5.0-r1 ppc64, #852968

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

 dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
index f942f9386207..aa7d3c22c465 100644
--- a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
+++ b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Integrate Cairo into the Glib type system"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
 
 RDEPEND="
 	x11-libs/cairo[glib]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cairo-GObject/
@ 2022-09-01 13:27 Jakov Smolić
  0 siblings, 0 replies; 13+ messages in thread
From: Jakov Smolić @ 2022-09-01 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     76e7256884329fcbdbf2ea9ae3da45b2219f9819
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 13:27:30 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 13:27:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e72568

dev-perl/Cairo-GObject: Stabilize 1.5.0-r1 ppc64, #867853

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

 dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
index 77f4dfd2b1c2..3fdb1666a3ce 100644
--- a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
+++ b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Integrate Cairo into the Glib type system"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv x86"
 
 RDEPEND="
 	x11-libs/cairo[glib]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cairo-GObject/
@ 2022-09-01 13:27 Jakov Smolić
  0 siblings, 0 replies; 13+ messages in thread
From: Jakov Smolić @ 2022-09-01 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     aafc0e83037125c48784d0e6ea7d9cd097131e2b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 13:27:25 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 13:27:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aafc0e83

dev-perl/Cairo-GObject: Stabilize 1.5.0-r1 ppc, #867853

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

 dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
index aa7d3c22c465..77f4dfd2b1c2 100644
--- a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
+++ b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0-r1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Integrate Cairo into the Glib type system"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv x86"
 
 RDEPEND="
 	x11-libs/cairo[glib]


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

end of thread, other threads:[~2022-09-01 13:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-13 21:20 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cairo-GObject/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2022-09-01 13:27 Jakov Smolić
2022-09-01 13:27 Jakov Smolić
2022-06-22 11:57 Jakov Smolić
2022-02-07  6:33 Sam James
2021-11-17  8:30 Sam James
2021-11-06  0:49 Sam James
2021-11-06  0:49 Sam James
2020-10-04  4:30 Kent Fredric
2020-08-31  8:48 Kent Fredric
2020-07-05 18:49 Kent Fredric
2019-04-10  3:58 Aaron Bauman
2018-11-03 19:37 Kent Fredric

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