From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-853578-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 06FD71384B4
	for <garchives@archives.gentoo.org>; Sat, 26 Dec 2015 15:12:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 89335E07EC;
	Sat, 26 Dec 2015 15:12:31 +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 098C6E07EC
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Dec 2015 15:12:31 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 91E5C3405C3
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Dec 2015 15:12:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 51D2CCB0
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Dec 2015 15:12:25 +0000 (UTC)
From: "Amadeusz Piotr Żołnowski" <aidecoe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" <aidecoe@gentoo.org>
Message-ID: <1451142727.0d0ff576e9ba3c9aae66cf7b07e298f00cd06fa1.aidecoe@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyro/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/pyro/pyro-3.16-r1.ebuild dev-python/pyro/pyro-4.25.ebuild dev-python/pyro/pyro-4.39.ebuild dev-python/pyro/pyro-4.40.ebuild
X-VCS-Directories: dev-python/pyro/
X-VCS-Committer: aidecoe
X-VCS-Committer-Name: Amadeusz Piotr Żołnowski
X-VCS-Revision: 0d0ff576e9ba3c9aae66cf7b07e298f00cd06fa1
X-VCS-Branch: master
Date: Sat, 26 Dec 2015 15:12:25 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 73b853d9-a7c9-4bbf-b373-1ce82b17f9d4
X-Archives-Hash: ae10387a0af44a76b55b61a0fbe42be7

commit:     0d0ff576e9ba3c9aae66cf7b07e298f00cd06fa1
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 15:11:45 2015 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 15:12:07 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0ff576

dev-python/pyro: Limit description to <80 characters

Package-Manager: portage-2.2.26

 dev-python/pyro/pyro-3.16-r1.ebuild | 2 +-
 dev-python/pyro/pyro-4.25.ebuild    | 2 +-
 dev-python/pyro/pyro-4.39.ebuild    | 2 +-
 dev-python/pyro/pyro-4.40.ebuild    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pyro/pyro-3.16-r1.ebuild b/dev-python/pyro/pyro-3.16-r1.ebuild
index a1465fa..5ef32dc 100644
--- a/dev-python/pyro/pyro-3.16-r1.ebuild
+++ b/dev-python/pyro/pyro-3.16-r1.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 MY_PN="Pyro"
 MY_P="${MY_PN}-${PV}"
 
-DESCRIPTION="Advanced and powerful Distributed Object Technology system written entirely in Python"
+DESCRIPTION="Distributed object middleware for Python (RPC)"
 HOMEPAGE="http://www.xs4all.nl/~irmen/pyro3/ https://pypi.python.org/pypi/Pyro"
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 

diff --git a/dev-python/pyro/pyro-4.25.ebuild b/dev-python/pyro/pyro-4.25.ebuild
index 0f3c441..4ab34b5 100644
--- a/dev-python/pyro/pyro-4.25.ebuild
+++ b/dev-python/pyro/pyro-4.25.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 MY_PN="Pyro4"
 MY_P="${MY_PN}-${PV}"
 
-DESCRIPTION="Advanced and powerful Distributed Object Technology system written entirely in Python"
+DESCRIPTION="Distributed object middleware for Python (RPC)"
 HOMEPAGE="http://www.xs4all.nl/~irmen/pyro/ https://pypi.python.org/pypi/Pyro4"
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 

diff --git a/dev-python/pyro/pyro-4.39.ebuild b/dev-python/pyro/pyro-4.39.ebuild
index 3ca6320..95944d8 100644
--- a/dev-python/pyro/pyro-4.39.ebuild
+++ b/dev-python/pyro/pyro-4.39.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 MY_PN="Pyro4"
 MY_P="${MY_PN}-${PV}"
 
-DESCRIPTION="Advanced and powerful Distributed Object Technology system written entirely in Python"
+DESCRIPTION="Distributed object middleware for Python (RPC)"
 HOMEPAGE="http://www.xs4all.nl/~irmen/pyro/ https://pypi.python.org/pypi/Pyro4 https://github.com/irmen/Pyro4"
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 

diff --git a/dev-python/pyro/pyro-4.40.ebuild b/dev-python/pyro/pyro-4.40.ebuild
index 9b71dd3..6a140ed 100644
--- a/dev-python/pyro/pyro-4.40.ebuild
+++ b/dev-python/pyro/pyro-4.40.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 MY_PN="Pyro4"
 MY_P="${MY_PN}-${PV}"
 
-DESCRIPTION="Advanced and powerful Distributed Object Technology system written entirely in Python"
+DESCRIPTION="Distributed object middleware for Python (RPC)"
 HOMEPAGE="http://www.xs4all.nl/~irmen/pyro/ https://pypi.python.org/pypi/Pyro4 https://github.com/irmen/Pyro4"
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"