From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 817B21382C5 for ; Thu, 8 Mar 2018 23:06:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD74CE087F; Thu, 8 Mar 2018 23:06:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9BDDE087F for ; Thu, 8 Mar 2018 23:06:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B14AE335C38 for ; Thu, 8 Mar 2018 23:06:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DF00216 for ; Thu, 8 Mar 2018 23:06:25 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1520550372.8367c70f19adaadfc5bf86786e02b5a11dfc093f.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/, sys-cluster/glusterfs/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/glusterfs/files/glusterfs-4.1.0-silent_rules.patch sys-cluster/glusterfs/glusterfs-9999.ebuild X-VCS-Directories: sys-cluster/glusterfs/ sys-cluster/glusterfs/files/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 8367c70f19adaadfc5bf86786e02b5a11dfc093f X-VCS-Branch: master Date: Thu, 8 Mar 2018 23:06:25 +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: f2d66bd3-6f1c-4576-974d-b691b0cd8c89 X-Archives-Hash: 30275e123da6d2b291dc17b752a71f74 commit: 8367c70f19adaadfc5bf86786e02b5a11dfc093f Author: James Le Cuirot gentoo org> AuthorDate: Thu Mar 8 23:02:34 2018 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Mar 8 23:06:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8367c70f sys-cluster/glusterfs: Update 9999 with new silent rules patch Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../glusterfs/files/glusterfs-4.1.0-silent_rules.patch | 15 +++++++++++++++ sys-cluster/glusterfs/glusterfs-9999.ebuild | 6 +++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/sys-cluster/glusterfs/files/glusterfs-4.1.0-silent_rules.patch b/sys-cluster/glusterfs/files/glusterfs-4.1.0-silent_rules.patch new file mode 100644 index 00000000000..236898ab8c1 --- /dev/null +++ b/sys-cluster/glusterfs/files/glusterfs-4.1.0-silent_rules.patch @@ -0,0 +1,15 @@ +diff -Naur a/configure.ac b/configure.ac +--- a/configure.ac 2018-03-08 22:50:23.221758897 +0000 ++++ b/configure.ac 2018-03-08 22:53:12.776129757 +0000 +@@ -19,11 +19,6 @@ + #but libglusterfs fails to build with contrib (Then are not set up that way?) + #AM_INIT_AUTOMAKE([subdir-objects]) + +-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)]) +- +-if make --help 2>&1 | grep -q no-print-directory; then +- AM_MAKEFLAGS="$AM_MAKEFLAGS --no-print-directory"; +-fi + + AC_CONFIG_HEADERS([config.h site.h]) + diff --git a/sys-cluster/glusterfs/glusterfs-9999.ebuild b/sys-cluster/glusterfs/glusterfs-9999.ebuild index 4615e8fa756..2733e778803 100644 --- a/sys-cluster/glusterfs/glusterfs-9999.ebuild +++ b/sys-cluster/glusterfs/glusterfs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -65,7 +65,7 @@ SITEFILE="50${PN}-mode-gentoo.el" PATCHES=( "${FILESDIR}/${PN}-3.12.2-poisoned-sysmacros.patch" - "${FILESDIR}/${PN}-3.12.2-silent_rules.patch" + "${FILESDIR}/${PN}-4.1.0-silent_rules.patch" ) DOCS=( AUTHORS ChangeLog NEWS README.md THANKS ) @@ -178,7 +178,7 @@ src_install() { newconfd "${FILESDIR}/${PN}.confd" glusterfsd keepdir /var/log/${PN} - keepdir /var/lib/glusterd + keepdir /var/lib/glusterd/{events,glusterfind/.keys} # QA rm -r "${ED}/var/run/" || die