[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/, gnome-extra/libgsf/files/

2024-04-13 Thread Mart Raudsepp
commit: 42fc4a9ab7a9840aa55b8ce5b966a2667a432755
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 13 10:22:52 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 13 10:22:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42fc4a9a

gnome-extra/libgsf: drop 1.14.50-r1, 1.14.51

Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/libgsf/Manifest|  2 -
 .../libgsf/files/1.14.50-configure-clang16.patch   | 23 ---
 .../libgsf/files/1.14.51-libxml2-2.12.patch| 20 -
 gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild| 48 --
 gnome-extra/libgsf/libgsf-1.14.51.ebuild   | 48 --
 5 files changed, 141 deletions(-)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index 988640d82841..35f23a38a722 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1,3 +1 @@
-DIST libgsf-1.14.50.tar.xz 702424 BLAKE2B 
dc6e3fa313cc99981cf521b4613ef135ea6836554be0cc557e49d77bd3259e1bf2150af1b7a41071f4b865c28a9b6153b6ef6e89d4868e4203ce7dc7da433c71
 SHA512 
e4a405d01440654bfe5059536524d494e5b66859235648bcf6031a74b59967504b50750f471bbe1607c4a5ef11cac98aa2ca9ebb31151cf5a19ffa340d421adb
-DIST libgsf-1.14.51.tar.xz 707488 BLAKE2B 
08012d4df8e9256579069518a54198b9aa8c21c3d0c4297eb4ff829af666287cc186d846eecb277609ffe5a89d02a36344cedc67f6ed00354d018a692a99f4fe
 SHA512 
b7c02e10762c93909a1aacb86f30b266ed8b0eeefe73ede5acb8ac0c1094a1e4be2b7bd3a59ebfc03180f8f72f2cc602e80c871a1b8a28f3fccfdd403ad24da7
 DIST libgsf-1.14.52.tar.xz 707580 BLAKE2B 
01f03f8c289388ab63ff67786fa2eac745e4233475d01544d7149a52d1f6043145acbab2e3c28dbaadfa20e5197c6d7f2316385879cd148dd55fb37e16999888
 SHA512 
3a7af5eae2aa539181dd0ae0d0ce4110da4c430ed8a26cdd7f0ec84c9bcf86360cceabf81ec7c6b902f2fe8d7ea5e3c09fa911d6bab3162f0f531e6973137f4b

diff --git a/gnome-extra/libgsf/files/1.14.50-configure-clang16.patch 
b/gnome-extra/libgsf/files/1.14.50-configure-clang16.patch
deleted file mode 100644
index c28811401e82..
--- a/gnome-extra/libgsf/files/1.14.50-configure-clang16.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-https://bugs.gentoo.org/898818
-https://gitlab.gnome.org/GNOME/libgsf/-/merge_requests/13
-
-From 167d7f96c81683392933ddb8c427e5d7c8ce284d Mon Sep 17 00:00:00 2001
-From: Florian Weimer 
-Date: Thu, 27 Apr 2023 20:34:34 +0200
-Subject: [PATCH] configure.ac: Avoid implicit int in libbz2 probe
-
-Otherwise, this probe will always fail with future compilers,
-which are likely not to support implict ints by default.
 a/configure.ac
-+++ b/configure.ac
-@@ -427,7 +427,7 @@ if test "x$test_bz2" = xtrue ; then
- #undef VERSION
- #undef HAVE_STDLIB_H
- #include 
--  main ()
-+  int main (void)
-   {
- return BZ2_bzDecompressInit (NULL, 0, 0);
-   }
--- 
-GitLab

diff --git a/gnome-extra/libgsf/files/1.14.51-libxml2-2.12.patch 
b/gnome-extra/libgsf/files/1.14.51-libxml2-2.12.patch
deleted file mode 100644
index cfbd82c6e634..
--- a/gnome-extra/libgsf/files/1.14.51-libxml2-2.12.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-https://bugs.gentoo.org/917549
-https://gitlab.gnome.org/GNOME/libgsf/-/commit/b6719aa4a8a0fc3acfd8e7ab339b3493f7251b22
-
-From b6719aa4a8a0fc3acfd8e7ab339b3493f7251b22 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?J=C3=BCrg=20Billeter?= 
-Date: Fri, 24 Nov 2023 19:47:35 +0100
-Subject: [PATCH] xml: Fix build with libxml2 2.12
-
 a/gsf/gsf-libxml.h
-+++ b/gsf/gsf-libxml.h
-@@ -23,6 +23,7 @@
- #define GSF_LIBXML_H
- 
- #include 
-+#include 
- #include 
- 
- G_BEGIN_DECLS
--- 
-GitLab

diff --git a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
deleted file mode 100644
index f7edd9c1c383..
--- a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-GNOME2_EAUTORECONF=yes
-inherit gnome2
-
-DESCRIPTION="The GNOME Structured File Library"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
-IUSE="bzip2 gtk +introspection test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/glib-2.36:2
-   >=dev-libs/libxml2-2.4.16:2
-   sys-libs/zlib
-   bzip2? ( app-arch/bzip2 )
-   gtk? (
-   x11-libs/gdk-pixbuf:2
-   virtual/imagemagick-tools
-   )
-   introspection? ( >=dev-libs/gobject-introspection-1:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-build/gtk-doc-am-1.12
-   dev-libs/gobject-introspection-common
-   >=sys-devel/gettext-0.19.6
-   virtual/pkgconfig
-   test? ( dev-perl/XML-Parser )
-"
-
-PATCHES=(
-   "${FILESDIR}"/1.14.49

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2024-04-09 Thread Sam James
commit: 8a90b91a1ac38713c58a4a034b5678eca339103f
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:13 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a90b91a

gnome-extra/libgsf: Stabilize 1.14.52 ppc, #928805

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.52.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.52.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.52.ebuild
index ccf6fc85d954..d1e9a4ea0801 100644
--- a/gnome-extra/libgsf/libgsf-1.14.52.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.52.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2024-04-07 Thread Arthur Zamarin
commit: cfe3355810e92dfd771bac426f41e371b17d98f3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr  7 10:10:43 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr  7 10:10:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe33558

gnome-extra/libgsf: Stabilize 1.14.52 arm, #928805

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.52.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.52.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.52.ebuild
index 65c0d47e9c98..ccf6fc85d954 100644
--- a/gnome-extra/libgsf/libgsf-1.14.52.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.52.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2024-04-07 Thread Arthur Zamarin
commit: 0913454904c8322101a206d77e93be86ee739b5f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr  7 07:40:42 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr  7 07:40:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09134549

gnome-extra/libgsf: Stabilize 1.14.52 ppc64, #928805

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.52.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.52.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.52.ebuild
index b4d1fb07f864..65c0d47e9c98 100644
--- a/gnome-extra/libgsf/libgsf-1.14.52.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.52.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2024-04-06 Thread Arthur Zamarin
commit: 076485392c5e95af072f921608fdf3c4bcc0073a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr  7 06:21:33 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr  7 06:21:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07648539

gnome-extra/libgsf: Stabilize 1.14.52 arm64, #928805

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.52.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.52.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.52.ebuild
index a05979b21dab..b4d1fb07f864 100644
--- a/gnome-extra/libgsf/libgsf-1.14.52.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.52.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2024-02-09 Thread Mart Raudsepp
commit: b8f730b3bcfc53e4d8020533a1b25ddb6b9f1f31
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb  9 22:22:30 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb  9 22:25:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f730b3

gnome-extra/libgsf: add 1.14.52

Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/libgsf/Manifest  |  1 +
 gnome-extra/libgsf/libgsf-1.14.52.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index 0f148c9baafe..988640d82841 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1,2 +1,3 @@
 DIST libgsf-1.14.50.tar.xz 702424 BLAKE2B 
dc6e3fa313cc99981cf521b4613ef135ea6836554be0cc557e49d77bd3259e1bf2150af1b7a41071f4b865c28a9b6153b6ef6e89d4868e4203ce7dc7da433c71
 SHA512 
e4a405d01440654bfe5059536524d494e5b66859235648bcf6031a74b59967504b50750f471bbe1607c4a5ef11cac98aa2ca9ebb31151cf5a19ffa340d421adb
 DIST libgsf-1.14.51.tar.xz 707488 BLAKE2B 
08012d4df8e9256579069518a54198b9aa8c21c3d0c4297eb4ff829af666287cc186d846eecb277609ffe5a89d02a36344cedc67f6ed00354d018a692a99f4fe
 SHA512 
b7c02e10762c93909a1aacb86f30b266ed8b0eeefe73ede5acb8ac0c1094a1e4be2b7bd3a59ebfc03180f8f72f2cc602e80c871a1b8a28f3fccfdd403ad24da7
+DIST libgsf-1.14.52.tar.xz 707580 BLAKE2B 
01f03f8c289388ab63ff67786fa2eac745e4233475d01544d7149a52d1f6043145acbab2e3c28dbaadfa20e5197c6d7f2316385879cd148dd55fb37e16999888
 SHA512 
3a7af5eae2aa539181dd0ae0d0ce4110da4c430ed8a26cdd7f0ec84c9bcf86360cceabf81ec7c6b902f2fe8d7ea5e3c09fa911d6bab3162f0f531e6973137f4b

diff --git a/gnome-extra/libgsf/libgsf-1.14.52.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.52.ebuild
new file mode 100644
index ..03145971468c
--- /dev/null
+++ b/gnome-extra/libgsf/libgsf-1.14.52.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+GNOME2_EAUTORECONF=yes
+inherit gnome2
+
+DESCRIPTION="The GNOME Structured File Library"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
+
+LICENSE="LGPL-2.1"
+SLOT="0/114" # libgsf-1.so version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+IUSE="bzip2 gtk +introspection test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/libxml2-2.4.16:2
+   sys-libs/zlib
+   bzip2? ( app-arch/bzip2 )
+   gtk? (
+   x11-libs/gdk-pixbuf:2
+   virtual/imagemagick-tools
+   )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-build/gtk-doc-am-1.12
+   dev-libs/gobject-introspection-common
+   >=sys-devel/gettext-0.19.6
+   virtual/pkgconfig
+   test? ( dev-perl/XML-Parser )
+"
+
+PATCHES=(
+   "${FILESDIR}"/1.14.49-skip-valgrind-tests.patch
+)
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_with bzip2 bz2) \
+   $(use_enable introspection) \
+   $(use_with gtk gdk-pixbuf)
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2024-02-01 Thread Sam James
commit: ebccc6620dea789e0e8bf97b09e405cc0c203e9a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb  1 06:39:12 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  2 01:02:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebccc662

gnome-extra/libgsf: stable 1.14.51 for sparc, bug #923121

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.51.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
index 798aebbc6941..2ad18eae56df 100644
--- a/gnome-extra/libgsf/libgsf-1.14.51.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2024-01-28 Thread Sam James
commit: 9d5c4b783e48624600711387578753680fee235a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 21:21:23 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 21:21:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5c4b78

gnome-extra/libgsf: Stabilize 1.14.51 amd64, #923121

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.51.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
index 02758f857356..798aebbc6941 100644
--- a/gnome-extra/libgsf/libgsf-1.14.51.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2024-01-28 Thread Sam James
commit: 5edd5cbec3a72b1e4026a18ba3435cce0a8c2422
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 20:01:49 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 20:01:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5edd5cbe

gnome-extra/libgsf: Stabilize 1.14.51 x86, #923121

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.51.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
index 3d8e125efc23..02758f857356 100644
--- a/gnome-extra/libgsf/libgsf-1.14.51.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2024-01-28 Thread Sam James
commit: 4c235cd832139539270bdd3e96fc8452273d20cf
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 15:52:00 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 15:52:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c235cd8

gnome-extra/libgsf: Stabilize 1.14.51 arm64, #923121

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.51.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
index cccb6f89466e..f3ed136655e8 100644
--- a/gnome-extra/libgsf/libgsf-1.14.51.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2024-01-28 Thread Sam James
commit: af1a7b6733479c9001caae2d9e133e3879bb848b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 15:52:01 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 15:52:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1a7b67

gnome-extra/libgsf: Stabilize 1.14.51 arm, #923121

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.51.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
index f3ed136655e8..3d8e125efc23 100644
--- a/gnome-extra/libgsf/libgsf-1.14.51.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2024-01-28 Thread Sam James
commit: 3d2bbe89217aaba98f6ea799a548cf302b7dc054
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 15:51:58 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 15:51:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2bbe89

gnome-extra/libgsf: Stabilize 1.14.51 ppc64, #923121

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.51.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
index 1bafb20a8012..cccb6f89466e 100644
--- a/gnome-extra/libgsf/libgsf-1.14.51.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2024-01-28 Thread Sam James
commit: 1428995464a7fa3e3cf1b7af53a4b45ad41a42e3
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 15:51:57 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 15:51:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14289954

gnome-extra/libgsf: Stabilize 1.14.51 ppc, #923121

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.51.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
index 2b6a32860cd0..1bafb20a8012 100644
--- a/gnome-extra/libgsf/libgsf-1.14.51.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/, gnome-extra/libgsf/files/

2024-01-15 Thread Sam James
commit: 9ec403a539c52f06f5111a62ace41e2604662e76
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 16 03:11:42 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 16 03:14:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec403a5

gnome-extra/libgsf: fix build w/ libxml2-2.12

Closes: https://bugs.gentoo.org/917549
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/libgsf/files/1.14.51-libxml2-2.12.patch | 20 
 gnome-extra/libgsf/libgsf-1.14.51.ebuild|  3 ++-
 2 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/files/1.14.51-libxml2-2.12.patch 
b/gnome-extra/libgsf/files/1.14.51-libxml2-2.12.patch
new file mode 100644
index ..cfbd82c6e634
--- /dev/null
+++ b/gnome-extra/libgsf/files/1.14.51-libxml2-2.12.patch
@@ -0,0 +1,20 @@
+https://bugs.gentoo.org/917549
+https://gitlab.gnome.org/GNOME/libgsf/-/commit/b6719aa4a8a0fc3acfd8e7ab339b3493f7251b22
+
+From b6719aa4a8a0fc3acfd8e7ab339b3493f7251b22 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?J=C3=BCrg=20Billeter?= 
+Date: Fri, 24 Nov 2023 19:47:35 +0100
+Subject: [PATCH] xml: Fix build with libxml2 2.12
+
+--- a/gsf/gsf-libxml.h
 b/gsf/gsf-libxml.h
+@@ -23,6 +23,7 @@
+ #define GSF_LIBXML_H
+ 
+ #include 
++#include 
+ #include 
+ 
+ G_BEGIN_DECLS
+-- 
+GitLab

diff --git a/gnome-extra/libgsf/libgsf-1.14.51.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
index 9b8b4ef0e360..3abb894f8ff0 100644
--- a/gnome-extra/libgsf/libgsf-1.14.51.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -36,6 +36,7 @@ DEPEND="${RDEPEND}
 
 PATCHES=(
"${FILESDIR}"/1.14.49-skip-valgrind-tests.patch
+   "${FILESDIR}"/1.14.51-libxml2-2.12.patch
 )
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2023-11-04 Thread Mart Raudsepp
commit: 428146b69d4c4eca4cdd60f784cb66c110715a80
Author: Guillermo Joandet  gmail  com>
AuthorDate: Fri Nov  3 13:23:32 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Nov  4 20:20:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428146b6

gnome-extra/libgsf: Version bump to 1.14.51

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33664
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/libgsf/Manifest  |  1 +
 gnome-extra/libgsf/libgsf-1.14.51.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index 983a67cf5de5..0f148c9baafe 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1 +1,2 @@
 DIST libgsf-1.14.50.tar.xz 702424 BLAKE2B 
dc6e3fa313cc99981cf521b4613ef135ea6836554be0cc557e49d77bd3259e1bf2150af1b7a41071f4b865c28a9b6153b6ef6e89d4868e4203ce7dc7da433c71
 SHA512 
e4a405d01440654bfe5059536524d494e5b66859235648bcf6031a74b59967504b50750f471bbe1607c4a5ef11cac98aa2ca9ebb31151cf5a19ffa340d421adb
+DIST libgsf-1.14.51.tar.xz 707488 BLAKE2B 
08012d4df8e9256579069518a54198b9aa8c21c3d0c4297eb4ff829af666287cc186d846eecb277609ffe5a89d02a36344cedc67f6ed00354d018a692a99f4fe
 SHA512 
b7c02e10762c93909a1aacb86f30b266ed8b0eeefe73ede5acb8ac0c1094a1e4be2b7bd3a59ebfc03180f8f72f2cc602e80c871a1b8a28f3fccfdd403ad24da7

diff --git a/gnome-extra/libgsf/libgsf-1.14.51.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
new file mode 100644
index ..1270ca3c4e5b
--- /dev/null
+++ b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+GNOME2_EAUTORECONF=yes
+inherit gnome2
+
+DESCRIPTION="The GNOME Structured File Library"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/114" # libgsf-1.so version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+IUSE="bzip2 gtk +introspection test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/libxml2-2.4.16:2
+   sys-libs/zlib
+   bzip2? ( app-arch/bzip2 )
+   gtk? (
+   x11-libs/gdk-pixbuf:2
+   virtual/imagemagick-tools
+   )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+   dev-libs/gobject-introspection-common
+   >=sys-devel/gettext-0.19.6
+   virtual/pkgconfig
+   test? ( dev-perl/XML-Parser )
+"
+
+PATCHES=(
+   "${FILESDIR}"/1.14.49-skip-valgrind-tests.patch
+)
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_with bzip2 bz2) \
+   $(use_enable introspection) \
+   $(use_with gtk gdk-pixbuf)
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2023-11-04 Thread Mart Raudsepp
commit: acd6cff5c44ca0c8df090ef04a773d1732070175
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Nov  4 20:10:39 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Nov  4 20:20:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd6cff5

gnome-extra/libgsf: update LICENSE

Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.51.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
index 1270ca3c4e5b..9b8b4ef0e360 100644
--- a/gnome-extra/libgsf/libgsf-1.14.51.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
@@ -9,7 +9,7 @@ inherit gnome2
 DESCRIPTION="The GNOME Structured File Library"
 HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
-LICENSE="GPL-2 LGPL-2.1"
+LICENSE="LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="bzip2 gtk +introspection test"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2023-05-02 Thread Sam James
commit: 1d40be9e5b7768e62d70e11d887bc8337cbe3f93
Author: Sam James  gentoo  org>
AuthorDate: Wed May  3 03:52:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  3 03:52:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d40be9e

gnome-extra/libgsf: Stabilize 1.14.50-r1 ppc64, #90

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
index a8c0139f025e..4eab52cfc1c7 100644
--- a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2023-05-02 Thread Arthur Zamarin
commit: 99976642681eec8422d417241816d95bb52197f3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 19:27:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 19:27:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99976642

gnome-extra/libgsf: Stabilize 1.14.50-r1 x86, #90

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
index e2164cae862b..a8c0139f025e 100644
--- a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2023-05-02 Thread Arthur Zamarin
commit: 9ca4a84e1278c52eaeeb7f4c466b3efe747f8813
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 19:22:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 19:22:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca4a84e

gnome-extra/libgsf: Stabilize 1.14.50-r1 ppc, #90

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
index cefec2308698..e2164cae862b 100644
--- a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2023-05-02 Thread Arthur Zamarin
commit: 8ed7a53de1fe463ae9b6faacb472bd80e6b8afad
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 18:11:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 18:11:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed7a53d

gnome-extra/libgsf: Stabilize 1.14.50-r1 arm, #90

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
index de29321f8706..cefec2308698 100644
--- a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2023-05-02 Thread Arthur Zamarin
commit: c69bdef2bfabfef873b60c914a53976983a5d3e9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 17:43:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 17:43:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69bdef2

gnome-extra/libgsf: Stabilize 1.14.50-r1 sparc, #90

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
index b76be14033ec..de29321f8706 100644
--- a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2023-05-02 Thread Arthur Zamarin
commit: 8209213a558cae161a3c1223d6980ab095c2a641
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 17:28:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 17:28:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8209213a

gnome-extra/libgsf: Stabilize 1.14.50-r1 arm64, #90

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
index 8bdb580ec3ba..b76be14033ec 100644
--- a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2023-05-02 Thread Arthur Zamarin
commit: a0e1545700b4ac633bc9a10717d81a8f0dbc5e97
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 17:24:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 17:24:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e15457

gnome-extra/libgsf: Stabilize 1.14.50-r1 amd64, #90

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
index 1520f5d07364..8bdb580ec3ba 100644
--- a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/files/, gnome-extra/libgsf/

2023-04-27 Thread Sam James
commit: 77b3718f4d06bb41371886ad25b19bdd848b45df
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 28 05:54:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 28 06:04:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b3718f

gnome-extra/libgsf: fix configure w/ clang 16

Closes: https://bugs.gentoo.org/898818
Signed-off-by: Sam James  gentoo.org>

 .../libgsf/files/1.14.50-configure-clang16.patch   | 23 +++
 gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild| 48 ++
 2 files changed, 71 insertions(+)

diff --git a/gnome-extra/libgsf/files/1.14.50-configure-clang16.patch 
b/gnome-extra/libgsf/files/1.14.50-configure-clang16.patch
new file mode 100644
index ..c28811401e82
--- /dev/null
+++ b/gnome-extra/libgsf/files/1.14.50-configure-clang16.patch
@@ -0,0 +1,23 @@
+https://bugs.gentoo.org/898818
+https://gitlab.gnome.org/GNOME/libgsf/-/merge_requests/13
+
+From 167d7f96c81683392933ddb8c427e5d7c8ce284d Mon Sep 17 00:00:00 2001
+From: Florian Weimer 
+Date: Thu, 27 Apr 2023 20:34:34 +0200
+Subject: [PATCH] configure.ac: Avoid implicit int in libbz2 probe
+
+Otherwise, this probe will always fail with future compilers,
+which are likely not to support implict ints by default.
+--- a/configure.ac
 b/configure.ac
+@@ -427,7 +427,7 @@ if test "x$test_bz2" = xtrue ; then
+ #undef VERSION
+ #undef HAVE_STDLIB_H
+ #include 
+-  main ()
++  int main (void)
+   {
+ return BZ2_bzDecompressInit (NULL, 0, 0);
+   }
+-- 
+GitLab

diff --git a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
new file mode 100644
index ..1520f5d07364
--- /dev/null
+++ b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+GNOME2_EAUTORECONF=yes
+inherit gnome2
+
+DESCRIPTION="The GNOME Structured File Library"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/114" # libgsf-1.so version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+IUSE="bzip2 gtk +introspection test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/libxml2-2.4.16:2
+   sys-libs/zlib
+   bzip2? ( app-arch/bzip2 )
+   gtk? (
+   x11-libs/gdk-pixbuf:2
+   virtual/imagemagick-tools
+   )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+   dev-libs/gobject-introspection-common
+   >=sys-devel/gettext-0.19.6
+   virtual/pkgconfig
+   test? ( dev-perl/XML-Parser )
+"
+
+PATCHES=(
+   "${FILESDIR}"/1.14.49-skip-valgrind-tests.patch
+   "${FILESDIR}"/1.14.50-configure-clang16.patch
+)
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_with bzip2 bz2) \
+   $(use_enable introspection) \
+   $(use_with gtk gdk-pixbuf)
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2022-11-05 Thread Arthur Zamarin
commit: c3fde5249ff952021898eee4e93dfafcd81a1430
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov  5 18:58:23 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov  5 18:58:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3fde524

