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 2DA021389E2 for ; Tue, 23 Dec 2014 12:48:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8CCDE08C8; Tue, 23 Dec 2014 12:48:26 +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 75A8FE08C8 for ; Tue, 23 Dec 2014 12:48:26 +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 B04A13405C8 for ; Tue, 23 Dec 2014 12:48:25 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2192) id 68339D319; Tue, 23 Dec 2014 12:48:24 +0000 (UTC) From: "Markus Meier (maekke)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maekke@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pastedeploy: pastedeploy-1.5.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pastedeploy-1.5.2.ebuild ChangeLog X-VCS-Directories: dev-python/pastedeploy X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141223124824.68339D319@oystercatcher.gentoo.org> Date: Tue, 23 Dec 2014 12:48:24 +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: 5200034f-255a-4364-94b2-c5cbff6123e0 X-Archives-Hash: d74cbdb9be3797769eb608efe9b0bc88 maekke 14/12/23 12:48:24 Modified: pastedeploy-1.5.2.ebuild ChangeLog Log: arm stable, bug #531124 (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062) Revision Changes Path 1.13 dev-python/pastedeploy/pastedeploy-1.5.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild?r1=1.12&r2=1.13 Index: pastedeploy-1.5.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pastedeploy-1.5.2.ebuild 9 Dec 2014 08:30:44 -0000 1.12 +++ pastedeploy-1.5.2.ebuild 23 Dec 2014 12:48:24 -0000 1.13 @@ -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/pastedeploy/pastedeploy-1.5.2.ebuild,v 1.12 2014/12/09 08:30:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild,v 1.13 2014/12/23 12:48:24 maekke Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -16,7 +16,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="doc" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" 1.28 dev-python/pastedeploy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 21 Dec 2014 09:06:06 -0000 1.27 +++ ChangeLog 23 Dec 2014 12:48:24 -0000 1.28 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pastedeploy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.27 2014/12/21 09:06:06 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.28 2014/12/23 12:48:24 maekke Exp $ + + 23 Dec 2014; Markus Meier pastedeploy-1.5.2.ebuild: + arm stable, bug #531124 21 Dec 2014; Ian Delaney -pastedeploy-1.3.3.ebuild, -pastedeploy-1.5.0-r1.ebuild: