media-gfx/eog-plugins: remove old
authorMart Raudsepp <leio@gentoo.org>
Sat, 28 Apr 2018 23:54:19 +0000 (02:54 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sat, 28 Apr 2018 23:54:19 +0000 (02:54 +0300)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild [deleted file]
media-gfx/eog-plugins/metadata.xml

diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild b/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild
deleted file mode 100644 (file)
index e3ed08b..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-
-inherit gnome2 python-single-r1
-
-DESCRIPTION="Eye of GNOME plugins"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="+exif flickr map picasa +python"
-REQUIRED_USE="
-       map? ( exif )
-       python? ( ${PYTHON_REQUIRED_USE} )
-"
-
-RDEPEND="
-       >=dev-libs/glib-2.38:2
-       >=dev-libs/libpeas-0.7.4:=
-       >=media-gfx/eog-3.15.90
-       >=x11-libs/gtk+-3.14:3
-       exif? ( >=media-libs/libexif-0.6.16 )
-       flickr? ( media-gfx/postr )
-       map? (
-               media-libs/libchamplain:0.12[gtk]
-               >=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-2.32:2[dbus]
-               dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
-               dev-python/pygobject:3[${PYTHON_USEDEP}]
-               gnome-base/gsettings-desktop-schemas
-               media-gfx/eog[introspection]
-               x11-libs/gtk+:3[introspection]
-               x11-libs/pango[introspection] )
-"
-DEPEND="${RDEPEND}
-       >=dev-util/intltool-0.50.1
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-       local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
-       use exif && plugins="${plugins},exif-display"
-       use flickr && plugins="${plugins},postr"
-       use map && plugins="${plugins},map"
-       use picasa && plugins="${plugins},postasa"
-       use python && plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
-       gnome2_src_configure \
-               $(use_enable python) \
-               --with-plugins=${plugins}
-}
index 6943c23f1ddd0b617bda0a9f8ddb01bc451fe4db..3319801fe8376b154d59ae8a5ef41e5e87dde0bc 100644 (file)
@@ -6,7 +6,6 @@
        <name>Gentoo GNOME Desktop</name>
 </maintainer>
 <use>
-       <flag name="flickr">Enable uploading to Flickr</flag>
        <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>