From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/openjfx/
Date: Tue, 28 Jan 2020 09:02:35 +0000 (UTC) [thread overview]
Message-ID: <1580202121.9723970977c16f34d64ddbdac5a9a6550bbee07c.gyakovlev@gentoo> (raw)
commit: 9723970977c16f34d64ddbdac5a9a6550bbee07c
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 09:00:47 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 09:02:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97239709
dev-java/openjfx: QA: use dodoc and unqoted variables
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
dev-java/openjfx/openjfx-11.0.3_p1.ebuild | 8 ++++----
dev-java/openjfx/openjfx-11.0.6_p2.ebuild | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/dev-java/openjfx/openjfx-11.0.3_p1.ebuild b/dev-java/openjfx/openjfx-11.0.3_p1.ebuild
index 8298a8316d0..0041d39f735 100644
--- a/dev-java/openjfx/openjfx-11.0.3_p1.ebuild
+++ b/dev-java/openjfx/openjfx-11.0.3_p1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -194,7 +194,7 @@ src_configure() {
LINT = none
CONF = $(usex debug DebugNative Release)
NUM_COMPILE_THREADS = $(makeopts_jobs)
- JFX_DEPS_URL = ${T}/jars
+ JFX_DEPS_URL = "${T}"/jars
COMPANY_NAME = "Gentoo"
_EOF_
}
@@ -213,8 +213,8 @@ src_install() {
doins build/javafx-exports.zip
if use doc; then
- insinto /usr/share/doc/"${PF}"/html
- doins -r build/javadoc/.
+ docinto html
+ dodoc -r build/javadoc/.
dosym "${EPREFIX}"/usr/share/doc/"${PF}" /usr/share/doc/"${PN}-${SLOT}"
fi
}
diff --git a/dev-java/openjfx/openjfx-11.0.6_p2.ebuild b/dev-java/openjfx/openjfx-11.0.6_p2.ebuild
index e262aab4929..956622e2e14 100644
--- a/dev-java/openjfx/openjfx-11.0.6_p2.ebuild
+++ b/dev-java/openjfx/openjfx-11.0.6_p2.ebuild
@@ -193,7 +193,7 @@ src_configure() {
LINT = none
CONF = $(usex debug DebugNative Release)
NUM_COMPILE_THREADS = $(makeopts_jobs)
- JFX_DEPS_URL = ${T}/jars
+ JFX_DEPS_URL = "${T}"/jars
COMPANY_NAME = "Gentoo"
_EOF_
}
@@ -212,8 +212,8 @@ src_install() {
doins build/javafx-exports.zip
if use doc; then
- insinto /usr/share/doc/"${PF}"/html
- doins -r build/javadoc/.
+ docinto html
+ dodoc -r build/javadoc/.
dosym "${EPREFIX}"/usr/share/doc/"${PF}" /usr/share/doc/"${PN}-${SLOT}"
fi
}
next reply other threads:[~2020-01-28 9:02 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-28 9:02 Georgy Yakovlev [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-18 11:05 [gentoo-commits] repo/gentoo:master commit in: dev-java/openjfx/ Miroslav Šulc
2024-03-11 17:00 Sam James
2024-02-08 9:23 Miroslav Šulc
2023-10-01 14:57 Ulrich Müller
2023-09-27 10:10 Ulrich Müller
2023-09-27 7:11 Ulrich Müller
2021-11-18 4:42 Georgy Yakovlev
2021-08-05 15:00 Benda XU
2021-05-30 7:41 Georgy Yakovlev
2020-09-20 1:15 Georgy Yakovlev
2020-09-19 8:34 Georgy Yakovlev
2020-08-30 22:59 Georgy Yakovlev
2020-08-30 22:59 Georgy Yakovlev
2020-07-28 19:36 Aaron Bauman
2020-07-14 22:13 Georgy Yakovlev
2020-04-29 21:05 Georgy Yakovlev
2020-04-29 21:05 Georgy Yakovlev
2020-03-18 21:37 Georgy Yakovlev
2020-03-17 19:36 Georgy Yakovlev
2020-03-17 1:02 Georgy Yakovlev
2020-03-17 1:02 Georgy Yakovlev
2020-01-28 9:03 Georgy Yakovlev
2020-01-22 1:34 Georgy Yakovlev
2020-01-22 1:15 Georgy Yakovlev
2020-01-22 0:23 Georgy Yakovlev
2019-06-01 21:45 Georgy Yakovlev
2019-06-01 11:42 Georgy Yakovlev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1580202121.9723970977c16f34d64ddbdac5a9a6550bbee07c.gyakovlev@gentoo \
--to=gyakovlev@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox