Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/
Date: Sat, 04 Aug 2018 13:03:50
Message-Id: 1533387541.09d7ea682f78235efa997b7a10d3aa03a4f5e95b.leio@gentoo
1 commit: 09d7ea682f78235efa997b7a10d3aa03a4f5e95b
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 4 12:59:01 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 4 12:59:01 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=09d7ea68
7
8 media-gfx/eog-plugins: remove, 3.26.3 available in ::gentoo
9
10 .. without unnecessary gdk-pixbuf build dep (no to-pixdata usage in
11 GResources)
12
13 media-gfx/eog-plugins/eog-plugins-3.26.2.ebuild | 65 -------------------------
14 media-gfx/eog-plugins/metadata.xml | 12 -----
15 2 files changed, 77 deletions(-)
16
17 diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.2.ebuild b/media-gfx/eog-plugins/eog-plugins-3.26.2.ebuild
18 deleted file mode 100644
19 index e08eaddb..00000000
20 --- a/media-gfx/eog-plugins/eog-plugins-3.26.2.ebuild
21 +++ /dev/null
22 @@ -1,65 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -GNOME2_LA_PUNT="yes"
28 -PYTHON_COMPAT=( python{3_4,3_5,3_6} )
29 -
30 -inherit gnome2 python-single-r1
31 -
32 -DESCRIPTION="Eye of GNOME plugins"
33 -HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -
39 -IUSE="+exif map picasa +python"
40 -REQUIRED_USE="
41 - map? ( exif )
42 - python? ( ${PYTHON_REQUIRED_USE} )
43 -"
44 -
45 -RDEPEND="
46 - >=dev-libs/glib-2.38:2
47 - >=dev-libs/libpeas-0.7.4:=
48 - >=media-gfx/eog-3.15.90
49 - >=x11-libs/gtk+-3.14:3
50 - exif? ( >=media-libs/libexif-0.6.16 )
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 -# libxml2+gdk-pixbuf required for glib-compile-resources
67 -DEPEND="${RDEPEND}
68 - dev-libs/libxml2:2
69 - >=sys-devel/gettext-0.19.7
70 - virtual/pkgconfig
71 - x11-libs/gdk-pixbuf:2
72 -"
73 -
74 -pkg_setup() {
75 - use python && python-single-r1_pkg_setup
76 -}
77 -
78 -src_configure() {
79 - local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
80 - use exif && plugins="${plugins},exif-display"
81 - use map && plugins="${plugins},map"
82 - use picasa && plugins="${plugins},postasa"
83 - use python && plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
84 - gnome2_src_configure \
85 - $(use_enable python) \
86 - --with-plugins=${plugins}
87 -}
88
89 diff --git a/media-gfx/eog-plugins/metadata.xml b/media-gfx/eog-plugins/metadata.xml
90 deleted file mode 100644
91 index 3319801f..00000000
92 --- a/media-gfx/eog-plugins/metadata.xml
93 +++ /dev/null
94 @@ -1,12 +0,0 @@
95 -<?xml version="1.0" encoding="UTF-8"?>
96 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
97 -<pkgmetadata>
98 -<maintainer type="project">
99 - <email>gnome@g.o</email>
100 - <name>Gentoo GNOME Desktop</name>
101 -</maintainer>
102 -<use>
103 - <flag name="map">Enable world map display using <pkg>media-libs/libchamplain</pkg></flag>
104 - <flag name="picasa">Enable uploading to Google's Picasa Web Albums</flag>
105 -</use>
106 -</pkgmetadata>