summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2015-06-09 18:26:18 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2015-06-09 18:26:18 +0200
commitf81323bcc55afd588c3cbb25e1b45c69b464ef99 (patch)
treee278466029fb1d95add0fa9db79e176d189a13f6 /media-gfx
parentmedia-gfx/eog: moved to gentoo-x86 (diff)
downloadgnome-f81323bcc55afd588c3cbb25e1b45c69b464ef99.tar.gz
gnome-f81323bcc55afd588c3cbb25e1b45c69b464ef99.tar.bz2
gnome-f81323bcc55afd588c3cbb25e1b45c69b464ef99.zip
media-gfx/eog-plugins: moved to gentoo-x86
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/eog-plugins/Manifest11
-rw-r--r--media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild66
2 files changed, 0 insertions, 77 deletions
diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
deleted file mode 100644
index b1a38b05..00000000
--- a/media-gfx/eog-plugins/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST eog-plugins-3.16.0.tar.xz 367436 SHA256 6fab1c1e0705fc2b0e4a63caf3ba1c5b64b4eaa1301e4cbc04bb934428b68450 SHA512 f592aa08754a1f2d5f503239b5b68b4d9617aa0a1e5a0afd3b80d5bc11fcd312b219157607ff53d98927b9b63e088009c5bb5181dbbcc71466785780b3339fe9 WHIRLPOOL 564a3cf6f572a50fad2f9772138afb80d6ca5a3b3b5c178183d36a95f7fea23d7bd499751a27a40e449dd340e3fc626e8a0c64b3d7c056e3abec9ff62ae78727
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iEYEAREKAAYFAlVPgTQACgkQ1fmVwcYIWAY6CgCdGFiebXmK5Lf0eWfNMEZdfSG7
-foUAoMSrxMdrvueaoS4+WdqR7xyyHLkD
-=D5J4
------END PGP SIGNATURE-----
diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild b/media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild
deleted file mode 100644
index f5c7ae55..00000000
--- a/media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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}
-}