gnome-extra/libgsf: Stabilize 1.14.50 sparc, #879807

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.50.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.50.ebuild
index f78b1da85398..c766534e470d 100644
--- a/gnome-extra/libgsf/libgsf-1.14.50.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.50.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2022-11-05 Thread Arthur Zamarin
commit: 2f9f4ffe4362976be8fa0e473e50b50025bac4fb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov  5 09:57:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov  5 09:57:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9f4ffe

gnome-extra/libgsf: Stabilize 1.14.50 ppc64, #879807

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.50.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.50.ebuild
index a74da64fc747..f78b1da85398 100644
--- a/gnome-extra/libgsf/libgsf-1.14.50.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.50.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2022-11-05 Thread Arthur Zamarin
commit: fbfcbeb092d0944ce94ad5e33f1bcafd5eb4af01
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov  5 09:43:49 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov  5 09:43:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbfcbeb0

gnome-extra/libgsf: Stabilize 1.14.50 arm, #879807

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.50.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.50.ebuild
index 83d1c57a7788..b97832a5f8cc 100644
--- a/gnome-extra/libgsf/libgsf-1.14.50.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.50.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2022-10-30 Thread Matt Turner
commit: af3724ccd1ffc34002ce5f319aceeeb5fd9bb740
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 21:20:12 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct 30 22:28:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af3724cc

