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 0F2871381F3 for ; Sun, 30 Jun 2013 21:33:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0560BE07ED; Sun, 30 Jun 2013 21:33:12 +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 5BBD8E07ED for ; Sun, 30 Jun 2013 21:33:11 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 374B333E68A for ; Sun, 30 Jun 2013 21:33:10 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2184) id 00B192171C; Sun, 30 Jun 2013 21:33:08 +0000 (UTC) From: "Gilles Dartiguelongue (eva)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, eva@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-editors/gedit-plugins: gedit-plugins-3.8.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gedit-plugins-3.8.3.ebuild ChangeLog X-VCS-Directories: app-editors/gedit-plugins X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130630213309.00B192171C@flycatcher.gentoo.org> Date: Sun, 30 Jun 2013 21:33:08 +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: 15be4c63-c630-466a-b967-d5d2d755a355 X-Archives-Hash: 8bc7709637fdfdee5632eba4f6b0cfe2 eva 13/06/30 21:33:08 Modified: gedit-plugins-3.8.3.ebuild ChangeLog Log: Add missing REQUIRED_USE handling for python. (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key C6085806) Revision Changes Path 1.2 app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild?r1=1.1&r2=1.2 Index: gedit-plugins-3.8.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gedit-plugins-3.8.3.ebuild 18 Jun 2013 18:55:26 -0000 1.1 +++ gedit-plugins-3.8.3.ebuild 30 Jun 2013 21:33:08 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild,v 1.1 2013/06/18 18:55:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild,v 1.2 2013/06/30 21:33:08 eva Exp $ EAPI="5" GCONF_DEBUG="no" @@ -23,6 +23,7 @@ charmap? ( python ) git? ( python ) terminal? ( python ) + python? ( ${REQUIRED_PYTHON_USE} ) " RDEPEND=" 1.34 app-editors/gedit-plugins/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 18 Jun 2013 18:55:26 -0000 1.33 +++ ChangeLog 30 Jun 2013 21:33:08 -0000 1.34 @@ -1,6 +1,10 @@ # ChangeLog for app-editors/gedit-plugins # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.33 2013/06/18 18:55:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.34 2013/06/30 21:33:08 eva Exp $ + + 30 Jun 2013; Gilles Dartiguelongue + gedit-plugins-3.8.3.ebuild: + Add missing REQUIRED_USE handling for python. *gedit-plugins-3.8.3 (18 Jun 2013)