aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-06 19:15:40 +0100
committerJustin Lecher <jlec@gentoo.org>2014-01-06 19:15:40 +0100
commite5e37998748dc4b115e3c2d8049df93b8565ccd6 (patch)
treec706f2ad8ff3d2ba58732c0c6861b1eb27a74bb4 /sys-cluster
parentsci-mathematics/cipi: Use tarball instead of git pull (diff)
downloadsci-e5e37998748dc4b115e3c2d8049df93b8565ccd6.tar.gz
sci-e5e37998748dc4b115e3c2d8049df93b8565ccd6.tar.bz2
sci-e5e37998748dc4b115e3c2d8049df93b8565ccd6.zip
sys-cluster/lustre: Switch from git-2 to git-r3
Package-Manager: portage-2.2.8 RepoMan-Options: --force
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/lustre/ChangeLog5
-rw-r--r--sys-cluster/lustre/lustre-9999.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog
index 37ee2bd6a..ea473e4f6 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 <jlec@gentoo.org> lustre-9999.ebuild:
+ Switch from git-2 to git-r3
+
19 Dec 2013; Alexey Shvetsov <alexxy@gentoo.org>
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 123c81cef..a7fbbedfb 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"