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 0507E138010 for ; Thu, 20 Sep 2012 19:21:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35AF2E0655; Thu, 20 Sep 2012 19:21:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F2FFDE0655 for ; Thu, 20 Sep 2012 19:21:28 +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 3A3A833D70A for ; Thu, 20 Sep 2012 19:21:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EAA7DE5444 for ; Thu, 20 Sep 2012 19:21:26 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1348168767.63b2ed887e4bdc174c453b778ce48100ac7a66cc.alexxy@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: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 63b2ed887e4bdc174c453b778ce48100ac7a66cc X-VCS-Branch: master Date: Thu, 20 Sep 2012 19:21:26 +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: 1f614262-ccb4-4f89-b803-df8036f8c8fb X-Archives-Hash: 7e0862b5c7a5eaf3d128c4677bc4731c commit: 63b2ed887e4bdc174c453b778ce48100ac7a66cc Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Sep 20 19:19:27 2012 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Sep 20 19:19:27 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=63b2ed88 [sys-cluster/lustre] call apply_user_patches (Portage version: 2.2.0_alpha129/git/Linux x86_64, unsigned Manifest commit) --- sys-cluster/lustre/ChangeLog | 6 ++++++ sys-cluster/lustre/lustre-9999.ebuild | 1 + 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog new file mode 100644 index 0000000..129d39a --- /dev/null +++ b/sys-cluster/lustre/ChangeLog @@ -0,0 +1,6 @@ +# ChangeLog for sys-cluster/lustre +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 20 Sep 2012; Alexey Shvetsov lustre-9999.ebuild: + [sys-cluster/lustre] call apply_user_patches diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index 994a9ce..80ef89c 100644 --- a/sys-cluster/lustre/lustre-9999.ebuild +++ b/sys-cluster/lustre/lustre-9999.ebuild @@ -49,6 +49,7 @@ pkg_setup() { src_prepare() { epatch ${PATCHES[@]} + apply_user_patches sh ./autogen.sh }