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

2024-03-02 Thread Mart Raudsepp
commit: a1f37f92f42e065fe8da5c2dcd642bdba95dadb5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar  2 22:30:14 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar  2 22:32:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f37f92

gnome-extra/sushi: drop 44.2

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

 gnome-extra/sushi/Manifest  |  1 -
 gnome-extra/sushi/sushi-44.2.ebuild | 56 -
 2 files changed, 57 deletions(-)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 5244ad36401b..79be4c8a5b05 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,2 +1 @@
-DIST sushi-44.2.tar.xz 82236 BLAKE2B 
144b2a068c0ed81e49236ed2f43125ec9df8eb853dac6d49e55c56d489f6dd41e1704b3e22996bd80bcbda07f0843a831bdbd8296606a9688376bf7fc6140406
 SHA512 
0e2cd6e619872e7ebd29b01bf6038b3db7f8202f20a77034451e69b722e46ee9f8e20378253f49ccb12b6060490c2581f10823c778c42ab9edf41016a1da
 DIST sushi-45.0.tar.xz 83404 BLAKE2B 
15a6e2c3b6a50451bfe72a17efaa14a934b040a415a198502b5d39a26aa039f1ec521ad71a98f319e98b023133834fc2eba42be77f9f86dd942e96a3eb8c47b6
 SHA512 
25f8183e8a98ece5f8fe8b62bd60c1570e580634bc154650c044d37a18f3848fac724a2bebcc59a6d2b55290cf2ec852abda21864b15d97b3395183c2391ae0f

diff --git a/gnome-extra/sushi/sushi-44.2.ebuild 
b/gnome-extra/sushi/sushi-44.2.ebuild
deleted file mode 100644
index 5290f5d70323..
--- a/gnome-extra/sushi/sushi-44.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome.org meson optfeature xdg
-
-DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="wayland +X"
-REQUIRED_USE="|| ( wayland X )"
-
-DEPEND="
-   media-libs/libepoxy
-   >=app-text/evince-3.0[introspection]
-   media-libs/freetype:2
-   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
-   >=dev-libs/glib-2.29.14:2
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
-   >=x11-libs/gtksourceview-4.0.3:4[introspection]
-   >=media-libs/harfbuzz-0.9.9:=
-   >=dev-libs/gobject-introspection-1.54:=
-   net-libs/webkit-gtk:4.1[introspection]
-   >=dev-libs/gjs-1.40
-"
-RDEPEND="${DEPEND}
-   >=gnome-base/nautilus-3.1.90
-   media-plugins/gst-plugins-gtk:1.0[wayland?,X?]
-"
-BDEPEND="
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_feature wayland)
-   $(meson_feature X X11)
-   )
-   meson_src_configure
-}
-
-src_compile() {
-   local -x GST_PLUGIN_SYSTEM_PATH_1_0=
-   meson_src_compile
-}
-
-pkg_postinst() {
-   optfeature "Support viewing file formats such as generated by 
LibreOffice" app-office/libreoffice app-office/libreoffice-bin
-}



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

2024-02-17 Thread Arthur Zamarin
commit: 3b9e5c508f6252b70b2cc72ae13b363607f00479
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:55 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b9e5c50

gnome-extra/sushi: Stabilize 45.0 arm64, #920740

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

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

diff --git a/gnome-extra/sushi/sushi-45.0.ebuild 
b/gnome-extra/sushi/sushi-45.0.ebuild
index a58f440c53f4..d227a4dfb6ce 100644
--- a/gnome-extra/sushi/sushi-45.0.ebuild
+++ b/gnome-extra/sushi/sushi-45.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 



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

2024-01-07 Thread Sam James
commit: 18c93265c6c765910a81812bb1fed4027d5b7490
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan  8 06:54:20 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  8 07:01:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c93265

gnome-extra/sushi: Stabilize 45.0 amd64, #920740

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

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

diff --git a/gnome-extra/sushi/sushi-45.0.ebuild 
b/gnome-extra/sushi/sushi-45.0.ebuild
index 2d5810845689..78b383b756d8 100644
--- a/gnome-extra/sushi/sushi-45.0.ebuild
+++ b/gnome-extra/sushi/sushi-45.0.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
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 



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

2023-09-24 Thread WANG Xuerui
commit: 5bcfeca052bcac2f6bbf2e894d2ff403c583c109
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 24 08:28:11 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 24 09:01:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bcfeca0

gnome-extra/sushi: keyword 45.0 for ~loong

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

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

diff --git a/gnome-extra/sushi/sushi-45.0.ebuild 
b/gnome-extra/sushi/sushi-45.0.ebuild
index b8cffb4c6bfb..2d5810845689 100644
--- a/gnome-extra/sushi/sushi-45.0.ebuild
+++ b/gnome-extra/sushi/sushi-45.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 



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

2023-09-21 Thread Matt Turner
commit: 550b6f6afb09b9186c5baf1f520fb0add39394cc
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:51:01 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550b6f6a

gnome-extra/sushi: Drop sparc keywords

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

 gnome-extra/sushi/sushi-44.2.ebuild | 2 +-
 gnome-extra/sushi/sushi-45.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/sushi/sushi-44.2.ebuild 
b/gnome-extra/sushi/sushi-44.2.ebuild
index 1cb0952c0aeb..5290f5d70323 100644
--- a/gnome-extra/sushi/sushi-44.2.ebuild
+++ b/gnome-extra/sushi/sushi-44.2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 

diff --git a/gnome-extra/sushi/sushi-45.0.ebuild 
b/gnome-extra/sushi/sushi-45.0.ebuild
index 8c11aac1b315..b8cffb4c6bfb 100644
--- a/gnome-extra/sushi/sushi-45.0.ebuild
+++ b/gnome-extra/sushi/sushi-45.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 



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

2023-09-21 Thread Matt Turner
commit: 0a4ddc1ef84f96d13f3c6b2a328e836e92c1488c
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:56:02 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4ddc1e

gnome-extra/sushi: Drop old versions

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

 gnome-extra/sushi/Manifest   |  1 -
 gnome-extra/sushi/sushi-45_alpha2.ebuild | 58 
 2 files changed, 59 deletions(-)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 7cf17d1a5f33..5244ad36401b 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,3 +1,2 @@
 DIST sushi-44.2.tar.xz 82236 BLAKE2B 
144b2a068c0ed81e49236ed2f43125ec9df8eb853dac6d49e55c56d489f6dd41e1704b3e22996bd80bcbda07f0843a831bdbd8296606a9688376bf7fc6140406
 SHA512 
0e2cd6e619872e7ebd29b01bf6038b3db7f8202f20a77034451e69b722e46ee9f8e20378253f49ccb12b6060490c2581f10823c778c42ab9edf41016a1da
 DIST sushi-45.0.tar.xz 83404 BLAKE2B 
15a6e2c3b6a50451bfe72a17efaa14a934b040a415a198502b5d39a26aa039f1ec521ad71a98f319e98b023133834fc2eba42be77f9f86dd942e96a3eb8c47b6
 SHA512 
25f8183e8a98ece5f8fe8b62bd60c1570e580634bc154650c044d37a18f3848fac724a2bebcc59a6d2b55290cf2ec852abda21864b15d97b3395183c2391ae0f
-DIST sushi-45.alpha.2.tar.xz 83288 BLAKE2B 
587043020f59c1d1747393f8ad139e68764b1e98b89ad926f910f19b95504c166ec6fa340ee5a881c8643edd2c697c75843d3260cd9ac54c6cddd6e421862d02
 SHA512 
a5a658860731f64c00657fc34f1b494f656fb0981c10e8baf31641bbc84f6902a37853f13aab622abd40ad154a9f8e1e99e162c887e34f20f781ee33a70996ed

diff --git a/gnome-extra/sushi/sushi-45_alpha2.ebuild 
b/gnome-extra/sushi/sushi-45_alpha2.ebuild
deleted file mode 100644
index 8c11aac1b315..
--- a/gnome-extra/sushi/sushi-45_alpha2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome.org meson optfeature xdg
-
-DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
-IUSE="wayland +X"
-REQUIRED_USE="|| ( wayland X )"
-
-DEPEND="
-   media-libs/libepoxy
-   >=app-text/evince-3.0[introspection]
-   media-libs/freetype:2
-   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
-   >=dev-libs/glib-2.29.14:2
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
-   >=x11-libs/gtksourceview-4.0.3:4[introspection]
-   >=media-libs/harfbuzz-0.9.9:=
-   >=dev-libs/gobject-introspection-1.54:=
-   net-libs/webkit-gtk:4.1[introspection]
-   >=dev-libs/gjs-1.40
-"
-RDEPEND="${DEPEND}
-   >=gnome-base/nautilus-3.1.90
-   media-plugins/gst-plugins-gtk:1.0[wayland?,X?]
-"
-BDEPEND="
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_feature wayland)
-   $(meson_feature X X11)
-   -Dprofile=default
-   )
-   meson_src_configure
-}
-
-src_compile() {
-   local -x GST_PLUGIN_SYSTEM_PATH_1_0=
-   meson_src_compile
-}
-
-pkg_postinst() {
-   optfeature "Support viewing file formats such as generated by 
LibreOffice" \
-  app-office/libreoffice app-office/libreoffice-bin
-}



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

2023-09-18 Thread Matt Turner
commit: ae39e9d24a6d6e0044aed73b7a60e01f5eb3d9c0
Author: Guillermo Joandet  gmail  com>
AuthorDate: Mon Sep 18 21:28:51 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 18 21:56:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae39e9d2

gnome-extra/sushi: Version bump to 45.0

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32912
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/sushi/Manifest  |  1 +
 gnome-extra/sushi/sushi-45.0.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index bb698a1e46bd..7cf17d1a5f33 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,2 +1,3 @@
 DIST sushi-44.2.tar.xz 82236 BLAKE2B 
144b2a068c0ed81e49236ed2f43125ec9df8eb853dac6d49e55c56d489f6dd41e1704b3e22996bd80bcbda07f0843a831bdbd8296606a9688376bf7fc6140406
 SHA512 
0e2cd6e619872e7ebd29b01bf6038b3db7f8202f20a77034451e69b722e46ee9f8e20378253f49ccb12b6060490c2581f10823c778c42ab9edf41016a1da
+DIST sushi-45.0.tar.xz 83404 BLAKE2B 
15a6e2c3b6a50451bfe72a17efaa14a934b040a415a198502b5d39a26aa039f1ec521ad71a98f319e98b023133834fc2eba42be77f9f86dd942e96a3eb8c47b6
 SHA512 
25f8183e8a98ece5f8fe8b62bd60c1570e580634bc154650c044d37a18f3848fac724a2bebcc59a6d2b55290cf2ec852abda21864b15d97b3395183c2391ae0f
 DIST sushi-45.alpha.2.tar.xz 83288 BLAKE2B 
587043020f59c1d1747393f8ad139e68764b1e98b89ad926f910f19b95504c166ec6fa340ee5a881c8643edd2c697c75843d3260cd9ac54c6cddd6e421862d02
 SHA512 
a5a658860731f64c00657fc34f1b494f656fb0981c10e8baf31641bbc84f6902a37853f13aab622abd40ad154a9f8e1e99e162c887e34f20f781ee33a70996ed

diff --git a/gnome-extra/sushi/sushi-45.0.ebuild 
b/gnome-extra/sushi/sushi-45.0.ebuild
new file mode 100644
index ..8c11aac1b315
--- /dev/null
+++ b/gnome-extra/sushi/sushi-45.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome.org meson optfeature xdg
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+IUSE="wayland +X"
+REQUIRED_USE="|| ( wayland X )"
+
+DEPEND="
+   media-libs/libepoxy
+   >=app-text/evince-3.0[introspection]
+   media-libs/freetype:2
+   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
+   >=dev-libs/glib-2.29.14:2
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
+   >=x11-libs/gtksourceview-4.0.3:4[introspection]
+   >=media-libs/harfbuzz-0.9.9:=
+   >=dev-libs/gobject-introspection-1.54:=
+   net-libs/webkit-gtk:4.1[introspection]
+   >=dev-libs/gjs-1.40
+"
+RDEPEND="${DEPEND}
+   >=gnome-base/nautilus-3.1.90
+   media-plugins/gst-plugins-gtk:1.0[wayland?,X?]
+"
+BDEPEND="
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature wayland)
+   $(meson_feature X X11)
+   -Dprofile=default
+   )
+   meson_src_configure
+}
+
+src_compile() {
+   local -x GST_PLUGIN_SYSTEM_PATH_1_0=
+   meson_src_compile
+}
+
+pkg_postinst() {
+   optfeature "Support viewing file formats such as generated by 
LibreOffice" \
+  app-office/libreoffice app-office/libreoffice-bin
+}



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

2023-08-16 Thread Matt Turner
commit: 5f7f1e276340394d4358f76b998bfd1790b17c23
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Aug 16 22:23:53 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Aug 16 22:31:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7f1e27

gnome-extra/sushi: Drop old versions

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

 gnome-extra/sushi/Manifest  |  1 -
 gnome-extra/sushi/sushi-43.0.ebuild | 56 -
 2 files changed, 57 deletions(-)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index b4862fa011a5..bb698a1e46bd 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,3 +1,2 @@
-DIST sushi-43.0.tar.xz 81552 BLAKE2B 
13ca7ec446aeaae454bb0a8c874a786914211a9b27d423189846aba9adb844b224a7f0cb6d95b2e6c4d71043a2b592d14ce9998a9732150517aa18b14b4f2c25
 SHA512 
0a909f685e49bbddb7fc2cf17338eba08723a796e1e42f09ed404487620437b36c2bdaede3efbb6bd49cd7efde0141e971ac9869f73c0c30bea9b6658978b19e
 DIST sushi-44.2.tar.xz 82236 BLAKE2B 
