diff options
author | 2015-11-14 09:26:58 +0100 | |
---|---|---|
committer | 2015-11-14 14:44:10 +0100 | |
commit | 536909a6beca8c4bc5671dc7a7be8397d010b7fa (patch) | |
tree | 1f0bee70d08abe5be457ec9581735aed12efc49f /media-gfx/eog-plugins/eog-plugins-3.16.1.ebuild | |
parent | media-gfx/eog-plugins: Version bump (diff) | |
download | gentoo-536909a6beca8c4bc5671dc7a7be8397d010b7fa.tar.gz gentoo-536909a6beca8c4bc5671dc7a7be8397d010b7fa.tar.bz2 gentoo-536909a6beca8c4bc5671dc7a7be8397d010b7fa.zip |
media-gfx/eog-plugins: Drop old
Package-Manager: portage-2.2.24
Diffstat (limited to 'media-gfx/eog-plugins/eog-plugins-3.16.1.ebuild')
-rw-r--r-- | media-gfx/eog-plugins/eog-plugins-3.16.1.ebuild | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.1.ebuild b/media-gfx/eog-plugins/eog-plugins-3.16.1.ebuild deleted file mode 100644 index 82490a327b3f..000000000000 --- a/media-gfx/eog-plugins/eog-plugins-3.16.1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_3,3_4} ) - -inherit gnome2 python-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_gen_useflags '*') ) )" - -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 && [[ ${MERGE_TYPE} != binary ]] && python_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} -} |