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 71FC51387B3 for ; Sat, 11 Oct 2014 16:43:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67503E0C04; Sat, 11 Oct 2014 16:43:51 +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 B7C29E0C04 for ; Sat, 11 Oct 2014 16:43:50 +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 E1D32340424 for ; Sat, 11 Oct 2014 16:43:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 471007939 for ; Sat, 11 Oct 2014 16:43:47 +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: <1413044189.c14d8780cbc72a6c2d882ab2210e5f9c22174855.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/libpeas/libpeas-1.10.0.ebuild dev-libs/libpeas/libpeas-1.12.1.ebuild dev-libs/libpeas/libpeas-9999.ebuild X-VCS-Directories: dev-libs/libpeas/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: c14d8780cbc72a6c2d882ab2210e5f9c22174855 X-VCS-Branch: master Date: Sat, 11 Oct 2014 16:43:47 +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: 005862b4-42b7-4c83-9bd8-24e1ae17b667 X-Archives-Hash: 69269a63091558045844e3d84c28a91e commit: c14d8780cbc72a6c2d882ab2210e5f9c22174855 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Oct 11 16:16:29 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Oct 11 16:16:29 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c14d8780 dev-libs/libpeas: 1.10.1 → 1.12.1 --- dev-libs/libpeas/{libpeas-1.10.0.ebuild => libpeas-1.12.1.ebuild} | 6 +++--- dev-libs/libpeas/libpeas-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/libpeas/libpeas-1.10.0.ebuild b/dev-libs/libpeas/libpeas-1.12.1.ebuild similarity index 92% rename from dev-libs/libpeas/libpeas-1.10.0.ebuild rename to dev-libs/libpeas/libpeas-1.12.1.ebuild index 5b1dd2e..22f8c3a 100644 --- a/dev-libs/libpeas/libpeas-1.10.0.ebuild +++ b/dev-libs/libpeas/libpeas-1.12.1.ebuild @@ -7,7 +7,7 @@ GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) -inherit eutils gnome2 multilib python-r1 virtualx +inherit gnome2 multilib python-r1 virtualx DESCRIPTION="A GObject plugins library" HOMEPAGE="http://developer.gnome.org/libpeas/stable/" @@ -59,8 +59,8 @@ src_configure() { configuration() { local myconf="$@" - [[ ${EPYTHON} == python2* ]] && myconf+=" --enable-python2 --disable-python3 PYTHON2_CONFIG=/usr/bin/python-config-${EPYTHON#python}" - [[ ${EPYTHON} == python3* ]] && myconf+=" --enable-python3 --disable-python2 PYTHON3_CONFIG=/usr/bin/python-config-${EPYTHON#python}" + [[ ${EPYTHON} == python2* ]] && myconf+=" --enable-python2 --disable-python3 PYTHON2_CONFIG=/usr/bin/python-config" + [[ ${EPYTHON} == python3* ]] && myconf+=" --enable-python3 --disable-python2 PYTHON3_CONFIG=/usr/bin/python-config" gnome2_src_configure ${myconf} } diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild index 8845db2..3de7afe 100644 --- a/dev-libs/libpeas/libpeas-9999.ebuild +++ b/dev-libs/libpeas/libpeas-9999.ebuild @@ -71,8 +71,8 @@ src_configure() { configuration() { local myconf="$@" - [[ ${EPYTHON} == python2* ]] && myconf+=" --enable-python2 --disable-python3 PYTHON2_CONFIG=/usr/bin/python-config-${EPYTHON#python}" - [[ ${EPYTHON} == python3* ]] && myconf+=" --enable-python3 --disable-python2 PYTHON3_CONFIG=/usr/bin/python-config-${EPYTHON#python}" + [[ ${EPYTHON} == python2* ]] && myconf+=" --enable-python2 --disable-python3 PYTHON2_CONFIG=/usr/bin/python-config" + [[ ${EPYTHON} == python3* ]] && myconf+=" --enable-python3 --disable-python2 PYTHON3_CONFIG=/usr/bin/python-config" gnome2_src_configure ${myconf} }