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 1PyWIx-0000DY-HZ for garchives@archives.gentoo.org; Sat, 12 Mar 2011 21:24:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC6F31C001; Sat, 12 Mar 2011 21:24:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 784271C001 for ; Sat, 12 Mar 2011 21:24:38 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6B5E1B4195 for ; Sat, 12 Mar 2011 21:24:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 576AD8006A for ; Sat, 12 Mar 2011 21:24:37 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: <25f302c48a254cef311c5b51a24cb89ef5beb43b.angelos@gentoo> Subject: [gentoo-commits] dev/angelos:master commit in: x11-libs/libdesktop-agnostic/ X-VCS-Repository: dev/angelos X-VCS-Files: x11-libs/libdesktop-agnostic/Manifest x11-libs/libdesktop-agnostic/libdesktop-agnostic-9999.ebuild x11-libs/libdesktop-agnostic/metadata.xml X-VCS-Directories: x11-libs/libdesktop-agnostic/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 25f302c48a254cef311c5b51a24cb89ef5beb43b Date: Sat, 12 Mar 2011 21:24:37 +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: 794b8c169dfef3d7f5e29e71adf206d1 commit: 25f302c48a254cef311c5b51a24cb89ef5beb43b Author: Christoph Mende gentoo org> AuthorDate: Sat Mar 12 21:24:10 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Sat Mar 12 21:24:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/angelos.git;a=3D= commit;h=3D25f302c4 libdesktop-agnostic: Initial import --- x11-libs/libdesktop-agnostic/Manifest | 2 + .../libdesktop-agnostic-9999.ebuild | 51 ++++++++++++++= ++++++ x11-libs/libdesktop-agnostic/metadata.xml | 10 ++++ 3 files changed, 63 insertions(+), 0 deletions(-) diff --git a/x11-libs/libdesktop-agnostic/Manifest b/x11-libs/libdesktop-= agnostic/Manifest new file mode 100644 index 0000000..9e499b0 --- /dev/null +++ b/x11-libs/libdesktop-agnostic/Manifest @@ -0,0 +1,2 @@ +EBUILD libdesktop-agnostic-9999.ebuild 1310 RMD160 8dc286f86e39223c2572c= 80036b8e51de3cd5f77 SHA1 6d322f40c4d0ddb94c21dfb97f3e822a26505731 SHA256 = 135ecfa6d5b473306c0e9289b5659fdaebf19c115fe8d81934f8def2b1f1eea2 +MISC metadata.xml 464 RMD160 03c6a79c8cf1b492ea5ad1b7dd0c5f5fd0895584 SH= A1 eed47f2b0f99fbc647445dc3e943c96c0f749c78 SHA256 a47bd87336a373512a2199= 296be21787def01b8957b54c8381b028e4ae13be8b diff --git a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-9999.ebuild= b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-9999.ebuild new file mode 100644 index 0000000..b8edff5 --- /dev/null +++ b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-9999.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D3 +inherit bzr waf-utils + +DESCRIPTION=3D"A desktop-agnostic library for GLib-based projects" +HOMEPAGE=3D"https://launchpad.net/libdesktop-agnostic" +EBZR_REPO_URI=3D"lp:libdesktop-agnostic" + +LICENSE=3D"GPL-2 LGPL-2.1" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"debug +gconf glade gnome gnome-vfs introspection" + +RDEPEND=3D"dev-libs/glib:2 + dev-python/pygobject:2 + dev-python/pygtk:2 + x11-libs/gtk+:2 + gconf? ( gnome-base/gconf:2 ) + glade? ( gnome-base/libglade:2.0 ) + gnome-vfs? ( gnome-base/gnome-vfs:2 ) + gnome? ( gnome-base/gnome-desktop:2 )" +DEPEND=3D"${RDEPEND} + dev-lang/vala:0.10 + introspection? ( + dev-libs/gobject-introspection + x11-libs/gtk+:2[introspection] )" + +src_unpack() { + bzr_src_unpack +} + +src_configure() { + local cfg=3D"keyfile" fdo=3D"glib" vfs=3D"gio" myconf=3D"" + + use gconf && cfg=3D"gconf,${cfg}" + use gnome-vfs && vfs=3D"${vfs},gnome-vfs" + use gnome && fdo=3D"${fdo},gnome" + use debug && myconf=3D"${myconf} --enable-debug" + use glade && myconf=3D"${myconf} --enable-glade" + use introspection || myconf=3D"${myconf} --disable-gi" + + VALAC=3D$(type -p valac-0.10) \ + waf-utils_src_configure \ + --config-backends=3D${cfg} \ + --desktop-entry-backends=3D${fdo} \ + --vfs-backends=3D${vfs} \ + ${myconf} +} diff --git a/x11-libs/libdesktop-agnostic/metadata.xml b/x11-libs/libdesk= top-agnostic/metadata.xml new file mode 100644 index 0000000..eab9b3d --- /dev/null +++ b/x11-libs/libdesktop-agnostic/metadata.xml @@ -0,0 +1,10 @@ + + + + + Enable GConf as configuration backend + Install the Glade catalog for the desktop-agnotsti= c GTK widgets. + Enable gnome-vfs as VFS backend + Use dev-libs/gobject-introspection for int= rospection + +