Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-color-manager: metadata.xml ChangeLog gnome-color-manager-3.2.1.ebuild
Date: Sun, 30 Oct 2011 01:46:49
Message-Id: 20111030014638.94ECD2004B@flycatcher.gentoo.org
1 tetromino 11/10/30 01:46:38
2
3 Modified: metadata.xml ChangeLog
4 Added: gnome-color-manager-3.2.1.ebuild
5 Log:
6 Bump to 3.2.1 from the gnome overlay. In gnome-3.2, much of gnome-color-manager's functionality has been split out and moved to colord and gnome-settings-daemon.
7
8 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 gnome-extra/gnome-color-manager/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-color-manager/metadata.xml?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-color-manager/metadata.xml?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-color-manager/metadata.xml?r1=1.2&r2=1.3
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/metadata.xml,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- metadata.xml 19 Aug 2011 11:09:04 -0000 1.2
24 +++ metadata.xml 30 Oct 2011 01:46:38 -0000 1.3
25 @@ -7,6 +7,8 @@
26 </maintainer>
27 <herd>gnome</herd>
28 <use>
29 + <flag name="clutter">Use <pkg>media-libs/clutter</pkg> to render color
30 + gamut representations</flag>
31 <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
32 for introspection</flag>
33 <flag name="packagekit">Enable support for the distro-neutral package
34
35
36
37 1.9 gnome-extra/gnome-color-manager/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog?rev=1.9&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog?rev=1.9&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog?r1=1.8&r2=1.9
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog,v
46 retrieving revision 1.8
47 retrieving revision 1.9
48 diff -u -r1.8 -r1.9
49 --- ChangeLog 19 Aug 2011 11:09:04 -0000 1.8
50 +++ ChangeLog 30 Oct 2011 01:46:38 -0000 1.9
51 @@ -1,6 +1,14 @@
52 # ChangeLog for gnome-extra/gnome-color-manager
53 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog,v 1.8 2011/08/19 11:09:04 nirbheek Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog,v 1.9 2011/10/30 01:46:38 tetromino Exp $
56 +
57 +*gnome-color-manager-3.2.1 (30 Oct 2011)
58 +
59 + 30 Oct 2011; Alexandre Rostovtsev <tetromino@g.o>
60 + +gnome-color-manager-3.2.1.ebuild, metadata.xml:
61 + Bump to 3.2.1 from the gnome overlay. In gnome-3.2, much of
62 + gnome-color-manager's functionality has been split out and moved to colord
63 + and gnome-settings-daemon.
64
65 *gnome-color-manager-3.0.0-r2 (19 Aug 2011)
66
67
68
69
70 1.1 gnome-extra/gnome-color-manager/gnome-color-manager-3.2.1.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.2.1.ebuild?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.2.1.ebuild?rev=1.1&content-type=text/plain
74
75 Index: gnome-color-manager-3.2.1.ebuild
76 ===================================================================
77 # Copyright 1999-2011 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.2.1.ebuild,v 1.1 2011/10/30 01:46:38 tetromino Exp $
80
81 EAPI="4"
82 GCONF_DEBUG="no"
83 GNOME2_LA_PUNT="yes"
84
85 inherit gnome2
86
87 DESCRIPTION="Color profile manager for the GNOME desktop"
88 HOMEPAGE="http://projects.gnome.org/gnome-color-manager/"
89
90 LICENSE="GPL-2"
91 SLOT="0"
92 KEYWORDS="~amd64 ~x86"
93 IUSE="clutter packagekit raw"
94
95 # FIXME: fix detection of docbook2man
96 COMMON_DEPEND=">=dev-libs/glib-2.30.0:2
97
98 >=media-libs/lcms-2.2:2
99 >=media-libs/libcanberra-0.10[gtk3]
100 media-libs/libexif
101 media-libs/tiff
102
103 x11-libs/libX11
104 x11-libs/libXrandr
105 >=x11-libs/gtk+-2.91:3
106 >=x11-libs/vte-0.25.1:2.90
107 >=x11-misc/colord-0.1.12
108
109 clutter? (
110 media-libs/clutter-gtk:1.0
111 media-libs/mash:0.2 )
112 packagekit? ( app-admin/packagekit-base )
113 raw? ( media-gfx/exiv2 )
114 "
115 RDEPEND="${COMMON_DEPEND}
116 media-gfx/shared-color-profiles
117 "
118 # docbook-sgml-{utils,dtd:4.1} needed to generate man pages
119 DEPEND="${COMMON_DEPEND}
120 app-text/docbook-sgml-dtd:4.1
121 app-text/docbook-sgml-utils
122 app-text/gnome-doc-utils
123 dev-libs/libxslt
124 >=dev-util/intltool-0.35
125 "
126
127 # FIXME: run test-suite with files on live file-system
128 RESTRICT="test"
129
130 pkg_setup() {
131 # Always enable tests since they are check_PROGRAMS anyway
132 G2CONF="${G2CONF}
133 --disable-static
134 --disable-schemas-compile
135 --disable-scrollkeeper
136 --enable-tests
137 $(use_enable clutter)
138 $(use_enable packagekit)
139 $(use_enable raw exiv)"
140 }