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 C0FD8138A6C for ; Wed, 8 Apr 2015 18:05:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C059E0A07; Wed, 8 Apr 2015 18:05:07 +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 B808FE0A07 for ; Wed, 8 Apr 2015 18:05:01 +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 19D57340812 for ; Wed, 8 Apr 2015 18:05:01 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2279) id 7959D157ED; Wed, 8 Apr 2015 18:04:58 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libsoup: libsoup-2.46.0-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libsoup-2.46.0-r1.ebuild ChangeLog X-VCS-Directories: net-libs/libsoup X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150408180458.7959D157ED@oystercatcher.gentoo.org> Date: Wed, 8 Apr 2015 18:04:58 +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: 500f81fe-fabe-4306-9342-f5285a554b54 X-Archives-Hash: 4a85663f7113f03cf04aa3498cead154 mgorny 15/04/08 18:04:58 Modified: libsoup-2.46.0-r1.ebuild ChangeLog Log: Drop old Python implementations (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.15 net-libs/libsoup/libsoup-2.46.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/libsoup-2.46.0-r1.ebuild?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/libsoup-2.46.0-r1.ebuild?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/libsoup-2.46.0-r1.ebuild?r1=1.14&r2=1.15 Index: libsoup-2.46.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.46.0-r1.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- libsoup-2.46.0-r1.ebuild 4 Nov 2014 22:37:28 -0000 1.14 +++ libsoup-2.46.0-r1.ebuild 8 Apr 2015 18:04:58 -0000 1.15 @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.46.0-r1.ebuild,v 1.14 2014/11/04 22:37:28 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.46.0-r1.ebuild,v 1.15 2015/04/08 18:04:58 mgorny Exp $ EAPI="5" GCONF_DEBUG="yes" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit gnome2 multilib-minimal python-any-r1 1.353 net-libs/libsoup/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?rev=1.353&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?rev=1.353&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?r1=1.352&r2=1.353 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v retrieving revision 1.352 retrieving revision 1.353 diff -u -r1.352 -r1.353 --- ChangeLog 29 Mar 2015 11:16:55 -0000 1.352 +++ ChangeLog 8 Apr 2015 18:04:58 -0000 1.353 @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libsoup # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.352 2015/03/29 11:16:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.353 2015/04/08 18:04:58 mgorny Exp $ + + 08 Apr 2015; Michał Górny libsoup-2.46.0-r1.ebuild: + Drop old Python implementations 29 Mar 2015; Jeroen Roovers libsoup-2.48.1.ebuild: Stable for HPPA (bug #534012).