Gentoo Archives: gentoo-commits

From: Ole Reifschneider <tranquility@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
Date: Sun, 27 Mar 2016 21:25:00
Message-Id: 1459034942.dbe51cb4311c9ec6c2819369bd130b832dd51c40.tranquility@gentoo
1 commit: dbe51cb4311c9ec6c2819369bd130b832dd51c40
2 Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 23:29:02 2016 +0000
4 Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 23:29:02 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=dbe51cb4
7
8 media-gfx/eog: Bump version to 3.20.0
9
10 Package-Manager: portage-2.2.28
11 Manifest-Sign-Key: 0xE9E568677E8B4D42
12
13 .../eog/{eog-9999.ebuild => eog-3.20.0.ebuild} | 34 ++++++----------------
14 media-gfx/eog/eog-9999.ebuild | 11 +++----
15 2 files changed, 15 insertions(+), 30 deletions(-)
16
17 diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-3.20.0.ebuild
18 similarity index 63%
19 copy from media-gfx/eog/eog-9999.ebuild
20 copy to media-gfx/eog/eog-3.20.0.ebuild
21 index 7eb343b..409fa22 100644
22 --- a/media-gfx/eog/eog-9999.ebuild
23 +++ b/media-gfx/eog/eog-3.20.0.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2016 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 @@ -7,9 +7,6 @@ GCONF_DEBUG="yes"
31 GNOME2_LA_PUNT="yes"
32
33 inherit gnome2
34 -if [[ ${PV} = 9999 ]]; then
35 - inherit gnome2-live
36 -fi
37
38 DESCRIPTION="The Eye of GNOME image viewer"
39 HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome"
40 @@ -17,28 +14,23 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome"
41 LICENSE="GPL-2+"
42 SLOT="1"
43 IUSE="+exif +introspection +jpeg lcms +svg tiff xmp"
44 -if [[ ${PV} = 9999 ]]; then
45 - IUSE="${IUSE} doc"
46 - KEYWORDS=""
47 -else
48 - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
49 -fi
50 -
51 REQUIRED_USE="exif? ( jpeg )"
52
53 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
54 +
55 RDEPEND="
56 - >=dev-libs/glib-2.38:2
57 + >=dev-libs/glib-2.42.0:2[dbus]
58 >=dev-libs/libpeas-0.7.4:=[gtk]
59 >=gnome-base/gnome-desktop-2.91.2:3=
60 >=gnome-base/gsettings-desktop-schemas-2.91.92
61 - >=x11-libs/gtk+-3.14:3[introspection,X]
62 + >=x11-libs/gtk+-3.19.3:3[introspection,X]
63 >=x11-misc/shared-mime-info-0.20
64
65 - x11-libs/gdk-pixbuf:2[jpeg?,tiff?]
66 + >=x11-libs/gdk-pixbuf-2.30.0:2[jpeg?,tiff?]
67 x11-libs/libX11
68
69 exif? ( >=media-libs/libexif-0.6.14 )
70 - introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
71 + introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
72 jpeg? ( virtual/jpeg:0 )
73 lcms? ( media-libs/lcms:2 )
74 svg? ( >=gnome-base/librsvg-2.36.2:2 )
75 @@ -47,19 +39,12 @@ RDEPEND="
76 DEPEND="${RDEPEND}
77 >=dev-util/gtk-doc-am-1.16
78 >=dev-util/intltool-0.50.1
79 + dev-util/itstool
80 sys-devel/gettext
81 virtual/pkgconfig
82 "
83
84 -if [[ ${PV} = 9999 ]]; then
85 - DEPEND="${DEPEND}
86 - app-text/yelp-tools
87 - doc? ( >=dev-util/gtk-doc-1.16 )"
88 -fi
89 -
90 src_configure() {
91 - local myconf=""
92 - [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"
93 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
94 gnome2_src_configure \
95 $(use_enable introspection) \
96 @@ -67,6 +52,5 @@ src_configure() {
97 $(use_with exif libexif) \
98 $(use_with lcms cms) \
99 $(use_with xmp) \
100 - $(use_with svg librsvg) \
101 - ${myconf}
102 + $(use_with svg librsvg)
103 }
104
105 diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-9999.ebuild
106 index 7eb343b..1166191 100644
107 --- a/media-gfx/eog/eog-9999.ebuild
108 +++ b/media-gfx/eog/eog-9999.ebuild
109 @@ -1,4 +1,4 @@
110 -# Copyright 1999-2015 Gentoo Foundation
111 +# Copyright 1999-2016 Gentoo Foundation
112 # Distributed under the terms of the GNU General Public License v2
113 # $Id$
114
115 @@ -27,18 +27,18 @@ fi
116 REQUIRED_USE="exif? ( jpeg )"
117
118 RDEPEND="
119 - >=dev-libs/glib-2.38:2
120 + >=dev-libs/glib-2.42.0:2[dbus]
121 >=dev-libs/libpeas-0.7.4:=[gtk]
122 >=gnome-base/gnome-desktop-2.91.2:3=
123 >=gnome-base/gsettings-desktop-schemas-2.91.92
124 - >=x11-libs/gtk+-3.14:3[introspection,X]
125 + >=x11-libs/gtk+-3.19.3:3[introspection,X]
126 >=x11-misc/shared-mime-info-0.20
127
128 - x11-libs/gdk-pixbuf:2[jpeg?,tiff?]
129 + >=x11-libs/gdk-pixbuf-2.30.0:2[jpeg?,tiff?]
130 x11-libs/libX11
131
132 exif? ( >=media-libs/libexif-0.6.14 )
133 - introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
134 + introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
135 jpeg? ( virtual/jpeg:0 )
136 lcms? ( media-libs/lcms:2 )
137 svg? ( >=gnome-base/librsvg-2.36.2:2 )
138 @@ -47,6 +47,7 @@ RDEPEND="
139 DEPEND="${RDEPEND}
140 >=dev-util/gtk-doc-am-1.16
141 >=dev-util/intltool-0.50.1
142 + dev-util/itstool
143 sys-devel/gettext
144 virtual/pkgconfig
145 "