public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Dirkjan Ochtman" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/couchdb/
Date: Sat, 22 Apr 2017 11:27:59 +0000 (UTC)	[thread overview]
Message-ID: <1492860469.1ca1833defdcb0f60b6e7e1238889cbef00ffe1a.djc@gentoo> (raw)

commit:     1ca1833defdcb0f60b6e7e1238889cbef00ffe1a
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 11:27:49 2017 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 11:27:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca1833d

dev-db/couchdb: remove old versions

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-db/couchdb/couchdb-1.6.1.ebuild | 74 -------------------------------------
 1 file changed, 74 deletions(-)

diff --git a/dev-db/couchdb/couchdb-1.6.1.ebuild b/dev-db/couchdb/couchdb-1.6.1.ebuild
deleted file mode 100644
index f5b2bb120d9..00000000000
--- a/dev-db/couchdb/couchdb-1.6.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib pax-utils user
-
-DESCRIPTION="Distributed, fault-tolerant and schema-free document-oriented database"
-HOMEPAGE="http://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="selinux test"
-
-RDEPEND=">=dev-libs/icu-4.3.1:=
-		<dev-lang/erlang-18.0[ssl]
-		>=dev-libs/openssl-0.9.8j:0
-		>=net-misc/curl-7.18.2
-		<dev-lang/spidermonkey-1.8.7
-		selinux? ( sec-policy/selinux-couchdb )"
-
-DEPEND="${RDEPEND}"
-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'
-}
-
-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"
-}


             reply	other threads:[~2017-04-22 11:28 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-22 11:27 Dirkjan Ochtman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-08-09 14:40 [gentoo-commits] repo/gentoo:master commit in: dev-db/couchdb/ Jeroen Roovers
2018-08-08 14:33 Dirkjan Ochtman
2018-08-05 20:36 Sergei Trofimovich
2018-07-15 17:15 Mikle Kolyada
2018-07-11 14:09 Dirkjan Ochtman
2017-11-19 19:38 Dirkjan Ochtman
2017-11-19 19:38 Dirkjan Ochtman
2017-11-15 23:22 Sergei Trofimovich
2017-11-15 21:01 Agostino Sarubbo
2017-11-14 22:06 Thomas Deutschmann
2017-11-14 20:28 Dirkjan Ochtman
2017-10-15 12:32 Sergei Trofimovich
2017-08-19  0:31 Thomas Deutschmann
2017-07-19 18:06 Tobias Klausmann
2017-01-04 15:29 Agostino Sarubbo
2016-09-24 13:44 Agostino Sarubbo
2016-07-09 17:31 Dirkjan Ochtman
2016-07-09 17:31 Dirkjan Ochtman
2015-12-06 20:07 Dirkjan Ochtman
2015-10-19 11:12 Julian Ospald
2015-10-10 16:29 Dirkjan Ochtman
2015-10-02 15:16 Julian Ospald

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1492860469.1ca1833defdcb0f60b6e7e1238889cbef00ffe1a.djc@gentoo \
    --to=djc@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox