From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5A106139B2A for ; Sun, 13 Sep 2015 22:03:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 502C621C030; Sun, 13 Sep 2015 22:03:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FD0221C008 for ; Sun, 13 Sep 2015 22:03:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6A7C340AC9 for ; Sun, 13 Sep 2015 22:03:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEC811FE for ; Sun, 13 Sep 2015 22:03:23 +0000 (UTC) From: "Ole Reifschneider" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ole Reifschneider" Message-ID: <1442181670.22f5e879edfc814bf44b012c8eba22acda29896c.tranquility@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gobject-introspection/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/gobject-introspection/gobject-introspection-1.45.4.ebuild X-VCS-Directories: dev-libs/gobject-introspection/ X-VCS-Committer: tranquility X-VCS-Committer-Name: Ole Reifschneider X-VCS-Revision: 22f5e879edfc814bf44b012c8eba22acda29896c X-VCS-Branch: master Date: Sun, 13 Sep 2015 22:03:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a3090952-df72-4e7d-896b-0f389396d97f X-Archives-Hash: 0be7d2fd580e840ec6223eb616fc41bc commit: 22f5e879edfc814bf44b012c8eba22acda29896c Author: Ole Reifschneider gentoo org> AuthorDate: Sun Sep 13 22:01:10 2015 +0000 Commit: Ole Reifschneider gentoo org> CommitDate: Sun Sep 13 22:01:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=22f5e879 dev-libs/gobject-introspection: Bump version to 1.45.4 Package-Manager: portage-2.2.20.1 Manifest-Sign-Key: 7E8B4D42 .../gobject-introspection-1.45.4.ebuild | 73 ++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.45.4.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.45.4.ebuild new file mode 100644 index 0000000..59e395a --- /dev/null +++ b/dev-libs/gobject-introspection/gobject-introspection-1.45.4.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="xml" + +inherit gnome2 python-single-r1 toolchain-funcs versionator + +DESCRIPTION="Introspection infrastructure for generating gobject library bindings for various languages" +HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection" + +LICENSE="LGPL-2+ GPL-2+" +SLOT="0" +IUSE="cairo doctool test" +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + test? ( cairo ) +" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +# virtual/pkgconfig needed at runtime, bug #505408 +# We force glib and goi to be in sync by this way as explained in bug #518424 +RDEPEND=" + >=dev-libs/gobject-introspection-common-${PV} + >=dev-libs/glib-2.$(get_version_component_range 2).3:2 + doctool? ( dev-python/mako ) + virtual/libffi:= + virtual/pkgconfig + !