public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2017-08-17 22:41 Gilles Dartiguelongue
  0 siblings, 0 replies; 30+ messages in thread
From: Gilles Dartiguelongue @ 2017-08-17 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     0657f46cd68d055afc8a00d8296d322587a177c0
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 21:29:08 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 22:41:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0657f46c

app-text/libgxps: fix sandbox issue, bug #628114

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 app-text/libgxps/libgxps-0.3.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-text/libgxps/libgxps-0.3.0.ebuild b/app-text/libgxps/libgxps-0.3.0.ebuild
index 275faeeef86..b3cb884c87a 100644
--- a/app-text/libgxps/libgxps-0.3.0.ebuild
+++ b/app-text/libgxps/libgxps-0.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit gnome.org meson
+inherit gnome.org meson xdg-utils
 
 DESCRIPTION="Library for handling and rendering XPS documents"
 HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
@@ -45,5 +45,6 @@ src_configure() {
 		-Dwith-libtiff=$(usex tiff true false)
 	)
 
+	xdg_environment_reset
 	meson_src_configure
 }


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2022-12-04  9:23 WANG Xuerui
  0 siblings, 0 replies; 30+ messages in thread
From: WANG Xuerui @ 2022-12-04  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     efa15e4add8b375961818d0debdb6ad07d0929e1
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  3 10:13:37 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 09:22:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa15e4a

app-text/libgxps: keyword 0.3.2-r1 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 app-text/libgxps/libgxps-0.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libgxps/libgxps-0.3.2-r1.ebuild b/app-text/libgxps/libgxps-0.3.2-r1.ebuild
index d458924ac279..2951ce257630 100644
--- a/app-text/libgxps/libgxps-0.3.2-r1.ebuild
+++ b/app-text/libgxps/libgxps-0.3.2-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
 IUSE="gtk-doc +introspection jpeg lcms tiff"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2022-10-29 23:21 Matt Turner
  0 siblings, 0 replies; 30+ messages in thread