144b2a068c0ed81e49236ed2f43125ec9df8eb853dac6d49e55c56d489f6dd41e1704b3e22996bd80bcbda07f0843a831bdbd8296606a9688376bf7fc6140406
 SHA512 
0e2cd6e619872e7ebd29b01bf6038b3db7f8202f20a77034451e69b722e46ee9f8e20378253f49ccb12b6060490c2581f10823c778c42ab9edf41016a1da
 DIST sushi-45.alpha.2.tar.xz 83288 BLAKE2B 
587043020f59c1d1747393f8ad139e68764b1e98b89ad926f910f19b95504c166ec6fa340ee5a881c8643edd2c697c75843d3260cd9ac54c6cddd6e421862d02
 SHA512 
a5a658860731f64c00657fc34f1b494f656fb0981c10e8baf31641bbc84f6902a37853f13aab622abd40ad154a9f8e1e99e162c887e34f20f781ee33a70996ed

diff --git a/gnome-extra/sushi/sushi-43.0.ebuild 
b/gnome-extra/sushi/sushi-43.0.ebuild
deleted file mode 100644
index 200786e28e3a..
--- a/gnome-extra/sushi/sushi-43.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome.org meson optfeature xdg
-
-DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
-IUSE="wayland +X"
-REQUIRED_USE="|| ( wayland X )"
-
-DEPEND="
-   media-libs/libepoxy
-   >=app-text/evince-3.0[introspection]
-   media-libs/freetype:2
-   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
-   >=dev-libs/glib-2.29.14:2
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
-   >=x11-libs/gtksourceview-4.0.3:4[introspection]
-   >=media-libs/harfbuzz-0.9.9:=
-   >=dev-libs/gobject-introspection-1.54:=
-   net-libs/webkit-gtk:4.1[introspection]
-   >=dev-libs/gjs-1.40
-"
-RDEPEND="${DEPEND}
-   >=gnome-base/nautilus-3.1.90
-   media-plugins/gst-plugins-gtk:1.0[wayland?,X?]
-"
-BDEPEND="
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_feature wayland)
-   $(meson_feature X X11)
-   )
-   meson_src_configure
-}
-
-src_compile() {
-   local -x GST_PLUGIN_SYSTEM_PATH_1_0=
-   meson_src_compile
-}
-
-pkg_postinst() {
-   optfeature "Support viewing file formats such as generated by 
LibreOffice" app-office/libreoffice app-office/libreoffice-bin
-}



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

2023-07-26 Thread WANG Xuerui
commit: 854f29d3a3650605fc8a3b61af061aea60016f70
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Jul 27 04:25:31 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Jul 27 05:10:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854f29d3

gnome-extra/sushi: keyword 44.2 for ~loong

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

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

diff --git a/gnome-extra/sushi/sushi-44.2.ebuild 
b/gnome-extra/sushi/sushi-44.2.ebuild
index 200786e28e3a..1cb0952c0aeb 100644
--- a/gnome-extra/sushi/sushi-44.2.ebuild
+++ b/gnome-extra/sushi/sushi-44.2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~sparc x86"
 IUSE="wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 



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

2023-07-15 Thread Arthur Zamarin
commit: 7d5063b9e582e7946b8c2830a08a824dac9a6afc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 15 11:42:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 15 11:42:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5063b9

gnome-extra/sushi: Stabilize 44.2 amd64, #909494

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

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

diff --git a/gnome-extra/sushi/sushi-44.2.ebuild 
b/gnome-extra/sushi/sushi-44.2.ebuild
index 55603ee690e6..200786e28e3a 100644
--- a/gnome-extra/sushi/sushi-44.2.ebuild
+++ b/gnome-extra/sushi/sushi-44.2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
 IUSE="wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 



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

2023-07-03 Thread Jakov Smolić
commit: a11006371b9edd84868a7300aee17e624ac3a3cb
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul  3 08:42:28 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul  3 08:42:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1100637

gnome-extra/sushi: Stabilize 44.2 x86, #909494

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

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

diff --git a/gnome-extra/sushi/sushi-44.2.ebuild 
b/gnome-extra/sushi/sushi-44.2.ebuild
index 364731d650bc..55603ee690e6 100644
--- a/gnome-extra/sushi/sushi-44.2.ebuild
+++ b/gnome-extra/sushi/sushi-44.2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
 IUSE="wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 



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

2023-07-02 Thread Sam James
commit: 3785def51a4a093eeff546649319f9cd6567ab56
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul  2 11:17:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul  2 11:17:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3785def5

gnome-extra/sushi: Stabilize 44.2 arm64, #909494

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

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

diff --git a/gnome-extra/sushi/sushi-44.2.ebuild 
b/gnome-extra/sushi/sushi-44.2.ebuild
index 1727de732e1c..364731d650bc 100644
--- a/gnome-extra/sushi/sushi-44.2.ebuild
+++ b/gnome-extra/sushi/sushi-44.2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~sparc ~x86"
 IUSE="wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 



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

2023-05-30 Thread Matt Turner
commit: 5ac93ce884220f237d47f5fb40c7148bd44f96be
Author: Guillermo Joandet  gmail  com>
AuthorDate: Tue May 30 12:18:19 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 30 15:51:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac93ce8

gnome-extra/sushi: Version bump to 44.2

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31228
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/sushi/Manifest  |  1 +
 gnome-extra/sushi/sushi-44.2.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 80db1195e0a1..9fc23c622888 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1 +1,2 @@
 DIST sushi-43.0.tar.xz 81552 BLAKE2B 
13ca7ec446aeaae454bb0a8c874a786914211a9b27d423189846aba9adb844b224a7f0cb6d95b2e6c4d71043a2b592d14ce9998a9732150517aa18b14b4f2c25
 SHA512 
0a909f685e49bbddb7fc2cf17338eba08723a796e1e42f09ed404487620437b36c2bdaede3efbb6bd49cd7efde0141e971ac9869f73c0c30bea9b6658978b19e
+DIST sushi-44.2.tar.xz 82236 BLAKE2B 
144b2a068c0ed81e49236ed2f43125ec9df8eb853dac6d49e55c56d489f6dd41e1704b3e22996bd80bcbda07f0843a831bdbd8296606a9688376bf7fc6140406
 SHA512 
0e2cd6e619872e7ebd29b01bf6038b3db7f8202f20a77034451e69b722e46ee9f8e20378253f49ccb12b6060490c2581f10823c778c42ab9edf41016a1da

diff --git a/gnome-extra/sushi/sushi-44.2.ebuild 
b/gnome-extra/sushi/sushi-44.2.ebuild
new file mode 100644
index ..1727de732e1c
--- /dev/null
+++ b/gnome-extra/sushi/sushi-44.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome.org meson optfeature xdg
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+IUSE="wayland +X"
+REQUIRED_USE="|| ( wayland X )"
+
+DEPEND="
+   media-libs/libepoxy
+   >=app-text/evince-3.0[introspection]
+   media-libs/freetype:2
+   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
+   >=dev-libs/glib-2.29.14:2
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
+   >=x11-libs/gtksourceview-4.0.3:4[introspection]
+   >=media-libs/harfbuzz-0.9.9:=
+   >=dev-libs/gobject-introspection-1.54:=
+   net-libs/webkit-gtk:4.1[introspection]
+   >=dev-libs/gjs-1.40
+"
+RDEPEND="${DEPEND}
+   >=gnome-base/nautilus-3.1.90
+   media-plugins/gst-plugins-gtk:1.0[wayland?,X?]
+"
+BDEPEND="
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature wayland)
+   $(meson_feature X X11)
+   )
+   meson_src_configure
+}
+
+src_compile() {
+   local -x GST_PLUGIN_SYSTEM_PATH_1_0=
+   meson_src_compile
+}
+
+pkg_postinst() {
+   optfeature "Support viewing file formats such as generated by 
LibreOffice" app-office/libreoffice app-office/libreoffice-bin
+}



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

2023-05-28 Thread Pacho Ramos
commit: 35f3f601dd3e2983c8c3c270463282117c573c70
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun May 28 08:44:04 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun May 28 08:44:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f3f601

gnome-extra/sushi: libreoffice-bin can also be used for previews

Closes: https://bugs.gentoo.org/907273
Signed-off-by: Pacho Ramos  gentoo.org>

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

diff --git a/gnome-extra/sushi/sushi-43.0.ebuild 
b/gnome-extra/sushi/sushi-43.0.ebuild
index 764860e2be95..200786e28e3a 100644
--- a/gnome-extra/sushi/sushi-43.0.ebuild
+++ b/gnome-extra/sushi/sushi-43.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -52,5 +52,5 @@ src_compile() {
 }
 
 pkg_postinst() {
-   optfeature "Support viewing file formats such as generated by 
LibreOffice" app-office/libreoffice
+   optfeature "Support viewing file formats such as generated by 
LibreOffice" app-office/libreoffice app-office/libreoffice-bin
 }



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

2022-10-30 Thread Matt Turner
commit: 9bd5af451ceef2dc0f0d6018a7c931974e95215a
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 21:20:13 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct 30 23:20:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd5af45

gnome-extra/sushi: Set remote-id

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

 gnome-extra/sushi/metadata.xml | 18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/gnome-extra/sushi/metadata.xml b/gnome-extra/sushi/metadata.xml
index ba3052e86306..b65b12ba32f8 100644
--- a/gnome-extra/sushi/metadata.xml
+++ b/gnome-extra/sushi/metadata.xml
@@ -1,12 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-   
-   
-   Support viewing file formats such as 
generated by
-   app-office/libreoffice
-   
+  
+gn...@gentoo.org
+Gentoo GNOME Desktop
+  
+  
+Support viewing file formats such as generated by 
app-office/libreoffice
+  
+  
+GNOME/sushi
+  
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/sushi/, profiles/

2022-10-02 Thread Matt Turner
commit: cec955eebfb7631852788dda825f99f6375c8bcb
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Oct  3 03:02:37 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Oct  3 03:02:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec955ee

gnome-extra/sushi: Version bump to 43.0

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

 gnome-extra/sushi/Manifest  |  1 +
 gnome-extra/sushi/sushi-43.0.ebuild | 56 +
 profiles/package.mask   |  1 +
 3 files changed, 58 insertions(+)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 981d61a6d1b4..07e1039a56ce 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1 +1,2 @@
 DIST sushi-42.0.tar.xz 81668 BLAKE2B 
c37290fa9b2040d2f0a2e7519c654d5e78125b469c34eb24cfe6d9b37a9a00857215f149c33aa2d753734b33187f47da7bf73ebbe23ebad5551abffe20291a3d
 SHA512 
203510d793be56b73e59553ead555d863919b4f8ebe9f0b46d01a887685fc0d210b81b739bd7dca221a91d3c9d4c2885b84851c2445a1ab00720e1fd2f59c817
+DIST sushi-43.0.tar.xz 81552 BLAKE2B 
13ca7ec446aeaae454bb0a8c874a786914211a9b27d423189846aba9adb844b224a7f0cb6d95b2e6c4d71043a2b592d14ce9998a9732150517aa18b14b4f2c25
 SHA512 
0a909f685e49bbddb7fc2cf17338eba08723a796e1e42f09ed404487620437b36c2bdaede3efbb6bd49cd7efde0141e971ac9869f73c0c30bea9b6658978b19e

diff --git a/gnome-extra/sushi/sushi-43.0.ebuild 
b/gnome-extra/sushi/sushi-43.0.ebuild
new file mode 100644
index ..e6fe4a525687
--- /dev/null
+++ b/gnome-extra/sushi/sushi-43.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome.org meson optfeature xdg
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+IUSE="wayland +X"
+REQUIRED_USE="|| ( wayland X )"
+
+DEPEND="
+   media-libs/libepoxy
+   >=app-text/evince-3.0[introspection]
+   media-libs/freetype:2
+   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
+   >=dev-libs/glib-2.29.14:2
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
+   >=x11-libs/gtksourceview-4.0.3:4[introspection]
+   >=media-libs/harfbuzz-0.9.9:=
+   >=dev-libs/gobject-introspection-1.54:=
+   net-libs/webkit-gtk:4.1[introspection]
+   >=dev-libs/gjs-1.40
+"
+RDEPEND="${DEPEND}
+   >=gnome-base/nautilus-3.1.90
+   media-plugins/gst-plugins-gtk:1.0[wayland?,X?]
+"
+BDEPEND="
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature wayland)
+   $(meson_feature X X11)
+   )
+   meson_src_configure
+}
+
+src_compile() {
+   local -x GST_PLUGIN_SYSTEM_PATH_1_0=
+   meson_src_compile
+}
+
+pkg_postinst() {
+   optfeature "Support viewing file formats such as generated by 
LibreOffice" app-office/libreoffice
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index 41868fba75b0..24e86564e8f4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -428,6 +428,7 @@ sys-devel/automake:1.11
 >=gnome-extra/evolution-ews-3.46
 >=gnome-extra/gnome-calculator-43
 >=gnome-extra/gnome-shell-extensions-43
+>=gnome-extra/sushi-43
 >=mail-client/evolution-3.46
 >=mail-client/geary-43
 media-libs/libshumate



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

2022-07-28 Thread Sam James
commit: 58674daabaed3471c3f04f1752cc2334b196af2d
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 02:58:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 29 02:58:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58674daa

gnome-extra/sushi: Stabilize 42.0 arm64, #861029

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

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

diff --git a/gnome-extra/sushi/sushi-42.0.ebuild 
b/gnome-extra/sushi/sushi-42.0.ebuild
index a9e7cb992539..dbf864c68992 100644
--- a/gnome-extra/sushi/sushi-42.0.ebuild
+++ b/gnome-extra/sushi/sushi-42.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~sparc ~x86"
 IUSE="office wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 



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

2022-07-01 Thread Matt Turner
commit: 36b7e73d42da07969b203c2be804888578d1a73a
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul  2 03:12:38 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul  2 03:12:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b7e73d

gnome-extra/sushi: Version bump to 42.0

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

 gnome-extra/sushi/Manifest  |  1 +
 gnome-extra/sushi/sushi-42.0.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 094e396a405b..87c0a3812b48 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1 +1,2 @@
 DIST sushi-41.2.tar.xz 81252 BLAKE2B 
811b02e0738aa3aba22d71545e888ec0334779591a56d6a28f3942d5d79fb9fece2fdffe0203757ba0806352584a50228b669fc0969f7ad75265fc40a3a1cd67
 SHA512 
c47b22a013fe31de6943d8af0f333b8050a8f0ecb0e827ea71666cd0175d5cc99336eb7ad96b21ba7aaf87f23d01b4f37a1ca8c0fc644fa89aa8960699b61f43
+DIST sushi-42.0.tar.xz 81668 BLAKE2B 
c37290fa9b2040d2f0a2e7519c654d5e78125b469c34eb24cfe6d9b37a9a00857215f149c33aa2d753734b33187f47da7bf73ebbe23ebad5551abffe20291a3d
 SHA512 
203510d793be56b73e59553ead555d863919b4f8ebe9f0b46d01a887685fc0d210b81b739bd7dca221a91d3c9d4c2885b84851c2445a1ab00720e1fd2f59c817

diff --git a/gnome-extra/sushi/sushi-42.0.ebuild 
b/gnome-extra/sushi/sushi-42.0.ebuild
new file mode 100644
index ..a9e7cb992539
--- /dev/null
+++ b/gnome-extra/sushi/sushi-42.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome.org meson xdg
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+IUSE="office wayland +X"
+REQUIRED_USE="|| ( wayland X )"
+
+# Optional app-office/libreoffice support (OOo to pdf and then preview)
+DEPEND="
+   media-libs/libepoxy
+   >=app-text/evince-3.0[introspection]
+   media-libs/freetype:2
+   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
+   >=dev-libs/glib-2.29.14:2
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
+   >=x11-libs/gtksourceview-4.0.3:4[introspection]
+   >=media-libs/harfbuzz-0.9.9:=
+   >=dev-libs/gobject-introspection-1.54:=
+   >=net-libs/webkit-gtk-2.34:4[introspection]
+   >=dev-libs/gjs-1.40
+"
+RDEPEND="${DEPEND}
+   >=gnome-base/nautilus-3.1.90
+   media-plugins/gst-plugins-gtk:1.0[wayland?,X?]
+   office? ( app-office/libreoffice )
+"
+BDEPEND="
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   meson_src_configure \
+   $(meson_feature wayland) \
+   $(meson_feature X X11)
+}
+
+src_compile() {
+   local -x GST_PLUGIN_SYSTEM_PATH_1_0=
+   meson_src_compile
+}



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

2022-05-27 Thread Sam James
commit: 69a19d3dd9f38403b24f021c81395d5c09741f0b
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a19d3d

gnome-extra/sushi: Stabilize 41.2 arm64, #843794

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

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

diff --git a/gnome-extra/sushi/sushi-41.2.ebuild 
b/gnome-extra/sushi/sushi-41.2.ebuild
index 9a0c5a3e38bc..45d17675ad3e 100644
--- a/gnome-extra/sushi/sushi-41.2.ebuild
+++ b/gnome-extra/sushi/sushi-41.2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
 IUSE="office wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 



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

2022-04-06 Thread Matt Turner
commit: 98638617d385a64971fd97873175813209298599
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Apr  6 06:25:43 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Apr  6 06:26:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98638617

gnome-extra/sushi: Version bump to 41.2

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

 gnome-extra/sushi/Manifest  |  1 +
 gnome-extra/sushi/sushi-41.2.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index a31edf5147c6..90d5b878c6af 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,2 +1,3 @@
 DIST sushi-41.0.tar.xz 80940 BLAKE2B 
211fb0c96ac0a911809007ed2e79659cc90a32be23d61137d85cc4502beb995d2131f629a66f8da9328a4bf7d83b0c05f93e8913c8390be5cf22baaaeb00
 SHA512 
690018b846b23b3b21db244ae6e1f373870cc8cdb374dee2f4ba7eebf65af5d33a3366d37476b5f4556daf196c3f9cf8bf44903193831340f23ad33eef3ed484
 DIST sushi-41.1.tar.xz 81228 BLAKE2B 
8bff3ed2b70be8335139499fb982efc89163ab1ec95ff9053a117a72945d8733f0125ec4c64b7d175212a9d74f36212319e75f46e84b1eda90896a0ea4b26be7
 SHA512 
55fca36e73842943bb54a2e1ae005ffe0818763e787e1f987479b71527ce36970aa502c22053195fc3711b8cfcbb6892d3f1add674e425b9358d3682972026d5
+DIST sushi-41.2.tar.xz 81252 BLAKE2B 
811b02e0738aa3aba22d71545e888ec0334779591a56d6a28f3942d5d79fb9fece2fdffe0203757ba0806352584a50228b669fc0969f7ad75265fc40a3a1cd67
 SHA512 
c47b22a013fe31de6943d8af0f333b8050a8f0ecb0e827ea71666cd0175d5cc99336eb7ad96b21ba7aaf87f23d01b4f37a1ca8c0fc644fa89aa8960699b61f43

diff --git a/gnome-extra/sushi/sushi-41.2.ebuild 
b/gnome-extra/sushi/sushi-41.2.ebuild
new file mode 100644
index ..a9e7cb992539
--- /dev/null
+++ b/gnome-extra/sushi/sushi-41.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome.org meson xdg
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+IUSE="office wayland +X"
+REQUIRED_USE="|| ( wayland X )"
+
+# Optional app-office/libreoffice support (OOo to pdf and then preview)
+DEPEND="
+   media-libs/libepoxy
+   >=app-text/evince-3.0[introspection]
+   media-libs/freetype:2
+   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
+   >=dev-libs/glib-2.29.14:2
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
+   >=x11-libs/gtksourceview-4.0.3:4[introspection]
+   >=media-libs/harfbuzz-0.9.9:=
+   >=dev-libs/gobject-introspection-1.54:=
+   >=net-libs/webkit-gtk-2.34:4[introspection]
+   >=dev-libs/gjs-1.40
+"
+RDEPEND="${DEPEND}
+   >=gnome-base/nautilus-3.1.90
+   media-plugins/gst-plugins-gtk:1.0[wayland?,X?]
+   office? ( app-office/libreoffice )
+"
+BDEPEND="
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   meson_src_configure \
+   $(meson_feature wayland) \
+   $(meson_feature X X11)
+}
+
+src_compile() {
+   local -x GST_PLUGIN_SYSTEM_PATH_1_0=
+   meson_src_compile
+}



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

2022-04-02 Thread Matt Turner
commit: d89413427d63b5621d05df3506c9d3eaf792
Author: Branko Grubic  gmail  com>
AuthorDate: Fri Mar 18 20:54:33 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  3 00:03:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8941342

gnome-extra/sushi: Add missing RDEPEND

Closes: https://bugs.gentoo.org/811456
Closes: https://github.com/gentoo/gentoo/pull/24645
Signed-off-by: Branko Grubic  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/sushi/sushi-41.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnome-extra/sushi/sushi-41.1.ebuild 
b/gnome-extra/sushi/sushi-41.1.ebuild
index d43e375d9144..fbf71c2e59eb 100644
--- a/gnome-extra/sushi/sushi-41.1.ebuild
+++ b/gnome-extra/sushi/sushi-41.1.ebuild
@@ -31,6 +31,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
>=gnome-base/nautilus-3.1.90
+   media-plugins/gst-plugins-gtk:1.0[wayland?,X?]
office? ( app-office/libreoffice )
 "
 BDEPEND="



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

2022-04-01 Thread Matt Turner
commit: 585902ac8b5594882dcfdf202d9c89838767a18e
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr  1 17:45:23 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr  1 17:51:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585902ac

gnome-extra/sushi: Version bump to 41.1

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

 gnome-extra/sushi/Manifest  |  1 +
 gnome-extra/sushi/sushi-41.1.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index c0b3dd51e1ca..a31edf5147c6 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1 +1,2 @@
 DIST sushi-41.0.tar.xz 80940 BLAKE2B 
211fb0c96ac0a911809007ed2e79659cc90a32be23d61137d85cc4502beb995d2131f629a66f8da9328a4bf7d83b0c05f93e8913c8390be5cf22baaaeb00
 SHA512 
690018b846b23b3b21db244ae6e1f373870cc8cdb374dee2f4ba7eebf65af5d33a3366d37476b5f4556daf196c3f9cf8bf44903193831340f23ad33eef3ed484
+DIST sushi-41.1.tar.xz 81228 BLAKE2B 
8bff3ed2b70be8335139499fb982efc89163ab1ec95ff9053a117a72945d8733f0125ec4c64b7d175212a9d74f36212319e75f46e84b1eda90896a0ea4b26be7
 SHA512 
55fca36e73842943bb54a2e1ae005ffe0818763e787e1f987479b71527ce36970aa502c22053195fc3711b8cfcbb6892d3f1add674e425b9358d3682972026d5

diff --git a/gnome-extra/sushi/sushi-41.1.ebuild 
b/gnome-extra/sushi/sushi-41.1.ebuild
new file mode 100644
index ..d43e375d9144
--- /dev/null
+++ b/gnome-extra/sushi/sushi-41.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org meson xdg
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+IUSE="office wayland +X"
+REQUIRED_USE="|| ( wayland X )"
+
+# Optional app-office/libreoffice support (OOo to pdf and then preview)
+DEPEND="
+   media-libs/libepoxy
+   >=app-text/evince-3.0[introspection]
+   media-libs/freetype:2
+   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
+   >=dev-libs/glib-2.29.14:2
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
+   >=x11-libs/gtksourceview-4.0.3:4[introspection]
+   >=media-libs/harfbuzz-0.9.9:=
+   >=dev-libs/gobject-introspection-1.54:=
+   >=net-libs/webkit-gtk-2.34:4[introspection]
+   >=dev-libs/gjs-1.40
+"
+RDEPEND="${DEPEND}
+   >=gnome-base/nautilus-3.1.90
+   office? ( app-office/libreoffice )
+"
+BDEPEND="
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   meson_src_configure \
+   $(meson_feature wayland) \
+   $(meson_feature X X11)
+}
+
+src_compile() {
+   local -x GST_PLUGIN_SYSTEM_PATH_1_0=
+   meson_src_compile
+}



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

2022-03-08 Thread Sam James
commit: b89e113babc94ea2f608b42c0759bca90ca89d36
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  8 09:34:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  8 09:34:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89e113b

gnome-extra/sushi: Stabilize 41.0 x86, #834426

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

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

diff --git a/gnome-extra/sushi/sushi-41.0.ebuild 
b/gnome-extra/sushi/sushi-41.0.ebuild
index 6642ec40236c..7bea514b86dd 100644
--- a/gnome-extra/sushi/sushi-41.0.ebuild
+++ b/gnome-extra/sushi/sushi-41.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc x86"
 IUSE="office wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 



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

2021-12-18 Thread Matt Turner
commit: 94a6c2311baa835bc476f81209100cb5926c9991
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Dec 18 23:02:01 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Dec 18 23:39:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a6c231

gnome-extra/sushi: Version bump to 41.0

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

 gnome-extra/sushi/Manifest  |  1 +
 gnome-extra/sushi/sushi-41.0.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index a518822a5e44..c6d0958e8372 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1 +1,2 @@
 DIST sushi-3.38.1.tar.xz 79384 BLAKE2B 
7306d375f85cc491fa8819e6857b1d61d158149045069002ed7a9c0f08c021ce0e9ed5ee751404a507dfdffdfa99895288f9c9601001818b4d1bc987f94bd823
 SHA512 
b999e6892314875725bd4029163ae58813b46f0e5c59e58b62fc4491d611b48fc39459f6c5b5e1a7d75d792cfeb66681f4d3a7057e8cde8f5c3364a2312e0be7
+DIST sushi-41.0.tar.xz 80940 BLAKE2B 
211fb0c96ac0a911809007ed2e79659cc90a32be23d61137d85cc4502beb995d2131f629a66f8da9328a4bf7d83b0c05f93e8913c8390be5cf22baaaeb00
 SHA512 
690018b846b23b3b21db244ae6e1f373870cc8cdb374dee2f4ba7eebf65af5d33a3366d37476b5f4556daf196c3f9cf8bf44903193831340f23ad33eef3ed484

diff --git a/gnome-extra/sushi/sushi-41.0.ebuild 
b/gnome-extra/sushi/sushi-41.0.ebuild
new file mode 100644
index ..0ce63af012ee
--- /dev/null
+++ b/gnome-extra/sushi/sushi-41.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org meson xdg
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+IUSE="office wayland +X"
+REQUIRED_USE="|| ( wayland X )"
+
+# Optional app-office/libreoffice support (OOo to pdf and then preview)
+DEPEND="
+   media-libs/libepoxy
+   >=app-text/evince-3.0[introspection]
+   media-libs/freetype:2
+   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
+   >=dev-libs/glib-2.29.14:2
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
+   >=x11-libs/gtksourceview-4.0.3:4[introspection]
+   >=media-libs/harfbuzz-0.9.9:=
+   >=dev-libs/gobject-introspection-1.54:=
+   >=net-libs/webkit-gtk-2.34:4[introspection]
+   >=dev-libs/gjs-1.40
+"
+RDEPEND="${DEPEND}
+   >=gnome-base/nautilus-3.1.90
+   office? ( app-office/libreoffice )
+"
+BDEPEND="
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   meson_src_configure \
+   $(meson_feature wayland) \
+   $(meson_feature X X11)
+}
+
+src_compile() {
+   local -x GST_PLUGIN_SYSTEM_PATH_1_0=
+   meson_src_compile
+}



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

