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 8ECEC1381F3 for ; Mon, 21 Oct 2013 11:56:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CBB3E0B6D; Mon, 21 Oct 2013 11:56:19 +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 B7239E0B6D for ; Mon, 21 Oct 2013 11:56:18 +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 827B8335E31 for ; Mon, 21 Oct 2013 11:56:17 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 984) id 4C19C2004C; Mon, 21 Oct 2013 11:56:16 +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 app-vim/gundo: gundo-2.5.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gundo-2.5.0.ebuild ChangeLog X-VCS-Directories: app-vim/gundo X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131021115616.4C19C2004C@flycatcher.gentoo.org> Date: Mon, 21 Oct 2013 11:56:16 +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: 3b2d218c-cbc7-4a74-aa10-bca33b5d4e4a X-Archives-Hash: 944463031252f8dbbe1b762b17840a26 grobian 13/10/21 11:56:16 Modified: gundo-2.5.0.ebuild ChangeLog Log: Marked ~x64-macos, bug #486818 (Portage version: 2.2.7-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89) Revision Changes Path 1.3 app-vim/gundo/gundo-2.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/gundo-2.5.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/gundo-2.5.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/gundo-2.5.0.ebuild?r1=1.2&r2=1.3 Index: gundo-2.5.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-vim/gundo/gundo-2.5.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gundo-2.5.0.ebuild 5 Sep 2013 19:44:44 -0000 1.2 +++ gundo-2.5.0.ebuild 21 Oct 2013 11:56:16 -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/app-vim/gundo/gundo-2.5.0.ebuild,v 1.2 2013/09/05 19:44:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/gundo-2.5.0.ebuild,v 1.3 2013/10/21 11:56:16 grobian Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) @@ -11,7 +11,7 @@ HOMEPAGE="http://sjl.bitbucket.org/gundo.vim/" SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x64-macos" RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] app-editors/gvim[${PYTHON_USEDEP}] ) ${PYTHON_DEPS}" 1.11 app-vim/gundo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 5 Sep 2013 19:44:44 -0000 1.10 +++ ChangeLog 21 Oct 2013 11:56:16 -0000 1.11 @@ -1,6 +1,9 @@ # ChangeLog for app-vim/gundo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v 1.10 2013/09/05 19:44:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v 1.11 2013/10/21 11:56:16 grobian Exp $ + + 21 Oct 2013; Fabian Groffen gundo-2.5.0.ebuild: + Marked ~x64-macos, bug #486818 05 Sep 2013; Michał Górny gundo-2.5.0.ebuild: Clean up PYTHON_COMPAT from old implementations.