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 5C609138247 for ; Mon, 6 Jan 2014 18:33:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EC48E0B53; Mon, 6 Jan 2014 18:33:22 +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 4CF7AE0B3F for ; Mon, 6 Jan 2014 18:33:21 +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 28E9E33F744 for ; Mon, 6 Jan 2014 18:33:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 287ADE54AB for ; Mon, 6 Jan 2014 18:33:18 +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: <1389032140.e5e37998748dc4b115e3c2d8049df93b8565ccd6.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/lustre/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/lustre/ChangeLog sys-cluster/lustre/lustre-9999.ebuild X-VCS-Directories: sys-cluster/lustre/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e5e37998748dc4b115e3c2d8049df93b8565ccd6 X-VCS-Branch: master Date: Mon, 6 Jan 2014 18:33:18 +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: 4386e164-136b-4970-9d1d-e311bbe40810 X-Archives-Hash: e9d2fe4fb80f2633ee7569768d4f87bb commit: e5e37998748dc4b115e3c2d8049df93b8565ccd6 Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 6 18:15:40 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 6 18:15:40 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e5e37998 sys-cluster/lustre: Switch from git-2 to git-r3 Package-Manager: portage-2.2.8 RepoMan-Options: --force --- sys-cluster/lustre/ChangeLog | 5 ++++- sys-cluster/lustre/lustre-9999.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog index 37ee2bd..ea473e4 100644 --- a/sys-cluster/lustre/ChangeLog +++ b/sys-cluster/lustre/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sys-cluster/lustre -# 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 lustre-9999.ebuild: + Switch from git-2 to git-r3 + 19 Dec 2013; Alexey Shvetsov files/0001-LU-2982-build-make-AC-check-for-linux-arch-sandbox-f.patch, files/0002-LU-3373-ldiskfs-ldiskfs-patches-for-3.11.1-fc19.patch, diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index 123c81c..a7fbbed 100644 --- a/sys-cluster/lustre/lustre-9999.ebuild +++ b/sys-cluster/lustre/lustre-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: $ @@ -7,12 +7,12 @@ EAPI=5 WANT_AUTOCONF="2.5" WANT_AUTOMAKE="1.10" -inherit git-2 autotools linux-mod toolchain-funcs udev flag-o-matic +inherit git-r3 autotools linux-mod toolchain-funcs udev flag-o-matic DESCRIPTION="Lustre is a parallel distributed file system" HOMEPAGE="http://wiki.whamcloud.com/" -EGIT_REPO_URI="git://git.whamcloud.com/fs/lustre-release.git" SRC_URI="" +EGIT_REPO_URI="git://git.whamcloud.com/fs/lustre-release.git" LICENSE="GPL-2" SLOT="0"