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 3DFAC138247 for ; Wed, 6 Nov 2013 05:06:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3ECECE0AF3; Wed, 6 Nov 2013 05:06:38 +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 BCB81E0AF3 for ; Wed, 6 Nov 2013 05:06:37 +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 9A3B733EE95 for ; Wed, 6 Nov 2013 05:06:36 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 807) id CB77C2004B; Wed, 6 Nov 2013 05:06:34 +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/pyprotocols: pyprotocols-1.0_pre2306.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pyprotocols-1.0_pre2306.ebuild ChangeLog X-VCS-Directories: dev-python/pyprotocols X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131106050634.CB77C2004B@flycatcher.gentoo.org> Date: Wed, 6 Nov 2013 05:06:34 +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: b96dada8-add3-4fb8-beb9-41f6df8ce591 X-Archives-Hash: 3abcc5dff0eb793fdae7c1d906a66825 patrick 13/11/06 05:06:34 Modified: pyprotocols-1.0_pre2306.ebuild ChangeLog Log: Shorten description, make repoman happier (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.14 dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild?r1=1.13&r2=1.14 Index: pyprotocols-1.0_pre2306.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- pyprotocols-1.0_pre2306.ebuild 22 Feb 2012 04:54:55 -0000 1.13 +++ pyprotocols-1.0_pre2306.ebuild 6 Nov 2013 05:06:34 -0000 1.14 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild,v 1.13 2012/02/22 04:54:55 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild,v 1.14 2013/11/06 05:06:34 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -13,7 +13,7 @@ MY_PN="PyProtocols" MY_P="${MY_PN}-${PV/_pre/a0dev_r}" -DESCRIPTION="Extends the PEP 246 adapt() function with a new 'declaration API' that lets you easily define your own protocols and adapters, and declare what adapters should be used to adapt what types, objects, or protocols." +DESCRIPTION="Extends the PEP 246 adapt function with a new 'declaration API'" HOMEPAGE="http://peak.telecommunity.com/PyProtocols.html http://pypi.python.org/pypi/PyProtocols" # http://svn.eby-sarna.com/PyProtocols/ SRC_URI="mirror://gentoo/${MY_P}.tar.gz" 1.31 dev-python/pyprotocols/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprotocols/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprotocols/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprotocols/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 22 Oct 2013 14:20:31 -0000 1.30 +++ ChangeLog 6 Nov 2013 05:06:34 -0000 1.31 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pyprotocols # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.30 2013/10/22 14:20:31 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.31 2013/11/06 05:06:34 patrick Exp $ + + 06 Nov 2013; Patrick Lauer + pyprotocols-1.0_pre2306.ebuild: + Shorten description, make repoman happier 22 Oct 2013; Fabian Groffen pyprotocols-1.0_pre2306-r1.ebuild: