From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 675B115ACFB for ; Wed, 12 Apr 2023 15:45:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A392BE081B; Wed, 12 Apr 2023 15:45:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DFACE081B for ; Wed, 12 Apr 2023 15:45:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44FB9335D8D for ; Wed, 12 Apr 2023 15:45:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 964FC920 for ; Wed, 12 Apr 2023 15:45:36 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1681314333.10acf6e5b705fcea9771c144df17feb46236b894.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/eog-plugins/eog-plugins-42.3-r1.ebuild media-gfx/eog-plugins/eog-plugins-42.3.ebuild media-gfx/eog-plugins/eog-plugins-44.0-r1.ebuild media-gfx/eog-plugins/eog-plugins-44.0.ebuild media-gfx/eog-plugins/metadata.xml X-VCS-Directories: media-gfx/eog-plugins/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 10acf6e5b705fcea9771c144df17feb46236b894 X-VCS-Branch: master Date: Wed, 12 Apr 2023 15:45:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 864a7c9c-765b-4689-951f-6275258266cf X-Archives-Hash: f251136f13096faf01fcf8919a9e067a commit: 10acf6e5b705fcea9771c144df17feb46236b894 Author: Cristian Othón Martínez Vera cfuga mx> AuthorDate: Fri Mar 31 20:28:59 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Apr 12 15:45:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10acf6e5 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.mx> Closes: https://github.com/gentoo/gentoo/pull/30426 Signed-off-by: Matt Turner gentoo.org> .../{eog-plugins-42.3.ebuild => eog-plugins-42.3-r1.ebuild} | 5 ++--- .../{eog-plugins-44.0.ebuild => eog-plugins-44.0-r1.ebuild} | 5 ++--- media-gfx/eog-plugins/metadata.xml | 1 - 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 similarity index 93% rename from media-gfx/eog-plugins/eog-plugins-42.3.ebuild rename to 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 similarity index 93% rename from media-gfx/eog-plugins/eog-plugins-44.0.ebuild rename to 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 @@ Enable world map display using media-libs/libchamplain - Enable uploading to Google's Picasa Web Albums GNOME/eog-plugins