From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/influxdb/
Date: Wed, 15 Jul 2020 21:33:43 +0000 (UTC) [thread overview]
Message-ID: <1594848706.b6fb82e3b56b51e079ef0d6f9a12cde5d5d66bba.robbat2@gentoo> (raw)
commit: b6fb82e3b56b51e079ef0d6f9a12cde5d5d66bba
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 21:31:46 2020 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Jul 15 21:31:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6fb82e3
dev-db/influxdb: merge improvements from seperate 1.8.0 work to -r1
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
dev-db/influxdb/influxdb-1.8.0-r1.ebuild | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/dev-db/influxdb/influxdb-1.8.0-r1.ebuild b/dev-db/influxdb/influxdb-1.8.0-r1.ebuild
index 9879d5f13bb..658437482ef 100644
--- a/dev-db/influxdb/influxdb-1.8.0-r1.ebuild
+++ b/dev-db/influxdb/influxdb-1.8.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
DESCRIPTION="Scalable datastore for metrics, events, and real-time analytics"
HOMEPAGE="https://www.influxdata.com"
-inherit go-module systemd user
+inherit go-module systemd
EGO_PN="github.com/influxdata/${PN}"
EGO_SUM=(
@@ -461,15 +461,15 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"
-DEPEND="doc? (
+BDEPEND="doc? (
>=app-text/asciidoc-8.6.10
app-text/xmlto
)"
-
-pkg_setup() {
- enewgroup influxdb
- enewuser influxdb -1 -1 /var/lib/influxdb influxdb
-}
+COMMON_DEPEND="
+ acct-group/influxdb
+ acct-user/influxdb"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}"
src_compile() {
set -- env GOBIN="${S}/bin/" go install -a -installsuffix cgo \
@@ -477,7 +477,7 @@ src_compile() {
-v -work -x ./...
echo "$@"
"$@" || die "compile failed"
- use doc && cd man && emake build
+ use doc && emake -C man build
}
src_install() {
next reply other threads:[~2020-07-15 21:33 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-15 21:33 Robin H. Johnson [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-30 11:02 [gentoo-commits] repo/gentoo:master commit in: dev-db/influxdb/ Sam James
2024-12-17 17:30 Sam James
2024-12-17 17:30 Sam James
2024-09-14 7:14 Joonas Niilola
2024-09-14 7:14 Joonas Niilola
2024-06-25 20:23 Louis Sautier
2024-06-25 20:23 Louis Sautier
2024-06-25 20:23 Louis Sautier
2024-06-25 20:23 Louis Sautier
2024-04-02 18:03 Conrad Kostecki
2024-02-25 19:49 Conrad Kostecki
2023-12-18 14:41 Joonas Niilola
2023-12-18 14:41 Joonas Niilola
2023-12-18 14:41 Joonas Niilola
2023-12-18 14:41 Joonas Niilola
2023-06-14 2:20 William Hubbs
2023-06-14 1:09 William Hubbs
2023-06-14 0:47 William Hubbs
2023-06-12 17:47 William Hubbs
2023-05-29 12:33 Joonas Niilola
2023-05-29 12:33 Joonas Niilola
2023-01-28 18:34 William Hubbs
2022-11-05 17:36 Joonas Niilola
2021-07-24 6:22 John Helmert III
2020-10-04 16:14 William Hubbs
2020-07-18 23:20 William Hubbs
2020-07-13 15:42 William Hubbs
2020-06-30 19:53 Matt Turner
2020-04-05 21:30 Robin H. Johnson
2018-11-01 17:39 William Hubbs
2018-09-28 18:42 Mikle Kolyada
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=1594848706.b6fb82e3b56b51e079ef0d6f9a12cde5d5d66bba.robbat2@gentoo \
--to=robbat2@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