Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/
Date: Thu, 27 Apr 2017 22:08:11
Message-Id: 1493330606.4c4ff898ba121f286d8d74bdd463d9d3101b0fe5.leio@gentoo
1 commit: 4c4ff898ba121f286d8d74bdd463d9d3101b0fe5
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 27 22:03:26 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 27 22:03:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4ff898
7
8 media-gfx/eog-plugins: remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 media-gfx/eog-plugins/Manifest | 1 -
13 media-gfx/eog-plugins/eog-plugins-3.16.5.ebuild | 68 -------------------------
14 2 files changed, 69 deletions(-)
15
16 diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
17 index 6fa7be62224..64984c3ef8f 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.5.tar.xz 397044 SHA256 9de42235cc7dabc4e4b228c1a27ead4ee386cf5a3cc75fdb7ea12355d408108a SHA512 08a92cec37155fe4875de542865d583d2a1eca497af4caf94d21b38c7672685c27fcff23f18c50261b5f8012824931a531e62a8eb77167d6b3a5e375c83dfc40 WHIRLPOOL eccccce1b00495da09747866842cddbea044ef5320e05693c076d122bfd22457c8ea8099b31b5087c5e8836e9133a2c00df07ab243298a6035934269ef78dbdc
22 DIST eog-plugins-3.16.6.tar.xz 398836 SHA256 51ca356a29bbedfc48ce3fd1de1efe9339af38020c301df79dae6b67cd34ed96 SHA512 e3bff786785ae36a41bc7c5fcb3cf75233595777409f373c4a6597fa6e432f72c7a75608e09ab66e1033ca0d12e3855346d7f7e0c571014b5aaef40184a3383b WHIRLPOOL 277016a9939e213f40c5612b1afbdf7119951eecd346bb5d70b4665d07a1aa7082add1b2fe51a6e3c3b71ea5dd7c2e55484ac2af3792fc7b1facdaadc78cea2a
23
24 diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.5.ebuild b/media-gfx/eog-plugins/eog-plugins-3.16.5.ebuild
25 deleted file mode 100644
26 index cdd01361e44..00000000000
27 --- a/media-gfx/eog-plugins/eog-plugins-3.16.5.ebuild
28 +++ /dev/null
29 @@ -1,68 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -GNOME2_LA_PUNT="yes"
35 -PYTHON_COMPAT=( python{3_4,3_5} )
36 -
37 -inherit gnome2 python-r1
38 -
39 -DESCRIPTION="Eye of GNOME plugins"
40 -HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -
46 -IUSE="+exif +flickr map picasa +python"
47 -REQUIRED_USE="
48 - map? ( exif )
49 - python? (
50 - ${PYTHON_REQUIRED_USE}
51 - ^^ ( $(python_gen_useflags '*') )
52 - )
53 -"
54 -
55 -RDEPEND="
56 - >=dev-libs/glib-2.38:2
57 - >=dev-libs/libpeas-0.7.4:=
58 - >=media-gfx/eog-3.15.90
59 - >=x11-libs/gtk+-3.14:3
60 - exif? ( >=media-libs/libexif-0.6.16 )
61 - flickr? ( media-gfx/postr )
62 - map? (
63 - media-libs/libchamplain:0.12[gtk]
64 - >=media-libs/clutter-1.9.4:1.0
65 - >=media-libs/clutter-gtk-1.1.2:1.0 )
66 - picasa? ( >=dev-libs/libgdata-0.9.1:= )
67 - python? (
68 - ${PYTHON_DEPS}
69 - >=dev-libs/glib-2.32:2[dbus]
70 - dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
71 - dev-python/pygobject:3[${PYTHON_USEDEP}]
72 - gnome-base/gsettings-desktop-schemas
73 - media-gfx/eog[introspection]
74 - x11-libs/gtk+:3[introspection]
75 - x11-libs/pango[introspection] )
76 -"
77 -DEPEND="${RDEPEND}
78 - >=dev-util/intltool-0.50.1
79 - sys-devel/gettext
80 - virtual/pkgconfig
81 -"
82 -
83 -pkg_setup() {
84 - use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
85 -}
86 -
87 -src_configure() {
88 - local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
89 - use exif && plugins="${plugins},exif-display"
90 - use flickr && plugins="${plugins},postr"
91 - use map && plugins="${plugins},map"
92 - use picasa && plugins="${plugins},postasa"
93 - use python && plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
94 - gnome2_src_configure \
95 - $(use_enable python) \
96 - --with-plugins=${plugins}
97 -}