From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/blink1/
Date: Fri, 28 May 2021 15:57:41 +0000 (UTC) [thread overview]
Message-ID: <1622217405.2dbd9130883eb6301d6ee1f3859d0e5d0f66ea46.soap@gentoo> (raw)
commit: 2dbd9130883eb6301d6ee1f3859d0e5d0f66ea46
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 15:56:45 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May 28 15:56:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dbd9130
app-misc/blink1: fix docinto argument (avoid double 'prefix')
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../blink1/{blink1-1.98.ebuild => blink1-1.98-r1.ebuild} | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/app-misc/blink1/blink1-1.98.ebuild b/app-misc/blink1/blink1-1.98-r1.ebuild
similarity index 96%
rename from app-misc/blink1/blink1-1.98.ebuild
rename to app-misc/blink1/blink1-1.98-r1.ebuild
index 4e4ac4135a5..5fc417e008a 100644
--- a/app-misc/blink1/blink1-1.98.ebuild
+++ b/app-misc/blink1/blink1-1.98-r1.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=6
@@ -60,11 +60,13 @@ src_compile() {
emake OS=linux USBLIB_TYPE=HIDAPI blink1-tool
popd &>/dev/null
fi
+
if use mini-tool; then
pushd commandline/blink1-mini-tool &>/dev/null
emake OS=linux blink1-mini-tool
popd &>/dev/null
fi
+
if use server; then
pushd commandline &>/dev/null
emake OS=linux blink1-tiny-server
@@ -76,23 +78,29 @@ src_install() {
if use doc; then
dodoc docs/README.md
fi
+
if use tool; then
if use doc; then
dodoc docs/{blink1-tool.md,blink1-tool-tips.md,blink1-hid-commands.md,blink1-mk2-tricks.md}
fi
+
if use examples; then
- docinto /usr/share/doc/"${PF}"/examples
+ docinto examples
dodoc commandline/scripts/{README.md,blink1-*.sh}
fi
+
dobin commandline/blink1-tool
fi
+
if use mini-tool; then
dobin commandline/blink1-mini-tool/blink1-mini-tool
fi
+
if use server; then
if use doc; then
dodoc docs/{app-url-api.md,app-url-api-examples.md}
fi
+
dobin commandline/blink1-tiny-server
fi
}
next reply other threads:[~2021-05-28 15:57 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-28 15:57 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-19 5:20 [gentoo-commits] repo/gentoo:master commit in: app-misc/blink1/ Arthur Zamarin
2024-06-19 5:20 Arthur Zamarin
2024-06-19 5:20 Arthur Zamarin
2024-06-19 5:20 Arthur Zamarin
2024-06-19 5:20 Arthur Zamarin
2024-06-19 5:20 Arthur Zamarin
2021-05-28 20:12 Sam James
2020-01-29 6:14 Joonas Niilola
2017-09-06 21:00 Michał Górny
2016-09-05 11:49 Wolfram Schlich
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=1622217405.2dbd9130883eb6301d6ee1f3859d0e5d0f66ea46.soap@gentoo \
--to=soap@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