From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-750154-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D9ACA1389E2 for <garchives@archives.gentoo.org>; Mon, 24 Nov 2014 19:42:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6065AE08F6; Mon, 24 Nov 2014 19:42:30 +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 C7E37E08F4 for <gentoo-commits@lists.gentoo.org>; Mon, 24 Nov 2014 19:42:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD75C340526 for <gentoo-commits@lists.gentoo.org>; Mon, 24 Nov 2014 19:42:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17315AD3B for <gentoo-commits@lists.gentoo.org>; Mon, 24 Nov 2014 19:42:26 +0000 (UTC) From: "Gilles Dartiguelongue" <eva@gentoo.org> 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" <eva@gentoo.org> Message-ID: <1416857521.4e47ec72ca5ee774d157c206798ee7734b0d1c20.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-2.42.0.ebuild dev-util/gdbus-codegen/gdbus-codegen-2.42.1.ebuild dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild X-VCS-Directories: dev-util/gdbus-codegen/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 4e47ec72ca5ee774d157c206798ee7734b0d1c20 X-VCS-Branch: master Date: Mon, 24 Nov 2014 19:42:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d97b1f91-634f-4393-9cfb-2fd263e3dfd4 X-Archives-Hash: 77e436497209206fdde8020539e37d2e commit: 4e47ec72ca5ee774d157c206798ee7734b0d1c20 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Mon Nov 24 19:32:01 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Mon Nov 24 19:32:01 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4e47ec72 dev-util/gdbus-codegen: 2.42.0 → 2.42.1 --- .../{gdbus-codegen-2.42.0.ebuild => gdbus-codegen-2.42.1.ebuild} | 2 +- dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.42.0.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.42.1.ebuild similarity index 97% rename from dev-util/gdbus-codegen/gdbus-codegen-2.42.0.ebuild rename to dev-util/gdbus-codegen/gdbus-codegen-2.42.1.ebuild index 4ca10bd..a5b8798 100644 --- a/dev-util/gdbus-codegen/gdbus-codegen-2.42.0.ebuild +++ b/dev-util/gdbus-codegen/gdbus-codegen-2.42.1.ebuild @@ -4,7 +4,7 @@ EAPI="5" GNOME_ORG_MODULE="glib" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) PYTHON_REQ_USE="xml" inherit eutils gnome.org distutils-r1 diff --git a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild index 51b59b6..3314918 100644 --- a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild +++ b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild @@ -4,7 +4,7 @@ EAPI="5" GNOME_ORG_MODULE="glib" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) PYTHON_REQ_USE="xml" inherit eutils python-r1