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 D09D81381F3 for ; Wed, 7 Nov 2012 10:28:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F7E4E039A; Wed, 7 Nov 2012 10:28:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 21544E039A for ; Wed, 7 Nov 2012 10:28:19 +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 8ACC133D856 for ; Wed, 7 Nov 2012 10:28:18 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 807) id 534D320C60; Wed, 7 Nov 2012 10:28:17 +0000 (UTC) From: "Patrick Lauer (patrick)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, patrick@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pylons: pylons-1.0.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pylons-1.0.1.ebuild ChangeLog X-VCS-Directories: dev-python/pylons X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121107102817.534D320C60@flycatcher.gentoo.org> Date: Wed, 7 Nov 2012 10:28:17 +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: 6ba429b0-a507-4286-b041-895c66c5defe X-Archives-Hash: af132fc69a33aeb7be0cf395b87fe132 patrick 12/11/07 10:28:17 Modified: pylons-1.0.1.ebuild ChangeLog Log: Adding missing dep (Portage version: 2.2.0_alpha128/cvs/Linux x86_64) Revision Changes Path 1.2 dev-python/pylons/pylons-1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylons/pylons-1.0.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylons/pylons-1.0.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylons/pylons-1.0.1.ebuild?r1=1.1&r2=1.2 Index: pylons-1.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pylons/pylons-1.0.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pylons-1.0.1.ebuild 29 Aug 2012 06:09:27 -0000 1.1 +++ pylons-1.0.1.ebuild 7 Nov 2012 10:28:17 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylons/pylons-1.0.1.ebuild,v 1.1 2012/08/29 06:09:27 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylons/pylons-1.0.1.ebuild,v 1.2 2012/11/07 10:28:17 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -30,6 +30,7 @@ >=dev-python/paste-1.7.2 >=dev-python/pastedeploy-1.3.3 >=dev-python/pastescript-1.7.3 + >=dev-python/repoze-lru-0.3 >=dev-python/routes-1.12 >=dev-python/simplejson-2.0.8 >=dev-python/tempita-0.2 1.10 dev-python/pylons/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylons/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylons/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylons/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pylons/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 29 Aug 2012 06:09:27 -0000 1.9 +++ ChangeLog 7 Nov 2012 10:28:17 -0000 1.10 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pylons # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylons/ChangeLog,v 1.9 2012/08/29 06:09:27 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylons/ChangeLog,v 1.10 2012/11/07 10:28:17 patrick Exp $ + + 07 Nov 2012; Patrick Lauer pylons-1.0.1.ebuild: + Adding missing dep *pylons-1.0.1 (29 Aug 2012)