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 50D54138CEF for ; Wed, 12 Feb 2014 06:41:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8688FE0B42; Wed, 12 Feb 2014 06:41:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 000D9E0B42 for ; Wed, 12 Feb 2014 06:41:09 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4FD433F89C for ; Wed, 12 Feb 2014 06:41:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 7129D18873 for ; Wed, 12 Feb 2014 06:41:07 +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: <1392187393.0374dba2c1ac6c6613fa7e5af6aea319f5160338.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: 0374dba2c1ac6c6613fa7e5af6aea319f5160338 X-VCS-Branch: master Date: Wed, 12 Feb 2014 06:41:07 +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: bf8fbd73-25f0-4a2f-b2d5-0093a8760d80 X-Archives-Hash: 80acefc7d1743600272b1237678a0204 commit: 0374dba2c1ac6c6613fa7e5af6aea319f5160338 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Feb 12 06:43:13 2014 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Feb 12 06:43:13 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0374dba2 Drop unneded patch v2 Package-Manager: portage-2.2.8-r1 RepoMan-Options: --force --- sys-cluster/lustre/ChangeLog | 3 +++ sys-cluster/lustre/lustre-9999.ebuild | 25 ++++++++++++------------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog index dc604d0..5274002 100644 --- a/sys-cluster/lustre/ChangeLog +++ b/sys-cluster/lustre/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Feb 2014; Alexey Shvetsov lustre-9999.ebuild: + Drop unneded patch v2 + 12 Feb 2014; Alexey Shvetsov +files/0001-LU-2982-build-make-AC-check-for-linux-arch-sandbox-f.patch, +files/0002-LU-3319-procfs-update-zfs-proc-handling-to-seq_files.patch, diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index bf158ad..ad303cf 100644 --- a/sys-cluster/lustre/lustre-9999.ebuild +++ b/sys-cluster/lustre/lustre-9999.ebuild @@ -33,19 +33,18 @@ DEPEND="${RDEPEND} virtual/linux-sources" PATCHES=( - "${FILESDIR}/0001-LU-4554-lfsck-old-single-OI-MDT-always-scrubbed.patch" - "${FILESDIR}/0002-LU-2982-build-make-AC-check-for-linux-arch-sandbox-f.patch" - "${FILESDIR}/0003-LU-3319-procfs-update-zfs-proc-handling-to-seq_files.patch" - "${FILESDIR}/0004-LU-3319-procfs-move-mgs-proc-handling-to-seq_files.patch" - "${FILESDIR}/0005-LU-3319-procfs-fix-symlink-handling.patch" - "${FILESDIR}/0006-LU-3319-procfs-move-osp-proc-handling-to-seq_files.patch" - "${FILESDIR}/0007-LU-3319-procfs-move-lod-proc-handling-to-seq_files.patch" - "${FILESDIR}/0008-LU-3319-procfs-move-mdd-ofd-proc-handling-to-seq_fil.patch" - "${FILESDIR}/0009-LU-3319-procfs-move-mdt-mds-proc-handling-to-seq_fil.patch" - "${FILESDIR}/0010-LU-3319-procfs-update-ldiskfs-proc-handling-to-seq_f.patch" - "${FILESDIR}/0011-LU-3319-lprocfs-client-side-cleanups.patch" - "${FILESDIR}/0012-LU-3974-llite-use-new-struct-dir_context.patch" - "${FILESDIR}/0013-LU-3974-llite-invalidatepage-api-changed.patch" + "${FILESDIR}/0001-LU-2982-build-make-AC-check-for-linux-arch-sandbox-f.patch" + "${FILESDIR}/0002-LU-3319-procfs-update-zfs-proc-handling-to-seq_files.patch" + "${FILESDIR}/0003-LU-3319-procfs-move-mgs-proc-handling-to-seq_files.patch" + "${FILESDIR}/0004-LU-3319-procfs-fix-symlink-handling.patch" + "${FILESDIR}/0005-LU-3319-procfs-move-osp-proc-handling-to-seq_files.patch" + "${FILESDIR}/0006-LU-3319-procfs-move-lod-proc-handling-to-seq_files.patch" + "${FILESDIR}/0007-LU-3319-procfs-move-mdd-ofd-proc-handling-to-seq_fil.patch" + "${FILESDIR}/0008-LU-3319-procfs-move-mdt-mds-proc-handling-to-seq_fil.patch" + "${FILESDIR}/0009-LU-3319-procfs-update-ldiskfs-proc-handling-to-seq_f.patch" + "${FILESDIR}/0010-LU-3319-lprocfs-client-side-cleanups.patch" + "${FILESDIR}/0011-LU-3974-llite-use-new-struct-dir_context.patch" + "${FILESDIR}/0012-LU-3974-llite-invalidatepage-api-changed.patch" ) pkg_setup() {