diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-04-29 02:54:19 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-04-29 02:54:19 +0300 |
commit | c525002ea76afccc775bbef050b6088d576f8829 (patch) | |
tree | 399b5371f5cacb89fce0f9b87beec51d89fd45a4 /media-gfx/eog-plugins | |
parent | gnome-extra/nm-applet: remove old (diff) | |
download | gentoo-c525002ea76afccc775bbef050b6088d576f8829.tar.gz gentoo-c525002ea76afccc775bbef050b6088d576f8829.tar.bz2 gentoo-c525002ea76afccc775bbef050b6088d576f8829.zip |
media-gfx/eog-plugins: remove old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'media-gfx/eog-plugins')
-rw-r--r-- | media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild | 65 | ||||
-rw-r--r-- | media-gfx/eog-plugins/metadata.xml | 1 |
2 files changed, 0 insertions, 66 deletions
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 index e3ed08b382f5..000000000000 --- a/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild +++ /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} -} diff --git a/media-gfx/eog-plugins/metadata.xml b/media-gfx/eog-plugins/metadata.xml index 6943c23f1ddd..3319801fe837 100644 --- a/media-gfx/eog-plugins/metadata.xml +++ b/media-gfx/eog-plugins/metadata.xml @@ -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> |