diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-12-11 14:23:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-12-11 14:24:53 +0100 |
commit | b5319fbfd42c7e3be1d5f2223a13a1a160459dee (patch) | |
tree | ac1a29e2d3093a0fc220ac9e27ae59b53a3322ee /dev-db | |
parent | dev-libs/folks: fix problem building against tracker-2 (diff) | |
download | gentoo-b5319fbfd42c7e3be1d5f2223a13a1a160459dee.tar.gz gentoo-b5319fbfd42c7e3be1d5f2223a13a1a160459dee.tar.bz2 gentoo-b5319fbfd42c7e3be1d5f2223a13a1a160459dee.zip |
dev-db/couchdb: Remove last-rited pkg
Closes: https://bugs.gentoo.org/594624
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/couchdb/Manifest | 1 | ||||
-rw-r--r-- | dev-db/couchdb/couchdb-1.7.2.ebuild | 77 | ||||
-rw-r--r-- | dev-db/couchdb/files/couchdb.conf-2 | 9 | ||||
-rw-r--r-- | dev-db/couchdb/files/couchdb.init-4 | 17 | ||||
-rw-r--r-- | dev-db/couchdb/metadata.xml | 5 |
5 files changed, 0 insertions, 109 deletions
diff --git a/dev-db/couchdb/Manifest b/dev-db/couchdb/Manifest deleted file mode 100644 index 995550493f12..000000000000 --- a/dev-db/couchdb/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST apache-couchdb-1.7.2.tar.gz 10009424 BLAKE2B 3d3b4922fe5b2c55e4851e48993442ba23369753fb17d5cafba936947624af0d3dac70e0a23d0c22c79e7e2776a3a441d5b1020a4a420b7d9a621fb59aad48d9 SHA512 507a35a7f1e826b1562eec86146cc6fcff3c65fa7762f9742e6e8fdacfca735473105772757624183778f7a532c742f6644b301677607bb81c1f3f0ceb742867 diff --git a/dev-db/couchdb/couchdb-1.7.2.ebuild b/dev-db/couchdb/couchdb-1.7.2.ebuild deleted file mode 100644 index 85ea96ed35b8..000000000000 --- a/dev-db/couchdb/couchdb-1.7.2.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils multilib pax-utils user - -DESCRIPTION="Distributed, fault-tolerant and schema-free document-oriented database" -HOMEPAGE="https://couchdb.apache.org/" -SRC_URI="mirror://apache/couchdb/source/${PV}/apache-${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="libressl selinux test" - -RDEPEND=">=dev-libs/icu-4.3.1:= - <dev-lang/erlang-21.0[ssl] - !libressl? ( >=dev-libs/openssl-0.9.8j:0 ) - libressl? ( dev-libs/libressl ) - >=net-misc/curl-7.18.2 - <dev-lang/spidermonkey-1.8.7 - selinux? ( sec-policy/selinux-couchdb )" - -DEPEND="${RDEPEND} - sys-devel/autoconf-archive" -RESTRICT=test - -S="${WORKDIR}/apache-${P}" - -pkg_setup() { - enewgroup couchdb - enewuser couchdb -1 -1 /var/lib/couchdb couchdb -} - -src_prepare() { - sed -i ./src/couchdb/priv/Makefile.* -e 's|-Werror||g' - eautoreconf -} - -src_configure() { - econf \ - --with-erlang="${EPREFIX}"/usr/$(get_libdir)/erlang/usr/include \ - --localstatedir="${EPREFIX}"/var \ - --with-js-lib="${EPREFIX}"/usr/$(get_libdir) - # bug 296609, upstream bug #COUCHDB-621 - sed -e "s#localdocdir = /usr/share/doc/couchdb#localdocdir = "${EPREFIX}"/usr/share/doc/${PF}#" -i Makefile || die "sed failed" -} - -src_compile() { - emake - # bug 442616 - pax-mark mr src/couchdb/priv/couchjs -} - -src_test() { - emake distcheck -} - -src_install() { - emake DESTDIR="${D}" install - - fowners couchdb:couchdb \ - /var/lib/couchdb \ - /var/log/couchdb - - for f in "${ED}"/etc/couchdb/*.ini ; do - fowners root:couchdb "${f#${ED}}" - fperms 660 "${f#${ED}}" - done - fperms 664 /etc/couchdb/default.ini - - newinitd "${FILESDIR}/couchdb.init-4" couchdb - newconfd "${FILESDIR}/couchdb.conf-2" couchdb - - sed -i -e "s:LIBDIR:$(get_libdir):" "${ED}/etc/conf.d/couchdb" -} diff --git a/dev-db/couchdb/files/couchdb.conf-2 b/dev-db/couchdb/files/couchdb.conf-2 deleted file mode 100644 index 94d50b35f33d..000000000000 --- a/dev-db/couchdb/files/couchdb.conf-2 +++ /dev/null @@ -1,9 +0,0 @@ -# Options for CouchDB - -EXEC="/usr/bin/couchdb" -COUCHDB_USER="couchdb:couchdb" -COUCHDB_PID_FILE="/var/run/couchdb/couchdb.pid" -COUCHDB_STDOUT_FILE="/dev/null" -COUCHDB_STDERR_FILE="/dev/null" -#COUCHDB_RESPAWN_TIMEOUT= -#COUCHDB_OPTIONS= diff --git a/dev-db/couchdb/files/couchdb.init-4 b/dev-db/couchdb/files/couchdb.init-4 deleted file mode 100644 index aab1757d3cf4..000000000000 --- a/dev-db/couchdb/files/couchdb.init-4 +++ /dev/null @@ -1,17 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2013 Dirkjan Ochtman -# Distributed under the terms of the Apache License, Version 2.0 - -pidfile=${COUCHDB_PID_FILE} -command=${EXEC:-/usr/bin/couchdb} -command_args="-b -o ${COUCHDB_STDOUT_FILE} -e ${COUCHDB_STDERR_FILE} -p ${pidfile} ${COUCHDB_OPTIONS}" - -start_stop_daemon_args="--user ${COUCHDB_USER}" - -depend() { - need net -} - -start_pre() { - checkpath -q -d -m 0755 -o ${COUCHDB_USER} /var/run/couchdb -} diff --git a/dev-db/couchdb/metadata.xml b/dev-db/couchdb/metadata.xml deleted file mode 100644 index cc08d6296c93..000000000000 --- a/dev-db/couchdb/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer needed --> -</pkgmetadata> |