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 F1BCA138A6C for ; Wed, 8 Apr 2015 18:05:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94BBEE0A04; Wed, 8 Apr 2015 18:05:02 +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 C07A1E0A02 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 20AB73408B8 for ; Wed, 8 Apr 2015 18:05:01 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2279) id 67CA9157EC; 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/libsocialweb: libsocialweb-0.25.21-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libsocialweb-0.25.21-r1.ebuild ChangeLog X-VCS-Directories: net-libs/libsocialweb X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150408180458.67CA9157EC@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: 9e4b4f64-c6e3-4481-9f43-ccbe7410a9ac X-Archives-Hash: e5609e9da2f9c99f5d04268e2589f8f8 mgorny 15/04/08 18:04:58 Modified: libsocialweb-0.25.21-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.6 net-libs/libsocialweb/libsocialweb-0.25.21-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsocialweb/libsocialweb-0.25.21-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsocialweb/libsocialweb-0.25.21-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsocialweb/libsocialweb-0.25.21-r1.ebuild?r1=1.5&r2=1.6 Index: libsocialweb-0.25.21-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libsocialweb/libsocialweb-0.25.21-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libsocialweb-0.25.21-r1.ebuild 9 Mar 2014 12:03:22 -0000 1.5 +++ libsocialweb-0.25.21-r1.ebuild 8 Apr 2015 18:04:58 -0000 1.6 @@ -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/libsocialweb/libsocialweb-0.25.21-r1.ebuild,v 1.5 2014/03/09 12:03:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsocialweb/libsocialweb-0.25.21-r1.ebuild,v 1.6 2015/04/08 18:04:58 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) VALA_MIN_API_VERSION="0.12" VALA_USE_DEPEND="vapigen" 1.30 net-libs/libsocialweb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsocialweb/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsocialweb/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsocialweb/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libsocialweb/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 27 Apr 2014 08:23:47 -0000 1.29 +++ ChangeLog 8 Apr 2015 18:04:58 -0000 1.30 @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libsocialweb -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsocialweb/ChangeLog,v 1.29 2014/04/27 08:23:47 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsocialweb/ChangeLog,v 1.30 2015/04/08 18:04:58 mgorny Exp $ + + 08 Apr 2015; Michał Górny libsocialweb-0.25.21-r1.ebuild: + Drop old Python implementations 27 Apr 2014; Pacho Ramos -libsocialweb-0.25.21.ebuild: drop old