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 1127A13873B for ; Sun, 2 Mar 2014 10:43:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F31BE07D2; Sun, 2 Mar 2014 10:43: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 1FA55E07D2 for ; Sun, 2 Mar 2014 10:43:02 +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 4B70733F8BC for ; Sun, 2 Mar 2014 10:43:01 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2262) id 11C482004C; Sun, 2 Mar 2014 10:43:00 +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/cheetah: cheetah-2.4.4-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cheetah-2.4.4-r1.ebuild ChangeLog X-VCS-Directories: dev-python/cheetah X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140302104300.11C482004C@flycatcher.gentoo.org> Date: Sun, 2 Mar 2014 10:43:00 +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: 4dc88699-d0c5-48ff-aa52-fae44d002f7a X-Archives-Hash: 14ecf87ff619a5ceec9be01f792a86a6 pacho 14/03/02 10:42:59 Modified: cheetah-2.4.4-r1.ebuild ChangeLog Log: amd64 stable, bug #495576 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision Changes Path 1.6 dev-python/cheetah/cheetah-2.4.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cheetah/cheetah-2.4.4-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cheetah/cheetah-2.4.4-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cheetah/cheetah-2.4.4-r1.ebuild?r1=1.5&r2=1.6 Index: cheetah-2.4.4-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cheetah-2.4.4-r1.ebuild 24 Feb 2014 02:33:41 -0000 1.5 +++ cheetah-2.4.4-r1.ebuild 2 Mar 2014 10:42:59 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4-r1.ebuild,v 1.5 2014/02/24 02:33:41 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4-r1.ebuild,v 1.6 2014/03/02 10:42:59 pacho Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -16,7 +16,7 @@ LICENSE="MIT" IUSE="" -KEYWORDS="~alpha ~amd64 ~arm ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" SLOT="0" RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]" 1.89 dev-python/cheetah/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cheetah/ChangeLog?rev=1.89&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cheetah/ChangeLog?rev=1.89&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cheetah/ChangeLog?r1=1.88&r2=1.89 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- ChangeLog 24 Feb 2014 02:33:41 -0000 1.88 +++ ChangeLog 2 Mar 2014 10:42:59 -0000 1.89 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cheetah # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.88 2014/02/24 02:33:41 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.89 2014/03/02 10:42:59 pacho Exp $ + + 02 Mar 2014; Pacho Ramos cheetah-2.4.4-r1.ebuild: + amd64 stable, bug #495576 24 Feb 2014; Pawel Hajdan jr cheetah-2.4.4-r1.ebuild: x86 stable wrt bug #495576