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 7012C138A1F for ; Sat, 26 Apr 2014 08:31:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07483E086E; Sat, 26 Apr 2014 08:31: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 955C8E086E for ; Sat, 26 Apr 2014 08:31:28 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C310233FE9F for ; Sat, 26 Apr 2014 08:31:27 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2262) id 800D62004B; Sat, 26 Apr 2014 08:31:26 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/winswitch: winswitch-0.12.18-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: winswitch-0.12.18-r1.ebuild ChangeLog X-VCS-Directories: x11-misc/winswitch X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140426083126.800D62004B@flycatcher.gentoo.org> Date: Sat, 26 Apr 2014 08:31:26 +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: 46eb3b96-017d-47ad-a2e5-cce4ac13b960 X-Archives-Hash: bfffb0ac22742f1fd6cccc0964400206 pacho 14/04/26 08:31:26 Modified: winswitch-0.12.18-r1.ebuild ChangeLog Log: Adapt to latest pygobject don't providing python2.6 support (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) Revision Changes Path 1.5 x11-misc/winswitch/winswitch-0.12.18-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild?r1=1.4&r2=1.5 Index: winswitch-0.12.18-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- winswitch-0.12.18-r1.ebuild 6 Apr 2014 10:48:58 -0000 1.4 +++ winswitch-0.12.18-r1.ebuild 26 Apr 2014 08:31:26 -0000 1.5 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild,v 1.4 2014/04/06 10:48:58 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild,v 1.5 2014/04/26 08:31:26 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 1.11 x11-misc/winswitch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/winswitch/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/winswitch/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/winswitch/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/winswitch/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 6 Apr 2014 10:48:58 -0000 1.10 +++ ChangeLog 26 Apr 2014 08:31:26 -0000 1.11 @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/winswitch # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/ChangeLog,v 1.10 2014/04/06 10:48:58 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/ChangeLog,v 1.11 2014/04/26 08:31:26 pacho Exp $ + + 26 Apr 2014; Pacho Ramos winswitch-0.12.18-r1.ebuild: + Adapt to latest pygobject don't providing python2.6 support 06 Apr 2014; Gilles Dartiguelongue winswitch-0.12.18.ebuild, winswitch-0.12.18-r1.ebuild: