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 1AE6E138247 for ; Fri, 3 Jan 2014 15:29:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0E61E09F9; Fri, 3 Jan 2014 15:29:07 +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 4081EE09F9 for ; Fri, 3 Jan 2014 15:29:07 +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 68EA233F6E8 for ; Fri, 3 Jan 2014 15:29:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B9C83E54AB for ; Fri, 3 Jan 2014 15:29:04 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1388762925.ce491c2629563e93faee9b2b0b7a617e09b724f9.nicolasbock@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/charm/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/charm/ChangeLog sys-cluster/charm/charm-6.6.0_rc1-r1.ebuild X-VCS-Directories: sys-cluster/charm/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: ce491c2629563e93faee9b2b0b7a617e09b724f9 X-VCS-Branch: master Date: Fri, 3 Jan 2014 15:29:04 +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: db79e364-78fe-4ca3-b62b-c3ee375db9a3 X-Archives-Hash: 1e594db51a677b786170a30009abaa1d commit: ce491c2629563e93faee9b2b0b7a617e09b724f9 Author: Nicolas Bock gmail com> AuthorDate: Fri Jan 3 15:28:45 2014 +0000 Commit: Nicolas Bock gmail com> CommitDate: Fri Jan 3 15:28:45 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ce491c26 sys-cluster/charm-6.6.0_rc1-r1: Add non-shallow option to git to avoid breakage of checked out repository. Package-Manager: portage-2.2.7 --- sys-cluster/charm/ChangeLog | 4 ++++ sys-cluster/charm/charm-6.6.0_rc1-r1.ebuild | 1 + 2 files changed, 5 insertions(+) diff --git a/sys-cluster/charm/ChangeLog b/sys-cluster/charm/ChangeLog index d5ed8f3..64bcf4c 100644 --- a/sys-cluster/charm/ChangeLog +++ b/sys-cluster/charm/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 Jan 2014; Nicolas Bock charm-6.6.0_rc1-r1.ebuild: + sys-cluster/charm-6.6.0_rc1-r1: Add non-shallow option to git to avoid + breakage of checked out repository. + *charm-6.6.0_rc1-r1 (02 Jan 2014) 02 Jan 2014; Nicolas Bock +charm-6.6.0_rc1-r1.ebuild: diff --git a/sys-cluster/charm/charm-6.6.0_rc1-r1.ebuild b/sys-cluster/charm/charm-6.6.0_rc1-r1.ebuild index 8bc3996..3fe27ee 100644 --- a/sys-cluster/charm/charm-6.6.0_rc1-r1.ebuild +++ b/sys-cluster/charm/charm-6.6.0_rc1-r1.ebuild @@ -16,6 +16,7 @@ SRC_URI="" EGIT_REPO_URI="http://charm.cs.uiuc.edu/gerrit/charm" EGIT_BRANCH="charm" EGIT_COMMIT="57051a8f07496b9f8f696f59fad477c8a2bc3e4d" +EGIT_NONSHALLOW="yes" LICENSE="charm" SLOT="0"