Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/
Date: Sat, 28 May 2016 15:49:44
Message-Id: 1464450496.6965eb91eb4d1b14ce644045bf8187cc5ac9bceb.pacho@gentoo
1 commit: 6965eb91eb4d1b14ce644045bf8187cc5ac9bceb
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 14:35:45 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 15:48:16 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6965eb91
7
8 media-gfx/eog-plugins: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 media-gfx/eog-plugins/Manifest | 1 -
13 media-gfx/eog-plugins/eog-plugins-3.16.2.ebuild | 66 -------------------------
14 2 files changed, 67 deletions(-)
15
16 diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
17 index 6146349..bb6bffb 100644
18 --- a/media-gfx/eog-plugins/Manifest
19 +++ b/media-gfx/eog-plugins/Manifest
20 @@ -1,2 +1 @@
21 -DIST eog-plugins-3.16.2.tar.xz 369252 SHA256 f33de3c78d6a7d8a89441daa9c3e49e043dcdc527b0b7d477f0bf2d3af08e534 SHA512 4791946a86880844b87a1e6dd0fe7755e1e4dc2558d18e3df2e9410a355224de9787efb0cea9fc8c843ec9c11a907f90d5902fddc093f1af671c9cee20d45fe5 WHIRLPOOL 3252ab0dadf2fb0bc7b161cf56018f51136dd2195aef2f2755218f9d614f7b13766c5002981d1562ec5d383afb9a125afa2a464569d2289cb996d26119e57c63
22 DIST eog-plugins-3.16.3.tar.xz 370528 SHA256 2d2198ed026b1c28329ac3d353b3031c2024277d81d60f3c1e626f4701a73bd2 SHA512 1ab8840147eadce718af9c8a7a5a9ddd99a30316ffbe31b57b24d8aa34e9908d83f95ed42e9ddc9368ebcc3eb8ea6e371232be8a015a771964178b02e7eb79b9 WHIRLPOOL efb351a9fbc9386bd527c4a0e9e9f3fb14274e1f129cd71bddb4e36132d5f4fbdf797d2bf962e442d6b2388c0ec219f52a9a588be99d0f124626e16633a54aa0
23
24 diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.2.ebuild b/media-gfx/eog-plugins/eog-plugins-3.16.2.ebuild
25 deleted file mode 100644
26 index 82490a3..0000000
27 --- a/media-gfx/eog-plugins/eog-plugins-3.16.2.ebuild
28 +++ /dev/null
29 @@ -1,66 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -GCONF_DEBUG="no"
36 -GNOME2_LA_PUNT="yes"
37 -PYTHON_COMPAT=( python{3_3,3_4} )
38 -
39 -inherit gnome2 python-r1
40 -
41 -DESCRIPTION="Eye of GNOME plugins"
42 -HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -
48 -IUSE="+exif +flickr map +picasa +python"
49 -REQUIRED_USE="
50 - map? ( exif )
51 - python? ( ^^ ( $(python_gen_useflags '*') ) )"
52 -
53 -RDEPEND="
54 - >=dev-libs/glib-2.38:2
55 - >=dev-libs/libpeas-0.7.4:=
56 - >=media-gfx/eog-3.15.90
57 - >=x11-libs/gtk+-3.14:3
58 - exif? ( >=media-libs/libexif-0.6.16 )
59 - flickr? ( media-gfx/postr )
60 - map? (
61 - media-libs/libchamplain:0.12[gtk]
62 - >=media-libs/clutter-1.9.4:1.0
63 - >=media-libs/clutter-gtk-1.1.2:1.0 )
64 - picasa? ( >=dev-libs/libgdata-0.9.1:= )
65 - python? (
66 - ${PYTHON_DEPS}
67 - >=dev-libs/glib-2.32:2[dbus]
68 - dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
69 - dev-python/pygobject:3[${PYTHON_USEDEP}]
70 - gnome-base/gsettings-desktop-schemas
71 - media-gfx/eog[introspection]
72 - x11-libs/gtk+:3[introspection]
73 - x11-libs/pango[introspection] )
74 -"
75 -DEPEND="${RDEPEND}
76 - >=dev-util/intltool-0.50.1
77 - sys-devel/gettext
78 - virtual/pkgconfig
79 -"
80 -
81 -pkg_setup() {
82 - use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
83 -}
84 -
85 -src_configure() {
86 - local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
87 - use exif && plugins="${plugins},exif-display"
88 - use flickr && plugins="${plugins},postr"
89 - use map && plugins="${plugins},map"
90 - use picasa && plugins="${plugins},postasa"
91 - use python && plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
92 - gnome2_src_configure \
93 - $(use_enable python) \
94 - --with-plugins=${plugins}
95 -}