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 A2D1D1381F3 for ; Tue, 22 Oct 2013 11:37:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33C9BE0BB5; Tue, 22 Oct 2013 11:37:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B857DE0BB5 for ; Tue, 22 Oct 2013 11:37:53 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0CF033F0FE for ; Tue, 22 Oct 2013 11:37:52 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 984) id 8F24F2004C; Tue, 22 Oct 2013 11:37:51 +0000 (UTC) From: "Fabian Groffen (grobian)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, grobian@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: grobian X-VCS-Committer-Name: Fabian Groffen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131022113751.8F24F2004C@flycatcher.gentoo.org> Date: Tue, 22 Oct 2013 11:37:51 +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: ed08ba59-4c13-4f4e-b786-66efe5a6eea0 X-Archives-Hash: acca353b042af49ca262b614127dceb9 grobian 13/10/22 11:37:51 Modified: cheetah-2.4.4-r1.ebuild ChangeLog Log: Marked ~x64-macos, bug #487670 (Portage version: 2.2.7-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89) Revision Changes Path 1.3 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.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cheetah/cheetah-2.4.4-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cheetah/cheetah-2.4.4-r1.ebuild?r1=1.2&r2=1.3 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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cheetah-2.4.4-r1.ebuild 8 Jun 2013 18:56:09 -0000 1.2 +++ cheetah-2.4.4-r1.ebuild 22 Oct 2013 11:37:51 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.2 2013/06/08 18:56:09 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4-r1.ebuild,v 1.3 2013/10/22 11:37:51 grobian 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 ~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.86 dev-python/cheetah/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cheetah/ChangeLog?rev=1.86&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cheetah/ChangeLog?rev=1.86&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cheetah/ChangeLog?r1=1.85&r2=1.86 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- ChangeLog 8 Jun 2013 18:56:09 -0000 1.85 +++ ChangeLog 22 Oct 2013 11:37:51 -0000 1.86 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cheetah # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.85 2013/06/08 18:56:09 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.86 2013/10/22 11:37:51 grobian Exp $ + + 22 Oct 2013; Fabian Groffen cheetah-2.4.4-r1.ebuild: + Marked ~x64-macos, bug #487670 08 Jun 2013; Mike Gilbert cheetah-2.4.4-r1.ebuild: Document reason for in-source build.