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: Sun, 29 Apr 2018 00:08:43
Message-Id: 1524959659.c525002ea76afccc775bbef050b6088d576f8829.leio@gentoo
1 commit: c525002ea76afccc775bbef050b6088d576f8829
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 23:54:19 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 23:54:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c525002e
7
8 media-gfx/eog-plugins: remove old
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild | 65 -------------------------
13 media-gfx/eog-plugins/metadata.xml | 1 -
14 2 files changed, 66 deletions(-)
15
16 diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild b/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild
17 deleted file mode 100644
18 index e3ed08b382f..00000000000
19 --- a/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild
20 +++ /dev/null
21 @@ -1,65 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -GNOME2_LA_PUNT="yes"
27 -PYTHON_COMPAT=( python{3_4,3_5,3_6} )
28 -
29 -inherit gnome2 python-single-r1
30 -
31 -DESCRIPTION="Eye of GNOME plugins"
32 -HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -
38 -IUSE="+exif flickr map picasa +python"
39 -REQUIRED_USE="
40 - map? ( exif )
41 - python? ( ${PYTHON_REQUIRED_USE} )
42 -"
43 -
44 -RDEPEND="
45 - >=dev-libs/glib-2.38:2
46 - >=dev-libs/libpeas-0.7.4:=
47 - >=media-gfx/eog-3.15.90
48 - >=x11-libs/gtk+-3.14:3
49 - exif? ( >=media-libs/libexif-0.6.16 )
50 - flickr? ( media-gfx/postr )
51 - map? (
52 - media-libs/libchamplain:0.12[gtk]
53 - >=media-libs/clutter-1.9.4:1.0
54 - >=media-libs/clutter-gtk-1.1.2:1.0 )
55 - picasa? ( >=dev-libs/libgdata-0.9.1:= )
56 - python? (
57 - ${PYTHON_DEPS}
58 - >=dev-libs/glib-2.32:2[dbus]
59 - dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
60 - dev-python/pygobject:3[${PYTHON_USEDEP}]
61 - gnome-base/gsettings-desktop-schemas
62 - media-gfx/eog[introspection]
63 - x11-libs/gtk+:3[introspection]
64 - x11-libs/pango[introspection] )
65 -"
66 -DEPEND="${RDEPEND}
67 - >=dev-util/intltool-0.50.1
68 - sys-devel/gettext
69 - virtual/pkgconfig
70 -"
71 -
72 -pkg_setup() {
73 - use python && python-single-r1_pkg_setup
74 -}
75 -
76 -src_configure() {
77 - local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
78 - use exif && plugins="${plugins},exif-display"
79 - use flickr && plugins="${plugins},postr"
80 - use map && plugins="${plugins},map"
81 - use picasa && plugins="${plugins},postasa"
82 - use python && plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
83 - gnome2_src_configure \
84 - $(use_enable python) \
85 - --with-plugins=${plugins}
86 -}
87
88 diff --git a/media-gfx/eog-plugins/metadata.xml b/media-gfx/eog-plugins/metadata.xml
89 index 6943c23f1dd..3319801fe83 100644
90 --- a/media-gfx/eog-plugins/metadata.xml
91 +++ b/media-gfx/eog-plugins/metadata.xml
92 @@ -6,7 +6,6 @@
93 <name>Gentoo GNOME Desktop</name>
94 </maintainer>
95 <use>
96 - <flag name="flickr">Enable uploading to Flickr</flag>
97 <flag name="map">Enable world map display using <pkg>media-libs/libchamplain</pkg></flag>
98 <flag name="picasa">Enable uploading to Google's Picasa Web Albums</flag>
99 </use>