public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-db/rethinkdb/
@ 2016-09-05 13:50 Alexys Jacob
  0 siblings, 0 replies; 6+ messages in thread
From: Alexys Jacob @ 2016-09-05 13:50 UTC (permalink / raw
  To: gentoo-commits

commit:     cd912e4806cb69ca2892b740d57878418d0ed96e
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 13:49:45 2016 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 13:50:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd912e48

dev-db/rethinkdb: compilation should use python2 fix #592726

Package-Manager: portage-2.2.27

 dev-db/rethinkdb/rethinkdb-2.3.4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild b/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild
index cbd2f67..5e9709e 100644
--- a/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild
+++ b/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="6"
 
-inherit systemd user
+inherit python-utils-r1 systemd user
 
 DESCRIPTION="The open-source database for the realtime web."
 HOMEPAGE="http://www.rethinkdb.com"
@@ -77,6 +77,7 @@ src_configure() {
 }
 
 src_compile() {
+	python_export python2.7 EPYTHON
 	emake VERBOSE=1
 }
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/rethinkdb/
@ 2016-09-06 12:36 Alexys Jacob
  0 siblings, 0 replies; 6+ messages in thread
From: Alexys Jacob @ 2016-09-06 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     01dede2ca4deafd35fa08befb37731bf97a4576d
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  6 12:35:42 2016 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Tue Sep  6 12:36:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01dede2c

dev-db/rethinkdb: update jemalloc dependency fix #592734

Package-Manager: portage-2.2.27

 dev-db/rethinkdb/rethinkdb-2.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild b/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild
index 5e9709e..db9bb82 100644
--- a/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild
+++ b/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild
@@ -22,7 +22,7 @@ DEPEND="dev-cpp/gtest
 		>=dev-libs/re2-0.2016.05.01
 		sys-libs/libunwind
 		sys-libs/ncurses:=
-		jemalloc? ( >=dev-libs/jemalloc-3.2 )
+		jemalloc? ( >=dev-libs/jemalloc-4.0 )
 		tcmalloc? ( dev-util/google-perftools )"
 RDEPEND="${DEPEND}"
 REQUIRED_USE="?? ( tcmalloc jemalloc )"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/rethinkdb/
@ 2016-09-14 15:43 Alexys Jacob
  0 siblings, 0 replies; 6+ messages in thread
From: Alexys Jacob @ 2016-09-14 15:43 UTC (permalink / raw
  To: gentoo-commits

commit:     1b06f92a531d3d305b6481a72454ea6f8e59f87d
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 14 15:42:55 2016 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 15:43:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b06f92a

dev-db/rethinkdb: minor fix on --config message

 dev-db/rethinkdb/rethinkdb-2.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild b/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild
index db9bb82..62b1fbe 100644
--- a/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild
+++ b/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild
@@ -130,5 +130,5 @@ pkg_config() {
 	einfo "${instance_config}"
 	einfo " "
 	einfo "To start your instance, run:"
-	einfo "/etc/init.d/rethinkdb.${instance_name}"
+	einfo "/etc/init.d/rethinkdb.${instance_name} start"
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/rethinkdb/
@ 2017-01-11  9:43 Alexys Jacob
  0 siblings, 0 replies; 6+ messages in thread
From: Alexys Jacob @ 2017-01-11  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     5a3c82c2abf8fa42c7e2b31b46dedec026aacf64
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 09:43:03 2017 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 09:43:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a3c82c2

dev-db/rethinkdb: version bump, fix #596318

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-db/rethinkdb/Manifest                                          | 2 +-
 .../rethinkdb/{rethinkdb-2.3.4.ebuild => rethinkdb-2.3.5.ebuild}   | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-db/rethinkdb/Manifest b/dev-db/rethinkdb/Manifest
index ae41ede..4073b59 100644
--- a/dev-db/rethinkdb/Manifest
+++ b/dev-db/rethinkdb/Manifest
@@ -1 +1 @@
-DIST rethinkdb-2.3.4.tgz 76811758 SHA256 93a7927d1ed785d084be3b8bac3f9af2d89c86de16e003848acbe21a32a9e1a7 SHA512 47e62ef57de112129b7409027017882bc31bb2403287845253a0fe0f61d0977f2e37ba487506853ed3421ac57b2558cabde4f8aee4b9723e4c61300b447e1e19 WHIRLPOOL ce956ad5b7f5f6a38500e501b104571d819e0292cfd1a922ef4f6395ad4e48242456759dad399f5ed2048dee6680df645f54b8ef18e2eebc7f904abe5a2be91c
+DIST rethinkdb-2.3.5.tgz 76829628 SHA256 dd8aeee169b177179bfe080725f0560443e0f26dae875b32ae25d90cf2f8ee10 SHA512 ac71656fd2451fd36432fa0f7d2c16c2be53888f748d88f0bfc2fb9ad7cd3c704b56551bc35eda72eb08fffdd799727a3cbe83830337cf71e17c159588d33c94 WHIRLPOOL 533a0a4db02672c4310ebd99a18517ff8a6e571e1c9a1c6b8f8ddc40e8b76c0506a56986857469a15ff74b6f80d2e5c830c0d606f67e4bf70eac4d59c7356652

diff --git a/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild b/dev-db/rethinkdb/rethinkdb-2.3.5.ebuild
similarity index 97%
rename from dev-db/rethinkdb/rethinkdb-2.3.4.ebuild
rename to dev-db/rethinkdb/rethinkdb-2.3.5.ebuild
index 62b1fbe..f76a637 100644
--- a/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild
+++ b/dev-db/rethinkdb/rethinkdb-2.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,10 +16,11 @@ KEYWORDS="~amd64 ~x86"
 IUSE="doc +jemalloc tcmalloc"
 
 # TODO: rly need some webui libs ?
-DEPEND="dev-cpp/gtest
+DEPEND=">=dev-libs/re2-0.2016.05.01
+		dev-cpp/gtest
 		dev-libs/boost
 		dev-libs/protobuf-c
-		>=dev-libs/re2-0.2016.05.01
+		net-misc/curl
 		sys-libs/libunwind
 		sys-libs/ncurses:=
 		jemalloc? ( >=dev-libs/jemalloc-4.0 )


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/rethinkdb/
@ 2017-10-13  8:09 Alexys Jacob
  0 siblings, 0 replies; 6+ messages in thread
From: Alexys Jacob @ 2017-10-13  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     1125a3d749158854cbeb1c527e4e08538d57bc72
Author:     Peter Levine <plevine457 <AT> gmail <DOT> com>
AuthorDate: Wed Oct 11 23:35:40 2017 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Fri Oct 13 08:09:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1125a3d7

dev-db/rethinkdb: Version bump to 2.3.6

Package-Manager: Portage-2.3.10, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5911

 dev-db/rethinkdb/Manifest                                           | 2 +-
 dev-db/rethinkdb/{rethinkdb-2.3.5.ebuild => rethinkdb-2.3.6.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/rethinkdb/Manifest b/dev-db/rethinkdb/Manifest
index 4073b59faa8..a0a269fee1d 100644
--- a/dev-db/rethinkdb/Manifest
+++ b/dev-db/rethinkdb/Manifest
@@ -1 +1 @@
-DIST rethinkdb-2.3.5.tgz 76829628 SHA256 dd8aeee169b177179bfe080725f0560443e0f26dae875b32ae25d90cf2f8ee10 SHA512 ac71656fd2451fd36432fa0f7d2c16c2be53888f748d88f0bfc2fb9ad7cd3c704b56551bc35eda72eb08fffdd799727a3cbe83830337cf71e17c159588d33c94 WHIRLPOOL 533a0a4db02672c4310ebd99a18517ff8a6e571e1c9a1c6b8f8ddc40e8b76c0506a56986857469a15ff74b6f80d2e5c830c0d606f67e4bf70eac4d59c7356652
+DIST rethinkdb-2.3.6.tgz 76787356 SHA256 c42159666910ad01be295a57caf8839ec3a89227d8919be5418e3aa1f0a3dc28 SHA512 653177750f7439fa1d61a121e488d578be1eab90f87c7d17ad52b9793d8543f22bbe98f8d501c2ab2d7048c65118096430fe7bde945d87c7a3228905af801af2 WHIRLPOOL c8a65bc5861bf066c8d1b926e72a1c2029ba84b4d72f512d4b405cb8dfe0b9a183d72898d7b310a3507a0e30d6479ef7088516adffaed94b33e5837804d0f7d4

diff --git a/dev-db/rethinkdb/rethinkdb-2.3.5.ebuild b/dev-db/rethinkdb/rethinkdb-2.3.6.ebuild
similarity index 100%
rename from dev-db/rethinkdb/rethinkdb-2.3.5.ebuild
rename to dev-db/rethinkdb/rethinkdb-2.3.6.ebuild


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/rethinkdb/
@ 2018-06-02  0:57 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-06-02  0:57 UTC (permalink / raw
  To: gentoo-commits

commit:     12000ccfd3fd7c0e8c401a1a4eecad617a89b229
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Jun  1 16:35:01 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jun  2 00:56:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12000ccf

dev-db/rethinkdb: use HTTPs

Closes: https://github.com/gentoo/gentoo/pull/8675

 dev-db/rethinkdb/rethinkdb-2.3.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-db/rethinkdb/rethinkdb-2.3.6.ebuild b/dev-db/rethinkdb/rethinkdb-2.3.6.ebuild
index 75c166abc66..3c1b8ac0ee8 100644
--- a/dev-db/rethinkdb/rethinkdb-2.3.6.ebuild
+++ b/dev-db/rethinkdb/rethinkdb-2.3.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -6,10 +6,10 @@ EAPI="6"
 inherit python-utils-r1 systemd user
 
 DESCRIPTION="The open-source database for the realtime web."
-HOMEPAGE="http://www.rethinkdb.com"
+HOMEPAGE="https://www.rethinkdb.com"
 LICENSE="AGPL-3"
 SLOT="0"
-SRC_URI="http://download.rethinkdb.com/dist/${P}.tgz"
+SRC_URI="https://download.rethinkdb.com/dist/${P}.tgz"
 
 KEYWORDS="~amd64 ~x86"
 IUSE="doc +jemalloc tcmalloc"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-06-02  0:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-02  0:57 [gentoo-commits] repo/gentoo:master commit in: dev-db/rethinkdb/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2017-10-13  8:09 Alexys Jacob
2017-01-11  9:43 Alexys Jacob
2016-09-14 15:43 Alexys Jacob
2016-09-06 12:36 Alexys Jacob
2016-09-05 13:50 Alexys Jacob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox