Skip to content

Commit

Permalink
media-gfx/eog-plugins: remove picasa USE flag
Browse files Browse the repository at this point in the history
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 <[email protected]>
Closes: gentoo#30426
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
cfuga authored and mattst88 committed Apr 12, 2023
1 parent 2b64a8a commit 10acf6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand All @@ -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]
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand All @@ -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]
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion media-gfx/eog-plugins/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 10acf6e

Please sign in to comment.