dev-db/hyperdex: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Tue, 14 Jan 2020 16:08:22 +0000 (17:08 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 14 Jan 2020 16:16:49 +0000 (17:16 +0100)
Closes: https://bugs.gentoo.org/552934
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-db/hyperdex/Manifest [deleted file]
dev-db/hyperdex/files/hyperdex.confd [deleted file]
dev-db/hyperdex/files/hyperdex.initd [deleted file]
dev-db/hyperdex/hyperdex-1.6.0-r1.ebuild [deleted file]
dev-db/hyperdex/hyperdex-1.7.1.ebuild [deleted file]
dev-db/hyperdex/hyperdex-1.8.0.ebuild [deleted file]
dev-db/hyperdex/hyperdex-1.8.1.ebuild [deleted file]
dev-db/hyperdex/hyperdex-9999.ebuild [deleted file]
dev-db/hyperdex/metadata.xml [deleted file]
profiles/package.mask

diff --git a/dev-db/hyperdex/Manifest b/dev-db/hyperdex/Manifest
deleted file mode 100644 (file)
index c16c348..0000000
+++ /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 (file)
index d7bab25..0000000
+++ /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 (file)
index 181f1c7..0000000
+++ /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 (file)
index 0a3b4c5..0000000
+++ /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 's~json/json.h~json-c/json.h~' configure.ac common/datatype_document.cc daemon/index_document.cc || die "Blergh!"
-       eautoreconf
-}
-
-src_configure() {
-       econf --disable-static \
-               $(use_enable python python-bindings)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       newinitd "${FILESDIR}/hyperdex.initd" hyperdex
-       newconfd "${FILESDIR}/hyperdex.confd" hyperdex
-       find "${D}" -name '*.la' -exec rm {} \; # bad buildsystem! bad!
-}
diff --git a/dev-db/hyperdex/hyperdex-1.7.1.ebuild b/dev-db/hyperdex/hyperdex-1.7.1.ebuild
deleted file mode 100644 (file)
index 0a3b4c5..0000000
+++ /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 's~json/json.h~json-c/json.h~' configure.ac common/datatype_document.cc daemon/index_document.cc || die "Blergh!"
-       eautoreconf
-}
-
-src_configure() {
-       econf --disable-static \
-               $(use_enable python python-bindings)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       newinitd "${FILESDIR}/hyperdex.initd" hyperdex
-       newconfd "${FILESDIR}/hyperdex.confd" hyperdex
-       find "${D}" -name '*.la' -exec rm {} \; # bad buildsystem! bad!
-}
diff --git a/dev-db/hyperdex/hyperdex-1.8.0.ebuild b/dev-db/hyperdex/hyperdex-1.8.0.ebuild
deleted file mode 100644 (file)
index de31c17..0000000
+++ /dev/null
@@ -1,66 +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/hyperleveldb-1.2
-       >=dev-libs/libpo6-0.8
-       >=dev-libs/libe-0.11
-       >=dev-libs/busybee-0.7
-       dev-libs/popt
-       >=dev-libs/replicant-0.8
-       >=dev-libs/libmacaroons-0.3
-       >=dev-libs/libtreadstone-0.2
-       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 's~json/json.h~json-c/json.h~' configure.ac common/datatype_document.cc daemon/index_document.cc || die "Blergh!"
-       eautoreconf
-}
-
-src_configure() {
-       econf --disable-static \
-               $(use_enable python python-bindings)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       newinitd "${FILESDIR}/hyperdex.initd" hyperdex
-       newconfd "${FILESDIR}/hyperdex.confd" hyperdex
-       find "${D}" -name '*.la' -exec rm {} \; # bad buildsystem! bad!
-}
-
-src_test() {
-       emake -j1 check
-}
diff --git a/dev-db/hyperdex/hyperdex-1.8.1.ebuild b/dev-db/hyperdex/hyperdex-1.8.1.ebuild
deleted file mode 100644 (file)
index de31c17..0000000
+++ /dev/null
@@ -1,66 +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/hyperleveldb-1.2
-       >=dev-libs/libpo6-0.8
-       >=dev-libs/libe-0.11
-       >=dev-libs/busybee-0.7
-       dev-libs/popt
-       >=dev-libs/replicant-0.8
-       >=dev-libs/libmacaroons-0.3
-       >=dev-libs/libtreadstone-0.2
-       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 's~json/json.h~json-c/json.h~' configure.ac common/datatype_document.cc daemon/index_document.cc || die "Blergh!"
-       eautoreconf
-}
-
-src_configure() {
-       econf --disable-static \
-               $(use_enable python python-bindings)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       newinitd "${FILESDIR}/hyperdex.initd" hyperdex
-       newconfd "${FILESDIR}/hyperdex.confd" hyperdex
-       find "${D}" -name '*.la' -exec rm {} \; # bad buildsystem! bad!
-}
-
-src_test() {
-       emake -j1 check
-}
diff --git a/dev-db/hyperdex/hyperdex-9999.ebuild b/dev-db/hyperdex/hyperdex-9999.ebuild
deleted file mode 100644 (file)
index 24f6526..0000000
+++ /dev/null
@@ -1,59 +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-r1 autotools git-r3
-
-DESCRIPTION="A searchable distributed Key-Value Store"
-
-HOMEPAGE="http://hyperdex.org"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-
-EGIT_REPO_URI="https://github.com/rescrv/HyperDex.git"
-
-SRC_URI="http://dev.gentooexperimental.org/~patrick/autotools-java.tar"
-
-IUSE="+python"
-# need to add ruby and java useflags too
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-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/json-c:=
-       python? ( ${PYTHON_DEPS} )"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-       cd m4; tar xf "${DISTDIR}/autotools-java.tar"
-       cd ..
-       sed -i -e 's~json/json.h~json-c/json.h~' configure.ac common/datatype_document.cc daemon/index_document.cc || die "Blergh!"
-       eautoreconf
-}
-
-src_configure() {
-       econf --disable-static \
-               $(use_enable python python-bindings)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       newinitd "${FILESDIR}/hyperdex.initd" hyperdex
-       newconfd "${FILESDIR}/hyperdex.confd" hyperdex
-       find "${D}" -name '*.la' -exec rm {} \; # bad buildsystem! bad!
-}
diff --git a/dev-db/hyperdex/metadata.xml b/dev-db/hyperdex/metadata.xml
deleted file mode 100644 (file)
index 40aa45d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="person">
-               <email>patrick@gentoo.org</email>
-               <name>Patrick Lauer</name>
-       </maintainer>
-</pkgmetadata>
index 5b85047b854a18220ef99d7ad810d0c1741b2316..6013411cbf050ed9943f357f3177ca4ddbfb199a 100644 (file)
@@ -716,7 +716,6 @@ media-sound/vitunes
 # EAPI=4, unmaintained upstream, rdep as well
 # Removal in 30 days. Open bugs #552934
 dev-libs/cityhash
-dev-db/hyperdex
 
 # David Seifert <soap@gentoo.org> (2019-12-08)
 # Unmaintained, build hangs, tons of other build failures, missing