2021-07-26 Thread Matt Turner
commit: 80e5ce2f3cd85577f0aa410494637138fe4a6517
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jul 26 06:15:00 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jul 26 07:14:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e5ce2f

gnome-extra/sushi: Drop old versions

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

 gnome-extra/sushi/Manifest|  1 -
 gnome-extra/sushi/sushi-3.38.0.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 8cb7e6d428a..a518822a5e4 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,2 +1 @@
-DIST sushi-3.38.0.tar.xz 76500 BLAKE2B 
6d4fb4d80fdec2e96d5cf91bfe6f0d859154e45f6bcd4677eae0e4c8bdcb20380e1cabcc6621e0bcdcc590a668798775bdb464b22298fe954c3d290d202c36c7
 SHA512 
c8d0dd7d9cf9d28496c6c4ac5f327bcf605994f189c476fe891d42c0c225d0368311baf06d7d6092805f729908491590bf719a9822513f96e2afe17e8ab962bd
 DIST sushi-3.38.1.tar.xz 79384 BLAKE2B 
7306d375f85cc491fa8819e6857b1d61d158149045069002ed7a9c0f08c021ce0e9ed5ee751404a507dfdffdfa99895288f9c9601001818b4d1bc987f94bd823
 SHA512 
b999e6892314875725bd4029163ae58813b46f0e5c59e58b62fc4491d611b48fc39459f6c5b5e1a7d75d792cfeb66681f4d3a7057e8cde8f5c3364a2312e0be7

diff --git a/gnome-extra/sushi/sushi-3.38.0.ebuild 
b/gnome-extra/sushi/sushi-3.38.0.ebuild
deleted file mode 100644
index 7e87e591fc9..000
--- a/gnome-extra/sushi/sushi-3.38.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org meson xdg
-
-DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86"
-IUSE="office wayland +X"
-REQUIRED_USE="|| ( wayland X )"
-
-# Optional app-office/libreoffice support (OOo to pdf and then preview)
-DEPEND="
-   media-libs/libepoxy
-   >=app-text/evince-3.0[introspection]
-   media-libs/freetype:2
-   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
-   >=dev-libs/glib-2.29.14:2
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
-   >=x11-libs/gtksourceview-4.0.3:4[introspection]
-   >=media-libs/harfbuzz-0.9.9:=
-   >=dev-libs/gobject-introspection-1.54:=
-   media-libs/musicbrainz:5=
-   net-libs/webkit-gtk:4[introspection]
-   >=dev-libs/gjs-1.40
-"
-RDEPEND="${DEPEND}
-   >=gnome-base/nautilus-3.1.90
-   office? ( app-office/libreoffice )
-"
-BDEPEND="
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   meson_src_configure \
-   $(meson_feature wayland) \
-   $(meson_feature X X11)
-}
-
-src_compile() {
-   local -x GST_PLUGIN_SYSTEM_PATH_1_0=
-   meson_src_compile
-}



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

2021-06-06 Thread Matt Turner
commit: 5142503321e9c9820874e5ea10c3e6b64b2759b8
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jun  6 21:21:51 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jun  6 21:49:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51425033

gnome-extra/sushi: Version bump to 3.38.1

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

 gnome-extra/sushi/Manifest|  1 +
 gnome-extra/sushi/sushi-3.38.1.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 2889e0dd465..8cb7e6d428a 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1 +1,2 @@
 DIST sushi-3.38.0.tar.xz 76500 BLAKE2B 
6d4fb4d80fdec2e96d5cf91bfe6f0d859154e45f6bcd4677eae0e4c8bdcb20380e1cabcc6621e0bcdcc590a668798775bdb464b22298fe954c3d290d202c36c7
 SHA512 
c8d0dd7d9cf9d28496c6c4ac5f327bcf605994f189c476fe891d42c0c225d0368311baf06d7d6092805f729908491590bf719a9822513f96e2afe17e8ab962bd
+DIST sushi-3.38.1.tar.xz 79384 BLAKE2B 
7306d375f85cc491fa8819e6857b1d61d158149045069002ed7a9c0f08c021ce0e9ed5ee751404a507dfdffdfa99895288f9c9601001818b4d1bc987f94bd823
 SHA512 
b999e6892314875725bd4029163ae58813b46f0e5c59e58b62fc4491d611b48fc39459f6c5b5e1a7d75d792cfeb66681f4d3a7057e8cde8f5c3364a2312e0be7

diff --git a/gnome-extra/sushi/sushi-3.38.1.ebuild 
b/gnome-extra/sushi/sushi-3.38.1.ebuild
new file mode 100644
index 000..16d80f3ec46
--- /dev/null
+++ b/gnome-extra/sushi/sushi-3.38.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org meson xdg
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+IUSE="office wayland +X"
+REQUIRED_USE="|| ( wayland X )"
+
+# Optional app-office/libreoffice support (OOo to pdf and then preview)
+DEPEND="
+   media-libs/libepoxy
+   >=app-text/evince-3.0[introspection]
+   media-libs/freetype:2
+   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
+   >=dev-libs/glib-2.29.14:2
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
+   >=x11-libs/gtksourceview-4.0.3:4[introspection]
+   >=media-libs/harfbuzz-0.9.9:=
+   >=dev-libs/gobject-introspection-1.54:=
+   media-libs/musicbrainz:5=
+   net-libs/webkit-gtk:4[introspection]
+   >=dev-libs/gjs-1.40
+"
+RDEPEND="${DEPEND}
+   >=gnome-base/nautilus-3.1.90
+   office? ( app-office/libreoffice )
+"
+BDEPEND="
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   meson_src_configure \
+   $(meson_feature wayland) \
+   $(meson_feature X X11)
+}
+
+src_compile() {
+   local -x GST_PLUGIN_SYSTEM_PATH_1_0=
+   meson_src_compile
+}



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

2021-04-15 Thread Matt Turner
commit: 865f46ec1376c1c3fa4761811adcbfe616884878
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Apr 15 15:30:36 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Apr 15 15:30:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=865f46ec

gnome-extra/sushi: Drop old versions

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

 gnome-extra/sushi/Manifest|  2 --
 gnome-extra/sushi/sushi-3.34.0.ebuild | 58 ---
 2 files changed, 60 deletions(-)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 9d2fd6e6e0f..2889e0dd465 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,3 +1 @@
-DIST sushi-3.34.0-patchset.tar.xz 8744 BLAKE2B 
45077c7e78ebea5900ff8a1e8749f88677a6990d41cf44505437c5cbd05ce09b2ddef11de8e9078d419b1130f14d8ef4cbe7c6f15c80cee02dd72b17c4e84cfe
 SHA512 
7c3d8e044179202a37c09436192436102a1ca223e358de1bc3857b0900c9921c72b1ab588fb08cfebe6ae440669a68786c3c1e83c1f6a3c489d4a5ce665217b3
-DIST sushi-3.34.0.tar.xz 74240 BLAKE2B 
8b194be7ec831ce4f13549d465d6f1e6ba09ae4dc7ff86b1c214b79baac226654b75401d326d5d7d8fc0cc9fff28d8125aa4f5a9d3cdf54e472e5565815af75d
 SHA512 
bde009b30106bf31199c8c3b040743de5f5c782fd540612a34055bef9a22f9a08c4ed0ae7c5fc3cbfdc67a5d12f28bc70ca5135ba227403e8d127295a1253d18
 DIST sushi-3.38.0.tar.xz 76500 BLAKE2B 
6d4fb4d80fdec2e96d5cf91bfe6f0d859154e45f6bcd4677eae0e4c8bdcb20380e1cabcc6621e0bcdcc590a668798775bdb464b22298fe954c3d290d202c36c7
 SHA512 
c8d0dd7d9cf9d28496c6c4ac5f327bcf605994f189c476fe891d42c0c225d0368311baf06d7d6092805f729908491590bf719a9822513f96e2afe17e8ab962bd

diff --git a/gnome-extra/sushi/sushi-3.34.0.ebuild 
b/gnome-extra/sushi/sushi-3.34.0.ebuild
deleted file mode 100644
index ba0e05776c4..000
--- a/gnome-extra/sushi/sushi-3.34.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org meson xdg
-
-DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
-HOMEPAGE="https://git.gnome.org/browse/sushi;
-SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86"
-IUSE="office wayland +X"
-REQUIRED_USE="|| ( wayland X )"
-
-# Optional app-office/libreoffice support (OOo to pdf and then preview)
-COMMON_DEPEND="
-   media-libs/libepoxy
-   >=app-text/evince-3.0[introspection]
-   media-libs/freetype:2
-   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
-   >=dev-libs/glib-2.29.14:2
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
-   >=x11-libs/gtksourceview-4.0.3:4[introspection]
-   >=media-libs/harfbuzz-0.9.9:=
-   >=dev-libs/gobject-introspection-1.54:=
-   media-libs/musicbrainz:5=
-   net-libs/webkit-gtk:4[introspection]
-   >=dev-libs/gjs-1.40
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/nautilus-3.1.90
-   office? ( app-office/libreoffice )
-"
-
-PATCHES=(
-   # origin/master updates up to 2020-03-10, primarily for gtk[-wayland] 
fixes
-   "${WORKDIR}"/patches
-)
-
-src_configure() {
-   meson_src_configure \
-   $(meson_feature wayland) \
-   $(meson_feature X X11)
-}
-
-src_compile() {
-   local -x GST_PLUGIN_SYSTEM_PATH_1_0=
-   meson_src_compile
-}



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

2021-04-14 Thread Sam James
commit: bc81d6b3885e0258d1f8a70c1130915666162ae5
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 15 05:21:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 15 05:24:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc81d6b3

gnome-extra/sushi: Stabilize 3.38.0 x86, #782847

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

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

diff --git a/gnome-extra/sushi/sushi-3.38.0.ebuild 
b/gnome-extra/sushi/sushi-3.38.0.ebuild
index b8ecbb2da48..2773a6d6bfe 100644
--- a/gnome-extra/sushi/sushi-3.38.0.ebuild
+++ b/gnome-extra/sushi/sushi-3.38.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://git.gnome.org/browse/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86"
 IUSE="office wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 



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

2021-04-14 Thread Mikle Kolyada
commit: a2165e7f7e1201ef9955f8ce2a55f9247b15f50b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Apr 14 18:51:25 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Apr 14 18:51:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2165e7f

gnome-extra/sushi: Stabilize 3.38.0 amd64, #782847

Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/gnome-extra/sushi/sushi-3.38.0.ebuild 
b/gnome-extra/sushi/sushi-3.38.0.ebuild
index 9a2dfada0ca..b8ecbb2da48 100644
--- a/gnome-extra/sushi/sushi-3.38.0.ebuild
+++ b/gnome-extra/sushi/sushi-3.38.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://git.gnome.org/browse/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
 IUSE="office wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 



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

2021-03-13 Thread Matt Turner
commit: d3fd0eb4930ad82608f1f7ca53d932eeb79c5b5d
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar 13 16:28:27 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar 13 18:08:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3fd0eb4

gnome-extra/sushi: Version bump to 3.38.0

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

 gnome-extra/sushi/Manifest|  1 +
 gnome-extra/sushi/sushi-3.38.0.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 974f0e50734..9d2fd6e6e0f 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,2 +1,3 @@
 DIST sushi-3.34.0-patchset.tar.xz 8744 BLAKE2B 
45077c7e78ebea5900ff8a1e8749f88677a6990d41cf44505437c5cbd05ce09b2ddef11de8e9078d419b1130f14d8ef4cbe7c6f15c80cee02dd72b17c4e84cfe
 SHA512 
7c3d8e044179202a37c09436192436102a1ca223e358de1bc3857b0900c9921c72b1ab588fb08cfebe6ae440669a68786c3c1e83c1f6a3c489d4a5ce665217b3
 DIST sushi-3.34.0.tar.xz 74240 BLAKE2B 
8b194be7ec831ce4f13549d465d6f1e6ba09ae4dc7ff86b1c214b79baac226654b75401d326d5d7d8fc0cc9fff28d8125aa4f5a9d3cdf54e472e5565815af75d
 SHA512 
bde009b30106bf31199c8c3b040743de5f5c782fd540612a34055bef9a22f9a08c4ed0ae7c5fc3cbfdc67a5d12f28bc70ca5135ba227403e8d127295a1253d18
+DIST sushi-3.38.0.tar.xz 76500 BLAKE2B 
6d4fb4d80fdec2e96d5cf91bfe6f0d859154e45f6bcd4677eae0e4c8bdcb20380e1cabcc6621e0bcdcc590a668798775bdb464b22298fe954c3d290d202c36c7
 SHA512 
c8d0dd7d9cf9d28496c6c4ac5f327bcf605994f189c476fe891d42c0c225d0368311baf06d7d6092805f729908491590bf719a9822513f96e2afe17e8ab962bd

