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 1QqxfY-0003jj-AB for garchives@archives.gentoo.org; Wed, 10 Aug 2011 01:33:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 600FD21C167; Wed, 10 Aug 2011 01:33:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1C5AB21C167 for ; Wed, 10 Aug 2011 01:33:07 +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 7065E1B4036 for ; Wed, 10 Aug 2011 01:33:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C71FA80040 for ; Wed, 10 Aug 2011 01:33:06 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <01731c4db9a5ca5137ff379d8ec0ae4d2dcf69a4.tetromino@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.10.ebuild x11-misc/colord/colord-0.1.11.ebuild x11-misc/colord/colord-9999.ebuild X-VCS-Directories: x11-misc/colord/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 01731c4db9a5ca5137ff379d8ec0ae4d2dcf69a4 Date: Wed, 10 Aug 2011 01:33:06 +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: a0e31e0012f805d2e3503457957ca0e4 commit: 01731c4db9a5ca5137ff379d8ec0ae4d2dcf69a4 Author: Alexandre Rostovtsev gmail com> AuthorDate: Wed Aug 10 01:26:42 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Wed Aug 10 01:26:42 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D01731c4d x11-misc/colord: 0.1.10 =E2=86=92 0.1.11 Version bump with introspection support (bringing an automagic vala build-time dep, unfortunately). Update the homepage. --- .../{colord-0.1.10.ebuild =3D> colord-0.1.11.ebuild} | 13 +++++++++---= - x11-misc/colord/colord-9999.ebuild | 20 ++++++++------= ------ 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/x11-misc/colord/colord-0.1.10.ebuild b/x11-misc/colord/color= d-0.1.11.ebuild similarity index 81% rename from x11-misc/colord/colord-0.1.10.ebuild rename to x11-misc/colord/colord-0.1.11.ebuild index 8f6a168..e966c19 100644 --- a/x11-misc/colord/colord-0.1.10.ebuild +++ b/x11-misc/colord/colord-0.1.11.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} =3D 9999 ]]; then fi =20 DESCRIPTION=3D"System service to accurately color manage input and outpu= t devices" -HOMEPAGE=3D"http://colord.hughsie.com/" +HOMEPAGE=3D"http://www.freedesktop.org/software/colord/" if [[ ${PV} =3D 9999 ]]; then EGIT_REPO_URI=3D"git://gitorious.org/colord/master.git" else @@ -25,7 +25,7 @@ if [[ ${PV} =3D 9999 ]]; then else KEYWORDS=3D"~amd64 ~x86" fi -IUSE=3D"doc examples scanner +udev" +IUSE=3D"doc examples +introspection scanner +udev" =20 # XXX: raise to libusb-1.0.9:1 when available COMMON_DEPEND=3D" @@ -34,11 +34,13 @@ COMMON_DEPEND=3D" >=3Ddev-libs/libusb-1.0.8:1 >=3Dmedia-libs/lcms-2.2:2 >=3Dsys-auth/polkit-0.97 + introspection? ( >=3Ddev-libs/gobject-introspection-0.9.8 ) scanner? ( media-gfx/sane-backends ) udev? ( || ( sys-fs/udev[gudev] sys-fs/udev[extras] ) ) " RDEPEND=3D"${COMMON_DEPEND} media-gfx/shared-color-profiles" +# XXX: automagic build-time vala dependency if USE=3Dintrospection DEPEND=3D"${COMMON_DEPEND} app-text/docbook-sgml-utils dev-libs/libxslt @@ -49,6 +51,7 @@ DEPEND=3D"${COMMON_DEPEND} app-text/docbook-xml-dtd:4.1.2 >=3Ddev-util/gtk-doc-1.9 ) + introspection? ( dev-lang/vala:0.12 ) " =20 # FIXME: needs pre-installed dbus service files @@ -63,8 +66,10 @@ src_configure() { --enable-polkit \ --enable-reverse \ $(use_enable doc gtk-doc) \ + $(use_enable introspection) \ $(use_enable scanner sane) \ - $(use_enable udev gudev) + $(use_enable udev gudev) \ + VAPIGEN=3D$(type -p vapigen-0.12) # parallel make fails in doc/api use doc && MAKEOPTS=3D-j1 } @@ -80,5 +85,5 @@ src_install() { doins examples/*.c fi =20 - find "${D}" -name "*.la" -delete + find "${D}" -name "*.la" -delete || die } diff --git a/x11-misc/colord/colord-9999.ebuild b/x11-misc/colord/colord-= 9999.ebuild index 5acd534..e966c19 100644 --- a/x11-misc/colord/colord-9999.ebuild +++ b/x11-misc/colord/colord-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} =3D 9999 ]]; then fi =20 DESCRIPTION=3D"System service to accurately color manage input and outpu= t devices" -HOMEPAGE=3D"http://colord.hughsie.com/" +HOMEPAGE=3D"http://www.freedesktop.org/software/colord/" if [[ ${PV} =3D 9999 ]]; then EGIT_REPO_URI=3D"git://gitorious.org/colord/master.git" else @@ -25,7 +25,7 @@ if [[ ${PV} =3D 9999 ]]; then else KEYWORDS=3D"~amd64 ~x86" fi -IUSE=3D"doc examples +introspection scanner +udev vala" +IUSE=3D"doc examples +introspection scanner +udev" =20 # XXX: raise to libusb-1.0.9:1 when available COMMON_DEPEND=3D" @@ -40,6 +40,7 @@ COMMON_DEPEND=3D" " RDEPEND=3D"${COMMON_DEPEND} media-gfx/shared-color-profiles" +# XXX: automagic build-time vala dependency if USE=3Dintrospection DEPEND=3D"${COMMON_DEPEND} app-text/docbook-sgml-utils dev-libs/libxslt @@ -50,7 +51,7 @@ DEPEND=3D"${COMMON_DEPEND} app-text/docbook-xml-dtd:4.1.2 >=3Ddev-util/gtk-doc-1.9 ) - vala? ( dev-lang/vala:0.12 ) + introspection? ( dev-lang/vala:0.12 ) " =20 # FIXME: needs pre-installed dbus service files @@ -59,21 +60,16 @@ RESTRICT=3D"test" DOCS=3D(AUTHORS ChangeLog MAINTAINERS NEWS README TODO) =20 src_configure() { - if use vala; then - if use introspection; then - export VAPIGEN=3D$(type -p vapigen-0.12) - else - ewarn "Vala bindings cannot be built because the introspection USE fl= ag is disabled" - fi - fi econf \ --disable-examples \ --disable-static \ --enable-polkit \ --enable-reverse \ $(use_enable doc gtk-doc) \ + $(use_enable introspection) \ $(use_enable scanner sane) \ - $(use_enable udev gudev) + $(use_enable udev gudev) \ + VAPIGEN=3D$(type -p vapigen-0.12) # parallel make fails in doc/api use doc && MAKEOPTS=3D-j1 } @@ -89,5 +85,5 @@ src_install() { doins examples/*.c fi =20 - find "${D}" -name "*.la" -delete + find "${D}" -name "*.la" -delete || die }