From: Matt Turner @ 2022-10-29 23:21 UTC (permalink / raw
  To: gentoo-commits

commit:     2445e1d11ef1b2bb5e929109b058c26f3bc4bbc3
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 21:19:40 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 23:20:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2445e1d1

app-text/libgxps: Set remote-id

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-text/libgxps/metadata.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-text/libgxps/metadata.xml b/app-text/libgxps/metadata.xml
index 7b343b06be8a..d3a4eae54712 100644
--- a/app-text/libgxps/metadata.xml
+++ b/app-text/libgxps/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>gnome@gentoo.org</email>
-	<name>Gentoo GNOME Desktop</name>
-</maintainer>
+  <maintainer type="project">
+    <email>gnome@gentoo.org</email>
+    <name>Gentoo GNOME Desktop</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="gnome-gitlab">GNOME/libgxps</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2022-10-08 18:25 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2022-10-08 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     0f3ba327a37912c2d8b93253255e98bc5b0597e6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 18:17:58 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 18:25:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3ba327

app-text/libgxps: fix MissingUseDepDefault on cairo

Closes: https://bugs.gentoo.org/875902
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/libgxps/{libgxps-0.3.2.ebuild => libgxps-0.3.2-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/libgxps/libgxps-0.3.2.ebuild b/app-text/libgxps/libgxps-0.3.2-r1.ebuild
similarity index 91%
rename from app-text/libgxps/libgxps-0.3.2.ebuild
rename to app-text/libgxps/libgxps-0.3.2-r1.ebuild
index f92890236f9c..d458924ac279 100644
--- a/app-text/libgxps/libgxps-0.3.2.ebuild
+++ b/app-text/libgxps/libgxps-0.3.2-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
@@ -18,9 +18,9 @@ RDEPEND="
 	>=dev-libs/glib-2.36:2
 	media-libs/freetype:2
 	media-libs/libpng:0
-	>=x11-libs/cairo-1.10[svg]
+	>=x11-libs/cairo-1.10[svg(+)]
 	introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-	jpeg? ( virtual/jpeg:0 )
+	jpeg? ( media-libs/libjpeg-turbo:= )
 	lcms? ( media-libs/lcms:2 )
 	tiff? ( media-libs/tiff:0[zlib] )
 "


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2021-04-15  0:13 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-04-15  0:13 UTC (permalink / raw
  To: gentoo-commits

commit:     0a58efb4ed602df2090d3ec76d158cff22b3b55e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 15 00:12:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 15 00:12:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a58efb4

app-text/libgxps: Stabilize 0.3.2 ppc64, #782847

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

 app-text/libgxps/libgxps-0.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libgxps/libgxps-0.3.2.ebuild b/app-text/libgxps/libgxps-0.3.2.ebuild
index 31e42de429d..610bd2f2597 100644
--- a/app-text/libgxps/libgxps-0.3.2.ebuild
+++ b/app-text/libgxps/libgxps-0.3.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 sparc ~x86"
 IUSE="gtk-doc +introspection jpeg lcms tiff"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2021-04-14 22:07 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-04-14 22:07 UTC (permalink / raw
  To: gentoo-commits

commit:     5b1683614dadf8d7cd8772c1de978e637a0c7cdc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 14 22:05:15 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 14 22:06:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b168361

app-text/libgxps: Stabilize 0.3.2 ppc, #782847

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

 app-text/libgxps/libgxps-0.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libgxps/libgxps-0.3.2.ebuild b/app-text/libgxps/libgxps-0.3.2.ebuild
index 6f22f78b218..31e42de429d 100644
--- a/app-text/libgxps/libgxps-0.3.2.ebuild
+++ b/app-text/libgxps/libgxps-0.3.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ~ppc64 sparc ~x86"
 IUSE="gtk-doc +introspection jpeg lcms tiff"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2021-03-13 18:14 Matt Turner
  0 siblings, 0 replies; 30+ messages in thread
From: Matt Turner @ 2021-03-13 18:14 UTC (permalink / raw
  To: gentoo-commits

commit:     03f055cca3e93a63a61e389bf36a66c443a04d5a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 18:10:54 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 18:14:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f055cc

app-text/libgxps: Version bump to 0.3.2

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-text/libgxps/Manifest             |  1 +
 app-text/libgxps/libgxps-0.3.2.ebuild | 51 +++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/app-text/libgxps/Manifest b/app-text/libgxps/Manifest
index f29f25044cf..eb4d77c773b 100644
--- a/app-text/libgxps/Manifest
+++ b/app-text/libgxps/Manifest
@@ -1 +1,2 @@
 DIST libgxps-0.3.1.tar.xz 93132 BLAKE2B 63af298ef1dc345ef7c40fae4006ba73aa7529381cc6cbc8cf86f4d5b69c8c5617b902bef833ed7d3fa968d927b441e888889179f598b06e2ca13084d3b199af SHA512 80401bd3c9753c74e425c5c08510cac314ad255ebeda9676bd5396a217770c7f5d8733c64b649cc6fdaa43423bb1a4ad21e1e0e3f7903f486e75a1d678850239
+DIST libgxps-0.3.2.tar.xz 79956 BLAKE2B 4e41361a90fe24816aff33e90dc1084d0c1c799a4c9368364e73d9a5df34a45be75bb9906ee272cd1956b3631894d4be63070cce57983e2401dc1496f08c3e33 SHA512 d3d56e4906477b68d088bf83bde666f9ea8bf383add592772aad53dd571e727f1bc0410dd020e12212ede5ff8e26cb46150a9860a6f7af29c4d195f03e946fe9

diff --git a/app-text/libgxps/libgxps-0.3.2.ebuild b/app-text/libgxps/libgxps-0.3.2.ebuild
new file mode 100644
index 00000000000..051579ab2ea
--- /dev/null
+++ b/app-text/libgxps/libgxps-0.3.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org meson xdg-utils
+
+DESCRIPTION="Library for handling and rendering XPS documents"
+HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gtk-doc +introspection jpeg lcms tiff"
+
+RDEPEND="
+	>=app-arch/libarchive-2.8
+	>=dev-libs/glib-2.36:2
+	media-libs/freetype:2
+	media-libs/libpng:0
+	>=x11-libs/cairo-1.10[svg]
+	introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+	jpeg? ( virtual/jpeg:0 )
+	lcms? ( media-libs/lcms:2 )
+	tiff? ( media-libs/tiff:0[zlib] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	app-text/docbook-xsl-stylesheets
+	dev-libs/libxslt
+	gtk-doc? ( dev-util/gtk-doc )
+	virtual/pkgconfig
+"
+
+# There is no automatic test suite, only an interactive test application
+RESTRICT="test"
+
+src_configure() {
+	local emesonargs=(
+		-Denable-test=false
+		$(meson_use gtk-doc enable-gtk-doc)
+		-Denable-man=true
+		-Ddisable-introspection=$(usex introspection false true)
+		$(meson_use lcms with-liblcms2)
+		$(meson_use jpeg with-libjpeg)
+		$(meson_use tiff with-libtiff)
+	)
+
+	xdg_environment_reset
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2020-01-11 19:40 Mart Raudsepp
  0 siblings, 0 replies; 30+ messages in thread
From: Mart Raudsepp @ 2020-01-11 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     110f6f33b0fbb1501114035fc00f9f7c337f44dc
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 19:33:24 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 19:40:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110f6f33

app-text/libgxps: remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 app-text/libgxps/Manifest             |  1 -
 app-text/libgxps/libgxps-0.3.0.ebuild | 50 -----------------------------------
 2 files changed, 51 deletions(-)

diff --git a/app-text/libgxps/Manifest b/app-text/libgxps/Manifest
index 500f78e73ec..f29f25044cf 100644
--- a/app-text/libgxps/Manifest
+++ b/app-text/libgxps/Manifest
@@ -1,2 +1 @@
-DIST libgxps-0.3.0.tar.xz 93000 BLAKE2B 8e04ae281aa8ee637d597265992a5bf6df3592b7d251d657dae3833c8cca848f7142f926964d96586f50ce9987dee94841be15554a733816a3b4f0acef282f12 SHA512 283ce3041f0238ef1dcae30ce2adbc3f843677e00ae22f20ed3459828f3edaab6d05d87c20dddb613925ab248ed0b29855a94198b982606c3dcb2e59f800b013
 DIST libgxps-0.3.1.tar.xz 93132 BLAKE2B 63af298ef1dc345ef7c40fae4006ba73aa7529381cc6cbc8cf86f4d5b69c8c5617b902bef833ed7d3fa968d927b441e888889179f598b06e2ca13084d3b199af SHA512 80401bd3c9753c74e425c5c08510cac314ad255ebeda9676bd5396a217770c7f5d8733c64b649cc6fdaa43423bb1a4ad21e1e0e3f7903f486e75a1d678850239

diff --git a/app-text/libgxps/libgxps-0.3.0.ebuild b/app-text/libgxps/libgxps-0.3.0.ebuild
deleted file mode 100644
index 53b633dea4b..00000000000
--- a/app-text/libgxps/libgxps-0.3.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome.org meson xdg-utils
-
-DESCRIPTION="Library for handling and rendering XPS documents"
-HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
-IUSE="+introspection jpeg lcms tiff"
-
-RDEPEND="
-	>=app-arch/libarchive-2.8
-	>=dev-libs/glib-2.36:2
-	media-libs/freetype:2
-	media-libs/libpng:0
-	>=x11-libs/cairo-1.10[svg]
-	introspection? ( >=dev-libs/gobject-introspection-0.10.1:= )
-	jpeg? ( virtual/jpeg:0 )
-	lcms? ( media-libs/lcms:2 )
-	tiff? ( media-libs/tiff:0[zlib] )
-"
-DEPEND="${RDEPEND}
-	app-text/docbook-xsl-stylesheets
-	dev-libs/libxslt
-	dev-util/gtk-doc-am
-	virtual/pkgconfig
-"
-
-# There is no automatic test suite, only an interactive test application
-RESTRICT="test"
-
-src_configure() {
-	local emesonargs=(
-		-Denable-test=false
-		-Denable-gtk-doc=false
-		-Denable-man=true
-		-Ddisable-introspection=$(usex introspection false true)
-		-Dwith-liblcms2=$(usex lcms true false)
-		-Dwith-libjpeg=$(usex jpeg true false)
-		-Dwith-libtiff=$(usex tiff true false)
-	)
-
-	xdg_environment_reset
-	meson_src_configure
-}


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2020-01-11 19:40 Mart Raudsepp
  0 siblings, 0 replies; 30+ messages in thread
From: Mart Raudsepp @ 2020-01-11 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     2939430ad1d93ffa3c32b070d2fca8bc4f71f208
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 19:32:32 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 19:40:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2939430a

app-text/libgxps: ia64 stable (bug #685254)

Tested-by: Émeric Maschino
Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 app-text/libgxps/libgxps-0.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/libgxps/libgxps-0.3.1.ebuild b/app-text/libgxps/libgxps-0.3.1.ebuild
index b83d6606067..1e257ebf02c 100644
--- a/app-text/libgxps/libgxps-0.3.1.ebuild
+++ b/app-text/libgxps/libgxps-0.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86"
 IUSE="gtk-doc +introspection jpeg lcms tiff"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2019-05-23  3:27 Aaron Bauman
  0 siblings, 0 replies; 30+ messages in thread
From: Aaron Bauman @ 2019-05-23  3:27 UTC (permalink / raw
  To: gentoo-commits

commit:     a4c497a4007e29210db47af7e376c88c8fba15a3
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 03:26:23 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu May 23 03:27:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c497a4

app-text/libgxps: arm64 stable

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 app-text/libgxps/libgxps-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libgxps/libgxps-0.3.1.ebuild b/app-text/libgxps/libgxps-0.3.1.ebuild
index aa87362f6be..aa6c2c3b93e 100644
--- a/app-text/libgxps/libgxps-0.3.1.ebuild
+++ b/app-text/libgxps/libgxps-0.3.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="gtk-doc +introspection jpeg lcms tiff"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2019-01-16  4:00 Mart Raudsepp
  0 siblings, 0 replies; 30+ messages in thread
From: Mart Raudsepp @ 2019-01-16  4:00 UTC (permalink / raw
  To: gentoo-commits

commit:     40c31717808ebdf9a44f147fca9e572413b27455
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 16 03:59:59 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Jan 16 04:00:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c31717

app-text/libgxps: bump to 0.3.1

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 app-text/libgxps/Manifest             |  1 +
 app-text/libgxps/libgxps-0.3.1.ebuild | 50 +++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/app-text/libgxps/Manifest b/app-text/libgxps/Manifest
index 01f2d697f2d..500f78e73ec 100644
--- a/app-text/libgxps/Manifest
+++ b/app-text/libgxps/Manifest
@@ -1 +1,2 @@
 DIST libgxps-0.3.0.tar.xz 93000 BLAKE2B 8e04ae281aa8ee637d597265992a5bf6df3592b7d251d657dae3833c8cca848f7142f926964d96586f50ce9987dee94841be15554a733816a3b4f0acef282f12 SHA512 283ce3041f0238ef1dcae30ce2adbc3f843677e00ae22f20ed3459828f3edaab6d05d87c20dddb613925ab248ed0b29855a94198b982606c3dcb2e59f800b013
+DIST libgxps-0.3.1.tar.xz 93132 BLAKE2B 63af298ef1dc345ef7c40fae4006ba73aa7529381cc6cbc8cf86f4d5b69c8c5617b902bef833ed7d3fa968d927b441e888889179f598b06e2ca13084d3b199af SHA512 80401bd3c9753c74e425c5c08510cac314ad255ebeda9676bd5396a217770c7f5d8733c64b649cc6fdaa43423bb1a4ad21e1e0e3f7903f486e75a1d678850239

diff --git a/app-text/libgxps/libgxps-0.3.1.ebuild b/app-text/libgxps/libgxps-0.3.1.ebuild
new file mode 100644
index 00000000000..bd2e88b54d1
--- /dev/null
+++ b/app-text/libgxps/libgxps-0.3.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome.org meson xdg-utils
+
+DESCRIPTION="Library for handling and rendering XPS documents"
+HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gtk-doc +introspection jpeg lcms tiff"
+
+RDEPEND="
+	>=app-arch/libarchive-2.8
+	>=dev-libs/glib-2.36:2
+	media-libs/freetype:2
+	media-libs/libpng:0
+	>=x11-libs/cairo-1.10[svg]
+	introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+	jpeg? ( virtual/jpeg:0 )
+	lcms? ( media-libs/lcms:2 )
+	tiff? ( media-libs/tiff:0[zlib] )
+"
+DEPEND="${RDEPEND}
+	app-text/docbook-xsl-stylesheets
+	dev-libs/libxslt
+	gtk-doc? ( dev-util/gtk-doc )
+	virtual/pkgconfig
+"
+
+# There is no automatic test suite, only an interactive test application
+RESTRICT="test"
+
+src_configure() {
+	local emesonargs=(
+		-Denable-test=false
+		$(meson_use gtk-doc enable-gtk-doc)
+		-Denable-man=true
+		-Ddisable-introspection=$(usex introspection false true)
+		$(meson_use lcms with-liblcms2)
+		$(meson_use jpeg with-libjpeg)
+		$(meson_use tiff with-libtiff)
+	)
+
+	xdg_environment_reset
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2018-03-15  1:50 Mart Raudsepp
  0 siblings, 0 replies; 30+ messages in thread
From: Mart Raudsepp @ 2018-03-15  1:50 UTC (permalink / raw
  To: gentoo-commits

commit:     a4ae156e48a9157825e11d5d43e2c27ffe9ac9cf
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 15 01:25:32 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Mar 15 01:25:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ae156e

app-text/libgxps: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/libgxps/Manifest             |  1 -
 app-text/libgxps/libgxps-0.2.5.ebuild | 48 -----------------------------------
 2 files changed, 49 deletions(-)

diff --git a/app-text/libgxps/Manifest b/app-text/libgxps/Manifest
index c463b5e05bd..01f2d697f2d 100644
--- a/app-text/libgxps/Manifest
+++ b/app-text/libgxps/Manifest
@@ -1,2 +1 @@
-DIST libgxps-0.2.5.tar.xz 346532 BLAKE2B 017ee2b2a7ad48b8755293e5b24c824e9c289d03b77d76ba46d03f857704edc31846569a4f3fd60cbcb16b28d0dd87daa7dda7b5efcd540fdbecee7399049c93 SHA512 f449c4cb989910797c84614ce9f141d4e9adcda0c18f309f656de397ba5deabfa9b4c558c81be7f52bc44c048c401616775989cd1ff9408eeea44f46ef56635b
 DIST libgxps-0.3.0.tar.xz 93000 BLAKE2B 8e04ae281aa8ee637d597265992a5bf6df3592b7d251d657dae3833c8cca848f7142f926964d96586f50ce9987dee94841be15554a733816a3b4f0acef282f12 SHA512 283ce3041f0238ef1dcae30ce2adbc3f843677e00ae22f20ed3459828f3edaab6d05d87c20dddb613925ab248ed0b29855a94198b982606c3dcb2e59f800b013

diff --git a/app-text/libgxps/libgxps-0.2.5.ebuild b/app-text/libgxps/libgxps-0.2.5.ebuild
deleted file mode 100644
index 8573da92cd0..00000000000
--- a/app-text/libgxps/libgxps-0.2.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="Library for handling and rendering XPS documents"
-HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
-IUSE="debug +introspection jpeg lcms static-libs tiff"
-
-RDEPEND="
-	>=app-arch/libarchive-2.8
-	>=dev-libs/glib-2.36:2
-	media-libs/freetype:2
-	media-libs/libpng:0
-	>=x11-libs/cairo-1.10[svg]
-	introspection? ( >=dev-libs/gobject-introspection-0.10.1:= )
-	jpeg? ( virtual/jpeg:0 )
-	lcms? ( media-libs/lcms:2 )
-	tiff? ( media-libs/tiff:0[zlib] )
-"
-DEPEND="${RDEPEND}
-	app-text/docbook-xsl-stylesheets
-	dev-libs/libxslt
-	dev-util/gtk-doc-am
-	virtual/pkgconfig
-"
-
-# There is no automatic test suite, only an interactive test application
-RESTRICT="test"
-
-src_configure() {
-	gnome2_src_configure \
-		--enable-man \
-		--disable-test \
-		$(use_enable debug) \
-		$(use_enable introspection) \
-		$(use_with jpeg libjpeg) \
-		$(use_with lcms liblcms2) \
-		$(use_enable static-libs static) \
-		$(use_with tiff libtiff)
-}


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2017-11-05 18:06 Sergei Trofimovich
  0 siblings, 0 replies; 30+ messages in thread
From: Sergei Trofimovich @ 2017-11-05 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d397f66d681e766866538f60e66daf5c9162a9c5
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  5 18:02:28 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov  5 18:06:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d397f66d

app-text/libgxps: stable 0.3.0 for sparc, bug #626340 (thanks to Rolf Eike Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 app-text/libgxps/libgxps-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libgxps/libgxps-0.3.0.ebuild b/app-text/libgxps/libgxps-0.3.0.ebuild
index 7303f6bbede..cd0fb4388b8 100644
--- a/app-text/libgxps/libgxps-0.3.0.ebuild
+++ b/app-text/libgxps/libgxps-0.3.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86"
 IUSE="+introspection jpeg lcms tiff"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2017-09-26 23:02 Sergei Trofimovich
  0 siblings, 0 replies; 30+ messages in thread
From: Sergei Trofimovich @ 2017-09-26 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     ee2348bc438f7fea7d3934813ca795af72dcad78
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 23:02:40 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 23:02:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee2348bc

app-text/libgxps: stable 0.3.0 for ppc, bug #626340

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 app-text/libgxps/libgxps-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libgxps/libgxps-0.3.0.ebuild b/app-text/libgxps/libgxps-0.3.0.ebuild
index 96e055fd344..7303f6bbede 100644
--- a/app-text/libgxps/libgxps-0.3.0.ebuild
+++ b/app-text/libgxps/libgxps-0.3.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ppc64 x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 x86"
 IUSE="+introspection jpeg lcms tiff"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2017-09-25 21:42 Sergei Trofimovich
  0 siblings, 0 replies; 30+ messages in thread
From: Sergei Trofimovich @ 2017-09-25 21:42 UTC (permalink / raw
  To: gentoo-commits

commit:     ce9cb02519a2305aa3deaacd2f7c51c05094340b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 25 21:39:21 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 21:39:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce9cb025

app-text/libgxps: stable 0.3.0 for ppc64, bug #626340

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 app-text/libgxps/libgxps-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libgxps/libgxps-0.3.0.ebuild b/app-text/libgxps/libgxps-0.3.0.ebuild
index 9febf2965b5..96e055fd344 100644
--- a/app-text/libgxps/libgxps-0.3.0.ebuild
+++ b/app-text/libgxps/libgxps-0.3.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ppc64 x86"
 IUSE="+introspection jpeg lcms tiff"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2017-09-04 14:02 Aaron Bauman
  0 siblings, 0 replies; 30+ messages in thread
From: Aaron Bauman @ 2017-09-04 14:02 UTC (permalink / raw
  To: gentoo-commits

commit:     baad63d99dee3610db9c6ab23fe5425d5cafa0ce
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  4 14:00:26 2017 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Sep  4 14:00:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baad63d9

app-text/libgxps: amd64 stable

Gentoo-bug: 626340
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/libgxps/libgxps-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libgxps/libgxps-0.3.0.ebuild b/app-text/libgxps/libgxps-0.3.0.ebuild
index a94b86eddd7..99178245e2e 100644
--- a/app-text/libgxps/libgxps-0.3.0.ebuild
+++ b/app-text/libgxps/libgxps-0.3.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 ~x86"
 IUSE="+introspection jpeg lcms tiff"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2017-09-04 14:02 Aaron Bauman
  0 siblings, 0 replies; 30+ messages in thread
From: Aaron Bauman @ 2017-09-04 14:02 UTC (permalink / raw
  To: gentoo-commits

commit:     cd3f4c760f9e953a190fc98ce6fc588f2da61d99
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  4 14:01:27 2017 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Sep  4 14:01:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3f4c76

app-text/libgxps: x86 stable

Gentoo-bug: 626340
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/libgxps/libgxps-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libgxps/libgxps-0.3.0.ebuild b/app-text/libgxps/libgxps-0.3.0.ebuild
index 99178245e2e..9febf2965b5 100644
--- a/app-text/libgxps/libgxps-0.3.0.ebuild
+++ b/app-text/libgxps/libgxps-0.3.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 x86"
 IUSE="+introspection jpeg lcms tiff"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2017-08-28  8:22 Sergei Trofimovich
  0 siblings, 0 replies; 30+ messages in thread
From: Sergei Trofimovich @ 2017-08-28  8:22 UTC (permalink / raw
  To: gentoo-commits

commit:     2b8af95ff9dbd482434645cb1d2533d7d832e879
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 28 08:21:51 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Aug 28 08:22:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8af95f

app-text/libgxps: stable 0.3.0 for ia64, bug #626340

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 app-text/libgxps/libgxps-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libgxps/libgxps-0.3.0.ebuild b/app-text/libgxps/libgxps-0.3.0.ebuild
index b3cb884c87a..f74db18a3e7 100644
--- a/app-text/libgxps/libgxps-0.3.0.ebuild
+++ b/app-text/libgxps/libgxps-0.3.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 ~x86"
 IUSE="+introspection jpeg lcms tiff"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2017-08-16 22:31 Gilles Dartiguelongue
  0 siblings, 0 replies; 30+ messages in thread
From: Gilles Dartiguelongue @ 2017-08-16 22:31 UTC (permalink / raw
  To: gentoo-commits

commit:     ab634f5f99f2e386ae4dca7fda7632f65e74d610
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 21:58:02 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 22:31:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab634f5f

app-text/libgxps: version bump 0.2.5 → 0.3.0

Build system ported to meson.

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 app-text/libgxps/Manifest             |  1 +
 app-text/libgxps/libgxps-0.3.0.ebuild | 49 +++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/app-text/libgxps/Manifest b/app-text/libgxps/Manifest
index f74dd13b60a..2d84af71248 100644
--- a/app-text/libgxps/Manifest
+++ b/app-text/libgxps/Manifest
@@ -1 +1,2 @@
 DIST libgxps-0.2.5.tar.xz 346532 SHA256 3e7594c5c9b077171ec9ccd3ff2b4f4c4b29884d26d4f35e740c8887b40199a0 SHA512 f449c4cb989910797c84614ce9f141d4e9adcda0c18f309f656de397ba5deabfa9b4c558c81be7f52bc44c048c401616775989cd1ff9408eeea44f46ef56635b WHIRLPOOL db7514e785f46a3fbf32db9962c2644837855116acbbf37373388c3cfed3b88645c4a574fe8e2ae41913b68250d9448dd3566d9b15b258c74810262f4411f9b8
+DIST libgxps-0.3.0.tar.xz 93000 SHA256 412b1343bd31fee41f7204c47514d34c563ae34dafa4cc710897366bd6cd0fae SHA512 283ce3041f0238ef1dcae30ce2adbc3f843677e00ae22f20ed3459828f3edaab6d05d87c20dddb613925ab248ed0b29855a94198b982606c3dcb2e59f800b013 WHIRLPOOL 00b8544245bc6be3d2a8d183a35f3f4936951fdc3772d1c7ee893ce5fe97712bc472d0ab3ff670c35655bb8f93941e9687d54e3b503075929958bc492c6fa42e

diff --git a/app-text/libgxps/libgxps-0.3.0.ebuild b/app-text/libgxps/libgxps-0.3.0.ebuild
new file mode 100644
index 00000000000..275faeeef86
--- /dev/null
+++ b/app-text/libgxps/libgxps-0.3.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome.org meson
+
+DESCRIPTION="Library for handling and rendering XPS documents"
+HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="+introspection jpeg lcms tiff"
+
+RDEPEND="
+	>=app-arch/libarchive-2.8
+	>=dev-libs/glib-2.36:2
+	media-libs/freetype:2
+	media-libs/libpng:0
+	>=x11-libs/cairo-1.10[svg]
+	introspection? ( >=dev-libs/gobject-introspection-0.10.1:= )
+	jpeg? ( virtual/jpeg:0 )
+	lcms? ( media-libs/lcms:2 )
+	tiff? ( media-libs/tiff:0[zlib] )
+"
+DEPEND="${RDEPEND}
+	app-text/docbook-xsl-stylesheets
+	dev-libs/libxslt
+	dev-util/gtk-doc-am
+	virtual/pkgconfig
+"
+
+# There is no automatic test suite, only an interactive test application
+RESTRICT="test"
+
+src_configure() {
+	local emesonargs=(
+		-Denable-test=false
+		-Denable-gtk-doc=false
+		-Denable-man=true
+		-Ddisable-introspection=$(usex introspection false true)
+		-Dwith-liblcms2=$(usex lcms true false)
+		-Dwith-libjpeg=$(usex jpeg true false)
+		-Dwith-libtiff=$(usex tiff true false)
+	)
+
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2017-07-07 21:20 Mart Raudsepp
  0 siblings, 0 replies; 30+ messages in thread
From: Mart Raudsepp @ 2017-07-07 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     bdd79a72cc76929542657731ddb5b4519539e90a
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 21:06:10 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 21:20:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd79a72

app-text/libgxps: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/libgxps/Manifest             |  1 -
 app-text/libgxps/libgxps-0.2.4.ebuild | 48 -----------------------------------
 2 files changed, 49 deletions(-)

diff --git a/app-text/libgxps/Manifest b/app-text/libgxps/Manifest
index 83bda1a5793..f74dd13b60a 100644
--- a/app-text/libgxps/Manifest
+++ b/app-text/libgxps/Manifest
@@ -1,2 +1 @@
-DIST libgxps-0.2.4.tar.xz 335256 SHA256 e9d6aa02836d9d4823a51705d3e1dee6fc4bce11d72566024042cfaac56ec7a4 SHA512 3e2821931a63483281952d9818dc77295caa8a514d0a25deffd922d98a9db8ced4141cc8489781715a021af361a2e41210aad1fb773f94dff0f864f8e45d2681 WHIRLPOOL 57a7f460e5cfc449b5ca95cd2e8d658d8857b4618cf79896a5da05fbd24e5c38092392f39ef5c96e20b30e1267317ef6e9c3bfd9eada105117bd29a53dd86ebf
 DIST libgxps-0.2.5.tar.xz 346532 SHA256 3e7594c5c9b077171ec9ccd3ff2b4f4c4b29884d26d4f35e740c8887b40199a0 SHA512 f449c4cb989910797c84614ce9f141d4e9adcda0c18f309f656de397ba5deabfa9b4c558c81be7f52bc44c048c401616775989cd1ff9408eeea44f46ef56635b WHIRLPOOL db7514e785f46a3fbf32db9962c2644837855116acbbf37373388c3cfed3b88645c4a574fe8e2ae41913b68250d9448dd3566d9b15b258c74810262f4411f9b8

diff --git a/app-text/libgxps/libgxps-0.2.4.ebuild b/app-text/libgxps/libgxps-0.2.4.ebuild
deleted file mode 100644
index 265772ab971..00000000000
--- a/app-text/libgxps/libgxps-0.2.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="Library for handling and rendering XPS documents"
-HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
-IUSE="debug +introspection jpeg lcms static-libs tiff"
-
-RDEPEND="
-	>=app-arch/libarchive-2.8
-	>=dev-libs/glib-2.24:2
-	media-libs/freetype:2
-	media-libs/libpng:0
-	>=x11-libs/cairo-1.10[svg]
-	introspection? ( >=dev-libs/gobject-introspection-0.10.1:= )
-	jpeg? ( virtual/jpeg:0 )
-	lcms? ( media-libs/lcms:2 )
-	tiff? ( media-libs/tiff:0[zlib] )
-"
-DEPEND="${RDEPEND}
-	app-text/docbook-xsl-stylesheets
-	dev-libs/libxslt
-	dev-util/gtk-doc-am
-	virtual/pkgconfig
-"
-
-# There is no automatic test suite, only an interactive test application
-RESTRICT="test"
-
-src_configure() {
-	gnome2_src_configure \
-		--enable-man \
-		--disable-test \
-		$(use_enable debug) \
-		$(use_enable introspection) \
-		$(use_with jpeg libjpeg) \
-		$(use_with lcms liblcms2) \
-		$(use_enable static-libs static) \
-		$(use_with tiff libtiff)
-}


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2017-06-12 10:07 Mart Raudsepp
  0 siblings, 0 replies; 30+ messages in thread
From: Mart Raudsepp @ 2017-06-12 10:07 UTC (permalink / raw
  To: gentoo-commits

commit:     50da803f12e2543ef0daa5d3821893da25ca29ce
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 09:06:14 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 10:04:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50da803f

app-text/libgxps: ia64 stable, bug #611134

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/libgxps/libgxps-0.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libgxps/libgxps-0.2.5.ebuild b/app-text/libgxps/libgxps-0.2.5.ebuild
index 8f87c240883..c9cde0d63ee 100644
--- a/app-text/libgxps/libgxps-0.2.5.ebuild
+++ b/app-text/libgxps/libgxps-0.2.5.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sparc x86"
 IUSE="debug +introspection jpeg lcms static-libs tiff"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2017-04-22 17:53 Tobias Klausmann
  0 siblings, 0 replies; 30+ messages in thread
From: Tobias Klausmann @ 2017-04-22 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     cfdba8c1f390a91f041227c3a49928dd9f247994
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 07:40:20 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 17:53:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfdba8c1

app-text/libgxps-0.2.5-r0: add alpha keyword

Gentoo-Bug: 611134

 app-text/libgxps/libgxps-0.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libgxps/libgxps-0.2.5.ebuild b/app-text/libgxps/libgxps-0.2.5.ebuild
index caf68fda929..8f87c240883 100644
--- a/app-text/libgxps/libgxps-0.2.5.ebuild
+++ b/app-text/libgxps/libgxps-0.2.5.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86"
 IUSE="debug +introspection jpeg lcms static-libs tiff"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2017-03-23  5:32 Mart Raudsepp
  0 siblings, 0 replies; 30+ messages in thread
From: Mart Raudsepp @ 2017-03-23  5:32 UTC (permalink / raw
  To: gentoo-commits

commit:     7855419231aa1cbe4759f0f8dda18392a65e2b2e
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 05:32:23 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 05:32:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78554192

app-text/libgxps: bump to 0.2.5

Package-Manager: Portage-2.3.4, Repoman-2.3.1

 app-text/libgxps/Manifest             |  1 +
 app-text/libgxps/libgxps-0.2.5.ebuild | 48 +++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/app-text/libgxps/Manifest b/app-text/libgxps/Manifest
index 3cd5a67f69a..83bda1a5793 100644
--- a/app-text/libgxps/Manifest
+++ b/app-text/libgxps/Manifest
@@ -1 +1,2 @@
 DIST libgxps-0.2.4.tar.xz 335256 SHA256 e9d6aa02836d9d4823a51705d3e1dee6fc4bce11d72566024042cfaac56ec7a4 SHA512 3e2821931a63483281952d9818dc77295caa8a514d0a25deffd922d98a9db8ced4141cc8489781715a021af361a2e41210aad1fb773f94dff0f864f8e45d2681 WHIRLPOOL 57a7f460e5cfc449b5ca95cd2e8d658d8857b4618cf79896a5da05fbd24e5c38092392f39ef5c96e20b30e1267317ef6e9c3bfd9eada105117bd29a53dd86ebf
+DIST libgxps-0.2.5.tar.xz 346532 SHA256 3e7594c5c9b077171ec9ccd3ff2b4f4c4b29884d26d4f35e740c8887b40199a0 SHA512 f449c4cb989910797c84614ce9f141d4e9adcda0c18f309f656de397ba5deabfa9b4c558c81be7f52bc44c048c401616775989cd1ff9408eeea44f46ef56635b WHIRLPOOL db7514e785f46a3fbf32db9962c2644837855116acbbf37373388c3cfed3b88645c4a574fe8e2ae41913b68250d9448dd3566d9b15b258c74810262f4411f9b8

diff --git a/app-text/libgxps/libgxps-0.2.5.ebuild b/app-text/libgxps/libgxps-0.2.5.ebuild
new file mode 100644
index 00000000000..83673244041
--- /dev/null
+++ b/app-text/libgxps/libgxps-0.2.5.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="Library for handling and rendering XPS documents"
+HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug +introspection jpeg lcms static-libs tiff"
+
+RDEPEND="
+	>=app-arch/libarchive-2.8
+	>=dev-libs/glib-2.36:2
+	media-libs/freetype:2
+	media-libs/libpng:0
+	>=x11-libs/cairo-1.10[svg]
+	introspection? ( >=dev-libs/gobject-introspection-0.10.1:= )
+	jpeg? ( virtual/jpeg:0 )
+	lcms? ( media-libs/lcms:2 )
+	tiff? ( media-libs/tiff:0[zlib] )
+"
+DEPEND="${RDEPEND}
+	app-text/docbook-xsl-stylesheets
+	dev-libs/libxslt
+	dev-util/gtk-doc-am
+	virtual/pkgconfig
+"
+
+# There is no automatic test suite, only an interactive test application
+RESTRICT="test"
+
+src_configure() {
+	gnome2_src_configure \
+		--enable-man \
+		--disable-test \
+		$(use_enable debug) \
+		$(use_enable introspection) \
+		$(use_with jpeg libjpeg) \
+		$(use_with lcms liblcms2) \
+		$(use_enable static-libs static) \
+		$(use_with tiff libtiff)
+}


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2016-12-06 19:51 Markus Meier
  0 siblings, 0 replies; 30+ messages in thread
From: Markus Meier @ 2016-12-06 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     6a31a3887c8e574aae3e48d6adc1e71b862f3c34
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  6 19:51:18 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Tue Dec  6 19:51:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a31a388

app-text/libgxps: arm stable, bug #587010

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 app-text/libgxps/libgxps-0.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libgxps/libgxps-0.2.4.ebuild b/app-text/libgxps/libgxps-0.2.4.ebuild
index e2efd0f..6d45f9a 100644
--- a/app-text/libgxps/libgxps-0.2.4.ebuild
+++ b/app-text/libgxps/libgxps-0.2.4.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="debug +introspection jpeg lcms static-libs tiff"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2016-07-02 10:43 Pacho Ramos
  0 siblings, 0 replies; 30+ messages in thread
From: Pacho Ramos @ 2016-07-02 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     faec9e97c656f0832692bd811c303add7197f71f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 10:12:09 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 10:42:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faec9e97

app-text/libgxps: Drop old

Package-Manager: portage-2.3.0_rc1

 app-text/libgxps/Manifest             |  1 -
 app-text/libgxps/libgxps-0.2.2.ebuild | 49 -----------------------------------
 2 files changed, 50 deletions(-)

diff --git a/app-text/libgxps/Manifest b/app-text/libgxps/Manifest
index 048788e..a0bf7dd 100644
--- a/app-text/libgxps/Manifest
+++ b/app-text/libgxps/Manifest
@@ -1,2 +1 @@
-DIST libgxps-0.2.2.tar.xz 302844 SHA256 39d104739bf0db43905c315de1d8002460f1a098576f4418f69294013a5820be SHA512 96fa462cb4bba9cdba3d8cfe416199f8d956d17397e3514aa6168c7acc865a30e9347d8f9850f16a8c2a0a83dc83f7d7d2bd1806e27a2af0914ce53fed2b4467 WHIRLPOOL cc4aeb94d3c989bb8dfc7b4912a1c8d86f46d8cef0051657d7cbdb9d565aaf0d07e65619f643246bc5abd7010e40046cd683ba36a8fa261eb3762bb8ee795b5a
 DIST libgxps-0.2.3.2.tar.xz 323060 SHA256 6ea5f0ed85665a4e6702e31e38b5f1b2e5ae4f3d316a55d7f1fb1799224b4127 SHA512 fc1f8f1a3091efaa60f29a1842e997ed72c9888b8d903b613dd0073468172a8e2d757877207ab81b155fcb3988ec975c91490c20afb4ebae1e03e0e1cc620257 WHIRLPOOL d5069483f105ae1f4e4435c5b2fce18d7175a82354d59f311a0b8582d88a13695886870ef63772d7573dbaa1fdb3c1d68c2e975437d73ec4d24b2281033af399

diff --git a/app-text/libgxps/libgxps-0.2.2.ebuild b/app-text/libgxps/libgxps-0.2.2.ebuild
deleted file mode 100644
index 1992801..0000000
--- a/app-text/libgxps/libgxps-0.2.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GNOME2_LA_PUNT="yes"
-GCONF_DEBUG="yes"
-
-inherit gnome2
-
-DESCRIPTION="Library for handling and rendering XPS documents"
-HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
-IUSE="+introspection jpeg lcms static-libs tiff"
-
-RDEPEND="
-	>=app-arch/libarchive-2.8
-	>=dev-libs/glib-2.24:2
-	media-libs/freetype:2
-	media-libs/libpng:0
-	>=x11-libs/cairo-1.10[svg]
-	introspection? ( >=dev-libs/gobject-introspection-0.10.1 )
-	jpeg? ( virtual/jpeg )
-	lcms? ( media-libs/lcms:2 )
-	tiff? ( media-libs/tiff[zlib] )
-"
-DEPEND="${RDEPEND}
-	app-text/docbook-xsl-stylesheets
-	dev-libs/libxslt
-	dev-util/gtk-doc-am
-	virtual/pkgconfig
-"
-
-# There is no automatic test suite, only an interactive test application
-RESTRICT="test"
-
-src_configure() {
-	gnome2_src_configure \
-		--enable-man \
-		--disable-test \
-		$(use_enable introspection) \
-		$(use_with jpeg libjpeg) \
-		$(use_with lcms liblcms2) \
-		$(use_enable static-libs static) \
-		$(use_with tiff libtiff)
-}


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2016-07-02 10:43 Pacho Ramos
  0 siblings, 0 replies; 30+ messages in thread
From: Pacho Ramos @ 2016-07-02 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     6a1950fb1d9251aa59c179a78ed88e6d78e0bbfc
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 10:12:39 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 10:43:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1950fb

app-text/libgxps: Version bump

Package-Manager: portage-2.3.0_rc1

 app-text/libgxps/Manifest             |  1 +
 app-text/libgxps/libgxps-0.2.4.ebuild | 49 +++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/app-text/libgxps/Manifest b/app-text/libgxps/Manifest
index a0bf7dd..c6fcf51 100644
--- a/app-text/libgxps/Manifest
+++ b/app-text/libgxps/Manifest
@@ -1 +1,2 @@
 DIST libgxps-0.2.3.2.tar.xz 323060 SHA256 6ea5f0ed85665a4e6702e31e38b5f1b2e5ae4f3d316a55d7f1fb1799224b4127 SHA512 fc1f8f1a3091efaa60f29a1842e997ed72c9888b8d903b613dd0073468172a8e2d757877207ab81b155fcb3988ec975c91490c20afb4ebae1e03e0e1cc620257 WHIRLPOOL d5069483f105ae1f4e4435c5b2fce18d7175a82354d59f311a0b8582d88a13695886870ef63772d7573dbaa1fdb3c1d68c2e975437d73ec4d24b2281033af399
+DIST libgxps-0.2.4.tar.xz 335256 SHA256 e9d6aa02836d9d4823a51705d3e1dee6fc4bce11d72566024042cfaac56ec7a4 SHA512 3e2821931a63483281952d9818dc77295caa8a514d0a25deffd922d98a9db8ced4141cc8489781715a021af361a2e41210aad1fb773f94dff0f864f8e45d2681 WHIRLPOOL 57a7f460e5cfc449b5ca95cd2e8d658d8857b4618cf79896a5da05fbd24e5c38092392f39ef5c96e20b30e1267317ef6e9c3bfd9eada105117bd29a53dd86ebf

diff --git a/app-text/libgxps/libgxps-0.2.4.ebuild b/app-text/libgxps/libgxps-0.2.4.ebuild
new file mode 100644
index 0000000..697cf56
--- /dev/null
+++ b/app-text/libgxps/libgxps-0.2.4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="Library for handling and rendering XPS documents"
+HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug +introspection jpeg lcms static-libs tiff"
+
+RDEPEND="
+	>=app-arch/libarchive-2.8
+	>=dev-libs/glib-2.24:2
+	media-libs/freetype:2
+	media-libs/libpng:0
+	>=x11-libs/cairo-1.10[svg]
+	introspection? ( >=dev-libs/gobject-introspection-0.10.1:= )
+	jpeg? ( virtual/jpeg:0 )
+	lcms? ( media-libs/lcms:2 )
+	tiff? ( media-libs/tiff:0[zlib] )
+"
+DEPEND="${RDEPEND}
+	app-text/docbook-xsl-stylesheets
+	dev-libs/libxslt
+	dev-util/gtk-doc-am
+	virtual/pkgconfig
+"
+
+# There is no automatic test suite, only an interactive test application
+RESTRICT="test"
+
+src_configure() {
+	gnome2_src_configure \
+		--enable-man \
+		--disable-test \
+		$(use_enable debug) \
+		$(use_enable introspection) \
+		$(use_with jpeg libjpeg) \
+		$(use_with lcms liblcms2) \
+		$(use_enable static-libs static) \
+		$(use_with tiff libtiff)
+}


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2015-10-03  8:13 Markus Meier
  0 siblings, 0 replies; 30+ messages in thread
From: Markus Meier @ 2015-10-03  8:13 UTC (permalink / raw
  To: gentoo-commits

commit:     e827769d81e31af12faa6fe816491ccf9c91b205
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  3 08:13:03 2015 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat Oct  3 08:13:03 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e827769d

app-text/libgxps: arm stable, bug #551826

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="arm"

 app-text/libgxps/libgxps-0.2.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libgxps/libgxps-0.2.3.2.ebuild b/app-text/libgxps/libgxps-0.2.3.2.ebuild
index f447faa..3060af9 100644
--- a/app-text/libgxps/libgxps-0.2.3.2.ebuild
+++ b/app-text/libgxps/libgxps-0.2.3.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~ia64 ~ppc ppc64 ~sparc x86"
 IUSE="+introspection jpeg lcms static-libs tiff"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2015-09-07 16:24 Mikle Kolyada
  0 siblings, 0 replies; 30+ messages in thread
From: Mikle Kolyada @ 2015-09-07 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e9ee61bf668c8c0fde1ced758189ed400cb72e73
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 16:01:15 2015 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 16:21:43 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ee61bf

app-text/libgxps: amd64 stable wrt bug #551826

Package-Manager: portage-2.2.20.1

 app-text/libgxps/libgxps-0.2.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libgxps/libgxps-0.2.3.2.ebuild b/app-text/libgxps/libgxps-0.2.3.2.ebuild
index dc645b9..a590616 100644
--- a/app-text/libgxps/libgxps-0.2.3.2.ebuild
+++ b/app-text/libgxps/libgxps-0.2.3.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+introspection jpeg lcms static-libs tiff"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2015-09-05 12:34 Pacho Ramos
  0 siblings, 0 replies; 30+ messages in thread
From: Pacho Ramos @ 2015-09-05 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     5f5fe4918248dbed9c02ffe63cae14e5d4ec410d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 12:34:33 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 12:34:33 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f5fe491

app-text/libgxps: Version bump

Package-Manager: portage-2.2.20.1

 app-text/libgxps/libgxps-0.2.3.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/libgxps/libgxps-0.2.3.2.ebuild b/app-text/libgxps/libgxps-0.2.3.2.ebuild
index 7c388c4..dc645b9 100644
--- a/app-text/libgxps/libgxps-0.2.3.2.ebuild
+++ b/app-text/libgxps/libgxps-0.2.3.2.ebuild
@@ -23,9 +23,9 @@ RDEPEND="
 	media-libs/libpng:0
 	>=x11-libs/cairo-1.10[svg]
 	introspection? ( >=dev-libs/gobject-introspection-0.10.1:= )
-	jpeg? ( virtual/jpeg )
+	jpeg? ( virtual/jpeg:0 )
 	lcms? ( media-libs/lcms:2 )
-	tiff? ( media-libs/tiff[zlib] )
+	tiff? ( media-libs/tiff:0[zlib] )
 "
 DEPEND="${RDEPEND}
 	app-text/docbook-xsl-stylesheets


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
@ 2015-09-05 12:34 Pacho Ramos
  0 siblings, 0 replies; 30+ messages in thread
From: Pacho Ramos @ 2015-09-05 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     1b5991951e135c244e061482d6dfd9d91820be98
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 12:33:40 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 12:33:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b599195

app-text/libgxps: Version bump

Package-Manager: portage-2.2.20.1

 app-text/libgxps/Manifest               |  1 +
 app-text/libgxps/libgxps-0.2.3.2.ebuild | 49 +++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/app-text/libgxps/Manifest b/app-text/libgxps/Manifest
index 77a1d4a..048788e 100644
--- a/app-text/libgxps/Manifest
+++ b/app-text/libgxps/Manifest
@@ -1 +1,2 @@
 DIST libgxps-0.2.2.tar.xz 302844 SHA256 39d104739bf0db43905c315de1d8002460f1a098576f4418f69294013a5820be SHA512 96fa462cb4bba9cdba3d8cfe416199f8d956d17397e3514aa6168c7acc865a30e9347d8f9850f16a8c2a0a83dc83f7d7d2bd1806e27a2af0914ce53fed2b4467 WHIRLPOOL cc4aeb94d3c989bb8dfc7b4912a1c8d86f46d8cef0051657d7cbdb9d565aaf0d07e65619f643246bc5abd7010e40046cd683ba36a8fa261eb3762bb8ee795b5a
+DIST libgxps-0.2.3.2.tar.xz 323060 SHA256 6ea5f0ed85665a4e6702e31e38b5f1b2e5ae4f3d316a55d7f1fb1799224b4127 SHA512 fc1f8f1a3091efaa60f29a1842e997ed72c9888b8d903b613dd0073468172a8e2d757877207ab81b155fcb3988ec975c91490c20afb4ebae1e03e0e1cc620257 WHIRLPOOL d5069483f105ae1f4e4435c5b2fce18d7175a82354d59f311a0b8582d88a13695886870ef63772d7573dbaa1fdb3c1d68c2e975437d73ec4d24b2281033af399

diff --git a/app-text/libgxps/libgxps-0.2.3.2.ebuild b/app-text/libgxps/libgxps-0.2.3.2.ebuild
new file mode 100644
index 0000000..7c388c4
--- /dev/null
+++ b/app-text/libgxps/libgxps-0.2.3.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GNOME2_LA_PUNT="yes"
+GCONF_DEBUG="yes"
+
+inherit gnome2
+
+DESCRIPTION="Library for handling and rendering XPS documents"
+HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+introspection jpeg lcms static-libs tiff"
+
+RDEPEND="
+	>=app-arch/libarchive-2.8
+	>=dev-libs/glib-2.24:2
+	media-libs/freetype:2
+	media-libs/libpng:0
+	>=x11-libs/cairo-1.10[svg]
+	introspection? ( >=dev-libs/gobject-introspection-0.10.1:= )
+	jpeg? ( virtual/jpeg )
+	lcms? ( media-libs/lcms:2 )
+	tiff? ( media-libs/tiff[zlib] )
+"
+DEPEND="${RDEPEND}
+	app-text/docbook-xsl-stylesheets
+	dev-libs/libxslt
+	dev-util/gtk-doc-am
+	virtual/pkgconfig
+"
+
+# There is no automatic test suite, only an interactive test application
+RESTRICT="test"
+
+src_configure() {
+	gnome2_src_configure \
+		--enable-man \
+		--disable-test \
+		$(use_enable introspection) \
+		$(use_with jpeg libjpeg) \
+		$(use_with lcms liblcms2) \
+		$(use_enable static-libs static) \
+		$(use_with tiff libtiff)
+}


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

end of thread, other threads:[~2022-12-04  9:23 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-17 22:41 [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2022-12-04  9:23 WANG Xuerui
2022-10-29 23:21 Matt Turner
2022-10-08 18:25 Sam James
2021-04-15  0:13 Sam James
2021-04-14 22:07 Sam James
2021-03-13 18:14 Matt Turner
2020-01-11 19:40 Mart Raudsepp
2020-01-11 19:40 Mart Raudsepp
2019-05-23  3:27 Aaron Bauman
2019-01-16  4:00 Mart Raudsepp
2018-03-15  1:50 Mart Raudsepp
2017-11-05 18:06 Sergei Trofimovich
2017-09-26 23:02 Sergei Trofimovich
2017-09-25 21:42 Sergei Trofimovich
2017-09-04 14:02 Aaron Bauman
2017-09-04 14:02 Aaron Bauman
2017-08-28  8:22 Sergei Trofimovich
2017-08-16 22:31 Gilles Dartiguelongue
2017-07-07 21:20 Mart Raudsepp
2017-06-12 10:07 Mart Raudsepp
2017-04-22 17:53 Tobias Klausmann
2017-03-23  5:32 Mart Raudsepp
2016-12-06 19:51 Markus Meier
2016-07-02 10:43 Pacho Ramos
2016-07-02 10:43 Pacho Ramos
2015-10-03  8:13 Markus Meier
2015-09-07 16:24 Mikle Kolyada
2015-09-05 12:34 Pacho Ramos
2015-09-05 12:34 Pacho Ramos

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