From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xom/
Date: Wed, 14 Apr 2021 19:39:38 +0000 (UTC) [thread overview]
Message-ID: <1618429165.a891c8b7fadcb6f87428c87900da92acd57db165.fordfrog@gentoo> (raw)
commit: a891c8b7fadcb6f87428c87900da92acd57db165
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 14 19:39:25 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Apr 14 19:39:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a891c8b7
dev-java/xom: fixed some issues in 1.3.7
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/xom/xom-1.3.7.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-java/xom/xom-1.3.7.ebuild b/dev-java/xom/xom-1.3.7.ebuild
index 6afc067d95b..58e85eac158 100644
--- a/dev-java/xom/xom-1.3.7.ebuild
+++ b/dev-java/xom/xom-1.3.7.ebuild
@@ -10,7 +10,7 @@ inherit java-pkg-2 java-pkg-simple
DESCRIPTION="XML Object Model"
HOMEPAGE="https://xom.nu"
-SRC_URI="https://github.com/elharo/xom/releases/download/v1.3.7/xom-1.3.7-src.tar.gz"
+SRC_URI="https://github.com/elharo/${PN}/releases/download/v${PV}/${P}-src.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
@@ -57,10 +57,10 @@ src_prepare() {
mv -v XOM/data . || die
pushd XOM/src || die
for file in $(find -type f -name "*.java"); do
- cp --parents -R ${file} ${WORKDIR}/${JAVA_SRC_DIR} || die
+ cp --parents -R ${file} "${WORKDIR}/${JAVA_SRC_DIR}" || die
done
for file in $(find -type f ! -name "*.java"); do
- cp --parents -R ${file} ${WORKDIR}/${JAVA_RESOURCE_DIRS} || die
+ cp --parents -R ${file} "${WORKDIR}/${JAVA_RESOURCE_DIRS}" || die
done
popd
}
next reply other threads:[~2021-04-14 19:39 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-14 19:39 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-12 17:12 [gentoo-commits] repo/gentoo:master commit in: dev-java/xom/ Arthur Zamarin
2023-05-06 5:03 Miroslav Šulc
2023-05-05 18:28 Arthur Zamarin
2023-05-05 16:05 Arthur Zamarin
2023-05-05 16:05 Arthur Zamarin
2023-05-05 16:05 Arthur Zamarin
2023-04-29 6:24 Miroslav Šulc
2023-03-27 10:24 Miroslav Šulc
2021-05-16 14:55 Sam James
2021-04-25 16:09 Sam James
2021-04-23 13:33 Sam James
2021-04-22 20:25 Sam James
2021-04-14 19:30 Miroslav Šulc
2019-05-18 1:14 Aaron Bauman
2019-05-06 9:30 Patrice Clement
2018-03-01 8:46 Michał Górny
2017-07-13 18:32 Alexis Ballier
2017-01-29 15:54 Fabian Groffen
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=1618429165.a891c8b7fadcb6f87428c87900da92acd57db165.fordfrog@gentoo \
--to=fordfrog@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