gnome-extra/libgsf: Set remote-id

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/libgsf/metadata.xml | 17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/gnome-extra/libgsf/metadata.xml b/gnome-extra/libgsf/metadata.xml
index d27508f30f8a..bfe6d6308ad7 100644
--- a/gnome-extra/libgsf/metadata.xml
+++ b/gnome-extra/libgsf/metadata.xml
@@ -1,11 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-
-   Enable use of gdk in thumbnailer
-
+  
+gn...@gentoo.org
+Gentoo GNOME Desktop
+  
+  
+Enable use of gdk in thumbnailer
+  
+  
+GNOME/libgsf
+  
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2022-08-27 Thread WANG Xuerui
commit: 23505b69f14657c270e4658e26b17e8a0c2c55b3
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Aug 28 03:53:21 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Aug 28 05:05:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23505b69

gnome-extra/libgsf: keyword 1.14.50 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.50.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.50.ebuild
index 09c1888c5419..041683eee7c9 100644
--- a/gnome-extra/libgsf/libgsf-1.14.50.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.50.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2022-07-16 Thread Matt Turner
commit: 7ff9ce17ddb91808a8ad47246fd4eccf0410e6e2
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 16 21:04:10 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 16 21:27:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff9ce17

gnome-extra/libgsf: Version bump to 1.14.50

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/libgsf/Manifest  |  1 +
 gnome-extra/libgsf/libgsf-1.14.50.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index f47c6aa8594a..f8ca919e8503 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1 +1,2 @@
 DIST libgsf-1.14.49.tar.xz 702644 BLAKE2B 
05ee17200d5170380138a7996dd37d5473eb9fe9a13cfb06b68e17470525d9640a4921d111e83963f245ecf6b669116322d9358d9a0b473c8149c56ff9c983ba
 SHA512 
a847a3c7fe26865e110bb87cb7ed74c477fdaf41fdec1c97cd3ea85ab3ba2f618e609a38fb4087a2c9b58d8d4b430c2148c93cbbb8425af41b6c751efef3298e
+DIST libgsf-1.14.50.tar.xz 702424 BLAKE2B 
dc6e3fa313cc99981cf521b4613ef135ea6836554be0cc557e49d77bd3259e1bf2150af1b7a41071f4b865c28a9b6153b6ef6e89d4868e4203ce7dc7da433c71
 SHA512 
e4a405d01440654bfe5059536524d494e5b66859235648bcf6031a74b59967504b50750f471bbe1607c4a5ef11cac98aa2ca9ebb31151cf5a19ffa340d421adb

diff --git a/gnome-extra/libgsf/libgsf-1.14.50.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.50.ebuild
new file mode 100644
index ..09c1888c5419
--- /dev/null
+++ b/gnome-extra/libgsf/libgsf-1.14.50.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome2
+
+DESCRIPTION="The GNOME Structured File Library"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/114" # libgsf-1.so version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="bzip2 gtk +introspection test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/libxml2-2.4.16:2
+   sys-libs/zlib
+   bzip2? ( app-arch/bzip2 )
+   gtk? (
+   x11-libs/gdk-pixbuf:2
+   virtual/imagemagick-tools
+   )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+   dev-libs/gobject-introspection-common
+   >=sys-devel/gettext-0.19.6
+   virtual/pkgconfig
+   test? ( dev-perl/XML-Parser )
+"
+
+PATCHES=(
+   "${FILESDIR}"/1.14.49-skip-valgrind-tests.patch
+)
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_with bzip2 bz2) \
+   $(use_enable introspection) \
+   $(use_with gtk gdk-pixbuf)
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2022-05-31 Thread Jakov Smolić
commit: 874d429608896b53a4113fc606a4d70e5a7826ab
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue May 31 09:23:57 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue May 31 09:23:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874d4296

gnome-extra/libgsf: Stabilize 1.14.49 arm, #843794

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

 gnome-extra/libgsf/libgsf-1.14.49.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.49.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.49.ebuild
index ab19e98ddf7c..8d6907d2c266 100644
--- a/gnome-extra/libgsf/libgsf-1.14.49.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.49.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2022-05-27 Thread Sam James
commit: df934b05737b8a5686e45826f81224410aa7c74d
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:37:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df934b05

gnome-extra/libgsf: Stabilize 1.14.49 sparc, #843794

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.49.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.49.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.49.ebuild
index 6f3a792424e7..ea1e0fa73581 100644
--- a/gnome-extra/libgsf/libgsf-1.14.49.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.49.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2022-05-27 Thread Sam James
commit: 5409a4e9a566a6a8677caed2d0885f36bf0c5419
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5409a4e9

gnome-extra/libgsf: Stabilize 1.14.49 ppc64, #843794

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.49.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.49.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.49.ebuild
index b9dd51e36e8d..6f3a792424e7 100644
--- a/gnome-extra/libgsf/libgsf-1.14.49.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.49.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/files/, gnome-extra/libgsf/

2022-05-16 Thread Matt Turner
commit: b3c63137dbc1ebc195515b18ab2a22f7a10067dd
Author: Matt Turner  gentoo  org>
AuthorDate: Tue May 17 02:08:40 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 17 02:09:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c63137

gnome-extra/libgsf: Skip valgrind tests

Closes: https://bugs.gentoo.org/840353
Signed-off-by: Matt Turner  gentoo.org>

 .../libgsf/files/1.14.49-skip-valgrind-tests.patch | 27 ++
 gnome-extra/libgsf/libgsf-1.14.49.ebuild   |  4 
 2 files changed, 31 insertions(+)

diff --git a/gnome-extra/libgsf/files/1.14.49-skip-valgrind-tests.patch 
b/gnome-extra/libgsf/files/1.14.49-skip-valgrind-tests.patch
new file mode 100644
index ..81993e34ebd7
--- /dev/null
+++ b/gnome-extra/libgsf/files/1.14.49-skip-valgrind-tests.patch
@@ -0,0 +1,27 @@
+diff --git a/tests/t8000-valgrind-zip.pl b/tests/t8000-valgrind-zip.pl
+index ad7597c..8c96b85 100755
+--- a/tests/t8000-valgrind-zip.pl
 b/tests/t8000-valgrind-zip.pl
+@@ -5,6 +5,8 @@ use strict;
+ use lib ($0 =~ m|^(.*/)| ? $1 : ".");
+ use LibGsfTest;
+ 
++exit 77; # Skip test, bug #840353
++
+ my $archive = "test.zip";
+ &LibGsfTest::junkfile ($archive);
+ 
+diff --git a/tests/t8020-valgrind-ole.pl b/tests/t8020-valgrind-ole.pl
+index d6df5d7..b8200e9 100755
+--- a/tests/t8020-valgrind-ole.pl
 b/tests/t8020-valgrind-ole.pl
+@@ -5,6 +5,8 @@ use strict;
+ use lib ($0 =~ m|^(.*/)| ? $1 : ".");
+ use LibGsfTest;
+ 
++exit 77; # Skip test, bug #840353
++
+ my $archive = "test.ole";
+ &LibGsfTest::junkfile ($archive);
+ 
+-- 

diff --git a/gnome-extra/libgsf/libgsf-1.14.49.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.49.ebuild
index 795fb272712c..cc9401e319aa 100644
--- a/gnome-extra/libgsf/libgsf-1.14.49.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.49.ebuild
@@ -32,6 +32,10 @@ DEPEND="${RDEPEND}
test? ( dev-perl/XML-Parser )
 "
 
+PATCHES=(
+   "${FILESDIR}"/1.14.49-skip-valgrind-tests.patch
+)
+
 src_configure() {
gnome2_src_configure \
--disable-static \



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2022-03-26 Thread Matt Turner
commit: b21286d0b48a4a18e1cc39b375976c9330e90ca9
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 27 04:53:56 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 27 04:53:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b21286d0

gnome-extra/libgsf: Version bump to 1.14.49

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/libgsf/Manifest  |  1 +
 gnome-extra/libgsf/libgsf-1.14.49.ebuild | 41 
 2 files changed, 42 insertions(+)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index baadf67f045a..49b2a2751113 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1 +1,2 @@
 DIST libgsf-1.14.48.tar.xz 701760 BLAKE2B 
762fe424ad45ac9739e1ea2cd9971f80f9c4d573147c6043c6bbf7b416a6c69c3b0bbfa42f6424176a545f7f9e7257d33e62c92482945786bb142063390a9d08
 SHA512 
6efba54c1427f9bdf71203b265ee4cdaa7366f78f299d38deffb657198244fb6436ab4e077a010079a28832539cdef08796e43feb76450ab0420da56016cd95e
+DIST libgsf-1.14.49.tar.xz 702644 BLAKE2B 
05ee17200d5170380138a7996dd37d5473eb9fe9a13cfb06b68e17470525d9640a4921d111e83963f245ecf6b669116322d9358d9a0b473c8149c56ff9c983ba
 SHA512 
a847a3c7fe26865e110bb87cb7ed74c477fdaf41fdec1c97cd3ea85ab3ba2f618e609a38fb4087a2c9b58d8d4b430c2148c93cbbb8425af41b6c751efef3298e

diff --git a/gnome-extra/libgsf/libgsf-1.14.49.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.49.ebuild
new file mode 100644
index ..795fb272712c
--- /dev/null
+++ b/gnome-extra/libgsf/libgsf-1.14.49.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome2
+
+DESCRIPTION="The GNOME Structured File Library"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/114" # libgsf-1.so version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="bzip2 gtk +introspection test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/libxml2-2.4.16:2
+   sys-libs/zlib
+   bzip2? ( app-arch/bzip2 )
+   gtk? (
+   x11-libs/gdk-pixbuf:2
+   virtual/imagemagick-tools
+   )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+   dev-libs/gobject-introspection-common
+   >=sys-devel/gettext-0.19.6
+   virtual/pkgconfig
+   test? ( dev-perl/XML-Parser )
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_with bzip2 bz2) \
+   $(use_enable introspection) \
+   $(use_with gtk gdk-pixbuf)
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2022-03-15 Thread Matt Turner
commit: b1c398ece68c41130d2a5f0aa7cd6dee4d09fd33
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 15 20:54:05 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 15 20:54:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c398ec

gnome-extra/libgsf: Stabilize 1.14.48 sparc, #834426

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.48.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.48.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.48.ebuild
index 2ed30bb43097..bbb8eb7238de 100644
--- a/gnome-extra/libgsf/libgsf-1.14.48.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.48.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2022-03-14 Thread Matt Turner
commit: ac3963d4966542e81a1d88bc89a8089cea5ab9bd
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 15 06:36:48 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 15 06:37:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac3963d4

gnome-extra/libgsf: Depend on dev-perl/XML-Parser for tests

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.48.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.48.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.48.ebuild
index 395ecbbacef5..2ed30bb43097 100644
--- a/gnome-extra/libgsf/libgsf-1.14.48.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.48.ebuild
@@ -10,7 +10,8 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="bzip2 gtk +introspection"
+IUSE="bzip2 gtk +introspection test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-libs/glib-2.36:2
@@ -28,6 +29,7 @@ DEPEND="${RDEPEND}
dev-libs/gobject-introspection-common
>=sys-devel/gettext-0.19.6
virtual/pkgconfig
+   test? ( dev-perl/XML-Parser )
 "
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2022-03-09 Thread Sam James
commit: 5b77efa9844fde4be0f0dd3ca7da881b22b1b98c
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar  9 15:38:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar  9 15:38:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b77efa9

gnome-extra/libgsf: Stabilize 1.14.48 ppc64, #834426

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.48.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.48.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.48.ebuild
index 36df0cbecc69..395ecbbacef5 100644
--- a/gnome-extra/libgsf/libgsf-1.14.48.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.48.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2022-03-09 Thread Sam James
commit: 7b657480a5a8a0ab841cf154eb18acab9aea9733
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar  9 12:48:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar  9 12:48:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b657480

gnome-extra/libgsf: Stabilize 1.14.48 ppc, #834426

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.48.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.48.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.48.ebuild
index 97bbbe988292..36df0cbecc69 100644
--- a/gnome-extra/libgsf/libgsf-1.14.48.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.48.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2022-03-08 Thread Sam James
commit: 9c44d2439bdd114208a67c7c4bd02d51c404364c
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  8 12:31:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  8 12:31:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c44d243

