public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/jmeter/
@ 2016-05-13  8:41 Agostino Sarubbo
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2016-05-13  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     610188cc7a164e0ad0f615f61b6f67bb04d60277
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 08:38:24 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri May 13 08:41:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610188cc

app-benchmarks/jmeter: amd64 stable wrt bug #575304

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-benchmarks/jmeter/jmeter-2.0.1-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-benchmarks/jmeter/jmeter-2.0.1-r6.ebuild b/app-benchmarks/jmeter/jmeter-2.0.1-r6.ebuild
index b5accec..47d9d87 100644
--- a/app-benchmarks/jmeter/jmeter-2.0.1-r6.ebuild
+++ b/app-benchmarks/jmeter/jmeter-2.0.1-r6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://apache/jakarta/jmeter/source/jakarta-${P}_src.tgz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="beanshell"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/jmeter/
@ 2016-05-14  8:49 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2016-05-14  8:49 UTC (permalink / raw
  To: gentoo-commits

commit:     57c5212a6677ea55053daba4f9b2a3f28e975a2c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 08:04:24 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/jmeter/
@ 2016-05-14 10:01 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2016-05-14 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     b348d9275bd5ae52d038d231b085f1fbc05fca46
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 10:01:06 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 14 10:01:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b348d927

app-benchmarks/jmeter: Fix one more DIROPTIONS use.

 app-benchmarks/jmeter/jmeter-2.0.1-r6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-benchmarks/jmeter/jmeter-2.0.1-r6.ebuild b/app-benchmarks/jmeter/jmeter-2.0.1-r6.ebuild
index 47d9d87..dc9d348 100644
--- a/app-benchmarks/jmeter/jmeter-2.0.1-r6.ebuild
+++ b/app-benchmarks/jmeter/jmeter-2.0.1-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -60,7 +60,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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-14 10:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-13  8:41 [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/jmeter/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2016-05-14  8:49 Michał Górny
2016-05-14 10:01 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox