From: "Vladimir Smirnov" <civil@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/clickhouse/
Date: Wed, 18 Jul 2018 20:27:26 +0000 (UTC) [thread overview]
Message-ID: <1531945628.1471da56c87d7114c24f7c1558a095636ff2d8d7.civil@gentoo> (raw)
commit: 1471da56c87d7114c24f7c1558a095636ff2d8d7
Author: Vladimir Smirnov <civil <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 18 20:27:08 2018 +0000
Commit: Vladimir Smirnov <civil <AT> gentoo <DOT> org>
CommitDate: Wed Jul 18 20:27:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1471da56
dev-db/clickhouse: version bump to 1.1.54394
Package-Manager: Portage-2.3.43, Repoman-2.3.10
dev-db/clickhouse/Manifest | 2 +-
...lickhouse-1.1.54390.ebuild => clickhouse-1.1.54394.ebuild} | 11 ++++++-----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/dev-db/clickhouse/Manifest b/dev-db/clickhouse/Manifest
index 5c14410032d..c7148fce40b 100644
--- a/dev-db/clickhouse/Manifest
+++ b/dev-db/clickhouse/Manifest
@@ -1,2 +1,2 @@
DIST cctz-4f9776a.tar.gz 290009 BLAKE2B 532eb7d590f9814c05cc7fdd3c75efe0a6b3f81d85201b14163a9600dd858c4fbac592270d0afccd7d5eef0080d7e70e9d716023bdb60d55479585e2cd3d3f59 SHA512 ba0dfc404cc70f03ef2be29fa3b0c70ea881c92a92525ea4ba1b5bcfc9e45df1b62a5eec180f498293e64bdd5cb9b41f97361cbb7e8baf299dcfdcd1557ca205
-DIST clickhouse-1.1.54390.tar.gz 5619103 BLAKE2B dac861ee2a4c1326485f5d98b0f6d7b41b32ea43f7b45e5cccf54761c5de72b6805324d1a18f3aa4eea655c055e87cbba6ad39bc55087d6c5ed1d7d9564f27a4 SHA512 09c7a87291555f85534f5560add9dc702a98f38f2679e2c9642607c6f2c25801b1865625d4fa2109fe94873bfa5fd992f7a4d70fb19a03e5e1cb8289c124ac5e
+DIST clickhouse-1.1.54394.tar.gz 5627145 BLAKE2B 7ea84171eab77d2c9c24f28674c1c53a9bddd897c65531907589470cf1a8b5c346aa9cfa6f1ef64310f64b7a765c2645917c68856ce50428ce4f6c7e0457cf5e SHA512 55093c9eee477ab9fa5290fff0b3643cbc7f348ed484a487672b78d25016a0480df33b0979b7bd5b9deef5da827f245398a8c593403926b07bb1b36f8404a5be
diff --git a/dev-db/clickhouse/clickhouse-1.1.54390.ebuild b/dev-db/clickhouse/clickhouse-1.1.54394.ebuild
similarity index 95%
rename from dev-db/clickhouse/clickhouse-1.1.54390.ebuild
rename to dev-db/clickhouse/clickhouse-1.1.54394.ebuild
index 643b68fe3dc..734544c61da 100644
--- a/dev-db/clickhouse/clickhouse-1.1.54390.ebuild
+++ b/dev-db/clickhouse/clickhouse-1.1.54394.ebuild
@@ -50,7 +50,7 @@ RDEPEND="
)
dev-libs/icu:=
dev-libs/glib
- dev-libs/boost:=
+ >=dev-libs/boost-1.65.0:=
dev-libs/openssl:0=
dev-libs/zookeeper-c
kafka? ( dev-libs/librdkafka:= )
@@ -81,7 +81,7 @@ DEPEND="${RDEPEND}
)
dev-libs/icu[static-libs]
dev-libs/glib[static-libs]
- dev-libs/boost[static-libs]
+ >=dev-libs/boost-1.65.0[static-libs]
dev-libs/openssl[static-libs]
dev-libs/zookeeper-c[static-libs]
virtual/libmysqlclient[static-libs]
@@ -90,6 +90,7 @@ DEPEND="${RDEPEND}
sys-libs/libtermcap-compat
dev-util/patchelf
+ >=sys-devel/lld-6.0.0
|| (
>=sys-devel/gcc-7.0
>=sys-devel/clang-6.0
@@ -178,11 +179,11 @@ src_install() {
fi
if use doc; then
- pushd "${S}/docs" || die "Failed to enter docs build directory"
- ./build.sh || die "Failed to build docs"
+ pushd "${S}/docs/tools" || die "Failed to enter docs build directory"
+ ./build.py || die "Failed to build docs"
popd || die "Failed to exit docs build directory"
- dodoc -r "${S}/docs/build/docs"
+ dodoc -r "${S}/docs/build"
fi
if use server; then
next reply other threads:[~2018-07-18 20:27 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-18 20:27 Vladimir Smirnov [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-01-01 12:05 [gentoo-commits] repo/gentoo:master commit in: dev-db/clickhouse/ David Seifert
2019-10-21 11:00 罗百科
2019-09-13 15:15 Michał Górny
2019-08-28 11:17 Thomas Deutschmann
2019-08-24 10:30 Thomas Deutschmann
2019-08-13 14:24 罗百科
2019-07-28 17:57 罗百科
2019-05-01 15:06 Patrick Lauer
2018-09-23 14:08 Vladimir Smirnov
2018-08-15 22:14 Vladimir Smirnov
2018-08-03 22:49 Vladimir Smirnov
2018-07-29 22:06 Vladimir Smirnov
2018-07-10 21:10 Vladimir Smirnov
2018-06-26 21:47 Vladimir Smirnov
2018-06-16 9:14 Vladimir Smirnov
2018-06-15 20:19 Vladimir Smirnov
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=1531945628.1471da56c87d7114c24f7c1558a095636ff2d8d7.civil@gentoo \
--to=civil@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