[gentoo-commits] repo/gentoo:master commit in: dev-db/hyperdex/, profiles/, dev-db/hyperdex/files/

2020-01-14 Thread Michał Górny
commit: 9541c32f56040eb561b46870df43396a4def599f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 14 16:08:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 14 16:16:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9541c32f

dev-db/hyperdex: Remove last-rited pkg

Closes: https://bugs.gentoo.org/552934
Signed-off-by: Michał Górny  gentoo.org>

 dev-db/hyperdex/Manifest |  5 ---
 dev-db/hyperdex/files/hyperdex.confd |  4 --
 dev-db/hyperdex/files/hyperdex.initd | 10 -
 dev-db/hyperdex/hyperdex-1.6.0-r1.ebuild | 61 -
 dev-db/hyperdex/hyperdex-1.7.1.ebuild| 61 -
 dev-db/hyperdex/hyperdex-1.8.0.ebuild| 66 
 dev-db/hyperdex/hyperdex-1.8.1.ebuild| 66 
 dev-db/hyperdex/hyperdex-.ebuild | 59 
 dev-db/hyperdex/metadata.xml |  8 
 profiles/package.mask|  1 -
 10 files changed, 341 deletions(-)

diff --git a/dev-db/hyperdex/Manifest b/dev-db/hyperdex/Manifest
deleted file mode 100644
index c16c3486f50..000
--- a/dev-db/hyperdex/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST autotools-java.tar 2770 BLAKE2B 
40fde34a6b5f6be1e851c61bb933a7a35643b1d82e039c2aeb1c74e31069a5944559d6c61464c39374e3953b9059df8f079d7e734efed05ea52b190f90f7696a
 SHA512 
a193c3c3f8cc654967905c9ab559098425f1688a75c21a4207959fbe13572b4dba3e5c21e04913f20e5aa1b1c2fd2b13dcef91cc4f031b06884ac3130edc5757
-DIST hyperdex-1.6.0.tar.gz 1490273 BLAKE2B 
bc8e83fa73f44695d82c2e7fb936b3cf3474947199c5925c84905893e694f9aff95eb7caa6f65303a67684a18f37acd112fb87babde6c584a1d884a88cbcfb7e
 SHA512 
44e1c5fa1e0e2158bf3eb72dc94681f8aaf3a804ce7b2df05461c1f4c9f0e3e71ee7f0503c25ee9e00701ba9444df18ecbe427606de4ddd3b1f31d382b037272
-DIST hyperdex-1.7.1.tar.gz 1517677 BLAKE2B 
45c2789736a6f609f2c327f31f1e248b05abb46d766b565f35609be1ca78f680e2cedd017336fc82c844d17034197c14230bbf07d30228001c6cd45bcd509e15
 SHA512 
41bf8cc49081ba41917c737facfa7b5e29bcf73f510ae5743356828643bd7292ac8c610915985e52f6609c4a80cf70e7d515504bbe0a85383c74d7e288f2dc5b
-DIST hyperdex-1.8.0.tar.gz 1516389 BLAKE2B 
7636349a3d81cc2592fed5d6db7c7bbaacdc0d1f6e4cb4965f111fe04ef8232337d6f1f4ce5a4d335daaab58e4171073fff079afd1822d8d57aadd6927c7da58
 SHA512 
e667552f16899edf57a08f3704e762e33b33aa9508ee486187b5c6fd6f01ab9cb61cd65444a676386554cebb2e4d191b4181df4c9b399821e5d244791bf3cb12
-DIST hyperdex-1.8.1.tar.gz 1516446 BLAKE2B 
aa2e011b8fdda57d73662164dac30984b3b633dc27bdbd70e415859386559cc41874ff6da0faabac4c28518455464fb960f285f50fd8e76cb9f40e938c9e328c
 SHA512 
28a9b1a1f99d4159fb2d453fb7f740d4926ac2275488c8676a70d45879be5b1ef9b1e84720f86ef4f058706558899f2e3229fc7140349dadc3974754a03ac13e

diff --git a/dev-db/hyperdex/files/hyperdex.confd 
b/dev-db/hyperdex/files/hyperdex.confd
deleted file mode 100644
index d7bab25e5c9..000
--- a/dev-db/hyperdex/files/hyperdex.confd
+++ /dev/null
@@ -1,4 +0,0 @@
-# /etc/conf.d/hyperdex: config file for /etc/init.d/hyperdex
-
-# see documentation for HyperDex for help
-#HYPERDEX_OPTS=""

diff --git a/dev-db/hyperdex/files/hyperdex.initd 
b/dev-db/hyperdex/files/hyperdex.initd
deleted file mode 100644
index 181f1c7a811..000
--- a/dev-db/hyperdex/files/hyperdex.initd
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-command="/usr/bin/hyperdex-daemon"
-command_args="--daemon ${HYPERDEX_OPTS}"
-
-depend() {
-   use net
-}

diff --git a/dev-db/hyperdex/hyperdex-1.6.0-r1.ebuild 
b/dev-db/hyperdex/hyperdex-1.6.0-r1.ebuild
deleted file mode 100644
index 0a3b4c5bc24..000
--- a/dev-db/hyperdex/hyperdex-1.6.0-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-single-r1 autotools
-
-DESCRIPTION="A searchable distributed Key-Value Store"
-
-HOMEPAGE="http://hyperdex.org;
-SRC_URI="http://hyperdex.org/src/${P}.tar.gz
-   http://dev.gentooexperimental.org/~patrick/autotools-java.tar;
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="test +python"
-# need to add ruby and java useflags too
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) test? ( python )"
-
-# Tests fail, still
-RESTRICT="test"
-
-DEPEND="
-   dev-cpp/glog
-   dev-cpp/sparsehash
-   dev-libs/cityhash
-   dev-libs/libpo6
-   dev-libs/libe
-   dev-libs/busybee
-   dev-libs/popt
-   dev-libs/replicant
-   dev-libs/libmacaroons
-   dev-libs/libtreadstone
-   dev-libs/json-c:=
-   python? ( ${PYTHON_DEPS} )"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   cp "${WORKDIR}/"*.m4 m4/
-   sed -i -e 

[gentoo-commits] repo/gentoo:master commit in: dev-db/hyperdex/

2017-12-19 Thread Thomas Deutschmann
commit: 7f4a9f09b51bb2140b1c8d9d6414f958d5328376
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 19 21:43:23 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 19 21:44:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f4a9f09

dev-db/hyperdex: Add subslot operator on dev-libs/json-c atom

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-db/hyperdex/hyperdex-1.6.0-r1.ebuild | 2 +-
 dev-db/hyperdex/hyperdex-1.7.1.ebuild| 2 +-
 dev-db/hyperdex/hyperdex-1.8.0.ebuild| 2 +-
 dev-db/hyperdex/hyperdex-1.8.1.ebuild| 2 +-
 dev-db/hyperdex/hyperdex-.ebuild | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-db/hyperdex/hyperdex-1.6.0-r1.ebuild 
b/dev-db/hyperdex/hyperdex-1.6.0-r1.ebuild
index 785eef7c735..ba8e0bd4d3d 100644
--- a/dev-db/hyperdex/hyperdex-1.6.0-r1.ebuild
+++ b/dev-db/hyperdex/hyperdex-1.6.0-r1.ebuild
@@ -34,7 +34,7 @@ DEPEND="
dev-libs/replicant
dev-libs/libmacaroons
dev-libs/libtreadstone
-   dev-libs/json-c
+   dev-libs/json-c:=
python? ( ${PYTHON_DEPS} )"
 RDEPEND="${DEPEND}"
 

diff --git a/dev-db/hyperdex/hyperdex-1.7.1.ebuild 
b/dev-db/hyperdex/hyperdex-1.7.1.ebuild
index 785eef7c735..ba8e0bd4d3d 100644
--- a/dev-db/hyperdex/hyperdex-1.7.1.ebuild
+++ b/dev-db/hyperdex/hyperdex-1.7.1.ebuild
@@ -34,7 +34,7 @@ DEPEND="
dev-libs/replicant
dev-libs/libmacaroons
dev-libs/libtreadstone
-   dev-libs/json-c
+   dev-libs/json-c:=
python? ( ${PYTHON_DEPS} )"
 RDEPEND="${DEPEND}"
 

diff --git a/dev-db/hyperdex/hyperdex-1.8.0.ebuild 
b/dev-db/hyperdex/hyperdex-1.8.0.ebuild
index 6d245f6659b..107843edc02 100644
--- a/dev-db/hyperdex/hyperdex-1.8.0.ebuild
+++ b/dev-db/hyperdex/hyperdex-1.8.0.ebuild
@@ -35,7 +35,7 @@ DEPEND="
>=dev-libs/replicant-0.8
>=dev-libs/libmacaroons-0.3
>=dev-libs/libtreadstone-0.2
-   dev-libs/json-c
+   dev-libs/json-c:=
python? ( ${PYTHON_DEPS} )"
 RDEPEND="${DEPEND}"
 

diff --git a/dev-db/hyperdex/hyperdex-1.8.1.ebuild 
b/dev-db/hyperdex/hyperdex-1.8.1.ebuild
index 6d245f6659b..107843edc02 100644
--- a/dev-db/hyperdex/hyperdex-1.8.1.ebuild
+++ b/dev-db/hyperdex/hyperdex-1.8.1.ebuild
@@ -35,7 +35,7 @@ DEPEND="
>=dev-libs/replicant-0.8
>=dev-libs/libmacaroons-0.3
>=dev-libs/libtreadstone-0.2
-   dev-libs/json-c
+   dev-libs/json-c:=
python? ( ${PYTHON_DEPS} )"
 RDEPEND="${DEPEND}"
 

diff --git a/dev-db/hyperdex/hyperdex-.ebuild 
b/dev-db/hyperdex/hyperdex-.ebuild
index 92491ebb675..d1d8b48d850 100644
--- a/dev-db/hyperdex/hyperdex-.ebuild
+++ b/dev-db/hyperdex/hyperdex-.ebuild
@@ -31,7 +31,7 @@ DEPEND="
dev-libs/busybee
dev-libs/popt
dev-libs/replicant
-   dev-libs/json-c
+   dev-libs/json-c:=
python? ( ${PYTHON_DEPS} )"
 RDEPEND="${DEPEND}"