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 8F9C713825A for ; Sat, 14 May 2016 08:49:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B49AE07FE; Sat, 14 May 2016 08:49:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1CD3E07FE for ; Sat, 14 May 2016 08:49:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14CC2340A51 for ; Sat, 14 May 2016 08:49:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C073334 for ; Sat, 14 May 2016 08:49:39 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1463215765.57c5212a6677ea55053daba4f9b2a3f28e975a2c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/jmeter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/jmeter/jmeter-2.0.1-r4.ebuild app-benchmarks/jmeter/jmeter-2.0.1-r5.ebuild X-VCS-Directories: app-benchmarks/jmeter/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 57c5212a6677ea55053daba4f9b2a3f28e975a2c X-VCS-Branch: master Date: Sat, 14 May 2016 08:49:39 +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: 0852119f-5180-4b12-adb9-0f0e4b85294b X-Archives-Hash: 21752716f00c9e53578da2d599e25b2a commit: 57c5212a6677ea55053daba4f9b2a3f28e975a2c Author: Michał Górny gentoo org> AuthorDate: Sat May 14 08:04:24 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 14 08:49:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57c5212a app-benchmarks/jmeter: DIROPTIONS -> diropts, #566482 app-benchmarks/jmeter/jmeter-2.0.1-r4.ebuild | 4 ++-- app-benchmarks/jmeter/jmeter-2.0.1-r5.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-benchmarks/jmeter/jmeter-2.0.1-r4.ebuild b/app-benchmarks/jmeter/jmeter-2.0.1-r4.ebuild index 578de22..dfced00 100644 --- a/app-benchmarks/jmeter/jmeter-2.0.1-r4.ebuild +++ b/app-benchmarks/jmeter/jmeter-2.0.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -48,7 +48,7 @@ src_compile() { } src_install() { - DIROPTIONS="--mode=0775" + diropts --mode=0775 dodir /opt/${PN} local dest="${D}/opt/${PN}/" cp -pPR bin/ lib/ printable_docs/ "${dest}" diff --git a/app-benchmarks/jmeter/jmeter-2.0.1-r5.ebuild b/app-benchmarks/jmeter/jmeter-2.0.1-r5.ebuild index c14eb6c..7140bcf 100644 --- a/app-benchmarks/jmeter/jmeter-2.0.1-r5.ebuild +++ b/app-benchmarks/jmeter/jmeter-2.0.1-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -54,7 +54,7 @@ src_compile() { } src_install() { - DIROPTIONS="--mode=0775" + diropts --mode=0775 dodir /opt/${PN} local dest="${D}/opt/${PN}/" cp -pPR bin/ lib/ "${dest}" || die