summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Othón Martínez Vera <cfuga@cfuga.mx>2023-03-31 14:28:59 -0600
committerMatt Turner <mattst88@gentoo.org>2023-04-12 11:45:33 -0400
commit10acf6e5b705fcea9771c144df17feb46236b894 (patch)
tree648da16d67809f16a480b19beafbcc308cf0fa97 /media-gfx/eog-plugins
parentmedia-video/pitivi: Version bump to 2023.03 (diff)
downloadgentoo-10acf6e5b705fcea9771c144df17feb46236b894.tar.gz
gentoo-10acf6e5b705fcea9771c144df17feb46236b894.tar.bz2
gentoo-10acf6e5b705fcea9771c144df17feb46236b894.zip
media-gfx/eog-plugins: remove picasa USE flag
The PicasaWeb API is dead for almost 4 years. The picasa USE flag depends on dev-libs/libgdata, which pulls net-libs/libsoup:2.4 in. Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> Closes: https://github.com/gentoo/gentoo/pull/30426 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-gfx/eog-plugins')
-rw-r--r--media-gfx/eog-plugins/eog-plugins-42.3-r1.ebuild (renamed from media-gfx/eog-plugins/eog-plugins-42.3.ebuild)5
-rw-r--r--media-gfx/eog-plugins/eog-plugins-44.0-r1.ebuild (renamed from media-gfx/eog-plugins/eog-plugins-44.0.ebuild)5
-rw-r--r--media-gfx/eog-plugins/metadata.xml1
3 files changed, 4 insertions, 7 deletions
diff --git a/media-gfx/eog-plugins/eog-plugins-42.3.ebuild b/media-gfx/eog-plugins/eog-plugins-42.3-r1.ebuild
index 8ba171be1b8b..d89c51c7b642 100644
--- a/media-gfx/eog-plugins/eog-plugins-42.3.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-42.3-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="+exif map picasa +python test"
+IUSE="+exif map +python test"
RESTRICT="!test? ( test )"
REQUIRED_USE="
map? ( exif )
@@ -30,7 +30,6 @@ RDEPEND="
>=media-libs/clutter-1.9.4:1.0
>=media-libs/clutter-gtk-1.1.2:1.0
)
- picasa? ( >=dev-libs/libgdata-0.9.1:= )
python? (
${PYTHON_DEPS}
dev-libs/glib[dbus]
@@ -64,7 +63,7 @@ src_configure() {
-Dplugin_light-theme=true
$(meson_use map plugin_map)
$(meson_use python plugin_maximize-windows)
- $(meson_use picasa plugin_postasa)
+ -Dplugin_postasa=false
-Dplugin_postr=false
$(meson_use python plugin_pythonconsole)
-Dplugin_send-by-mail=true
diff --git a/media-gfx/eog-plugins/eog-plugins-44.0.ebuild b/media-gfx/eog-plugins/eog-plugins-44.0-r1.ebuild
index 1a40b2451460..f0e66a9ccdd4 100644
--- a/media-gfx/eog-plugins/eog-plugins-44.0.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-44.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+exif map picasa +python test"
+IUSE="+exif map +python test"
RESTRICT="!test? ( test )"
REQUIRED_USE="
map? ( exif )
@@ -30,7 +30,6 @@ RDEPEND="
>=media-libs/clutter-1.9.4:1.0
>=media-libs/clutter-gtk-1.1.2:1.0
)
- picasa? ( >=dev-libs/libgdata-0.9.1:= )
python? (
${PYTHON_DEPS}
dev-libs/glib[dbus]
@@ -64,7 +63,7 @@ src_configure() {
-Dplugin_light-theme=true
$(meson_use map plugin_map)
$(meson_use python plugin_maximize-windows)
- $(meson_use picasa plugin_postasa)
+ -Dplugin_postasa=false
-Dplugin_postr=false
$(meson_use python plugin_pythonconsole)
-Dplugin_send-by-mail=true
diff --git a/media-gfx/eog-plugins/metadata.xml b/media-gfx/eog-plugins/metadata.xml
index 7fdc744ca4e6..7ae8decd8125 100644
--- a/media-gfx/eog-plugins/metadata.xml
+++ b/media-gfx/eog-plugins/metadata.xml
@@ -7,7 +7,6 @@
</maintainer>
<use>
<flag name="map">Enable world map display using <pkg>media-libs/libchamplain</pkg></flag>
- <flag name="picasa">Enable uploading to Google's Picasa Web Albums</flag>
</use>
<upstream>
<remote-id type="gnome-gitlab">GNOME/eog-plugins</remote-id>