From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-668841-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 A8C05138E20
	for <garchives@archives.gentoo.org>; Wed, 19 Feb 2014 23:03:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 969BFE0A8E;
	Wed, 19 Feb 2014 23:03:45 +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 2D3DBE0A8E
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Feb 2014 23:03:45 +0000 (UTC)
Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2BC6F33FB60
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Feb 2014 23:03:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by spoonbill.gentoo.org (Postfix) with ESMTP id DA32D18875
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Feb 2014 23:03:42 +0000 (UTC)
From: "Alexander Berntsen" <bernalex@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, "Alexander Berntsen" <bernalex@gentoo.org>
Message-ID: <1392850874.6c61cc8fd74e695a97a84800397a2bb7dacd8b96.bernalex@gentoo>
Subject: [gentoo-commits] proj/portage:master commit in: /
X-VCS-Repository: proj/portage
X-VCS-Files: README
X-VCS-Directories: /
X-VCS-Committer: bernalex
X-VCS-Committer-Name: Alexander Berntsen
X-VCS-Revision: 6c61cc8fd74e695a97a84800397a2bb7dacd8b96
X-VCS-Branch: master
Date: Wed, 19 Feb 2014 23:03:42 +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: 2a6f08a5-1c67-49bd-8b8e-b41ad3d0b270
X-Archives-Hash: 8e56335ca7c5697ce2dce3ecc6a00370

commit:     6c61cc8fd74e695a97a84800397a2bb7dacd8b96
Author:     Alexander Berntsen <alexander <AT> plaimi <DOT> net>
AuthorDate: Wed Feb 19 14:56:28 2014 +0000
Commit:     Alexander Berntsen <bernalex <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 23:01:14 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=6c61cc8f

README: Cap at 72 columns

---
 README | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/README b/README
index 6b102e5..5558dde 100644
--- a/README
+++ b/README
@@ -2,9 +2,9 @@ About Portage
 =============
 
 Portage is a package management system based on ports collections. The
-Package Manager Specification Project (PMS) standardises and documents the
-behaviour of Portage so that the Portage tree can be used by other package
-managers.
+Package Manager Specification Project (PMS) standardises and documents 
+the behaviour of Portage so that the Portage tree can be used by other 
+package managers.
 
 
 Dependencies
@@ -28,7 +28,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Portage; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  
+02110-1301, USA.
 
 
 More information
@@ -45,4 +46,4 @@ Links
 =====
 Gentoo project page: <http://www.gentoo.org/proj/en/portage/>
 PMS: <https://dev.gentoo.org/~ulm/pms/head/pms.html>
-PMS git repository: <http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git>
+PMS git repo: <http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git>