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 D6066138247 for ; Mon, 6 Jan 2014 18:33:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EBBDE0B6D; Mon, 6 Jan 2014 18:33:23 +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 6AE35E0B6C for ; Mon, 6 Jan 2014 18:33:22 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8246B33EE60 for ; Mon, 6 Jan 2014 18:33:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AA081E5540 for ; Mon, 6 Jan 2014 18:33:19 +0000 (UTC) From: "Justin Lecher" 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" Message-ID: <1389032992.182ffee039521922548d1f0d4ccd570630d3e21d.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/fftw/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/fftw/ChangeLog sci-libs/fftw/fftw-9999.ebuild X-VCS-Directories: sci-libs/fftw/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 182ffee039521922548d1f0d4ccd570630d3e21d X-VCS-Branch: master Date: Mon, 6 Jan 2014 18:33:19 +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: bcc84cc4-d6e6-4d00-bd07-e13763d99c00 X-Archives-Hash: 92d6774cfeba68029e579d8560e03e02 commit: 182ffee039521922548d1f0d4ccd570630d3e21d Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 6 18:29:52 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 6 18:29:52 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=182ffee0 sci-libs/fftw: Switch from git-2 to git-r3 Package-Manager: portage-2.2.8 --- sci-libs/fftw/ChangeLog | 5 ++++- sci-libs/fftw/fftw-9999.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog index 45dfa9a..c22b85c 100644 --- a/sci-libs/fftw/ChangeLog +++ b/sci-libs/fftw/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-libs/fftw -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jan 2014; Justin Lecher fftw-9999.ebuild: + Switch from git-2 to git-r3 + 17 Sep 2013; Christoph Junghans -Manifest, -fftw-3.3.3-r3.ebuild: moved to gx86 diff --git a/sci-libs/fftw/fftw-9999.ebuild b/sci-libs/fftw/fftw-9999.ebuild index fb35995..b7862ac 100644 --- a/sci-libs/fftw/fftw-9999.ebuild +++ b/sci-libs/fftw/fftw-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.3-r2.ebuild,v 1.3 2013/06/27 14:30:29 aballier Exp $ @@ -13,7 +13,7 @@ DESCRIPTION="Fast C library for the Discrete Fourier Transform" HOMEPAGE="http://www.fftw.org/" if [[ ${PV} = *9999 ]]; then - inherit git-2 + inherit git-r3 EGIT_REPO_URI="https://github.com/FFTW/fftw3.git" KEYWORDS="" AUTOTOOLS_AUTORECONF=1