From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-865354-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 A909B1388C1
	for <garchives@archives.gentoo.org>; Wed, 24 Feb 2016 18:31:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 43802E0854;
	Wed, 24 Feb 2016 18:31:19 +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 E5C1AE0854
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 Feb 2016 18:31:18 +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 2FE0B340ADB
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 Feb 2016 18:31:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 09B0018A6
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 Feb 2016 18:31:13 +0000 (UTC)
From: "Justin Lecher" <jlec@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, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1456338640.6ada63af4b563b5fb279d588ad81724dd9ce22e2.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: dev-cpp/eigen/
X-VCS-Repository: proj/sci
X-VCS-Files: dev-cpp/eigen/eigen-3.2.8-r1.ebuild dev-cpp/eigen/eigen-3.2.8.ebuild
X-VCS-Directories: dev-cpp/eigen/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 6ada63af4b563b5fb279d588ad81724dd9ce22e2
X-VCS-Branch: master
Date: Wed, 24 Feb 2016 18:31:13 +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: 2c149ca3-4834-4642-9c5d-b02570f08094
X-Archives-Hash: 9e978b50bd88e9bb7091f399fb3ad6a8

commit:     6ada63af4b563b5fb279d588ad81724dd9ce22e2
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 18:30:40 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 18:30:40 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6ada63af

dev-cpp/eigen: Revbump to match tree

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-cpp/eigen/{eigen-3.2.8.ebuild => eigen-3.2.8-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/eigen/eigen-3.2.8.ebuild b/dev-cpp/eigen/eigen-3.2.8-r1.ebuild
similarity index 99%
rename from dev-cpp/eigen/eigen-3.2.8.ebuild
rename to dev-cpp/eigen/eigen-3.2.8-r1.ebuild
index 1da50f4..0c6777e 100644
--- a/dev-cpp/eigen/eigen-3.2.8.ebuild
+++ b/dev-cpp/eigen/eigen-3.2.8-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://eigen.tuxfamily.org/"
 SRC_URI="
 	https://bitbucket.org/eigen/eigen/get/${PV}.tar.bz2 -> ${P}.tar.bz2
 	https://bitbucket.org/eigen/eigen/commits/1d71b1341c03a7c485289be2c8bd906a259c0487/raw/ -> ${P}-cmake.patch
-		"
+"
 
 SLOT="3"
 LICENSE="MPL-2.0"