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 750741381F3 for ; Thu, 20 Dec 2012 19:42:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58B1621C0BC; Thu, 20 Dec 2012 19:42:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C97E921C0BC for ; Thu, 20 Dec 2012 19:42:05 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2DBE33D98A for ; Thu, 20 Dec 2012 19:42:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 59CFCE543C for ; Thu, 20 Dec 2012 19:42:03 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1356032510.73b6bf87578bf04aa9aa7eff0d4b67251d542a22.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild dev-util/gdbus-codegen/metadata.xml X-VCS-Directories: dev-util/gdbus-codegen/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 73b6bf87578bf04aa9aa7eff0d4b67251d542a22 X-VCS-Branch: master Date: Thu, 20 Dec 2012 19:42:03 +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: 1a7111fd-6527-4ac9-a9d4-a78fb46652fa X-Archives-Hash: 7523232972c2e3b109c0a64867895f73 commit: 73b6bf87578bf04aa9aa7eff0d4b67251d542a22 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Dec 20 19:41:44 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Dec 20 19:41:50 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=73b6bf87 dev-util/gdbus-codegen: sync with gx86, add metadata.xml --- dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild | 14 +++++++------- dev-util/gdbus-codegen/metadata.xml | 5 +++++ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild index db331da..ea72e49 100644 --- a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild +++ b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild @@ -2,12 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="4" +EAPI="5" GNOME_ORG_MODULE="glib" -PYTHON_COMPAT="python2_5 python2_6 python2_7 python3_1 python3_2" -PYTHON_USE="xml" +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) +PYTHON_REQ_USE="xml" -inherit eutils python-distutils-ng +inherit eutils distutils-r1 if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="git://git.gnome.org/${GNOME_ORG_MODULE}" inherit git-2 @@ -27,8 +27,8 @@ else fi IUSE="" -RDEPEND="" -DEPEND="" +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND}" # To prevent circular dependencies with glib[test] PDEPEND=">=dev-libs/glib-${PV}:2" @@ -40,7 +40,7 @@ python_prepare_all() { sed -e "s:\"/usr/local\":\"${EPREFIX}/usr\":" \ -i config.py || die "sed config.py failed" - mv gdbus-codegen.in gdbus-codegen || die "mv failed" + sed -e 's:#!@PYTHON@:#!/usr/bin/env python:' gdbus-codegen.in > gdbus-codegen || die cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed" sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed" } diff --git a/dev-util/gdbus-codegen/metadata.xml b/dev-util/gdbus-codegen/metadata.xml new file mode 100644 index 0000000..6e0e2ec --- /dev/null +++ b/dev-util/gdbus-codegen/metadata.xml @@ -0,0 +1,5 @@ + + + + gnome +