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 876F91381F3 for ; Mon, 16 Sep 2013 17:06:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E220E0B91; Mon, 16 Sep 2013 17:06:48 +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 0184EE0B91 for ; Mon, 16 Sep 2013 17:06:47 +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 F04F633E60F for ; Mon, 16 Sep 2013 17:06:45 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2294) id E37352004C; Mon, 16 Sep 2013 17:06:43 +0000 (UTC) From: "Maxim Koltsov (maksbotan)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maksbotan@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/flask-principal: flask-principal-0.4.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: flask-principal-0.4.0.ebuild ChangeLog X-VCS-Directories: dev-python/flask-principal X-VCS-Committer: maksbotan X-VCS-Committer-Name: Maxim Koltsov Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130916170643.E37352004C@flycatcher.gentoo.org> Date: Mon, 16 Sep 2013 17:06:43 +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: 5b608ef4-feb4-45b7-b2ef-957eefe49b2e X-Archives-Hash: af4006d64f9c085a16cce36b9530c895 maksbotan 13/09/16 17:06:43 Modified: flask-principal-0.4.0.ebuild ChangeLog Log: Fix DESCRIPTION to the real one. (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE) Revision Changes Path 1.2 dev-python/flask-principal/flask-principal-0.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-principal/flask-principal-0.4.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-principal/flask-principal-0.4.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-principal/flask-principal-0.4.0.ebuild?r1=1.1&r2=1.2 Index: flask-principal-0.4.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-principal/flask-principal-0.4.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- flask-principal-0.4.0.ebuild 10 Sep 2013 06:13:45 -0000 1.1 +++ flask-principal-0.4.0.ebuild 16 Sep 2013 17:06:43 -0000 1.2 @@ -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/flask-principal/flask-principal-0.4.0.ebuild,v 1.1 2013/09/10 06:13:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-principal/flask-principal-0.4.0.ebuild,v 1.2 2013/09/16 17:06:43 maksbotan Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -10,7 +10,7 @@ MY_PN="Flask-Principal" MY_P="${MY_PN}-${PV}" -DESCRIPTION="Flask extension for sending email" +DESCRIPTION="Identity management for flask" HOMEPAGE="http://pythonhosted.org/${MY_PN}/ https://pypi.python.org/pypi/${MY_PN}" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" 1.2 dev-python/flask-principal/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-principal/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-principal/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-principal/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-principal/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 10 Sep 2013 06:13:45 -0000 1.1 +++ ChangeLog 16 Sep 2013 17:06:43 -0000 1.2 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/flask-principal # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-principal/ChangeLog,v 1.1 2013/09/10 06:13:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-principal/ChangeLog,v 1.2 2013/09/16 17:06:43 maksbotan Exp $ + + 16 Sep 2013; Maxim Koltsov + flask-principal-0.4.0.ebuild: + Fix DESCRIPTION to the real one. *flask-principal-0.4.0 (10 Sep 2013)