diff options
author | Gilles Dartiguelongue <gilles@gandi.net> | 2013-02-06 17:14:33 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-02-06 17:30:44 +0100 |
commit | 25604f28fb887695f151b4ca943faa231704ee0a (patch) | |
tree | 59054bcde428f632721ad4442e753c8ba7f121f4 /dev-db | |
parent | dev-util/google-perftools: re-add static-libs support (diff) | |
download | eva-25604f28fb887695f151b4ca943faa231704ee0a.tar.gz eva-25604f28fb887695f151b4ca943faa231704ee0a.tar.bz2 eva-25604f28fb887695f151b4ca943faa231704ee0a.zip |
dev-db/rethinkdb: initial ebuild
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/rethinkdb/Manifest | 11 | ||||
-rw-r--r-- | dev-db/rethinkdb/metadata.xml | 11 | ||||
-rw-r--r-- | dev-db/rethinkdb/rethinkdb-1.3.2.ebuild | 31 |
3 files changed, 53 insertions, 0 deletions
diff --git a/dev-db/rethinkdb/Manifest b/dev-db/rethinkdb/Manifest new file mode 100644 index 0000000..ecd864b --- /dev/null +++ b/dev-db/rethinkdb/Manifest @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +DIST v1.3.2.tar.gz 15850901 SHA256 26f10ea4dacc51ca321f451c5e8da480ed0a212a870e33caf474f6ffd02501cd SHA512 1a333309ec7dc105014a39c4968b2e046ef29d8705a1f9fe01493aef67c4a753300dc652d2aa0b8af54dbd9b798d402c530d5a6d8a57f470210d6be8a0ae7868 WHIRLPOOL 5963cab2ec43eb51ef3c50806780bbd7a964993f48746872defe5cccc44e0623dcf0b6b67eae7f8ec09671c3afd97441fc36e3a544bfc2f4f43a6664475dab32 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.19 (GNU/Linux) + +iEYEAREKAAYFAlEShBYACgkQ1fmVwcYIWAakdACg6WAOpaD8znd1AfsCgNT3abwb +/wQAn3HW9jNYUcrvXqQiK/wJM0/LuiiV +=dsPy +-----END PGP SIGNATURE----- diff --git a/dev-db/rethinkdb/metadata.xml b/dev-db/rethinkdb/metadata.xml new file mode 100644 index 0000000..98e6fe1 --- /dev/null +++ b/dev-db/rethinkdb/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> + <email>eva@gentoo.org</email> + <name>Gilles Dartiguelongue</name> +</maintainer> +<upstream> + <remote-id type="github">rethinkdb/rethinkdb</remote-id> +</upstream> +</pkgmetadata> diff --git a/dev-db/rethinkdb/rethinkdb-1.3.2.ebuild b/dev-db/rethinkdb/rethinkdb-1.3.2.ebuild new file mode 100644 index 0000000..4d54280 --- /dev/null +++ b/dev-db/rethinkdb/rethinkdb-1.3.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +DESCRIPTION="Open-source distributed database built with love" +HOMEPAGE="http://www.rethinkdb.com/" +SRC_URI="http://github.com/${PN}/${PN}/archive/v${PV}.tar.gz" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-lang/coffee-script + dev-lang/less + dev-lang/v8 + dev-libs/boost[static-libs] + dev-libs/openssl + dev-libs/protobuf[static-libs] + dev-util/ctags + dev-util/google-perftools[static-libs] + net-libs/nodejs + net-misc/curl + sys-devel/m4 +" +# dev-libs/protobuf-c + +DEPEND="${RDEPEND}" |