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 87BEE1381F3 for ; Wed, 11 Sep 2013 17:28:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23745E0B8E; Wed, 11 Sep 2013 17:28:37 +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 B1B9AE0B8E for ; Wed, 11 Sep 2013 17:28:36 +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 AF5BF33EB9E for ; Wed, 11 Sep 2013 17:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 50AA6E468F for ; Wed, 11 Sep 2013 17:28:34 +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: <1378920498.55866eaf45022cc383af4bd549458e6c2a82acc9.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.5.1-r1.ebuild sys-cluster/charm/charm-6.5.1.ebuild X-VCS-Directories: sys-cluster/charm/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 55866eaf45022cc383af4bd549458e6c2a82acc9 X-VCS-Branch: master Date: Wed, 11 Sep 2013 17:28:34 +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: e269eff9-6378-47f5-86f2-f2dab704305b X-Archives-Hash: fb26180cfd8224671595f03c9ea2ce4b commit: 55866eaf45022cc383af4bd549458e6c2a82acc9 Author: Nicolas Bock gmail com> AuthorDate: Wed Sep 11 17:28:18 2013 +0000 Commit: Nicolas Bock gmail com> CommitDate: Wed Sep 11 17:28:18 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=55866eaf Version bump to sys-cluster/charm-6.5.1-r1 to push CkMigrationMgr patch to users. Package-Manager: portage-2.2.1 --- sys-cluster/charm/ChangeLog | 7 +++++++ sys-cluster/charm/{charm-6.5.1.ebuild => charm-6.5.1-r1.ebuild} | 0 sys-cluster/charm/charm-6.5.1.ebuild | 1 - 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/sys-cluster/charm/ChangeLog b/sys-cluster/charm/ChangeLog index f6f824c..61f5a30 100644 --- a/sys-cluster/charm/ChangeLog +++ b/sys-cluster/charm/ChangeLog @@ -2,6 +2,13 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*charm-6.5.1-r1 (11 Sep 2013) + + 11 Sep 2013; Nicolas Bock +charm-6.5.1-r1.ebuild, + charm-6.5.1.ebuild: + Version bump to sys-cluster/charm-6.5.1-r1 to push CkMigrationMgr patch to + users. + 11 Sep 2013; Nicolas Bock +files/charm-6.5.1-CkReductionMgr.patch, charm-6.5.1.ebuild: Added patch to fix bug in CkReductionMgr::reduceMessages(). This issues has diff --git a/sys-cluster/charm/charm-6.5.1.ebuild b/sys-cluster/charm/charm-6.5.1-r1.ebuild similarity index 100% copy from sys-cluster/charm/charm-6.5.1.ebuild copy to sys-cluster/charm/charm-6.5.1-r1.ebuild diff --git a/sys-cluster/charm/charm-6.5.1.ebuild b/sys-cluster/charm/charm-6.5.1.ebuild index 9161c8f..5405952 100644 --- a/sys-cluster/charm/charm-6.5.1.ebuild +++ b/sys-cluster/charm/charm-6.5.1.ebuild @@ -90,7 +90,6 @@ src_prepare() { append-cflags -DALLOCA_H epatch "${FILESDIR}/charm-6.5.1-cleanup-config.patch" - epatch "${FILESDIR}/charm-6.5.1-CkReductionMgr.patch" } src_compile() {