Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-color-manager: gnome-color-manager-3.10.1.ebuild ChangeLog gnome-color-manager-3.6.1.ebuild gnome-color-manager-3.8.2.ebuild
Date: Tue, 24 Dec 2013 16:50:07
Message-Id: 20131224165002.F07592004C@flycatcher.gentoo.org
1 pacho 13/12/24 16:50:02
2
3 Modified: ChangeLog
4 Added: gnome-color-manager-3.10.1.ebuild
5 Removed: gnome-color-manager-3.6.1.ebuild
6 gnome-color-manager-3.8.2.ebuild
7 Log:
8 Version bump for Gnome 3.10
9
10 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
11
12 Revision Changes Path
13 1.40 gnome-extra/gnome-color-manager/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog?rev=1.40&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog?rev=1.40&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog?r1=1.39&r2=1.40
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog,v
22 retrieving revision 1.39
23 retrieving revision 1.40
24 diff -u -r1.39 -r1.40
25 --- ChangeLog 8 Dec 2013 18:45:55 -0000 1.39
26 +++ ChangeLog 24 Dec 2013 16:50:02 -0000 1.40
27 @@ -1,6 +1,13 @@
28 # ChangeLog for gnome-extra/gnome-color-manager
29 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog,v 1.39 2013/12/08 18:45:55 pacho Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog,v 1.40 2013/12/24 16:50:02 pacho Exp $
32 +
33 +*gnome-color-manager-3.10.1 (24 Dec 2013)
34 +
35 + 24 Dec 2013; Pacho Ramos <pacho@g.o>
36 + +gnome-color-manager-3.10.1.ebuild, -gnome-color-manager-3.6.1.ebuild,
37 + -gnome-color-manager-3.8.2.ebuild:
38 + Version bump for Gnome 3.10
39
40 08 Dec 2013; Pacho Ramos <pacho@g.o> gnome-color-manager-3.8.3.ebuild:
41 x86 stable, bug #478252
42
43
44
45 1.1 gnome-extra/gnome-color-manager/gnome-color-manager-3.10.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.10.1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.10.1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: gnome-color-manager-3.10.1.ebuild
51 ===================================================================
52 # Copyright 1999-2013 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.10.1.ebuild,v 1.1 2013/12/24 16:50:02 pacho Exp $
55
56 EAPI="5"
57 GCONF_DEBUG="no"
58
59 inherit gnome2
60
61 DESCRIPTION="Color profile manager for the GNOME desktop"
62 HOMEPAGE="http://projects.gnome.org/gnome-color-manager/"
63
64 LICENSE="GPL-2+"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
67 IUSE="clutter packagekit raw"
68
69 # Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
70 COMMON_DEPEND="
71 >=dev-libs/glib-2.31.10:2
72 gnome-base/gnome-desktop:3=
73 >=media-libs/lcms-2.2:2
74 >=media-libs/libcanberra-0.10[gtk3]
75 media-libs/libexif
76 media-libs/tiff
77
78 x11-libs/libX11
79 x11-libs/libXrandr
80 >=x11-libs/gtk+-3.3.8:3
81 >=x11-libs/vte-0.25.1:2.90
82 >=x11-misc/colord-0.1.34
83 >=x11-libs/colord-gtk-0.1.20
84
85 clutter? (
86 >=media-libs/clutter-1.12:1.0
87 media-libs/clutter-gtk:1.0
88 media-libs/mash:0.2 )
89 packagekit? ( app-admin/packagekit-base )
90 raw? ( media-gfx/exiv2 )
91 "
92 RDEPEND="${COMMON_DEPEND}"
93
94 # docbook-sgml-{utils,dtd:4.1} needed to generate man pages
95 DEPEND="${COMMON_DEPEND}
96 app-text/docbook-sgml-dtd:4.1
97 app-text/docbook-sgml-utils
98 dev-libs/libxslt
99 >=dev-util/intltool-0.35
100 virtual/pkgconfig
101 "
102
103 # FIXME: run test-suite with files on live file-system
104 RESTRICT="test"
105
106 src_configure() {
107 # Always enable tests since they are check_PROGRAMS anyway
108 gnome2_src_configure \
109 --disable-static \
110 --enable-tests \
111 $(use_enable clutter) \
112 $(use_enable packagekit) \
113 $(use_enable raw exiv) \
114 ITSTOOL=$(type -P true)
115 }
116
117 pkg_postinst() {
118 gnome2_pkg_postinst
119
120 if ! has_version media-gfx/argyllcms ; then
121 elog "If you want to do display or scanner calibration, you will need to"
122 elog "install media-gfx/argyllcms"
123 fi
124 }