gnome-extra/libgsf: Stabilize 1.14.48 arm, #834426

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.48.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.48.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.48.ebuild
index 79c4b38dc737..97bbbe988292 100644
--- a/gnome-extra/libgsf/libgsf-1.14.48.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.48.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2021-12-28 Thread Pacho Ramos
commit: 83e4299d9cc30cf906affe36f056b20a834f28d5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Dec 28 14:09:06 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Dec 28 14:09:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e4299d

gnome-extra/libgsf: Bump to 1.14.48

Closes: https://bugs.gentoo.org/645482
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Pacho Ramos  gentoo.org>

 gnome-extra/libgsf/Manifest  |  1 +
 gnome-extra/libgsf/libgsf-1.14.48.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index 97ae17bb496f..87f876819750 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1 +1,2 @@
 DIST libgsf-1.14.47.tar.xz 691448 BLAKE2B 
7be095fef159ff7a52f2cf4d83b59b5bb591e0d4fb1d69d88bc6f2eba4286337af2a2c46ac7d6603d5a68b9b6f03d41f647d34b0bee5e61244696c5ba02be569
 SHA512 
143d48eb02be8202b9eb97e29e5909061a0e1a562b86e4bb4b2eac3fb0a42b139ead131ed1ffa4dfe304b6552708977782313a74ebbc9df94c17d013f97b
+DIST libgsf-1.14.48.tar.xz 701760 BLAKE2B 
762fe424ad45ac9739e1ea2cd9971f80f9c4d573147c6043c6bbf7b416a6c69c3b0bbfa42f6424176a545f7f9e7257d33e62c92482945786bb142063390a9d08
 SHA512 
6efba54c1427f9bdf71203b265ee4cdaa7366f78f299d38deffb657198244fb6436ab4e077a010079a28832539cdef08796e43feb76450ab0420da56016cd95e

diff --git a/gnome-extra/libgsf/libgsf-1.14.48.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.48.ebuild
new file mode 100644
index ..317027803298
--- /dev/null
+++ b/gnome-extra/libgsf/libgsf-1.14.48.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome2
+
+DESCRIPTION="The GNOME Structured File Library"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf";
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/114" # libgsf-1.so version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="bzip2 gtk +introspection"
+
+RDEPEND="
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/libxml2-2.4.16:2
+   sys-libs/zlib
+   bzip2? ( app-arch/bzip2 )
+   gtk? (
+   x11-libs/gdk-pixbuf:2
+   virtual/imagemagick-tools
+   )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+   dev-libs/gobject-introspection-common
+   >=sys-devel/gettext-0.19.6
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_with bzip2 bz2) \
+   $(use_enable introspection) \
+   $(use_with gtk gdk-pixbuf)
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2021-08-23 Thread Marek Szuba
commit: f4841ee1e4c930c17a53ffa5628fc21f0b83851c
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 21:57:23 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 22:59:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4841ee1

gnome-extra/libgsf: keyword 1.14.47 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.47.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.47.ebuild
index 0999181b32d..6e26ff2caed 100644
--- a/gnome-extra/libgsf/libgsf-1.14.47.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.47.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2021-04-13 Thread Sam James
commit: df84988d32e73c529aa585d11380e2e182fd0da7
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 13 14:59:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 13 14:59:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df84988d

gnome-extra/libgsf: Stabilize 1.14.47 ppc64, #774927

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.47.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.47.ebuild
index 7a1f9d46396..0999181b32d 100644
--- a/gnome-extra/libgsf/libgsf-1.14.47.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.47.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2021-04-12 Thread Sam James
commit: b2f9b9d760032a5aeeebe86f02188fff106647a5
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 23:10:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 23:10:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f9b9d7

gnome-extra/libgsf: Stabilize 1.14.47 arm64, #774927

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.47.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.47.ebuild
index 97a410cedbc..15c4737a496 100644
--- a/gnome-extra/libgsf/libgsf-1.14.47.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.47.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2021-04-12 Thread Sam James
commit: 6f7f58046602e92e4a9df7f7d25560d03fc9929a
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 16:01:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 16:01:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f7f5804

gnome-extra/libgsf: Stabilize 1.14.47 arm, #774927

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.47.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.47.ebuild
index 48b45389937..97a410cedbc 100644
--- a/gnome-extra/libgsf/libgsf-1.14.47.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.47.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2021-03-15 Thread Sergei Trofimovich
commit: e342836bd731548e8a0efa63e97099ca0ebf5ca8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar 15 15:34:19 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 15 18:06:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e342836b

gnome-extra/libgsf: stable 1.14.47 for sparc, bug #774927

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.47.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.47.ebuild
index f609d443dee..8a8a7aca44c 100644
--- a/gnome-extra/libgsf/libgsf-1.14.47.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.47.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2021-01-06 Thread Fabian Groffen
commit: f49fb947d6660b6114881f6437f5bff35367ab9b
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 23:05:33 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 23:05:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49fb947

gnome-extra/libgsf: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.46.ebuild | 4 ++--
 gnome-extra/libgsf/libgsf-1.14.47.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.46.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
index acbac6b8d2e..f9ae403392b 100644
--- a/gnome-extra/libgsf/libgsf-1.14.46.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.46.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=6
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="

diff --git a/gnome-extra/libgsf/libgsf-1.14.47.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.47.ebuild
index 0fd31f6c5c7..b528aef01cb 100644
--- a/gnome-extra/libgsf/libgsf-1.14.47.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.47.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=6
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2020-07-13 Thread Matt Turner
commit: 928dc0a64076e21a063a916d23c5ba14de0d5fb4
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jul 14 00:30:15 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 14 00:45:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928dc0a6

gnome-extra/libgsf: Version bump to 1.14.47

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/libgsf/Manifest  |  1 +
 gnome-extra/libgsf/libgsf-1.14.47.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index fb2fcf88f57..0f763b9c01e 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1 +1,2 @@
 DIST libgsf-1.14.46.tar.xz 689360 BLAKE2B 
d5d66e96dc74fa68111781ce9bcbfaed2b8a99f9d2bcb16e32a650e103716633b5def7c93f133538449a3b6d9299e4709ba29bc6a520d5c7fe144bcbf78d3ae1
 SHA512 
130331f63d48455cc2ce60756e2ac703f8a7f5fa8f1243d9d9321fb87e01bf1d616d085d100a3e5d1cf34fb851ffb77bc642aff6c674ace167b9aa117f4fb1b0
+DIST libgsf-1.14.47.tar.xz 691448 BLAKE2B 
7be095fef159ff7a52f2cf4d83b59b5bb591e0d4fb1d69d88bc6f2eba4286337af2a2c46ac7d6603d5a68b9b6f03d41f647d34b0bee5e61244696c5ba02be569
 SHA512 
143d48eb02be8202b9eb97e29e5909061a0e1a562b86e4bb4b2eac3fb0a42b139ead131ed1ffa4dfe304b6552708977782313a74ebbc9df94c17d013f97b

diff --git a/gnome-extra/libgsf/libgsf-1.14.47.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.47.ebuild
new file mode 100644
index 000..0fd31f6c5c7
--- /dev/null
+++ b/gnome-extra/libgsf/libgsf-1.14.47.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="The GNOME Structured File Library"
+HOMEPAGE="https://developer.gnome.org/gsf/";
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/114" # libgsf-1.so version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="bzip2 gtk +introspection"
+
+RDEPEND="
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/libxml2-2.4.16:2
+   sys-libs/zlib
+   bzip2? ( app-arch/bzip2 )
+   gtk? (
+   x11-libs/gdk-pixbuf:2
+   virtual/imagemagick-tools
+   )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+   dev-libs/gobject-introspection-common
+   >=sys-devel/gettext-0.19.6
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_with bzip2 bz2) \
+   $(use_enable introspection) \
+   $(use_with gtk gdk-pixbuf)
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2020-05-01 Thread Mart Raudsepp
commit: 500a1807a357ca270f58779e18ba1d96971524da
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri May  1 08:35:10 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri May  1 08:35:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=500a1807

gnome-extra/libgsf: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/libgsf/Manifest  |  1 -
 gnome-extra/libgsf/libgsf-1.14.45.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index a6b3a1491ac..fb2fcf88f57 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1,2 +1 @@
-DIST libgsf-1.14.45.tar.xz 618476 BLAKE2B 
f577859578de6ca359a7377dcced424e95779d3fd155cdbeb1c2874f7a0d0c7a09a2322d2538452b48798ea979e8260be77215140f298dc58ee32a0b9ead0e47
 SHA512 
2e993150b6fec336a14fd85d5c631e4a3b43187039dab0cba3b8badf62873f39814392db92bb737b92aa9a6d8b4ba41f1fb248c1fe07b88cddd28ded5e4d9ebd
 DIST libgsf-1.14.46.tar.xz 689360 BLAKE2B 
d5d66e96dc74fa68111781ce9bcbfaed2b8a99f9d2bcb16e32a650e103716633b5def7c93f133538449a3b6d9299e4709ba29bc6a520d5c7fe144bcbf78d3ae1
 SHA512 
130331f63d48455cc2ce60756e2ac703f8a7f5fa8f1243d9d9321fb87e01bf1d616d085d100a3e5d1cf34fb851ffb77bc642aff6c674ace167b9aa117f4fb1b0

diff --git a/gnome-extra/libgsf/libgsf-1.14.45.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
deleted file mode 100644
index 631fc707179..000
--- a/gnome-extra/libgsf/libgsf-1.14.45.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="The GNOME Structured File Library"
-HOMEPAGE="https://developer.gnome.org/gsf/";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="bzip2 gtk +introspection"
-
-RDEPEND="
-   >=dev-libs/glib-2.34:2
-   >=dev-libs/libxml2-2.4.16:2
-   sys-libs/zlib
-   bzip2? ( app-arch/bzip2 )
-   gtk? (
-   x11-libs/gdk-pixbuf:2
-   virtual/imagemagick-tools
-   )
-   introspection? ( >=dev-libs/gobject-introspection-1:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-   >=dev-util/intltool-0.35.0
-   dev-libs/gobject-introspection-common
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_with bzip2 bz2) \
-   $(use_enable introspection) \
-   $(use_with gtk gdk-pixbuf)
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2020-04-30 Thread Sergei Trofimovich
commit: 64f85c437c968eb38324546d2b121debd6c18ffc
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr 30 06:56:39 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 30 07:08:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64f85c43

gnome-extra/libgsf: stable 1.14.46 for hppa, bug #706524

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.46.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
index acbac6b8d2e..3f6eca26eb2 100644
--- a/gnome-extra/libgsf/libgsf-1.14.46.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2020-04-14 Thread Mart Raudsepp
commit: 42dd6c0534b8aa219c7092d5bc34812e96685949
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Tue Apr 14 16:56:50 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Apr 14 17:00:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42dd6c05

