From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QWNFY-0003ko-5t for garchives@archives.gentoo.org; Tue, 14 Jun 2011 06:37:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 100391C015; Tue, 14 Jun 2011 06:36:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CD2501C015 for ; Tue, 14 Jun 2011 06:36:47 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3997C1B4024 for ; Tue, 14 Jun 2011 06:36:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2BE9780048 for ; Tue, 14 Jun 2011 06:36:46 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <74d6f190054fa4752419ac9f2334797093118299.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-misc/colord/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-misc/colord/colord-0.1.7.ebuild x11-misc/colord/colord-0.1.8.ebuild X-VCS-Directories: x11-misc/colord/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 74d6f190054fa4752419ac9f2334797093118299 Date: Tue, 14 Jun 2011 06:36:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: e4a5a0a37fca4dce9a44390dbc684168 commit: 74d6f190054fa4752419ac9f2334797093118299 Author: Alexandre Rostovtsev gmail com> AuthorDate: Sat Jun 11 22:10:12 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Tue Jun 14 05:59:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D74d6f190 x11-misc/colord: 0.1.7 =E2=86=92 0.1.8 Version bump; update glib and lcms dependencies, and update for new udev USE flags (see bug #348472); colord builds and appears to work on ~x86. Signed-off-by: Nirbheek Chauhan gentoo.org> --- .../{colord-0.1.7.ebuild =3D> colord-0.1.8.ebuild} | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-misc/colord/colord-0.1.7.ebuild b/x11-misc/colord/colord= -0.1.8.ebuild similarity index 80% rename from x11-misc/colord/colord-0.1.7.ebuild rename to x11-misc/colord/colord-0.1.8.ebuild index aab708c..530558e 100644 --- a/x11-misc/colord/colord-0.1.7.ebuild +++ b/x11-misc/colord/colord-0.1.8.ebuild @@ -6,31 +6,31 @@ EAPI=3D"3" =20 inherit base =20 -DESCRIPTION=3D"system service to accurately color manage input and outpu= t devices" +DESCRIPTION=3D"System service to accurately color manage input and outpu= t devices" HOMEPAGE=3D"http://colord.hughsie.com/" SRC_URI=3D"http://people.freedesktop.org/~hughsient/releases/${P}.tar.bz= 2" =20 LICENSE=3D"GPL-2" SLOT=3D"0" -KEYWORDS=3D"~amd64" +KEYWORDS=3D"~amd64 ~x86" IUSE=3D"" =20 # XXX: raise to libusb-1.0.9:1 when available RDEPEND=3D" dev-db/sqlite:3 - >=3Ddev-libs/glib-2.25.9:2 + >=3Ddev-libs/glib-2.28.0:2 >=3Ddev-libs/libusb-1.0.8:1 media-gfx/sane-backends - media-libs/lcms:2 + >=3Dmedia-libs/lcms-2.2:2 >=3Dsys-auth/polkit-0.97 - sys-fs/udev[extras] + || ( sys-fs/udev[gudev] sys-fs/udev[extras] ) " DEPEND=3D"${RDEPEND} app-text/docbook-sgml-utils dev-libs/libxslt >=3Ddev-util/intltool-0.35 dev-util/pkgconfig - sys-devel/gettext + >=3Dsys-devel/gettext-0.17 " =20 # FIXME: needs pre-installed dbus service files