diff --git a/gnome-extra/sushi/sushi-3.38.0.ebuild 
b/gnome-extra/sushi/sushi-3.38.0.ebuild
new file mode 100644
index 000..9a2dfada0ca
--- /dev/null
+++ b/gnome-extra/sushi/sushi-3.38.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org meson xdg
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://git.gnome.org/browse/sushi;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+IUSE="office wayland +X"
+REQUIRED_USE="|| ( wayland X )"
+
+# Optional app-office/libreoffice support (OOo to pdf and then preview)
+DEPEND="
+   media-libs/libepoxy
+   >=app-text/evince-3.0[introspection]
+   media-libs/freetype:2
+   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
+   >=dev-libs/glib-2.29.14:2
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
+   >=x11-libs/gtksourceview-4.0.3:4[introspection]
+   >=media-libs/harfbuzz-0.9.9:=
+   >=dev-libs/gobject-introspection-1.54:=
+   media-libs/musicbrainz:5=
+   net-libs/webkit-gtk:4[introspection]
+   >=dev-libs/gjs-1.40
+"
+RDEPEND="${DEPEND}
+   >=gnome-base/nautilus-3.1.90
+   office? ( app-office/libreoffice )
+"
+BDEPEND="
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   meson_src_configure \
+   $(meson_feature wayland) \
+   $(meson_feature X X11)
+}
+
+src_compile() {
+   local -x GST_PLUGIN_SYSTEM_PATH_1_0=
+   meson_src_compile
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/sushi/, net-libs/webkit-gtk/, dev-util/devhelp/, ...

2020-07-18 Thread Sergei Trofimovich
commit: aedfd315d64fc1a6418ca8135151fefb6032c092
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul 18 22:22:28 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul 18 22:23:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aedfd315

*/*: dekeyword net-libs/webkit-gtk and revdeps on alpha

Bug: https://bugs.gentoo.org/704182
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/devhelp/devhelp-3.34.0.ebuild|  2 +-
 gnome-extra/gnome-contacts/gnome-contacts-3.30.2.ebuild   |  2 +-
 gnome-extra/sushi/sushi-3.34.0.ebuild |  2 +-
 gnome-extra/yelp/yelp-3.34.0.ebuild   |  2 +-
 mail-client/evolution/evolution-3.36.3.ebuild |  2 +-
 mail-client/evolution/evolution-3.36.4.ebuild |  2 +-
 media-gfx/shotwell/shotwell-0.30.9.ebuild |  2 +-
 net-im/empathy/empathy-3.12.14.ebuild |  2 +-
 .../gnome-online-accounts/gnome-online-accounts-3.34.1.ebuild |  2 +-
 .../gnome-online-accounts/gnome-online-accounts-3.36.0.ebuild |  2 +-
 net-libs/libzapojit/libzapojit-0.0.3.ebuild   |  2 +-
 net-libs/webkit-gtk/webkit-gtk-2.24.4.ebuild  |  2 +-
 profiles/arch/alpha/package.use.mask  | 11 +++
 profiles/arch/alpha/use.mask  |  6 ++
 14 files changed, 29 insertions(+), 12 deletions(-)

diff --git a/dev-util/devhelp/devhelp-3.34.0.ebuild 
b/dev-util/devhelp/devhelp-3.34.0.ebuild
index 2a8f559e7ff..7c65269a82a 100644
--- a/dev-util/devhelp/devhelp-3.34.0.ebuild
+++ b/dev-util/devhelp/devhelp-3.34.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Devhelp;
 
 LICENSE="GPL-3+"
 SLOT="0/3-6" # subslot = 3-(libdevhelp-3 soname version)
-KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
 IUSE="gedit gtk-doc +introspection"
 REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )"
 

diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.30.2.ebuild 
b/gnome-extra/gnome-contacts/gnome-contacts-3.30.2.ebuild
index dd9c437ba34..40942e73515 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-3.30.2.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-3.30.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="telepathy v4l"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 
 VALA_DEPEND="
$(vala_depend)

diff --git a/gnome-extra/sushi/sushi-3.34.0.ebuild 
b/gnome-extra/sushi/sushi-3.34.0.ebuild
index 0a4774a4221..c019daad956 100644
--- a/gnome-extra/sushi/sushi-3.34.0.ebuild
+++ b/gnome-extra/sushi/sushi-3.34.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 IUSE="office wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 

diff --git a/gnome-extra/yelp/yelp-3.34.0.ebuild 
b/gnome-extra/yelp/yelp-3.34.0.ebuild
index bf631a4f8e0..175b8b5bf3d 100644
--- a/gnome-extra/yelp/yelp-3.34.0.ebuild
+++ b/gnome-extra/yelp/yelp-3.34.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Yelp;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE=""
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~x86-solaris"
 
 RDEPEND="
app-arch/bzip2:=

diff --git a/mail-client/evolution/evolution-3.36.3.ebuild 
b/mail-client/evolution/evolution-3.36.3.ebuild
index 346822bfe96..842892589b4 100644
--- a/mail-client/evolution/evolution-3.36.3.ebuild
+++ b/mail-client/evolution/evolution-3.36.3.ebuild
@@ -14,7 +14,7 @@ SLOT="2.0"
 
 IUSE="archive +bogofilter geolocation gtk-doc highlight ldap spamassassin 
spell ssl +weather ytnef"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently

diff --git a/mail-client/evolution/evolution-3.36.4.ebuild 
b/mail-client/evolution/evolution-3.36.4.ebuild
index 346822bfe96..842892589b4 100644
--- a/mail-client/evolution/evolution-3.36.4.ebuild
+++ b/mail-client/evolution/evolution-3.36.4.ebuild
@@ -14,7 +14,7 @@ SLOT="2.0"
 
 IUSE="archive +bogofilter geolocation gtk-doc highlight ldap spamassassin 
spell ssl +weather ytnef"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently

diff --git a/media-gfx/shotwell/shotwell-0.30.9.ebuild 
b/media-gfx/shotwell/shotwell-0.30.9.ebuild
index 

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

2020-04-25 Thread Mart Raudsepp
commit: 09054064614849b7099b3871575bb9040e432272
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 19:45:02 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09054064

gnome-extra/sushi: remove old

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

 gnome-extra/sushi/Manifest|  1 -
 gnome-extra/sushi/sushi-3.32.1.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 8ba673f0d64..974f0e50734 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,3 +1,2 @@
-DIST sushi-3.32.1.tar.xz 65172 BLAKE2B 
ad6d085e3c67527c988695195408e2dd8f82effeb0dacccb63eec9d3896c82fb1abf8d0fb92aeb6934146e67e8e203e438a900d4164d673b19cbe6af9d9a27b7
 SHA512 
db38b690591f7c7a5e55b7ad7a37022cd0624f48af6fe1c56ae05aa74598d767b61a1636d01ba207c399739c0cee6d266a52207a74f65f3e27216c5dfdd17909
 DIST sushi-3.34.0-patchset.tar.xz 8744 BLAKE2B 
45077c7e78ebea5900ff8a1e8749f88677a6990d41cf44505437c5cbd05ce09b2ddef11de8e9078d419b1130f14d8ef4cbe7c6f15c80cee02dd72b17c4e84cfe
 SHA512 
7c3d8e044179202a37c09436192436102a1ca223e358de1bc3857b0900c9921c72b1ab588fb08cfebe6ae440669a68786c3c1e83c1f6a3c489d4a5ce665217b3
 DIST sushi-3.34.0.tar.xz 74240 BLAKE2B 
8b194be7ec831ce4f13549d465d6f1e6ba09ae4dc7ff86b1c214b79baac226654b75401d326d5d7d8fc0cc9fff28d8125aa4f5a9d3cdf54e472e5565815af75d
 SHA512 
bde009b30106bf31199c8c3b040743de5f5c782fd540612a34055bef9a22f9a08c4ed0ae7c5fc3cbfdc67a5d12f28bc70ca5135ba227403e8d127295a1253d18

diff --git a/gnome-extra/sushi/sushi-3.32.1.ebuild 
b/gnome-extra/sushi/sushi-3.32.1.ebuild
deleted file mode 100644
index 1655c429548..000
--- a/gnome-extra/sushi/sushi-3.32.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org meson xdg
-
-DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
-HOMEPAGE="https://git.gnome.org/browse/sushi;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
-IUSE="office"
-
-# Optional app-office/libreoffice support (OOo to pdf and then preview)
-# gtk+[X] optionally needed for sushi_create_foreign_window(); clutter-x11.h 
unconditionally included
-COMMON_DEPEND="
-   >=media-libs/clutter-1.11.4:1.0[X,introspection]
-   media-libs/clutter-gst:3.0[introspection]
-   >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
-   >=app-text/evince-3.0[introspection]
-   media-libs/freetype:2
-   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
-   >=dev-libs/gjs-1.40
-   >=dev-libs/glib-2.29.14:2
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   >=x11-libs/gtk+-3.13.2:3[X,introspection]
-   x11-libs/gtksourceview:3.0[introspection]
-   >=media-libs/harfbuzz-0.9.9:=
-   >=dev-libs/gobject-introspection-1.54:=
-   media-libs/musicbrainz:5=
-   net-libs/webkit-gtk:4[introspection]
-
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/nautilus-3.1.90
-   office? ( app-office/libreoffice )
-"



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

2020-03-29 Thread Mart Raudsepp
commit: 271a03e6382f3856be549610746bef3fe459a059
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 29 12:09:17 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 29 16:18:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271a03e6

gnome-extra/sushi: bump to 3.34.0

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

 gnome-extra/sushi/Manifest|  2 ++
 gnome-extra/sushi/sushi-3.34.0.ebuild | 58 +++
 2 files changed, 60 insertions(+)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 033a247f977..8ba673f0d64 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1 +1,3 @@
 DIST sushi-3.32.1.tar.xz 65172 BLAKE2B 
ad6d085e3c67527c988695195408e2dd8f82effeb0dacccb63eec9d3896c82fb1abf8d0fb92aeb6934146e67e8e203e438a900d4164d673b19cbe6af9d9a27b7
 SHA512 
db38b690591f7c7a5e55b7ad7a37022cd0624f48af6fe1c56ae05aa74598d767b61a1636d01ba207c399739c0cee6d266a52207a74f65f3e27216c5dfdd17909
+DIST sushi-3.34.0-patchset.tar.xz 8744 BLAKE2B 
45077c7e78ebea5900ff8a1e8749f88677a6990d41cf44505437c5cbd05ce09b2ddef11de8e9078d419b1130f14d8ef4cbe7c6f15c80cee02dd72b17c4e84cfe
 SHA512 
7c3d8e044179202a37c09436192436102a1ca223e358de1bc3857b0900c9921c72b1ab588fb08cfebe6ae440669a68786c3c1e83c1f6a3c489d4a5ce665217b3
+DIST sushi-3.34.0.tar.xz 74240 BLAKE2B 
8b194be7ec831ce4f13549d465d6f1e6ba09ae4dc7ff86b1c214b79baac226654b75401d326d5d7d8fc0cc9fff28d8125aa4f5a9d3cdf54e472e5565815af75d
 SHA512 
bde009b30106bf31199c8c3b040743de5f5c782fd540612a34055bef9a22f9a08c4ed0ae7c5fc3cbfdc67a5d12f28bc70ca5135ba227403e8d127295a1253d18

diff --git a/gnome-extra/sushi/sushi-3.34.0.ebuild 
b/gnome-extra/sushi/sushi-3.34.0.ebuild
new file mode 100644
index 000..80116931e29
--- /dev/null
+++ b/gnome-extra/sushi/sushi-3.34.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org meson xdg
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://git.gnome.org/browse/sushi;
+SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="office wayland +X"
+REQUIRED_USE="|| ( wayland X )"
+
+# Optional app-office/libreoffice support (OOo to pdf and then preview)
+COMMON_DEPEND="
+   media-libs/libepoxy
+   >=app-text/evince-3.0[introspection]
+   media-libs/freetype:2
+   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
+   >=dev-libs/glib-2.29.14:2
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
+   >=x11-libs/gtksourceview-4.0.3:4[introspection]
+   >=media-libs/harfbuzz-0.9.9:=
+   >=dev-libs/gobject-introspection-1.54:=
+   media-libs/musicbrainz:5=
+   net-libs/webkit-gtk:4[introspection]
+   >=dev-libs/gjs-1.40
+"
+DEPEND="${RDEPEND}
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-base/nautilus-3.1.90
+   office? ( app-office/libreoffice )
+"
+
+PATCHES=(
+   # origin/master updates up to 2020-03-10, primarily for gtk[-wayland] 
fixes
+   "${WORKDIR}"/patches
+)
+
+src_configure() {
+   meson_src_configure \
+   $(meson_feature wayland) \
+   $(meson_feature X X11)
+}
+
+src_compile() {
+   local -x GST_PLUGIN_SYSTEM_PATH_1_0=
+   meson_src_compile
+}



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

2019-12-23 Thread Mart Raudsepp
commit: 7ec6b414e6365d7df5041bec91fde99bcd592528
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:57:48 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec6b414

gnome-extra/sushi: remove old

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

 gnome-extra/sushi/Manifest|  1 -
 gnome-extra/sushi/sushi-3.30.0.ebuild | 50 ---
 2 files changed, 51 deletions(-)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 5721fd4bccc..033a247f977 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,2 +1 @@
-DIST sushi-3.30.0.tar.xz 296940 BLAKE2B 
ff8617aabab16d41c9b072f8cf9774e4f5ce59e0dada05dcad23ba6929005c963d86a1beb5c2a3adc5e8cbaf8a6ce769b48ff53f4979db9f1853bbed0f80fb2d
 SHA512 
48d2b960c2ebe86cdfbd0043968acdd6864162368941b921f25e137e6aeb2a2513738ad4d8c6ef5d5c6d2863e6ace5d2819e0a5dfc487efd20a1914a7cbcc40e
 DIST sushi-3.32.1.tar.xz 65172 BLAKE2B 
ad6d085e3c67527c988695195408e2dd8f82effeb0dacccb63eec9d3896c82fb1abf8d0fb92aeb6934146e67e8e203e438a900d4164d673b19cbe6af9d9a27b7
 SHA512 
db38b690591f7c7a5e55b7ad7a37022cd0624f48af6fe1c56ae05aa74598d767b61a1636d01ba207c399739c0cee6d266a52207a74f65f3e27216c5dfdd17909

diff --git a/gnome-extra/sushi/sushi-3.30.0.ebuild 
b/gnome-extra/sushi/sushi-3.30.0.ebuild
deleted file mode 100644
index e5e99513d77..000
--- a/gnome-extra/sushi/sushi-3.30.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
-HOMEPAGE="https://git.gnome.org/browse/sushi;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="office"
-
-# Optional app-office/unoconv support (OOo to pdf)
-# freetype needed for font loader
-# gtk+[X] optionally needed for sushi_create_foreign_window(); when wayland is 
more widespread, might want to not force it
-COMMON_DEPEND="
-   >=x11-libs/gdk-pixbuf-2.23[introspection]
-   >=dev-libs/gjs-1.40
-   >=dev-libs/glib-2.29.14:2
-   >=dev-libs/gobject-introspection-0.9.6:=
-   >=media-libs/clutter-1.11.4:1.0[introspection]
-   >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
-   >=x11-libs/gtk+-3.13.2:3[X,introspection]
-
-   >=app-text/evince-3.0[introspection]
-   media-libs/freetype:2
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   >=media-libs/harfbuzz-0.9.9:=
-   media-libs/clutter-gst:3.0[introspection]
-   media-libs/musicbrainz:5=
-   net-libs/webkit-gtk:4[introspection]
-   x11-libs/gtksourceview:3.0[introspection]
-
-   office? ( app-office/unoconv )
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   >=dev-util/intltool-0.40
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/nautilus-3.1.90
-"
-
-src_configure() {
-   gnome2_src_configure --disable-static
-}



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

2019-09-28 Thread Mart Raudsepp
commit: 213da29577dde74ef5eeb301c86a287f845c475e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Sep 28 20:50:53 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep 28 20:50:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213da295

gnome-extra/sushi: bump to 3.32.1

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

 gnome-extra/sushi/Manifest|  1 +
 gnome-extra/sushi/sushi-3.32.1.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 2f1a905523d..5721fd4bccc 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1 +1,2 @@
 DIST sushi-3.30.0.tar.xz 296940 BLAKE2B 
ff8617aabab16d41c9b072f8cf9774e4f5ce59e0dada05dcad23ba6929005c963d86a1beb5c2a3adc5e8cbaf8a6ce769b48ff53f4979db9f1853bbed0f80fb2d
 SHA512 
48d2b960c2ebe86cdfbd0043968acdd6864162368941b921f25e137e6aeb2a2513738ad4d8c6ef5d5c6d2863e6ace5d2819e0a5dfc487efd20a1914a7cbcc40e
+DIST sushi-3.32.1.tar.xz 65172 BLAKE2B 
ad6d085e3c67527c988695195408e2dd8f82effeb0dacccb63eec9d3896c82fb1abf8d0fb92aeb6934146e67e8e203e438a900d4164d673b19cbe6af9d9a27b7
 SHA512 
db38b690591f7c7a5e55b7ad7a37022cd0624f48af6fe1c56ae05aa74598d767b61a1636d01ba207c399739c0cee6d266a52207a74f65f3e27216c5dfdd17909

diff --git a/gnome-extra/sushi/sushi-3.32.1.ebuild 
b/gnome-extra/sushi/sushi-3.32.1.ebuild
new file mode 100644
index 000..60bf8a759db
--- /dev/null
+++ b/gnome-extra/sushi/sushi-3.32.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org meson xdg
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://git.gnome.org/browse/sushi;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="office"
+
+# Optional app-office/libreoffice support (OOo to pdf and then preview)
+# gtk+[X] optionally needed for sushi_create_foreign_window(); clutter-x11.h 
unconditionally included
+COMMON_DEPEND="
+   >=media-libs/clutter-1.11.4:1.0[X,introspection]
+   media-libs/clutter-gst:3.0[introspection]
+   >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
+   >=app-text/evince-3.0[introspection]
+   media-libs/freetype:2
+   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
+   >=dev-libs/gjs-1.40
+   >=dev-libs/glib-2.29.14:2
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   >=x11-libs/gtk+-3.13.2:3[X,introspection]
+   x11-libs/gtksourceview:3.0[introspection]
+   >=media-libs/harfbuzz-0.9.9:=
+   >=dev-libs/gobject-introspection-1.54:=
+   media-libs/musicbrainz:5=
+   net-libs/webkit-gtk:4[introspection]
+
+"
+DEPEND="${RDEPEND}
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-base/nautilus-3.1.90
+   office? ( app-office/libreoffice )
+"



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

2019-08-04 Thread Aaron Bauman
commit: 4b77abbacdb2b99752cc0417046a1986b7fcb712
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 02:45:36 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 02:45:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b77abba

gnome-extra/sushi: arm64 keyworded

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.70, Repoman-2.3.16

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

diff --git a/gnome-extra/sushi/sushi-3.30.0.ebuild 
b/gnome-extra/sushi/sushi-3.30.0.ebuild
index 3bcb3f8cea0..e5e99513d77 100644
--- a/gnome-extra/sushi/sushi-3.30.0.ebuild
+++ b/gnome-extra/sushi/sushi-3.30.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://git.gnome.org/browse/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="office"
 
 # Optional app-office/unoconv support (OOo to pdf)



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

2019-05-18 Thread Mart Raudsepp
commit: c47a6f9136b1e90c668eaa15ed29b6ff84a7b28c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat May 18 21:48:40 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat May 18 21:48:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47a6f91

gnome-extra/sushi: remove old

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

 gnome-extra/sushi/Manifest|  1 -
 gnome-extra/sushi/sushi-3.24.0.ebuild | 50 ---
 2 files changed, 51 deletions(-)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 1ea9c6b026a..2f1a905523d 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,2 +1 @@
-DIST sushi-3.24.0.tar.xz 297332 BLAKE2B 
a01947627e9ca711f9f1d634f2791ee79e414bab38058ca4a8bfd822a2d277522fe99d66b3364f46662ee0fc1fa8a148f48ce8c434fd0d7bbb7ef1c159f2ea12
 SHA512 
b49e9c1ef1dc4c74ae06f6da9a2f428ed4ee3ec1ca3ba04c483ddb1bd976e6981466456d27a641048756a1ea0bf2fe033883059895e889950d0d0f340535b29b
 DIST sushi-3.30.0.tar.xz 296940 BLAKE2B 
ff8617aabab16d41c9b072f8cf9774e4f5ce59e0dada05dcad23ba6929005c963d86a1beb5c2a3adc5e8cbaf8a6ce769b48ff53f4979db9f1853bbed0f80fb2d
 SHA512 
48d2b960c2ebe86cdfbd0043968acdd6864162368941b921f25e137e6aeb2a2513738ad4d8c6ef5d5c6d2863e6ace5d2819e0a5dfc487efd20a1914a7cbcc40e

diff --git a/gnome-extra/sushi/sushi-3.24.0.ebuild 
b/gnome-extra/sushi/sushi-3.24.0.ebuild
deleted file mode 100644
index 3bcb3f8cea0..000
--- a/gnome-extra/sushi/sushi-3.24.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
-HOMEPAGE="https://git.gnome.org/browse/sushi;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="office"
-
-# Optional app-office/unoconv support (OOo to pdf)
-# freetype needed for font loader
-# gtk+[X] optionally needed for sushi_create_foreign_window(); when wayland is 
more widespread, might want to not force it
-COMMON_DEPEND="
-   >=x11-libs/gdk-pixbuf-2.23[introspection]
-   >=dev-libs/gjs-1.40
-   >=dev-libs/glib-2.29.14:2
-   >=dev-libs/gobject-introspection-0.9.6:=
-   >=media-libs/clutter-1.11.4:1.0[introspection]
-   >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
-   >=x11-libs/gtk+-3.13.2:3[X,introspection]
-
-   >=app-text/evince-3.0[introspection]
-   media-libs/freetype:2
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   >=media-libs/harfbuzz-0.9.9:=
-   media-libs/clutter-gst:3.0[introspection]
-   media-libs/musicbrainz:5=
-   net-libs/webkit-gtk:4[introspection]
-   x11-libs/gtksourceview:3.0[introspection]
-
-   office? ( app-office/unoconv )
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   >=dev-util/intltool-0.40
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/nautilus-3.1.90
-"
-
-src_configure() {
-   gnome2_src_configure --disable-static
-}



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

2019-03-06 Thread Mart Raudsepp
commit: d1a2e76c4e4d58ecb8efde4925c02ca56964900c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Mar  6 20:19:01 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Mar  6 21:17:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a2e76c

gnome-extra/sushi-3.24.0: add explicit build dep on glib-utils

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

 gnome-extra/sushi/sushi-3.24.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnome-extra/sushi/sushi-3.24.0.ebuild 
b/gnome-extra/sushi/sushi-3.24.0.ebuild
index 3a0f5d97509..3bcb3f8cea0 100644
--- a/gnome-extra/sushi/sushi-3.24.0.ebuild
+++ b/gnome-extra/sushi/sushi-3.24.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -37,6 +37,7 @@ COMMON_DEPEND="
office? ( app-office/unoconv )
 "
 DEPEND="${RDEPEND}
+   dev-util/glib-utils
>=dev-util/intltool-0.40
virtual/pkgconfig
 "



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

2018-12-14 Thread Gilles Dartiguelongue
commit: 6dc48e4dfcb789a94bce51d20de1c9940d185977
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Dec 14 09:32:10 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Dec 14 12:08:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc48e4d

gnome-extra/sushi: 3.24.0 → 3.30.0

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

 gnome-extra/sushi/Manifest|  1 +
 gnome-extra/sushi/sushi-3.30.0.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index a0c62b8bab2..1ea9c6b026a 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1 +1,2 @@
 DIST sushi-3.24.0.tar.xz 297332 BLAKE2B 
a01947627e9ca711f9f1d634f2791ee79e414bab38058ca4a8bfd822a2d277522fe99d66b3364f46662ee0fc1fa8a148f48ce8c434fd0d7bbb7ef1c159f2ea12
 SHA512 
b49e9c1ef1dc4c74ae06f6da9a2f428ed4ee3ec1ca3ba04c483ddb1bd976e6981466456d27a641048756a1ea0bf2fe033883059895e889950d0d0f340535b29b
+DIST sushi-3.30.0.tar.xz 296940 BLAKE2B 
ff8617aabab16d41c9b072f8cf9774e4f5ce59e0dada05dcad23ba6929005c963d86a1beb5c2a3adc5e8cbaf8a6ce769b48ff53f4979db9f1853bbed0f80fb2d
 SHA512 
48d2b960c2ebe86cdfbd0043968acdd6864162368941b921f25e137e6aeb2a2513738ad4d8c6ef5d5c6d2863e6ace5d2819e0a5dfc487efd20a1914a7cbcc40e

diff --git a/gnome-extra/sushi/sushi-3.30.0.ebuild 
b/gnome-extra/sushi/sushi-3.30.0.ebuild
new file mode 100644
index 000..de2d87e343d
--- /dev/null
+++ b/gnome-extra/sushi/sushi-3.30.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://git.gnome.org/browse/sushi;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="office"
+
+# Optional app-office/unoconv support (OOo to pdf)
+# freetype needed for font loader
+# gtk+[X] optionally needed for sushi_create_foreign_window(); when wayland is 
more widespread, might want to not force it
+COMMON_DEPEND="
+   >=x11-libs/gdk-pixbuf-2.23[introspection]
+   >=dev-libs/gjs-1.40
+   >=dev-libs/glib-2.29.14:2
+   >=dev-libs/gobject-introspection-0.9.6:=
+   >=media-libs/clutter-1.11.4:1.0[introspection]
+   >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
+   >=x11-libs/gtk+-3.13.2:3[X,introspection]
+
+   >=app-text/evince-3.0[introspection]
+   media-libs/freetype:2
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   >=media-libs/harfbuzz-0.9.9:=
+   media-libs/clutter-gst:3.0[introspection]
+   media-libs/musicbrainz:5=
+   net-libs/webkit-gtk:4[introspection]
+   x11-libs/gtksourceview:3.0[introspection]
+
+   office? ( app-office/unoconv )
+"
+DEPEND="${RDEPEND}
+   dev-util/glib-utils
+   >=dev-util/intltool-0.40
+   virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-base/nautilus-3.1.90
+"
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/sushi/, gnome-extra/yelp/, gnome-extra/mousetweaks/, ...

2017-12-10 Thread Michał Górny
commit: a5b73c033d7da49b6d2580f31cfcdf95816566c4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 10 09:21:56 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 10 09:21:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b73c03

gnome-extra/*: Update Manifest hashes

 gnome-extra/activity-log-manager/Manifest |  2 +-
 gnome-extra/assogiate/Manifest|  2 +-
 gnome-extra/cameramonitor/Manifest|  2 +-
 gnome-extra/chrome-gnome-shell/Manifest   |  6 +++---
 gnome-extra/cinnamon-control-center/Manifest  |  8 
 gnome-extra/cinnamon-desktop/Manifest | 10 +-
 gnome-extra/cinnamon-menus/Manifest   |  8 
 gnome-extra/cinnamon-screensaver/Manifest | 12 ++--
 gnome-extra/cinnamon-session/Manifest | 10 +-
 gnome-extra/cinnamon-settings-daemon/Manifest | 10 +-
 gnome-extra/cinnamon-translations/Manifest|  4 ++--
 gnome-extra/cinnamon/Manifest | 10 +-
 gnome-extra/cjs/Manifest  |  4 ++--
 gnome-extra/docky/Manifest|  2 +-
 gnome-extra/eiciel/Manifest   |  2 +-
 gnome-extra/evolution-data-server/Manifest|  6 +++---
 gnome-extra/evolution-ews/Manifest|  4 ++--
 gnome-extra/gconf-editor/Manifest |  2 +-
 gnome-extra/gnome-activity-journal/Manifest   |  2 +-
 gnome-extra/gnome-boxes/Manifest  |  4 ++--
 gnome-extra/gnome-builder/Manifest|  4 ++--
 gnome-extra/gnome-calculator/Manifest |  4 ++--
 gnome-extra/gnome-calendar/Manifest   |  4 ++--
 gnome-extra/gnome-characters/Manifest |  4 ++--
 gnome-extra/gnome-clocks/Manifest |  4 ++--
 gnome-extra/gnome-color-chooser/Manifest  |  2 +-
 gnome-extra/gnome-color-manager/Manifest  |  2 +-
 gnome-extra/gnome-commander/Manifest  |  8 
 gnome-extra/gnome-contacts/Manifest   |  2 +-
 gnome-extra/gnome-directory-thumbnailer/Manifest  |  4 ++--
 gnome-extra/gnome-documents/Manifest  |  8 
 gnome-extra/gnome-dvb-daemon/Manifest |  2 +-
 gnome-extra/gnome-getting-started-docs/Manifest   |  4 ++--
 gnome-extra/gnome-integration-spotify/Manifest|  2 +-
 gnome-extra/gnome-logs/Manifest   |  4 ++--
 gnome-extra/gnome-packagekit/Manifest |  4 ++--
 gnome-extra/gnome-power-manager/Manifest  |  4 ++--
 gnome-extra/gnome-search-tool/Manifest|  2 +-
 gnome-extra/gnome-shell-extensions-topicons-plus/Manifest |  4 ++--
 gnome-extra/gnome-shell-extensions/Manifest   |  4 ++--
 gnome-extra/gnome-shell-frippery/Manifest |  4 ++--
 gnome-extra/gnome-software/Manifest   |  2 +-
 gnome-extra/gnome-system-monitor/Manifest |  4 ++--
 gnome-extra/gnome-tweak-tool/Manifest |  4 ++--
 gnome-extra/gnome-user-docs/Manifest  |  4 ++--
 gnome-extra/gnome-user-share/Manifest |  2 +-
 gnome-extra/gnome-weather/Manifest|  4 ++--
 gnome-extra/gpointing-device-settings/Manifest|  2 +-
 gnome-extra/gtkhtml/Manifest  |  2 +-
 gnome-extra/gucharmap/Manifest|  8 
 gnome-extra/libgda/Manifest   |  2 +-
 gnome-extra/libgsf/Manifest   |  2 +-
 gnome-extra/mousetweaks/Manifest  |  2 +-
 gnome-extra/nautilus-actions/Manifest |  4 ++--
 gnome-extra/nautilus-dropbox/Manifest |  2 +-
 gnome-extra/nautilus-sendto/Manifest  |  4 ++--
 gnome-extra/nautilus-tracker-tags/Manifest|  6 +++---
 gnome-extra/nemo/Manifest |  8 
 gnome-extra/nm-applet/Manifest|  6 +++---
 gnome-extra/office-runner/Manifest|  2 +-
 gnome-extra/polkit-gnome/Manifest |  2 +-
 gnome-extra/seahorse-nautilus/Manifest|  2 +-
 gnome-extra/sushi/Manifest|  2 +-
 gnome-extra/synapse/Manifest  |  2 +-
 gnome-extra/yelp-xsl/Manifest |  2 +-
 gnome-extra/yelp/Manifest |  2 +-
 gnome-extra/zeitgeist-explorer/Manifest   |  2 +-
 gnome-extra/zeitgeist/Manifest

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

2017-05-19 Thread Mart Raudsepp
commit: a6d3b628e979c5933642f98073f1ce7497635b2c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat May 20 04:49:17 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat May 20 04:49:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d3b628

gnome-extra/sushi: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 gnome-extra/sushi/Manifest |  1 -
 gnome-extra/sushi/sushi-3.21.91.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 8c0721d875f..6c74a1a2753 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,2 +1 @@
-DIST sushi-3.21.91.tar.xz 296572 SHA256 
db71c9ec3dd2dde6aed03b469253ce7d9f30c60ff50c2a8dc9f7776b70d15d55 SHA512 
1995c1f6459c3615f21470a31e2b7606f9f5f62cca1dc3013a415a244e829f6c4eaf229e732a415af0e204ac6458b70d93413f3cb8393f713d6539f256f9
 WHIRLPOOL 
fe6f0e86e3e6132caf7d907cdd26a554212d82864bc851d2115a241cbde620a7d2e864c13fe972742adddbf6495414fd502de1449161d824f0ad15d5eb627862
 DIST sushi-3.24.0.tar.xz 297332 SHA256 
f90bb95172664486f8d529995007fd12f0df9d0c998e20658b6203f46ce70d48 SHA512 
b49e9c1ef1dc4c74ae06f6da9a2f428ed4ee3ec1ca3ba04c483ddb1bd976e6981466456d27a641048756a1ea0bf2fe033883059895e889950d0d0f340535b29b
 WHIRLPOOL 
6ba2977eaf003897f56dcd413d62fc3e7f80c9412e400b175b87e3a9feb069ed24ff2294e2249c973b9125602f112e6b10e3a517339bf9816e71df12de7df050

diff --git a/gnome-extra/sushi/sushi-3.21.91.ebuild 
b/gnome-extra/sushi/sushi-3.21.91.ebuild
deleted file mode 100644
index 9c8af1d9718..000
--- a/gnome-extra/sushi/sushi-3.21.91.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
-HOMEPAGE="https://git.gnome.org/browse/sushi;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="office"
-
-# Optional app-office/unoconv support (OOo to pdf)
-# freetype needed for font loader
-# libX11 needed for sushi_create_foreign_window()
-COMMON_DEPEND="
-   >=x11-libs/gdk-pixbuf-2.23[introspection]
-   >=dev-libs/gjs-1.40
-   >=dev-libs/glib-2.29.14:2
-   >=dev-libs/gobject-introspection-0.9.6:=
-   >=media-libs/clutter-1.11.4:1.0[introspection]
-   >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
-   >=x11-libs/gtk+-3.13.2:3[introspection]
-
-   >=app-text/evince-3.0[introspection]
-   media-libs/freetype:2
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   >=media-libs/harfbuzz-0.9.9:=
-   media-libs/clutter-gst:3.0[introspection]
-   media-libs/musicbrainz:5=
-   net-libs/webkit-gtk:4[introspection]
-   x11-libs/gtksourceview:3.0[introspection]
-   x11-libs/libX11
-
-   office? ( app-office/unoconv )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.40
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/nautilus-3.1.90
-"
-
-src_configure() {
-   gnome2_src_configure --disable-static
-}



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

2017-05-16 Thread Agostino Sarubbo
commit: 47e32bc0628394f99b2422d5f29dabc46dce54f5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 16 08:00:03 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 16 08:00:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e32bc0

gnome-extra/sushi: x86 stable wrt bug #618420

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/gnome-extra/sushi/sushi-3.24.0.ebuild 
b/gnome-extra/sushi/sushi-3.24.0.ebuild
index 2e639f316a4..3a0f5d97509 100644
--- a/gnome-extra/sushi/sushi-3.24.0.ebuild
+++ b/gnome-extra/sushi/sushi-3.24.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://git.gnome.org/browse/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="office"
 
 # Optional app-office/unoconv support (OOo to pdf)



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

2017-05-15 Thread Agostino Sarubbo
commit: bd4549129801b8c0af514e75acb004b8a5624a38
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 15 14:16:39 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 15 14:16:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd454912

gnome-extra/sushi: amd64 stable wrt bug #618420

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/gnome-extra/sushi/sushi-3.24.0.ebuild 
b/gnome-extra/sushi/sushi-3.24.0.ebuild
index 303c950aa0b..2e639f316a4 100644
--- a/gnome-extra/sushi/sushi-3.24.0.ebuild
+++ b/gnome-extra/sushi/sushi-3.24.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://git.gnome.org/browse/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="office"
 
 # Optional app-office/unoconv support (OOo to pdf)



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

2017-05-01 Thread Mart Raudsepp
commit: 8080a320f176677cd0df594172174c12ba836618
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon May  1 16:27:59 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May  1 16:36:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8080a320

gnome-extra/sushi: bump to 3.24.0

Small bug fixes and ensurance it doesn't break if gtk4 with introspection
would be available. Thus nothing GNOME 3.24 specific really, and so not
p.masked with the rest of GNOME 3.24.
Fix libX11 dep to gtk+:3[X] as it actually is (at least in 3.24).

 gnome-extra/sushi/Manifest|  1 +
 gnome-extra/sushi/sushi-3.24.0.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 4d644c6fc18..8c0721d875f 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1 +1,2 @@
 DIST sushi-3.21.91.tar.xz 296572 SHA256 
db71c9ec3dd2dde6aed03b469253ce7d9f30c60ff50c2a8dc9f7776b70d15d55 SHA512 
1995c1f6459c3615f21470a31e2b7606f9f5f62cca1dc3013a415a244e829f6c4eaf229e732a415af0e204ac6458b70d93413f3cb8393f713d6539f256f9
 WHIRLPOOL 
fe6f0e86e3e6132caf7d907cdd26a554212d82864bc851d2115a241cbde620a7d2e864c13fe972742adddbf6495414fd502de1449161d824f0ad15d5eb627862
+DIST sushi-3.24.0.tar.xz 297332 SHA256 
f90bb95172664486f8d529995007fd12f0df9d0c998e20658b6203f46ce70d48 SHA512 
b49e9c1ef1dc4c74ae06f6da9a2f428ed4ee3ec1ca3ba04c483ddb1bd976e6981466456d27a641048756a1ea0bf2fe033883059895e889950d0d0f340535b29b
 WHIRLPOOL 
6ba2977eaf003897f56dcd413d62fc3e7f80c9412e400b175b87e3a9feb069ed24ff2294e2249c973b9125602f112e6b10e3a517339bf9816e71df12de7df050

diff --git a/gnome-extra/sushi/sushi-3.24.0.ebuild 
b/gnome-extra/sushi/sushi-3.24.0.ebuild
new file mode 100644
index 000..303c950aa0b
--- /dev/null
+++ b/gnome-extra/sushi/sushi-3.24.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://git.gnome.org/browse/sushi;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="office"
+
+# Optional app-office/unoconv support (OOo to pdf)
+# freetype needed for font loader
+# gtk+[X] optionally needed for sushi_create_foreign_window(); when wayland is 
more widespread, might want to not force it
+COMMON_DEPEND="
+   >=x11-libs/gdk-pixbuf-2.23[introspection]
+   >=dev-libs/gjs-1.40
+   >=dev-libs/glib-2.29.14:2
+   >=dev-libs/gobject-introspection-0.9.6:=
+   >=media-libs/clutter-1.11.4:1.0[introspection]
+   >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
+   >=x11-libs/gtk+-3.13.2:3[X,introspection]
+
+   >=app-text/evince-3.0[introspection]
+   media-libs/freetype:2
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   >=media-libs/harfbuzz-0.9.9:=
+   media-libs/clutter-gst:3.0[introspection]
+   media-libs/musicbrainz:5=
+   net-libs/webkit-gtk:4[introspection]
+   x11-libs/gtksourceview:3.0[introspection]
+
+   office? ( app-office/unoconv )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/intltool-0.40
+   virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-base/nautilus-3.1.90
+"
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



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

2017-02-04 Thread Pacho Ramos
commit: 784c9839da6d42dec57f94f2629c05758ebc63bd
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Feb  4 12:39:08 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Feb  4 12:39:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784c9839

gnome-extra/sushi: Needs to be rebuilt when musicbrainz subslot is bumped

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/gnome-extra/sushi/sushi-3.21.91.ebuild 
b/gnome-extra/sushi/sushi-3.21.91.ebuild
index 7250878..91dfdad 100644
--- a/gnome-extra/sushi/sushi-3.21.91.ebuild
+++ b/gnome-extra/sushi/sushi-3.21.91.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$
 
@@ -31,7 +31,7 @@ COMMON_DEPEND="
media-libs/gst-plugins-base:1.0[introspection]
>=media-libs/harfbuzz-0.9.9:=
media-libs/clutter-gst:3.0[introspection]
-   media-libs/musicbrainz:5
+   media-libs/musicbrainz:5=
net-libs/webkit-gtk:4[introspection]
x11-libs/gtksourceview:3.0[introspection]
x11-libs/libX11



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

2016-06-25 Thread Pacho Ramos
commit: 6d3b52b34edd1daa2d71e15d03e9f585837c29ca
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 19:12:20 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 19:13:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d3b52b3

gnome-extra/sushi: Drop old

Package-Manager: portage-2.3.0_rc1

 gnome-extra/sushi/Manifest|  1 -
 gnome-extra/sushi/sushi-3.16.0.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index dc05b6b..a822667 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,2 +1 @@
-DIST sushi-3.16.0.tar.xz 282588 SHA256 
86c4e22b374514492334b5fcca6f170d328dae77cfcc0acd357c5426600b0034 SHA512 
7938aa5457fa05f806c68ca28365a93236465737293fef1efa0a2435db6e95f347f0524a086435306ecb2a90fd9a93c2f01b2f6523afb5ddf8d2a6c1380e4165
 WHIRLPOOL 
76f154bc0a139c660cc23ca1d17c2b73344ce0ac274466286e885e004c7ef8939768bd2e473b1a6bfedc720f1dab85fd7d2be9869e31b79fe077bf588b9c0cb9
 DIST sushi-3.18.0.tar.xz 294676 SHA256 
7f4df92be950bf23aff28da49ce108766dd21a88efc14a9d0807e10225608e9c SHA512 
9243486a10302f312c45e39496803d74d00d2121b80e813cf4c8c01a25c14dfbc0fba72cdcc6b2d72127c1c15d8415ecaa4ae0b7ee892c69f1dea9407cbaaf61
 WHIRLPOOL 
ac9c13d8ce47c35d53b09d6a187fc44eb55630bcf396682ed94391b4a9874f65fed86b36296044660acbb92330bf05e8e66af6e338db91dced92df18c7cc

diff --git a/gnome-extra/sushi/sushi-3.16.0.ebuild 
b/gnome-extra/sushi/sushi-3.16.0.ebuild
deleted file mode 100644
index f569255..000
--- a/gnome-extra/sushi/sushi-3.16.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
-HOMEPAGE="https://git.gnome.org/browse/sushi;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="office"
-
-# Optional app-office/unoconv support (OOo to pdf)
-# freetype needed for font loader
-# libX11 needed for sushi_create_foreign_window()
-COMMON_DEPEND="
-   >=x11-libs/gdk-pixbuf-2.23[introspection]
-   >=dev-libs/gjs-1.40
-   >=dev-libs/glib-2.29.14:2
-   >=dev-libs/gobject-introspection-0.9.6
-   >=media-libs/clutter-1.11.4:1.0[introspection]
-   >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
-   >=x11-libs/gtk+-3.13.2:3[introspection]
-
-   >=app-text/evince-3.0[introspection]
-   media-libs/freetype:2
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   media-libs/clutter-gst:2.0[introspection]
-   media-libs/musicbrainz:5
-   net-libs/webkit-gtk:4[introspection]
-   x11-libs/gtksourceview:3.0[introspection]
-   x11-libs/libX11
-
-   office? ( app-office/unoconv )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.40
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/nautilus-3.1.90
-"
-
-src_configure() {
-   gnome2_src_configure --disable-static
-}



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

2016-06-25 Thread Pacho Ramos
commit: a84bc2eaf6593453f2c5da21a0c95ada196a8d54
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 19:12:50 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 19:13:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84bc2ea

gnome-extra/sushi: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/sushi/Manifest|  1 +
 gnome-extra/sushi/sushi-3.20.0.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index a822667..575893b 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1 +1,2 @@
 DIST sushi-3.18.0.tar.xz 294676 SHA256 
7f4df92be950bf23aff28da49ce108766dd21a88efc14a9d0807e10225608e9c SHA512 
9243486a10302f312c45e39496803d74d00d2121b80e813cf4c8c01a25c14dfbc0fba72cdcc6b2d72127c1c15d8415ecaa4ae0b7ee892c69f1dea9407cbaaf61
 WHIRLPOOL 
ac9c13d8ce47c35d53b09d6a187fc44eb55630bcf396682ed94391b4a9874f65fed86b36296044660acbb92330bf05e8e66af6e338db91dced92df18c7cc
+DIST sushi-3.20.0.tar.xz 297568 SHA256 
6e729c789e9e7f02505e25d4ac6cfed47e676366f0942fca740094f7fe9eae9e SHA512 
3b6c0103458c7c646e61d0733707452ad1e63f2afc48cfaf66625685e4c6ef610e5569f0f888951d0f790804b06c8c15022abc7c1a3b3676f1fe4955fa55c5ab
 WHIRLPOOL 
a9d803257fd75235b7c94a2f5ab81c99a36d7f1340712474b4eaf94a8f1b4fb91f81a960a22a5fafc460d3b06f7e9c261accc2f42043e0a26efdc92bd1accf84

diff --git a/gnome-extra/sushi/sushi-3.20.0.ebuild 
b/gnome-extra/sushi/sushi-3.20.0.ebuild
new file mode 100644
index 000..7250878
--- /dev/null
+++ b/gnome-extra/sushi/sushi-3.20.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://git.gnome.org/browse/sushi;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="office"
+
+# Optional app-office/unoconv support (OOo to pdf)
+# freetype needed for font loader
+# libX11 needed for sushi_create_foreign_window()
+COMMON_DEPEND="
+   >=x11-libs/gdk-pixbuf-2.23[introspection]
+   >=dev-libs/gjs-1.40
+   >=dev-libs/glib-2.29.14:2
+   >=dev-libs/gobject-introspection-0.9.6:=
+   >=media-libs/clutter-1.11.4:1.0[introspection]
+   >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
+   >=x11-libs/gtk+-3.13.2:3[introspection]
+
+   >=app-text/evince-3.0[introspection]
+   media-libs/freetype:2
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   >=media-libs/harfbuzz-0.9.9:=
+   media-libs/clutter-gst:3.0[introspection]
+   media-libs/musicbrainz:5
+   net-libs/webkit-gtk:4[introspection]
+   x11-libs/gtksourceview:3.0[introspection]
+   x11-libs/libX11
+
+   office? ( app-office/unoconv )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/intltool-0.40
+   virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-base/nautilus-3.1.90
+"
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



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

2016-03-06 Thread Mikle Kolyada
commit: e42acef7353ac438168a9940c3952f6c3f07669a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  6 17:33:21 2016 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  6 17:33:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42acef7

gnome-extra/sushi: x86 stable wrt bug #566378

Package-Manager: portage-2.2.26

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

diff --git a/gnome-extra/sushi/sushi-3.18.0.ebuild 
b/gnome-extra/sushi/sushi-3.18.0.ebuild
index 6c483fa..9ed7234 100644
--- a/gnome-extra/sushi/sushi-3.18.0.ebuild
+++ b/gnome-extra/sushi/sushi-3.18.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://git.gnome.org/browse/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="office"
 
 # Optional app-office/unoconv support (OOo to pdf)



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

2015-11-15 Thread Pacho Ramos
commit: 79e78cbc4cd06b729c8d6a3d3342de70b9124b7f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov 15 10:06:33 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov 15 10:30:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e78cbc

gnome-extra/sushi: Version bump

Package-Manager: portage-2.2.24

 gnome-extra/sushi/Manifest|  1 +
 gnome-extra/sushi/sushi-3.18.0.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index f6130c4..d2d64a6 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,2 +1,3 @@
 DIST sushi-3.12.0.tar.xz 281976 SHA256 
78594a858371b671671205e7b2518e7eb82ed8c2540b62f45a657aaabdf1a9ff SHA512 
909cf9f820a1e78f1a74d08a152e6ad4713d25d4043be3c76739f73422764fbceb843ae083948cb1f7e7d862f011881087fe3ef4a4ee3afeeec47513bcf8dec2
 WHIRLPOOL 
de3ddd9055ed664741846ab0de80d34803a0560d4ed5ecaaf2812d437d2f078dcae021cf8d3b6ebe68e3b38ae342b91b7dccb25b7391caed5477a7299e734b76
 DIST sushi-3.16.0.tar.xz 282588 SHA256 
86c4e22b374514492334b5fcca6f170d328dae77cfcc0acd357c5426600b0034 SHA512 
7938aa5457fa05f806c68ca28365a93236465737293fef1efa0a2435db6e95f347f0524a086435306ecb2a90fd9a93c2f01b2f6523afb5ddf8d2a6c1380e4165
 WHIRLPOOL 
76f154bc0a139c660cc23ca1d17c2b73344ce0ac274466286e885e004c7ef8939768bd2e473b1a6bfedc720f1dab85fd7d2be9869e31b79fe077bf588b9c0cb9
+DIST sushi-3.18.0.tar.xz 294676 SHA256 
7f4df92be950bf23aff28da49ce108766dd21a88efc14a9d0807e10225608e9c SHA512 
9243486a10302f312c45e39496803d74d00d2121b80e813cf4c8c01a25c14dfbc0fba72cdcc6b2d72127c1c15d8415ecaa4ae0b7ee892c69f1dea9407cbaaf61
 WHIRLPOOL 
ac9c13d8ce47c35d53b09d6a187fc44eb55630bcf396682ed94391b4a9874f65fed86b36296044660acbb92330bf05e8e66af6e338db91dced92df18c7cc

diff --git a/gnome-extra/sushi/sushi-3.18.0.ebuild 
b/gnome-extra/sushi/sushi-3.18.0.ebuild
new file mode 100644
index 000..327047e
--- /dev/null
+++ b/gnome-extra/sushi/sushi-3.18.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://git.gnome.org/browse/sushi;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="office"
+
+# Optional app-office/unoconv support (OOo to pdf)
+# freetype needed for font loader
+# libX11 needed for sushi_create_foreign_window()
+COMMON_DEPEND="
+   >=x11-libs/gdk-pixbuf-2.23[introspection]
+   >=dev-libs/gjs-1.40
+   >=dev-libs/glib-2.29.14:2
+   >=dev-libs/gobject-introspection-0.9.6:=
+   >=media-libs/clutter-1.11.4:1.0[introspection]
+   >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
+   >=x11-libs/gtk+-3.13.2:3[introspection]
+
+   >=app-text/evince-3.0[introspection]
+   media-libs/freetype:2
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   media-libs/clutter-gst:2.0[introspection]
+   media-libs/musicbrainz:5
+   net-libs/webkit-gtk:4[introspection]
+   x11-libs/gtksourceview:3.0[introspection]
+   x11-libs/libX11
+
+   office? ( app-office/unoconv )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/intltool-0.40
+   virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-base/nautilus-3.1.90
+"
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



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

2015-11-15 Thread Pacho Ramos
commit: 4a1b8321bcea272d274613023f6cdc2c44ddaf31
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov 15 10:07:00 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov 15 10:30:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1b8321

gnome-extra/sushi: Drop old

Package-Manager: portage-2.2.24

 gnome-extra/sushi/Manifest|  1 -
 gnome-extra/sushi/sushi-3.12.0.ebuild | 53 ---
 2 files changed, 54 deletions(-)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index d2d64a6..dc05b6b 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,3 +1,2 @@
-DIST sushi-3.12.0.tar.xz 281976 SHA256 
78594a858371b671671205e7b2518e7eb82ed8c2540b62f45a657aaabdf1a9ff SHA512 
909cf9f820a1e78f1a74d08a152e6ad4713d25d4043be3c76739f73422764fbceb843ae083948cb1f7e7d862f011881087fe3ef4a4ee3afeeec47513bcf8dec2
 WHIRLPOOL 
de3ddd9055ed664741846ab0de80d34803a0560d4ed5ecaaf2812d437d2f078dcae021cf8d3b6ebe68e3b38ae342b91b7dccb25b7391caed5477a7299e734b76
 DIST sushi-3.16.0.tar.xz 282588 SHA256 
86c4e22b374514492334b5fcca6f170d328dae77cfcc0acd357c5426600b0034 SHA512 
7938aa5457fa05f806c68ca28365a93236465737293fef1efa0a2435db6e95f347f0524a086435306ecb2a90fd9a93c2f01b2f6523afb5ddf8d2a6c1380e4165
 WHIRLPOOL 
76f154bc0a139c660cc23ca1d17c2b73344ce0ac274466286e885e004c7ef8939768bd2e473b1a6bfedc720f1dab85fd7d2be9869e31b79fe077bf588b9c0cb9
 DIST sushi-3.18.0.tar.xz 294676 SHA256 
7f4df92be950bf23aff28da49ce108766dd21a88efc14a9d0807e10225608e9c SHA512 
9243486a10302f312c45e39496803d74d00d2121b80e813cf4c8c01a25c14dfbc0fba72cdcc6b2d72127c1c15d8415ecaa4ae0b7ee892c69f1dea9407cbaaf61
 WHIRLPOOL 
ac9c13d8ce47c35d53b09d6a187fc44eb55630bcf396682ed94391b4a9874f65fed86b36296044660acbb92330bf05e8e66af6e338db91dced92df18c7cc

diff --git a/gnome-extra/sushi/sushi-3.12.0.ebuild 
b/gnome-extra/sushi/sushi-3.12.0.ebuild
deleted file mode 100644
index a8f5b63..000
--- a/gnome-extra/sushi/sushi-3.12.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
-HOMEPAGE="https://git.gnome.org/browse/sushi;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="office"
-
-# Optional app-office/unoconv support (OOo to pdf)
-# freetype needed for font loader
-# libX11 needed for sushi_create_foreign_window()
-COMMON_DEPEND="
-   >=x11-libs/gdk-pixbuf-2.23[introspection]
-   >=dev-libs/gjs-1.40
-   >=dev-libs/glib-2.29.14:2
-   >=dev-libs/gobject-introspection-0.9.6
-   >=media-libs/clutter-1.11.4:1.0[introspection]
-   >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
-   >=x11-libs/gtk+-3.4.0:3[introspection]
-
-   >=app-text/evince-3.0[introspection]
-   media-libs/freetype:2
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   media-libs/clutter-gst:2.0[introspection]
-   media-libs/musicbrainz:5
-   net-libs/webkit-gtk:3[introspection]
-   x11-libs/gtksourceview:3.0[introspection]
-   x11-libs/libX11
-
-   office? ( app-office/unoconv )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.40
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/nautilus-3.1.90
-   x11-themes/gnome-icon-theme-symbolic
-"
-
-src_configure() {
-   gnome2_src_configure --disable-static
-}



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

2015-09-07 Thread Mikle Kolyada
commit: b11c3e7607bea64a6c5d8dbaad5aa1cafc775455
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Sep  7 19:07:41 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Sep  7 19:54:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b11c3e76

gnome-extra/sushi: amd64 stable wrt bug #551826

Package-Manager: portage-2.2.20.1
RepoMan-Options: --ignore-arches

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

diff --git a/gnome-extra/sushi/sushi-3.16.0.ebuild 
b/gnome-extra/sushi/sushi-3.16.0.ebuild
index c03f0d2..b50566d 100644
--- a/gnome-extra/sushi/sushi-3.16.0.ebuild
+++ b/gnome-extra/sushi/sushi-3.16.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://git.gnome.org/browse/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="office"
 
 # Optional app-office/unoconv support (OOo to pdf)