gnome-extra/libgsf: arm64 stable (bug #706524)

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

 gnome-extra/libgsf/libgsf-1.14.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.46.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
index 7440be2afc1..acbac6b8d2e 100644
--- a/gnome-extra/libgsf/libgsf-1.14.46.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2020-02-11 Thread Agostino Sarubbo
commit: 9fdb041cd30fbffc58861c1f5f3a7e50d6cbfaaf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 10:52:43 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 10:52:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fdb041c

gnome-extra/libgsf: arm stable wrt bug #706524

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.46.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
index dcef5eeac58..28d78cc1a6d 100644
--- a/gnome-extra/libgsf/libgsf-1.14.46.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2020-01-27 Thread Agostino Sarubbo
commit: 46cff38608f39c86115c0ba6cf17837a8fd29969
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 28 07:40:46 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 28 07:40:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46cff386

gnome-extra/libgsf: ppc stable wrt bug #706524

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.46.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
index 7fd44c7a227..dcef5eeac58 100644
--- a/gnome-extra/libgsf/libgsf-1.14.46.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2020-01-27 Thread Agostino Sarubbo
commit: 90e8100be527cc114000842f944e025c68e804b6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 27 14:28:02 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 27 14:28:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e8100b

gnome-extra/libgsf: ppc64 stable wrt bug #706524

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.46.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
index 48960152383..7fd44c7a227 100644
--- a/gnome-extra/libgsf/libgsf-1.14.46.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2020-01-27 Thread Agostino Sarubbo
commit: 44dc55f4df1f479a3ac94d51dce305b8a5933a65
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 27 12:43:45 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 27 12:43:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44dc55f4

gnome-extra/libgsf: sparc stable wrt bug #706524

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.46.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
index 1a5fd598d4f..48960152383 100644
--- a/gnome-extra/libgsf/libgsf-1.14.46.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2020-01-27 Thread Mikle Kolyada
commit: 0525b0e9c74f0dfceb2215dfe8001ea2fb2b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 27 09:42:45 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 27 09:45:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0525

gnome-extra/libgsf: amd64 stable wrt bug #706524

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.46.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
index 6ce788d0e5b..1a5fd598d4f 100644
--- a/gnome-extra/libgsf/libgsf-1.14.46.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2020-01-27 Thread Sergei Trofimovich
commit: 89b07c11ee7b627257ae47349c82683ce0259a1b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 27 08:03:12 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 27 08:09:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b07c11

gnome-extra/libgsf: stable 1.14.46 for ia64, bug #706524

Package-Manager: Portage-2.3.85, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.46.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
index a34f6934a41..6ce788d0e5b 100644
--- a/gnome-extra/libgsf/libgsf-1.14.46.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2020-01-26 Thread Thomas Deutschmann
commit: bd4ad3702419b35502b2561dec5928f497c52267
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jan 26 22:23:29 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jan 26 22:39:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd4ad370

gnome-extra/libgsf: x86 stable (bug #706524)

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.46.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.46.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
index 3dd0c65552b..a34f6934a41 100644
--- a/gnome-extra/libgsf/libgsf-1.14.46.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.46.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
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2020-01-11 Thread Mart Raudsepp
commit: add7468e82e9ffac55def359a3b7a76ba18969ad
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 11 20:18:28 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 11 20:18:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add7468e

gnome-extra/libgsf: ia64 stable (bug #692932)

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

 gnome-extra/libgsf/libgsf-1.14.45.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.45.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
index 4d2e27fffa0..13881ea7558 100644
--- a/gnome-extra/libgsf/libgsf-1.14.45.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.45.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
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2020-01-11 Thread Mart Raudsepp
commit: e062f6acf7812bf7c9c606cadef5a0e2a827177e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 11 20:18:52 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 11 20:18:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e062f6ac

gnome-extra/libgsf: remove old

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

 gnome-extra/libgsf/Manifest  |  1 -
 gnome-extra/libgsf/libgsf-1.14.43.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index 02a77f76a5a..a6b3a1491ac 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1,3 +1,2 @@
-DIST libgsf-1.14.43.tar.xz 618272 BLAKE2B 
a381125ce75d06ae4bf1c9dbe9b2e207534ff7c3310e40984e482bc5120eae45a7e3ed4cfd878890037f31ee540c700dea3120119b9a533fa79cab317a0c83a8
 SHA512 
bb487de9358c057fc73f3414c9515726315be9b6d78456253daaca1cbd58281de8766e0b72914532d63fab04d3ae2cf90f711f436c7b4f70620d77e8a7802ac9
 DIST libgsf-1.14.45.tar.xz 618476 BLAKE2B 
f577859578de6ca359a7377dcced424e95779d3fd155cdbeb1c2874f7a0d0c7a09a2322d2538452b48798ea979e8260be77215140f298dc58ee32a0b9ead0e47
 SHA512 
2e993150b6fec336a14fd85d5c631e4a3b43187039dab0cba3b8badf62873f39814392db92bb737b92aa9a6d8b4ba41f1fb248c1fe07b88cddd28ded5e4d9ebd
 DIST libgsf-1.14.46.tar.xz 689360 BLAKE2B 
d5d66e96dc74fa68111781ce9bcbfaed2b8a99f9d2bcb16e32a650e103716633b5def7c93f133538449a3b6d9299e4709ba29bc6a520d5c7fe144bcbf78d3ae1
 SHA512 
130331f63d48455cc2ce60756e2ac703f8a7f5fa8f1243d9d9321fb87e01bf1d616d085d100a3e5d1cf34fb851ffb77bc642aff6c674ace167b9aa117f4fb1b0

diff --git a/gnome-extra/libgsf/libgsf-1.14.43.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.43.ebuild
deleted file mode 100644
index b2245def51a..000
--- a/gnome-extra/libgsf/libgsf-1.14.43.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="The GNOME Structured File Library"
-HOMEPAGE="https://developer.gnome.org/gsf/";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/114" # libgsf-1.so version
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="bzip2 gtk +introspection"
-
-RDEPEND="
-   >=dev-libs/glib-2.26:2
-   >=dev-libs/libxml2-2.4.16:2
-   sys-libs/zlib
-   bzip2? ( app-arch/bzip2 )
-   gtk? (
-   x11-libs/gdk-pixbuf:2
-   virtual/imagemagick-tools
-   )
-   introspection? ( >=dev-libs/gobject-introspection-1:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-   >=dev-util/intltool-0.35.0
-   dev-libs/gobject-introspection-common
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_with bzip2 bz2) \
-   $(use_enable introspection) \
-   $(use_with gtk gdk-pixbuf)
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2019-12-05 Thread Sergei Trofimovich
commit: ddf4bd00eca50a6d6fe4f255088bfd13fc12b7c9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec  5 21:28:42 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec  5 22:14:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddf4bd00

gnome-extra/libgsf: stable 1.14.45 for hppa, bug #692932

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.45.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.45.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
index 40dec8292a7..4d2e27fffa0 100644
--- a/gnome-extra/libgsf/libgsf-1.14.45.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2019-10-13 Thread Matt Turner
commit: 80a6ecd532b5cc4a142303c79b22a0fbd5724cf6
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct 13 19:04:47 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct 13 19:04:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a6ecd5

gnome-extra/libgsf-1.14.45: alpha stable, bug 692932

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.45.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.45.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
index 5a2a4d29263..40dec8292a7 100644
--- a/gnome-extra/libgsf/libgsf-1.14.45.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2019-09-14 Thread Sergei Trofimovich
commit: bb146c7d628990126ce4a57bacab38b22fd2cbcc
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Sep 14 23:30:16 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 14 23:36:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb146c7d

gnome-extra/libgsf: stable 1.14.45 for sparc, bug #692932

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.45.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.45.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
index bbf262c75ce..4b7e0edbf48 100644
--- a/gnome-extra/libgsf/libgsf-1.14.45.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2019-09-07 Thread Thomas Deutschmann
commit: 4c95cda15672f14b28aee63b3352d586a393dc46
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep  8 00:33:00 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep  8 01:13:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c95cda1

gnome-extra/libgsf: x86 stable (bug #692932)

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.45.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.45.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
index e36f75f51ea..bbf262c75ce 100644
--- a/gnome-extra/libgsf/libgsf-1.14.45.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2019-09-02 Thread Aaron Bauman
commit: 05dbecca88b6438d6a8bd0ab8c65a5ff38d58594
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Sep  2 22:45:08 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Sep  2 22:45:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05dbecca

gnome-extra/libgsf: arm64 stable (bug #692932)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.75, Repoman-2.3.17
RepoMan-Options: --include-arches="arm64"

 gnome-extra/libgsf/libgsf-1.14.45.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.45.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
index 233442dbceb..e36f75f51ea 100644
--- a/gnome-extra/libgsf/libgsf-1.14.45.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2019-09-02 Thread Agostino Sarubbo
commit: d12c5b0c1a9a3f6a85d7825e3e0f7377bb19c904
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep  2 10:10:57 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep  2 10:10:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12c5b0c

gnome-extra/libgsf: ppc stable wrt bug #692932

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.45.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.45.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
index 16a2a096895..233442dbceb 100644
--- a/gnome-extra/libgsf/libgsf-1.14.45.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2019-09-02 Thread Agostino Sarubbo
commit: 4b38a87b0b66c9aad3733ef03de32ef47f0313b8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep  2 09:32:05 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep  2 09:32:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b38a87b

gnome-extra/libgsf: ppc64 stable wrt bug #692932

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.45.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.45.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
index e78a0bf7422..16a2a096895 100644
--- a/gnome-extra/libgsf/libgsf-1.14.45.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2019-09-01 Thread Mikle Kolyada
commit: 5988cf0a3ca4bec47db5808f4ab07dab4c3a192b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Sep  1 18:20:09 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Sep  1 18:20:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5988cf0a

gnome-extra/libgsf: arm stable wrt bug #692932

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.45.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.45.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
index a417b4ac3bf..e78a0bf7422 100644
--- a/gnome-extra/libgsf/libgsf-1.14.45.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2019-08-30 Thread Mikle Kolyada
commit: d3fd14805c4a455204b668168c8f723dbbd9d853
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 31 05:24:13 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 31 05:24:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3fd1480

gnome-extra/libgsf: amd64 stable wrt bug #692932

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.45.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.45.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
index fcfc6c49b7d..a417b4ac3bf 100644
--- a/gnome-extra/libgsf/libgsf-1.14.45.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2019-08-27 Thread Mart Raudsepp
commit: 648c3680c69dcfb926512350261ec714ea7ac3a4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 21:37:05 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 21:37:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648c3680

gnome-extra/libgsf: bump to 1.14.46

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/libgsf/Manifest  |  1 +
 gnome-extra/libgsf/libgsf-1.14.46.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index 5a4594eb650..02a77f76a5a 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1,2 +1,3 @@
 DIST libgsf-1.14.43.tar.xz 618272 BLAKE2B 
a381125ce75d06ae4bf1c9dbe9b2e207534ff7c3310e40984e482bc5120eae45a7e3ed4cfd878890037f31ee540c700dea3120119b9a533fa79cab317a0c83a8
 SHA512 
bb487de9358c057fc73f3414c9515726315be9b6d78456253daaca1cbd58281de8766e0b72914532d63fab04d3ae2cf90f711f436c7b4f70620d77e8a7802ac9
 DIST libgsf-1.14.45.tar.xz 618476 BLAKE2B 
f577859578de6ca359a7377dcced424e95779d3fd155cdbeb1c2874f7a0d0c7a09a2322d2538452b48798ea979e8260be77215140f298dc58ee32a0b9ead0e47
 SHA512 
2e993150b6fec336a14fd85d5c631e4a3b43187039dab0cba3b8badf62873f39814392db92bb737b92aa9a6d8b4ba41f1fb248c1fe07b88cddd28ded5e4d9ebd
+DIST libgsf-1.14.46.tar.xz 689360 BLAKE2B 
d5d66e96dc74fa68111781ce9bcbfaed2b8a99f9d2bcb16e32a650e103716633b5def7c93f133538449a3b6d9299e4709ba29bc6a520d5c7fe144bcbf78d3ae1
 SHA512 
130331f63d48455cc2ce60756e2ac703f8a7f5fa8f1243d9d9321fb87e01bf1d616d085d100a3e5d1cf34fb851ffb77bc642aff6c674ace167b9aa117f4fb1b0

diff --git a/gnome-extra/libgsf/libgsf-1.14.46.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
new file mode 100644
index 000..1f6481f8189
--- /dev/null
+++ b/gnome-extra/libgsf/libgsf-1.14.46.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="The GNOME Structured File Library"
+HOMEPAGE="https://developer.gnome.org/gsf/";
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/114" # libgsf-1.so version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+IUSE="bzip2 gtk +introspection"
+
+RDEPEND="
+   >=dev-libs/glib-2.34:2
+   >=dev-libs/libxml2-2.4.16:2
+   sys-libs/zlib
+   bzip2? ( app-arch/bzip2 )
+   gtk? (
+   x11-libs/gdk-pixbuf:2
+   virtual/imagemagick-tools
+   )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+   dev-libs/gobject-introspection-common
+   >=sys-devel/gettext-0.19.4
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_with bzip2 bz2) \
+   $(use_enable introspection) \
+   $(use_with gtk gdk-pixbuf)
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2019-08-26 Thread Mart Raudsepp
commit: 5a665579799d21e2c7fa4a3d2cf14a57f3385331
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug 27 05:05:56 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug 27 05:10:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a665579

gnome-extra/libgsf: fix glib minimum dep

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.45.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.45.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
index 331e37c8781..fcfc6c49b7d 100644
--- a/gnome-extra/libgsf/libgsf-1.14.45.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
@@ -13,7 +13,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc 
~ppc64 ~sh ~sparc ~x8
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="
-   >=dev-libs/glib-2.26:2
+   >=dev-libs/glib-2.34:2
>=dev-libs/libxml2-2.4.16:2
sys-libs/zlib
bzip2? ( app-arch/bzip2 )



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2019-05-22 Thread Aaron Bauman
commit: db405c13af60d8aa5558db27a83af919d98ad84a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May 23 03:26:10 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu May 23 03:27:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db405c13

gnome-extra/libgsf: arm64 stable

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

 gnome-extra/libgsf/libgsf-1.14.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.43.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.43.ebuild
index 73972e54497..50994922bae 100644
--- a/gnome-extra/libgsf/libgsf-1.14.43.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.43.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2019-02-04 Thread Dennis Lamm
commit: 089d5f82349c520157450cc4b80c8d3c3e4b7e7c
Author: Dennis Lamm  gentoo  org>
AuthorDate: Mon Feb  4 19:36:40 2019 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Mon Feb  4 19:36:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=089d5f82

gnome-extra/libgsf: version bump

Signed-off-by: Dennis Lamm  gentoo.org>

 gnome-extra/libgsf/Manifest  |  1 +
 gnome-extra/libgsf/libgsf-1.14.45.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index e097abb676c..5a4594eb650 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1 +1,2 @@
 DIST libgsf-1.14.43.tar.xz 618272 BLAKE2B 
a381125ce75d06ae4bf1c9dbe9b2e207534ff7c3310e40984e482bc5120eae45a7e3ed4cfd878890037f31ee540c700dea3120119b9a533fa79cab317a0c83a8
 SHA512 
bb487de9358c057fc73f3414c9515726315be9b6d78456253daaca1cbd58281de8766e0b72914532d63fab04d3ae2cf90f711f436c7b4f70620d77e8a7802ac9
+DIST libgsf-1.14.45.tar.xz 618476 BLAKE2B 
f577859578de6ca359a7377dcced424e95779d3fd155cdbeb1c2874f7a0d0c7a09a2322d2538452b48798ea979e8260be77215140f298dc58ee32a0b9ead0e47
 SHA512 
2e993150b6fec336a14fd85d5c631e4a3b43187039dab0cba3b8badf62873f39814392db92bb737b92aa9a6d8b4ba41f1fb248c1fe07b88cddd28ded5e4d9ebd

diff --git a/gnome-extra/libgsf/libgsf-1.14.45.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
new file mode 100644
index 000..331e37c8781
--- /dev/null
+++ b/gnome-extra/libgsf/libgsf-1.14.45.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="The GNOME Structured File Library"
+HOMEPAGE="https://developer.gnome.org/gsf/";
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/114" # libgsf-1.so version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+IUSE="bzip2 gtk +introspection"
+
+RDEPEND="
+   >=dev-libs/glib-2.26:2
+   >=dev-libs/libxml2-2.4.16:2
+   sys-libs/zlib
+   bzip2? ( app-arch/bzip2 )
+   gtk? (
+   x11-libs/gdk-pixbuf:2
+   virtual/imagemagick-tools
+   )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+   >=dev-util/intltool-0.35.0
+   dev-libs/gobject-introspection-common
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_with bzip2 bz2) \
+   $(use_enable introspection) \
+   $(use_with gtk gdk-pixbuf)
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2019-01-14 Thread Mart Raudsepp
commit: 6343d8e50aa9a1a4e7f9ac83fec3d3405887ad64
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jan 14 19:47:21 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jan 14 19:51:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6343d8e5

gnome-extra/libgsf: remove old

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

 gnome-extra/libgsf/Manifest |  1 -
 gnome-extra/libgsf/libgsf-1.14.41-r1.ebuild | 39 -
 2 files changed, 40 deletions(-)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index 474262a522c..e097abb676c 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1,2 +1 @@
-DIST libgsf-1.14.41.tar.xz 616944 BLAKE2B 
300da197dcbd5568758da21ea25b25636fcd7b16483a5b526e1c9e0242145208580f6edd41ac1028b7b51fe159eab506a32947ef81beb47883cf133bf2ea9cb7
 SHA512 
e3892500288e5d1d9e46cdd3940d872ae2504fe54babe2dc085218c3e1a5aff5a7220c88bde730239af4a56c340a22f47337280b8892f0ab31e1e751adea9bc3
 DIST libgsf-1.14.43.tar.xz 618272 BLAKE2B 
a381125ce75d06ae4bf1c9dbe9b2e207534ff7c3310e40984e482bc5120eae45a7e3ed4cfd878890037f31ee540c700dea3120119b9a533fa79cab317a0c83a8
 SHA512 
bb487de9358c057fc73f3414c9515726315be9b6d78456253daaca1cbd58281de8766e0b72914532d63fab04d3ae2cf90f711f436c7b4f70620d77e8a7802ac9

diff --git a/gnome-extra/libgsf/libgsf-1.14.41-r1.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.41-r1.ebuild
deleted file mode 100644
index 24145aa1ebb..000
--- a/gnome-extra/libgsf/libgsf-1.14.41-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="The GNOME Structured File Library"
-HOMEPAGE="https://developer.gnome.org/gsf/";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/114" # libgsf-1.so version
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
-IUSE="bzip2 gtk +introspection"
-
-RDEPEND="
-   >=dev-libs/glib-2.26:2
-   >=dev-libs/libxml2-2.4.16:2
-   sys-libs/zlib
-   bzip2? ( app-arch/bzip2 )
-   gtk? (
-   x11-libs/gdk-pixbuf:2
-   virtual/imagemagick-tools
-   )
-   introspection? ( >=dev-libs/gobject-introspection-1:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-   >=dev-util/intltool-0.35.0
-   dev-libs/gobject-introspection-common
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_with bzip2 bz2) \
-   $(use_enable introspection) \
-   $(use_with gtk gdk-pixbuf)
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2019-01-13 Thread Sergei Trofimovich
commit: 0ca0ac67219f2419d128af7f9399d8220e28b7da
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan 14 06:39:10 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 14 07:14:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca0ac67

gnome-extra/libgsf: stable 1.14.43 for hppa, bug #652976

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.43.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.43.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.43.ebuild
index b0aa05ab0d0..73972e54497 100644
--- a/gnome-extra/libgsf/libgsf-1.14.43.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.43.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2018-05-29 Thread Mikle Kolyada
commit: f59f40796ab6cd1b375173bbd15cc9af8c3f22a7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 29 12:23:19 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 29 12:23:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f59f4079

gnome-extra/libgsf: ppc64 stable wrt bug #652976

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 gnome-extra/libgsf/libgsf-1.14.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.43.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.43.ebuild
index d4d62395703..e06bd6f6be4 100644
--- a/gnome-extra/libgsf/libgsf-1.14.43.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.43.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2018-05-14 Thread Tobias Klausmann
commit: 3dd425d8bab47af7b9f5460936dd886670ea2f08
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 12:42:25 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 14:11:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd425d8

gnome-extra/libgsf-1.14.43-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/652976

 gnome-extra/libgsf/libgsf-1.14.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.43.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.43.ebuild
index 51f83a4bee9..d4d62395703 100644
--- a/gnome-extra/libgsf/libgsf-1.14.43.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.43.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2018-05-04 Thread Markus Meier
commit: 0b37dd78400e044d0be1639fb230d04d29e6a6ce
Author: Markus Meier  gentoo  org>
AuthorDate: Fri May  4 20:45:28 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri May  4 20:45:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b37dd78

gnome-extra/libgsf: arm stable, bug #652976

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 gnome-extra/libgsf/libgsf-1.14.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.43.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.43.ebuild
index 724a464ebec..51f83a4bee9 100644
--- a/gnome-extra/libgsf/libgsf-1.14.43.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.43.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2018-04-28 Thread Sergei Trofimovich
commit: d2635795a1b2925cdafabccb14de1ef9827291cd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr 28 16:59:27 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr 28 16:59:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2635795

gnome-extra/libgsf: stable 1.14.43 for ia64, bug #652976

Bug: https://bugs.gentoo.org/652976
Package-Manager: Portage-2.3.31, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 gnome-extra/libgsf/libgsf-1.14.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.43.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.43.ebuild
index 84a4ac7258c..724a464ebec 100644
--- a/gnome-extra/libgsf/libgsf-1.14.43.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.43.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2018-04-28 Thread Sergei Trofimovich
commit: 87841c90eba477440a67540a7995630afb7aa0df
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Apr 28 12:20:13 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr 28 16:35:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87841c90

gnome-extra/libgsf: stable 1.14.43 for sparc, bug #652976

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 gnome-extra/libgsf/libgsf-1.14.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.43.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.43.ebuild
index 0e41feb1b29..84a4ac7258c 100644
--- a/gnome-extra/libgsf/libgsf-1.14.43.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.43.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2018-04-26 Thread Aaron Bauman
commit: 895bf724ced571c02e671977ed3001f65ab4a9a0
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Apr 26 22:14:28 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr 26 22:31:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895bf724

gnome-extra/libgsf: amd64 stable

Bug: https://bugs.gentoo.org/652976
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 gnome-extra/libgsf/libgsf-1.14.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.43.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.43.ebuild
index 44820012081..0e41feb1b29 100644
--- a/gnome-extra/libgsf/libgsf-1.14.43.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.43.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2018-04-23 Thread Mart Raudsepp
commit: 2028e42621eaa96f4a651cce89b6f1ad7b149b0c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 23 11:40:03 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 23 13:15:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2028e426

gnome-extra/libgsf: bump to 1.14.43

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 gnome-extra/libgsf/Manifest  |  1 +
 gnome-extra/libgsf/libgsf-1.14.43.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index f97303dd56b..474262a522c 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1 +1,2 @@
 DIST libgsf-1.14.41.tar.xz 616944 BLAKE2B 
300da197dcbd5568758da21ea25b25636fcd7b16483a5b526e1c9e0242145208580f6edd41ac1028b7b51fe159eab506a32947ef81beb47883cf133bf2ea9cb7
 SHA512 
e3892500288e5d1d9e46cdd3940d872ae2504fe54babe2dc085218c3e1a5aff5a7220c88bde730239af4a56c340a22f47337280b8892f0ab31e1e751adea9bc3
+DIST libgsf-1.14.43.tar.xz 618272 BLAKE2B 
a381125ce75d06ae4bf1c9dbe9b2e207534ff7c3310e40984e482bc5120eae45a7e3ed4cfd878890037f31ee540c700dea3120119b9a533fa79cab317a0c83a8
 SHA512 
bb487de9358c057fc73f3414c9515726315be9b6d78456253daaca1cbd58281de8766e0b72914532d63fab04d3ae2cf90f711f436c7b4f70620d77e8a7802ac9

diff --git a/gnome-extra/libgsf/libgsf-1.14.43.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.43.ebuild
new file mode 100644
index 000..77a9583b2c3
--- /dev/null
+++ b/gnome-extra/libgsf/libgsf-1.14.43.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="The GNOME Structured File Library"
+HOMEPAGE="https://developer.gnome.org/gsf/";
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/114" # libgsf-1.so version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+IUSE="bzip2 gtk +introspection"
+
+RDEPEND="
+   >=dev-libs/glib-2.26:2
+   >=dev-libs/libxml2-2.4.16:2
+   sys-libs/zlib
+   bzip2? ( app-arch/bzip2 )
+   gtk? (
+   x11-libs/gdk-pixbuf:2
+   virtual/imagemagick-tools
+   )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+   >=dev-util/intltool-0.35.0
+   dev-libs/gobject-introspection-common
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_with bzip2 bz2) \
+   $(use_enable introspection) \
+   $(use_with gtk gdk-pixbuf)
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2017-07-29 Thread Alexis Ballier
commit: f7802dffa3550c47114226cb99119c2697f30972
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Jul 29 12:32:04 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Jul 29 12:34:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7802dff

gnome-extra/libgsf: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 gnome-extra/libgsf/libgsf-1.14.41-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.41-r1.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.41-r1.ebuild
index 9cbf55d64c6..24145aa1ebb 100644
--- a/gnome-extra/libgsf/libgsf-1.14.41-r1.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.41-r1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2017-01-29 Thread Mart Raudsepp
commit: aeb7c5f5178c02ee0fffc42263b5cb6650975751
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jan 30 04:58:20 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jan 30 04:58:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb7c5f5

gnome-extra/libgsf: Remove old (security cleanup)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 gnome-extra/libgsf/Manifest  |  3 ---
 gnome-extra/libgsf/libgsf-1.14.34.ebuild | 40 -
 gnome-extra/libgsf/libgsf-1.14.36.ebuild | 43 
 gnome-extra/libgsf/libgsf-1.14.40.ebuild | 40 -
 4 files changed, 126 deletions(-)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index 92e8697..dd5932a 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1,4 +1 @@
-DIST libgsf-1.14.34.tar.xz 609880 SHA256 
f0fea447e0374a73df45b498fd1701393f8e6acb39746119f8a292fb4a0cb528 SHA512 
9a9fbb178147ed80572a8e727b1d3ba1f305c12c6a3b151016daf7eb51b7bf75b30d3397070ce98d6e83acf9617b15eb281fa976df291ab894119d2647826532
 WHIRLPOOL 
c998d25adf0898b65219a9fe78075f8123a448e079fb167acc61b3cbe9093dcb2d9867a48d9d544b3a7b838a41559a3eac1b88e204294d56e49191f3d16f8e48
-DIST libgsf-1.14.36.tar.xz 609764 SHA256 
71b7507f86c0f7c341bb362bdc7925a2ae286729be0bf5b8fd9581ffbbd62940 SHA512 
ca0345fa4190df4d392e7cf71187d2f3b0c4bbe2312f18c076f1a9fa90e7803a754cec9a7df3da9cd00ded800eb4ad78e7acb099350dcf44c35181cddade7a85
 WHIRLPOOL 
e99ea9a087aad127c469d353c3632d75e98a12045c8e198bb02280991ad6970b0198654ab525dd067e038caba75e710a2203868463900aa409bae332c797b8d2
-DIST libgsf-1.14.40.tar.xz 616780 SHA256 
350638894b5e324d8880b50e4bc43daabaf9f3f43a66010af080ffa2d32d51e0 SHA512 
6fcae7b44f4558a7149fa7c33a23ce288674df4d1120c87aed987edabd9d010e82fefaea0532e1179185a228265a29eae2360a16c7109960a52a098535ad4d5e
 WHIRLPOOL 
0f3a5d26fc95f414e9451df887018aefbf96af6ce3f86fa4f4f1b730ad96ea6d16ce206c517f137c69edc402d65452b75865f2724456a0b8d5ece621d21dd86f
 DIST libgsf-1.14.41.tar.xz 616944 SHA256 
150b98586a1021d5c49b3d4d065d0aa3e3674ae31db131af5372499d2d3f08d3 SHA512 
e3892500288e5d1d9e46cdd3940d872ae2504fe54babe2dc085218c3e1a5aff5a7220c88bde730239af4a56c340a22f47337280b8892f0ab31e1e751adea9bc3
 WHIRLPOOL 
ba632c383b95131ad9d684245a5265a414e2e6b96e183c12ddc37598d58d6b919d0d8ab3a725bf2b3ef56cdac5e11d7bd1f60229e0b907fdde70618ebd50234a

diff --git a/gnome-extra/libgsf/libgsf-1.14.34.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.34.ebuild
deleted file mode 100644
index 0453bfe..
--- a/gnome-extra/libgsf/libgsf-1.14.34.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="The GNOME Structured File Library"
-HOMEPAGE="https://developer.gnome.org/gsf/";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/114" # libgsf-1.so version
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="bzip2 gtk +introspection"
-
-RDEPEND="
-   >=dev-libs/glib-2.26:2
-   >=dev-libs/libxml2-2.4.16:2
-   sys-libs/zlib
-   bzip2? ( app-arch/bzip2 )
-   gtk? ( x11-libs/gtk+:2 )
-   introspection? ( >=dev-libs/gobject-introspection-1 )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-   >=dev-util/intltool-0.35.0
-   dev-libs/gobject-introspection-common
-   virtual/pkgconfig
-"
-
-src_configure() {
-   DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
-   gnome2_src_configure \
-   --disable-static \
-   $(use_with bzip2 bz2) \
-   $(use_enable introspection) \
-   $(use_with gtk gdk-pixbuf)
-}

diff --git a/gnome-extra/libgsf/libgsf-1.14.36.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.36.ebuild
deleted file mode 100644
index 498f47c..
--- a/gnome-extra/libgsf/libgsf-1.14.36.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="The GNOME Structured File Library"
-HOMEPAGE="https://developer.gnome.org/gsf/";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/114" # libgsf-1.so version
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="bzip2 gtk +introspection"
-
-RDEPEND="
-   >=dev-libs/glib-2.26:2
-   >=dev-libs/libxml2-2.4.16:2
-   sys-libs/zlib
-   bzip2? ( app-arch/bzip2 )
-   gtk? (
-   x11-libs/gdk-pixbuf:2
-   || ( media-gfx/imagemagick 
media-gfx/graphicsmagick[imagemagick] )
-   )
-   introspection? ( >=dev-libs/gobject-introspection-1:= )
-"
-DEPEND="${RDE

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2017-01-21 Thread Jeroen Roovers
commit: 97e28431dfabba59bb0f3e1975cd2d80a6c70304
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jan 21 12:09:58 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jan 21 12:09:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e28431

gnome-extra/libgsf: Stable for HPPA (bug #602622).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 gnome-extra/libgsf/libgsf-1.14.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.41.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
index 6220034..f0a737b 100644
--- a/gnome-extra/libgsf/libgsf-1.14.41.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2017-01-18 Thread Agostino Sarubbo
commit: 63722fbfc15130f6aec8c574b8750664fe4fd9bc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 10:02:09 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 10:02:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63722fbf

gnome-extra/libgsf: ppc64 stable wrt bug #602622

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.41.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
index 046b555..6220034 100644
--- a/gnome-extra/libgsf/libgsf-1.14.41.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2017-01-17 Thread Agostino Sarubbo
commit: a2233c0606a7f87909425576f6e04539a27d86dd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 17 14:22:17 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 17 14:24:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2233c06

gnome-extra/libgsf: ia64 stable wrt bug #602622

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.41.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
index a55f362..046b555 100644
--- a/gnome-extra/libgsf/libgsf-1.14.41.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2017-01-15 Thread Tobias Klausmann
commit: 1cda2037df5859949db0ae2eadbcb57be6c7b62c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jan 15 22:10:13 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jan 15 22:10:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cda2037

gnome-extra/libgsf-1.14.41-r0: stable on alpha

Gentoo-Bug: 602622

 gnome-extra/libgsf/libgsf-1.14.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.41.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
index 94be3e9..a55f362 100644
--- a/gnome-extra/libgsf/libgsf-1.14.41.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2017-01-15 Thread Agostino Sarubbo
commit: 021f8d6501c154f3fc18a0b8e86cc224dd27ab90
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jan 15 15:48:02 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jan 15 15:50:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021f8d65

gnome-extra/libgsf: ppc stable wrt bug #602622

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.41.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
index 86cce7a..94be3e9 100644
--- a/gnome-extra/libgsf/libgsf-1.14.41.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2017-01-13 Thread Markus Meier
commit: f01f9e330947bcc1937ad57156e6224acc86cbad
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Jan 13 16:57:35 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Jan 13 16:57:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01f9e33

gnome-extra/libgsf: arm stable, bug #602622

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 gnome-extra/libgsf/libgsf-1.14.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.41.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
index 67bccfc..86cce7a 100644
--- a/gnome-extra/libgsf/libgsf-1.14.41.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2017-01-11 Thread Agostino Sarubbo
commit: 73c82bd948594816cc1acf097305c5275b815200
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 11 10:35:34 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 11 10:35:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c82bd9

gnome-extra/libgsf: sparc stable wrt bug #602622

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.41.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
index 85c29f9..67bccfc 100644
--- a/gnome-extra/libgsf/libgsf-1.14.41.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2017-01-10 Thread Agostino Sarubbo
commit: 9f6709202fef07d07f6fb510c06a22cb7975ffe7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:22:49 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:22:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f670920

gnome-extra/libgsf: x86 stable wrt bug #602622

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.41.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
index 3fde6ce..85c29f9 100644
--- a/gnome-extra/libgsf/libgsf-1.14.41.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2017-01-10 Thread Agostino Sarubbo
commit: 533f93bf5f7fb44765e440a7cdb9a9afd968d2bb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 14:55:51 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 14:55:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=533f93bf

gnome-extra/libgsf: amd64 stable wrt bug #602622

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.41.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.41.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
index 0a6832a..3fde6ce 100644
--- a/gnome-extra/libgsf/libgsf-1.14.41.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2016-12-06 Thread Markus Meier
commit: 3fd1a90660cf6be77c0b754776388e49d244e527
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Dec  6 20:35:08 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Dec  6 20:35:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd1a906

gnome-extra/libgsf: arm stable, bug #587010

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

 gnome-extra/libgsf/libgsf-1.14.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.40.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.40.ebuild
index beab78b..8627636 100644
--- a/gnome-extra/libgsf/libgsf-1.14.40.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.40.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2016-12-05 Thread Pacho Ramos
commit: 2c953d6ca31a117e3c4e4b840658d7e39bd2d1ef
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Dec  5 09:52:30 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Dec  5 09:57:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c953d6c

gnome-extra/libgsf: Drop old

Package-Manager: portage-2.3.2

 gnome-extra/libgsf/Manifest  |  1 -
 gnome-extra/libgsf/libgsf-1.14.39.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index 233a213..8b7a20e 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1,4 +1,3 @@
 DIST libgsf-1.14.34.tar.xz 609880 SHA256 
f0fea447e0374a73df45b498fd1701393f8e6acb39746119f8a292fb4a0cb528 SHA512 
9a9fbb178147ed80572a8e727b1d3ba1f305c12c6a3b151016daf7eb51b7bf75b30d3397070ce98d6e83acf9617b15eb281fa976df291ab894119d2647826532
 WHIRLPOOL 
c998d25adf0898b65219a9fe78075f8123a448e079fb167acc61b3cbe9093dcb2d9867a48d9d544b3a7b838a41559a3eac1b88e204294d56e49191f3d16f8e48
 DIST libgsf-1.14.36.tar.xz 609764 SHA256 
71b7507f86c0f7c341bb362bdc7925a2ae286729be0bf5b8fd9581ffbbd62940 SHA512 
ca0345fa4190df4d392e7cf71187d2f3b0c4bbe2312f18c076f1a9fa90e7803a754cec9a7df3da9cd00ded800eb4ad78e7acb099350dcf44c35181cddade7a85
 WHIRLPOOL 
e99ea9a087aad127c469d353c3632d75e98a12045c8e198bb02280991ad6970b0198654ab525dd067e038caba75e710a2203868463900aa409bae332c797b8d2
-DIST libgsf-1.14.39.tar.xz 611772 SHA256 
3dcfc911438bf6fae5fe842e85a9ac14324d85165bd4035caad4a4420f15a175 SHA512 
051bfba16f483dccbab4188c9c62ec562cc0b8fde3412260be3409417beea2d662c81c50bba1202b0067e75b83467a3bdd6fe0a09c3b6df9fcf3667004ab674e
 WHIRLPOOL 
dabc174da64e490653dc7e280a6cdc6942f1e90193972effe12d414c957f176f446caaffa4c7897abf5578056c38fe9146cd58259fe1c3048be3761f878bba4f
 DIST libgsf-1.14.40.tar.xz 616780 SHA256 
350638894b5e324d8880b50e4bc43daabaf9f3f43a66010af080ffa2d32d51e0 SHA512 
6fcae7b44f4558a7149fa7c33a23ce288674df4d1120c87aed987edabd9d010e82fefaea0532e1179185a228265a29eae2360a16c7109960a52a098535ad4d5e
 WHIRLPOOL 
0f3a5d26fc95f414e9451df887018aefbf96af6ce3f86fa4f4f1b730ad96ea6d16ce206c517f137c69edc402d65452b75865f2724456a0b8d5ece621d21dd86f

diff --git a/gnome-extra/libgsf/libgsf-1.14.39.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.39.ebuild
deleted file mode 100644
index 0a6832a..
--- a/gnome-extra/libgsf/libgsf-1.14.39.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="The GNOME Structured File Library"
-HOMEPAGE="https://developer.gnome.org/gsf/";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="bzip2 gtk +introspection"
-
-RDEPEND="
-   >=dev-libs/glib-2.26:2
-   >=dev-libs/libxml2-2.4.16:2
-   sys-libs/zlib
-   bzip2? ( app-arch/bzip2 )
-   gtk? (
-   x11-libs/gdk-pixbuf:2
-   || ( media-gfx/imagemagick 
media-gfx/graphicsmagick[imagemagick] )
-   )
-   introspection? ( >=dev-libs/gobject-introspection-1:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-   >=dev-util/intltool-0.35.0
-   dev-libs/gobject-introspection-common
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_with bzip2 bz2) \
-   $(use_enable introspection) \
-   $(use_with gtk gdk-pixbuf)
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2016-12-05 Thread Pacho Ramos
commit: baea1e56d3dba5338ab5a3b1d33cdbf950672018
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Dec  5 09:53:10 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Dec  5 09:57:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baea1e56

gnome-extra/libgsf: Version bump

Package-Manager: portage-2.3.2

 gnome-extra/libgsf/Manifest  |  1 +
 gnome-extra/libgsf/libgsf-1.14.41.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index 8b7a20e..92e8697 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1,3 +1,4 @@
 DIST libgsf-1.14.34.tar.xz 609880 SHA256 
f0fea447e0374a73df45b498fd1701393f8e6acb39746119f8a292fb4a0cb528 SHA512 
9a9fbb178147ed80572a8e727b1d3ba1f305c12c6a3b151016daf7eb51b7bf75b30d3397070ce98d6e83acf9617b15eb281fa976df291ab894119d2647826532
 WHIRLPOOL 
c998d25adf0898b65219a9fe78075f8123a448e079fb167acc61b3cbe9093dcb2d9867a48d9d544b3a7b838a41559a3eac1b88e204294d56e49191f3d16f8e48
 DIST libgsf-1.14.36.tar.xz 609764 SHA256 
71b7507f86c0f7c341bb362bdc7925a2ae286729be0bf5b8fd9581ffbbd62940 SHA512 
ca0345fa4190df4d392e7cf71187d2f3b0c4bbe2312f18c076f1a9fa90e7803a754cec9a7df3da9cd00ded800eb4ad78e7acb099350dcf44c35181cddade7a85
 WHIRLPOOL 
e99ea9a087aad127c469d353c3632d75e98a12045c8e198bb02280991ad6970b0198654ab525dd067e038caba75e710a2203868463900aa409bae332c797b8d2
 DIST libgsf-1.14.40.tar.xz 616780 SHA256 
350638894b5e324d8880b50e4bc43daabaf9f3f43a66010af080ffa2d32d51e0 SHA512 
6fcae7b44f4558a7149fa7c33a23ce288674df4d1120c87aed987edabd9d010e82fefaea0532e1179185a228265a29eae2360a16c7109960a52a098535ad4d5e
 WHIRLPOOL 
0f3a5d26fc95f414e9451df887018aefbf96af6ce3f86fa4f4f1b730ad96ea6d16ce206c517f137c69edc402d65452b75865f2724456a0b8d5ece621d21dd86f
+DIST libgsf-1.14.41.tar.xz 616944 SHA256 
150b98586a1021d5c49b3d4d065d0aa3e3674ae31db131af5372499d2d3f08d3 SHA512 
e3892500288e5d1d9e46cdd3940d872ae2504fe54babe2dc085218c3e1a5aff5a7220c88bde730239af4a56c340a22f47337280b8892f0ab31e1e751adea9bc3
 WHIRLPOOL 
ba632c383b95131ad9d684245a5265a414e2e6b96e183c12ddc37598d58d6b919d0d8ab3a725bf2b3ef56cdac5e11d7bd1f60229e0b907fdde70618ebd50234a

diff --git a/gnome-extra/libgsf/libgsf-1.14.41.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
new file mode 100644
index ..0a6832a
--- /dev/null
+++ b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="The GNOME Structured File Library"
+HOMEPAGE="https://developer.gnome.org/gsf/";
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/114" # libgsf-1.so version
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="bzip2 gtk +introspection"
+
+RDEPEND="
+   >=dev-libs/glib-2.26:2
+   >=dev-libs/libxml2-2.4.16:2
+   sys-libs/zlib
+   bzip2? ( app-arch/bzip2 )
+   gtk? (
+   x11-libs/gdk-pixbuf:2
+   || ( media-gfx/imagemagick 
media-gfx/graphicsmagick[imagemagick] )
+   )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+   >=dev-util/intltool-0.35.0
+   dev-libs/gobject-introspection-common
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_with bzip2 bz2) \
+   $(use_enable introspection) \
+   $(use_with gtk gdk-pixbuf)
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2016-09-05 Thread Gilles Dartiguelongue
commit: 82db6dcb875fbc5c024a4d5c6947010646963fdd
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Sep  5 21:57:53 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Sep  5 22:25:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82db6dcb

gnome-extra/libgsf: version bump to 1.14.40

Package-Manager: portage-2.3.0

 gnome-extra/libgsf/Manifest  |  1 +
 gnome-extra/libgsf/libgsf-1.14.40.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index ff6c1b9..233a213 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1,3 +1,4 @@
 DIST libgsf-1.14.34.tar.xz 609880 SHA256 
f0fea447e0374a73df45b498fd1701393f8e6acb39746119f8a292fb4a0cb528 SHA512 
9a9fbb178147ed80572a8e727b1d3ba1f305c12c6a3b151016daf7eb51b7bf75b30d3397070ce98d6e83acf9617b15eb281fa976df291ab894119d2647826532
 WHIRLPOOL 
c998d25adf0898b65219a9fe78075f8123a448e079fb167acc61b3cbe9093dcb2d9867a48d9d544b3a7b838a41559a3eac1b88e204294d56e49191f3d16f8e48
 DIST libgsf-1.14.36.tar.xz 609764 SHA256 
71b7507f86c0f7c341bb362bdc7925a2ae286729be0bf5b8fd9581ffbbd62940 SHA512 
ca0345fa4190df4d392e7cf71187d2f3b0c4bbe2312f18c076f1a9fa90e7803a754cec9a7df3da9cd00ded800eb4ad78e7acb099350dcf44c35181cddade7a85
 WHIRLPOOL 
e99ea9a087aad127c469d353c3632d75e98a12045c8e198bb02280991ad6970b0198654ab525dd067e038caba75e710a2203868463900aa409bae332c797b8d2
 DIST libgsf-1.14.39.tar.xz 611772 SHA256 
3dcfc911438bf6fae5fe842e85a9ac14324d85165bd4035caad4a4420f15a175 SHA512 
051bfba16f483dccbab4188c9c62ec562cc0b8fde3412260be3409417beea2d662c81c50bba1202b0067e75b83467a3bdd6fe0a09c3b6df9fcf3667004ab674e
 WHIRLPOOL 
dabc174da64e490653dc7e280a6cdc6942f1e90193972effe12d414c957f176f446caaffa4c7897abf5578056c38fe9146cd58259fe1c3048be3761f878bba4f
+DIST libgsf-1.14.40.tar.xz 616780 SHA256 
350638894b5e324d8880b50e4bc43daabaf9f3f43a66010af080ffa2d32d51e0 SHA512 
6fcae7b44f4558a7149fa7c33a23ce288674df4d1120c87aed987edabd9d010e82fefaea0532e1179185a228265a29eae2360a16c7109960a52a098535ad4d5e
 WHIRLPOOL 
0f3a5d26fc95f414e9451df887018aefbf96af6ce3f86fa4f4f1b730ad96ea6d16ce206c517f137c69edc402d65452b75865f2724456a0b8d5ece621d21dd86f

diff --git a/gnome-extra/libgsf/libgsf-1.14.40.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.40.ebuild
new file mode 100644
index ..0a6832a
--- /dev/null
+++ b/gnome-extra/libgsf/libgsf-1.14.40.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="The GNOME Structured File Library"
+HOMEPAGE="https://developer.gnome.org/gsf/";
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/114" # libgsf-1.so version
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="bzip2 gtk +introspection"
+
+RDEPEND="
+   >=dev-libs/glib-2.26:2
+   >=dev-libs/libxml2-2.4.16:2
+   sys-libs/zlib
+   bzip2? ( app-arch/bzip2 )
+   gtk? (
+   x11-libs/gdk-pixbuf:2
+   || ( media-gfx/imagemagick 
media-gfx/graphicsmagick[imagemagick] )
+   )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+   >=dev-util/intltool-0.35.0
+   dev-libs/gobject-introspection-common
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_with bzip2 bz2) \
+   $(use_enable introspection) \
+   $(use_with gtk gdk-pixbuf)
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2016-06-25 Thread Pacho Ramos
commit: 03f19b3db6c955590510ca6edf11e0301f2dbb03
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 19:04:55 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 19:13:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f19b3d

gnome-extra/libgsf: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/libgsf/Manifest  |  1 +
 gnome-extra/libgsf/libgsf-1.14.37.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index d65501e..895348e 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1,2 +1,3 @@
 DIST libgsf-1.14.34.tar.xz 609880 SHA256 
f0fea447e0374a73df45b498fd1701393f8e6acb39746119f8a292fb4a0cb528 SHA512 
9a9fbb178147ed80572a8e727b1d3ba1f305c12c6a3b151016daf7eb51b7bf75b30d3397070ce98d6e83acf9617b15eb281fa976df291ab894119d2647826532
 WHIRLPOOL 
c998d25adf0898b65219a9fe78075f8123a448e079fb167acc61b3cbe9093dcb2d9867a48d9d544b3a7b838a41559a3eac1b88e204294d56e49191f3d16f8e48
 DIST libgsf-1.14.36.tar.xz 609764 SHA256 
71b7507f86c0f7c341bb362bdc7925a2ae286729be0bf5b8fd9581ffbbd62940 SHA512 
ca0345fa4190df4d392e7cf71187d2f3b0c4bbe2312f18c076f1a9fa90e7803a754cec9a7df3da9cd00ded800eb4ad78e7acb099350dcf44c35181cddade7a85
 WHIRLPOOL 
e99ea9a087aad127c469d353c3632d75e98a12045c8e198bb02280991ad6970b0198654ab525dd067e038caba75e710a2203868463900aa409bae332c797b8d2
+DIST libgsf-1.14.37.tar.xz 611476 SHA256 
9cfb98224b40fefa85606255ee194d58c38f129bf99443d759eaab7eb6dec055 SHA512 
0e05f14e2ecaa6ce47c2f166e48cc603f40a7d125080f05cf670c437fad770f112be88ed102069448cc5c0d24767dfff6fa6ccfb73040d9cde55b4768f098c4c
 WHIRLPOOL 
fcc6a6eb23a0101dadc99be36b4e3ed8f42087567df31f7452256e1f4f0de4767559d1affa7bb0028f96b3a0f61af2a9fd20141e1977c59d85ccec9ba041f952

diff --git a/gnome-extra/libgsf/libgsf-1.14.37.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.37.ebuild
new file mode 100644
index 000..0a6832a
--- /dev/null
+++ b/gnome-extra/libgsf/libgsf-1.14.37.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="The GNOME Structured File Library"
+HOMEPAGE="https://developer.gnome.org/gsf/";
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/114" # libgsf-1.so version
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="bzip2 gtk +introspection"
+
+RDEPEND="
+   >=dev-libs/glib-2.26:2
+   >=dev-libs/libxml2-2.4.16:2
+   sys-libs/zlib
+   bzip2? ( app-arch/bzip2 )
+   gtk? (
+   x11-libs/gdk-pixbuf:2
+   || ( media-gfx/imagemagick 
media-gfx/graphicsmagick[imagemagick] )
+   )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+   >=dev-util/intltool-0.35.0
+   dev-libs/gobject-introspection-common
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_with bzip2 bz2) \
+   $(use_enable introspection) \
+   $(use_with gtk gdk-pixbuf)
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2016-06-07 Thread Tobias Klausmann
commit: 67384d82329c88d1d46d2dae3da83dc8498511a9
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jun  7 06:59:38 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jun  7 07:03:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67384d82

gnome-extra/libgsf-1.14.36-r0: add alpha keyword

Gentoo-Bug: 584468

Package-Manager: portage-2.3.0_rc1

 gnome-extra/libgsf/libgsf-1.14.36.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.36.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.36.ebuild
index bd8b7cb..24ba937 100644
--- a/gnome-extra/libgsf/libgsf-1.14.36.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.36.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2016-05-03 Thread Markus Meier
commit: b625a801a7f83b441ccd92884da5786c0939
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May  3 20:56:32 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May  3 20:56:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b625a801

gnome-extra/libgsf: arm stable, bug #566378

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

 gnome-extra/libgsf/libgsf-1.14.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.36.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.36.ebuild
index 8a8a10d..bd8b7cb 100644
--- a/gnome-extra/libgsf/libgsf-1.14.36.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.36.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



  1   2   >