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 1QrxgK-0003cO-PO for garchives@archives.gentoo.org; Fri, 12 Aug 2011 19:46:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DABBC21C101; Fri, 12 Aug 2011 19:45:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8B93A21C101 for ; Fri, 12 Aug 2011 19:45:54 +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 E9F9A1B4004 for ; Fri, 12 Aug 2011 19:45:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 519DD80040 for ; Fri, 12 Aug 2011 19:45:53 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <87d256ab49ce2a22ea336642395be835260be74b.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: dev-libs/glib/ X-VCS-Repository: proj/betagarden X-VCS-Files: dev-libs/glib/glib-2.29.14.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 87d256ab49ce2a22ea336642395be835260be74b Date: Fri, 12 Aug 2011 19:45:53 +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: 82c7cbfc7a749b45ce0ce8dce8899a98 commit: 87d256ab49ce2a22ea336642395be835260be74b Author: Sebastian Pipping pipping org> AuthorDate: Fri Aug 12 17:41:49 2011 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Fri Aug 12 19:41:59 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/betagarden.gi= t;a=3Dcommit;h=3D87d256ab dev-libs/glib: 2.29.14 --- dev-libs/glib/glib-2.29.14.ebuild | 199 +++++++++++++++++++++++++++++++= ++++++ 1 files changed, 199 insertions(+), 0 deletions(-) diff --git a/dev-libs/glib/glib-2.29.14.ebuild b/dev-libs/glib/glib-2.29.= 14.ebuild new file mode 100644 index 0000000..b463b10 --- /dev/null +++ b/dev-libs/glib/glib-2.29.14.ebuild @@ -0,0 +1,199 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.8.ebuild,v 1.= 10 2011/07/29 04:13:33 zmedico Exp $ + +EAPI=3D"3" +GNOME_TARBALL_SUFFIX=3D"bz2" +PYTHON_DEPEND=3D"2" + +inherit autotools gnome.org libtool eutils flag-o-matic pax-utils python= virtualx + +DESCRIPTION=3D"The GLib library of C routines" +HOMEPAGE=3D"http://www.gtk.org/" +SRC_URI=3D"${SRC_URI} + http://pkgconfig.freedesktop.org/releases/pkg-config-0.26.tar.gz" # pkg= .m4 for eautoreconf + +LICENSE=3D"LGPL-2" +SLOT=3D"2" +KEYWORDS=3D"" # blind-bump + patches disabled +IUSE=3D"debug doc fam +introspection selinux +static-libs test xattr" + +RDEPEND=3D"virtual/libiconv + sys-libs/zlib + xattr? ( sys-apps/attr ) + fam? ( virtual/fam )" +DEPEND=3D"${RDEPEND} + >=3Dsys-devel/gettext-0.11 + >=3Ddev-util/gtk-doc-am-1.13 + doc? ( + >=3Ddev-libs/libxslt-1.0 + >=3Ddev-util/gtk-doc-1.13 + ~app-text/docbook-xml-dtd-4.1.2 ) + test? ( dev-util/pkgconfig + >=3Dsys-apps/dbus-1.2.14 ) + !