Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/colord: ChangeLog colord-0.1.31.ebuild
Date: Sun, 30 Jun 2013 20:19:36
Message-Id: 20130630201931.372092171C@flycatcher.gentoo.org
1 eva 13/06/30 20:19:31
2
3 Modified: ChangeLog colord-0.1.31.ebuild
4 Log:
5 Add missing sane support, fix gtk-doc support per team policy, fix glib dependency.
6
7 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key C6085806)
8
9 Revision Changes Path
10 1.63 x11-misc/colord/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/colord/ChangeLog?rev=1.63&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/colord/ChangeLog?rev=1.63&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/colord/ChangeLog?r1=1.62&r2=1.63
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/colord/ChangeLog,v
19 retrieving revision 1.62
20 retrieving revision 1.63
21 diff -u -r1.62 -r1.63
22 --- ChangeLog 10 May 2013 11:16:00 -0000 1.62
23 +++ ChangeLog 30 Jun 2013 20:19:31 -0000 1.63
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-misc/colord
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/ChangeLog,v 1.62 2013/05/10 11:16:00 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/ChangeLog,v 1.63 2013/06/30 20:19:31 eva Exp $
29 +
30 + 30 Jun 2013; Gilles Dartiguelongue <eva@g.o> colord-0.1.31.ebuild:
31 + Add missing sane support, fix gtk-doc support per team policy, fix glib
32 + dependency.
33
34 10 May 2013; Gilles Dartiguelongue <eva@g.o> -colord-0.1.26.ebuild,
35 -colord-0.1.26-r1.ebuild:
36
37
38
39 1.2 x11-misc/colord/colord-0.1.31.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/colord/colord-0.1.31.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/colord/colord-0.1.31.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/colord/colord-0.1.31.ebuild?r1=1.1&r2=1.2
44
45 Index: colord-0.1.31.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-0.1.31.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- colord-0.1.31.ebuild 28 Mar 2013 22:23:36 -0000 1.1
52 +++ colord-0.1.31.ebuild 30 Jun 2013 20:19:31 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-0.1.31.ebuild,v 1.1 2013/03/28 22:23:36 pacho Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-0.1.31.ebuild,v 1.2 2013/06/30 20:19:31 eva Exp $
58
59 EAPI="5"
60 VALA_MIN_API_VERSION="0.18"
61 @@ -15,28 +15,29 @@
62 LICENSE="GPL-2+"
63 SLOT="0/1" # subslot = libcolord soname version
64 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
65 -IUSE="doc examples extra-print-profiles +gusb +introspection systemd +udev vala"
66 -REQUIRED_USE="vala? ( introspection )"
67 +IUSE="examples extra-print-profiles +gusb +introspection scanner systemd +udev vala"
68 +REQUIRED_USE="
69 + scanner? ( udev )
70 + vala? ( introspection )"
71
72 COMMON_DEPEND="
73 dev-db/sqlite:3=
74 - >=dev-libs/glib-2.28.0:2
75 + >=dev-libs/glib-2.32.0:2
76 >=media-libs/lcms-2.2:2=
77 >=sys-auth/polkit-0.103
78 gusb? ( >=dev-libs/libgusb-0.1.1 )
79 introspection? ( >=dev-libs/gobject-introspection-0.9.8 )
80 + scanner? ( media-gfx/sane-backends )
81 systemd? ( >=sys-apps/systemd-44 )
82 udev? ( virtual/udev:=[gudev] )"
83 RDEPEND="${COMMON_DEPEND}
84 !media-gfx/shared-color-profiles"
85 DEPEND="${COMMON_DEPEND}
86 dev-libs/libxslt
87 + >=dev-util/gtk-doc-am-1.9
88 >=dev-util/intltool-0.35
89 >=sys-devel/gettext-0.17
90 virtual/pkgconfig
91 - doc? (
92 - app-text/docbook-xml-dtd:4.1.2
93 - >=dev-util/gtk-doc-1.9 )
94 extra-print-profiles? ( media-gfx/argyllcms )
95 vala? ( $(vala_depend) )"
96
97 @@ -65,25 +66,23 @@
98 # Reverse tools require gusb
99 econf \
100 --disable-examples \
101 + --disable-gtk-doc \
102 --disable-static \
103 - --enable-polkit \
104 --disable-volume-search \
105 + --enable-polkit \
106 --with-daemon-user=colord \
107 --localstatedir="${EPREFIX}"/var \
108 - $(use_enable doc gtk-doc) \
109 $(use_enable extra-print-profiles print-profiles) \
110 $(usex extra-print-profiles COLPROF="$(type -P argyll-colprof)" "") \
111 $(use_enable gusb) \
112 $(use_enable gusb reverse) \
113 $(use_enable introspection) \
114 + $(use_enable scanner sane) \
115 $(use_enable systemd systemd-login) \
116 $(use_enable udev gudev) \
117 --with-udevrulesdir="$(udev_get_udevdir)"/rules.d \
118 $(use_enable vala) \
119 "$(systemd_with_unitdir)"
120 -
121 - # parallel make fails in doc/api
122 - use doc && MAKEOPTS="${MAKEOPTS} -j1"
123 }
124
125 src_install() {