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 8913A138ACE for ; Sun, 8 Mar 2015 23:47:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E01AE0C6D; Sun, 8 Mar 2015 23:47:22 +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 A3724E0C6D for ; Sun, 8 Mar 2015 23:47:21 +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 BBC9634088E for ; Sun, 8 Mar 2015 23:47:20 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2262) id 801BB1356D; Sun, 8 Mar 2015 23:47:19 +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 dev-python/feedparser: feedparser-5.1.3-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: feedparser-5.1.3-r2.ebuild ChangeLog X-VCS-Directories: dev-python/feedparser X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150308234719.801BB1356D@oystercatcher.gentoo.org> Date: Sun, 8 Mar 2015 23:47:19 +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: 9421c15b-88f3-49dd-a4cd-ca03c396a272 X-Archives-Hash: f09ab727477ef968fd66e476233b098a pacho 15/03/08 23:47:19 Modified: feedparser-5.1.3-r2.ebuild ChangeLog Log: x86 stable, bug 540290 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4) Revision Changes Path 1.10 dev-python/feedparser/feedparser-5.1.3-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/feedparser-5.1.3-r2.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/feedparser-5.1.3-r2.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/feedparser-5.1.3-r2.ebuild?r1=1.9&r2=1.10 Index: feedparser-5.1.3-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-5.1.3-r2.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- feedparser-5.1.3-r2.ebuild 7 Mar 2015 08:16:28 -0000 1.9 +++ feedparser-5.1.3-r2.ebuild 8 Mar 2015 23:47:19 -0000 1.10 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-5.1.3-r2.ebuild,v 1.9 2015/03/07 08:16:28 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-5.1.3-r2.ebuild,v 1.10 2015/03/08 23:47:19 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_{3,4}} pypy ) @@ -14,7 +14,7 @@ # sgmllib is licensed under PSF-2. LICENSE="BSD-2 PSF-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" 1.60 dev-python/feedparser/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.60&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.60&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/ChangeLog?r1=1.59&r2=1.60 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ChangeLog 7 Mar 2015 08:16:28 -0000 1.59 +++ ChangeLog 8 Mar 2015 23:47:19 -0000 1.60 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/feedparser # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.59 2015/03/07 08:16:28 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.60 2015/03/08 23:47:19 pacho Exp $ + + 08 Mar 2015; Pacho Ramos feedparser-5.1.3-r2.ebuild: + x86 stable, bug 540290 07 Mar 2015; Pacho Ramos feedparser-5.1.3-r2.ebuild: ppc stable, bug 540290