From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/tmsu/
Date: Wed, 20 Jan 2021 14:13:52 +0000 (UTC) [thread overview]
Message-ID: <1611152017.4dcceb3a2cc6b2400f3c38fdf70592dc62a57828.juippis@gentoo> (raw)
commit: 4dcceb3a2cc6b2400f3c38fdf70592dc62a57828
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 20 12:24:51 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 14:13:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dcceb3a
sys-fs/tmsu: add missing dies to 0.7.5
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/tmsu/tmsu-0.7.5.ebuild | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/sys-fs/tmsu/tmsu-0.7.5.ebuild b/sys-fs/tmsu/tmsu-0.7.5.ebuild
index d74384c5ac5..4659a209a47 100644
--- a/sys-fs/tmsu/tmsu-0.7.5.ebuild
+++ b/sys-fs/tmsu/tmsu-0.7.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -30,16 +30,21 @@ DEPEND="
src_prepare() {
default
- mkdir "${WORKDIR}/${P}/src/${EGO_PN}vendor/src"
- mv "${WORKDIR}/${P}/src/${EGO_PN}vendor/github.com" "${WORKDIR}/${P}/src/${EGO_PN}vendor/src/"
+ mkdir "${WORKDIR}/${P}/src/${EGO_PN}vendor/src" || die
+ mv "${WORKDIR}/${P}/src/${EGO_PN}vendor/github.com" "${WORKDIR}/${P}/src/${EGO_PN}vendor/src/" || die
}
src_compile() {
- pushd "${WORKDIR}/${P}/src/${EGO_PN}"
+ pushd "${WORKDIR}/${P}/src/${EGO_PN}" || die
GOPATH="${WORKDIR}/${P}/src/${EGO_PN}vendor/" emake
popd || die
}
+src_test() {
+ cd "${WORKDIR}/${P}/src/github.com/oniony/TMSU/tests" || die
+ ./runall || die
+}
+
src_install() {
dobin "${WORKDIR}/${P}/src/${EGO_PN}bin/tmsu"
dobin "${WORKDIR}/${P}/src/${EGO_PN}misc/bin/"*
@@ -47,8 +52,3 @@ src_install() {
insinto /usr/share/zsh/site-functions
doins "${WORKDIR}/${P}/src/${EGO_PN}misc/zsh/_tmsu"
}
-
-src_test() {
- cd "${WORKDIR}/${P}/src/github.com/oniony/TMSU/tests" || die
- ./runall || die
-}
next reply other threads:[~2021-01-20 14:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-20 14:13 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-01-20 14:13 [gentoo-commits] repo/gentoo:master commit in: sys-fs/tmsu/ Joonas Niilola
2021-01-20 14:13 Joonas Niilola
2020-01-03 19:26 Joonas Niilola
2020-01-03 19:26 Joonas Niilola
2017-11-15 7:57 Amy Liffey
2017-05-19 13:14 Michał Górny
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=1611152017.4dcceb3a2cc6b2400f3c38fdf70592dc62a57828.juippis@gentoo \
--to=juippis@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