public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/389-ds-base/
Date: Sun, 14 May 2017 22:04:00 +0000 (UTC)	[thread overview]
Message-ID: <1494799433.d635d66a17dec416f837ff48ab261fc0072e58db.monsieurp@gentoo> (raw)

commit:     d635d66a17dec416f837ff48ab261fc0072e58db
Author:     Wes Cilldhaire <wes <AT> sol1 <DOT> com <DOT> au>
AuthorDate: Thu May 11 23:44:36 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun May 14 22:03:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d635d66a

net-nds/389-ds-base: Update ebuild for -9999 release.

New repo URI, enable tests.

Gentoo-Bug: https://bugs.gentoo.org/605432

Acked-by: wibrown <AT> redhat.com
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4609

 net-nds/389-ds-base/389-ds-base-9999.ebuild | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/net-nds/389-ds-base/389-ds-base-9999.ebuild b/net-nds/389-ds-base/389-ds-base-9999.ebuild
index 4f8a1d0387a..2379554aaeb 100644
--- a/net-nds/389-ds-base/389-ds-base-9999.ebuild
+++ b/net-nds/389-ds-base/389-ds-base-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,12 +10,12 @@ inherit user eutils multilib flag-o-matic autotools git-r3
 DESCRIPTION="389 Directory Server (core librares and daemons )"
 HOMEPAGE="http://port389.org/"
 SRC_URI=""
-EGIT_REPO_URI="https://git.fedorahosted.org/git/389/ds.git"
+EGIT_REPO_URI="https://pagure.io/389-ds-base.git"
 
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS=""
-IUSE="autobind auto-dn-suffix debug doc +pam-passthru +dna +ldapi +bitwise +presence kerberos selinux"
+IUSE="autobind auto-dn-suffix debug doc +pam-passthru +dna +ldapi +bitwise kerberos selinux test"
 
 # Pinned to db:4.8 as it is the current stable, can change to a later db version < 6 when they stabilize.
 # The --with-db-inc line in econf will need to be updated as well when changing db version.
@@ -34,6 +34,8 @@ COMMON_DEPEND="
 	net-nds/openldap
 	sys-libs/pam
 	sys-libs/zlib
+	dev-libs/libevent
+	dev-util/cmocka
 	kerberos? ( >=app-crypt/mit-krb5-1.7-r100[openldap] )"
 
 DEPEND="${COMMON_DEPEND}
@@ -67,10 +69,9 @@ src_configure() {
 		$(use_enable autobind) \
 		$(use_enable dna) \
 		$(use_enable bitwise) \
-		$(use_enable presence) \
 		$(use_with kerberos) \
-		$(use_enable debug) \
 		$(use_enable auto-dn-suffix) \
+		$(use_enable test cmocka) \
 		--with-initddir=no \
 		--enable-maintainer-mode \
 		--with-fhs \
@@ -84,12 +85,18 @@ src_configure() {
 src_compile() {
 	default
 	if use doc; then
-		doxygen slapi.doxy || die "cannot run doxygen"
+		doxygen docs/slapi.doxy || die "cannot run doxygen"
 	fi
 }
 
+src_test () {
+	# -j1 is a temporary workaround for bug #605432
+	emake -j1 check
+}
+
 src_install () {
-	emake DESTDIR="${D}" install
+	# -j1 is a temporary workaround for bug #605432
+	emake -j1 DESTDIR="${D}" install
 
 	# Install gentoo style init script
 	# Get these merged upstream


             reply	other threads:[~2017-05-14 22:04 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-14 22:04 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-14 10:44 [gentoo-commits] repo/gentoo:master commit in: net-nds/389-ds-base/ Sam James
2025-07-19 19:58 Sam James
2024-10-29 22:00 Sam James
2024-04-28  7:24 Arthur Zamarin
2023-01-30  9:04 Florian Schmaus
2023-01-29 18:50 Florian Schmaus
2022-04-20 17:02 Arthur Zamarin
2022-04-17 15:09 David Seifert
2022-03-23  0:14 Sam James
2022-03-18 17:07 Dennis Lamm
2022-03-18 17:07 Dennis Lamm
2022-03-18 17:07 Dennis Lamm
2022-03-18 17:07 Dennis Lamm
2022-02-18 23:04 Sam James
2022-02-18 13:53 Florian Schmaus
2022-02-18  8:31 Florian Schmaus
2022-02-18  8:31 Florian Schmaus
2021-09-24 16:29 Florian Schmaus
2021-09-13 20:30 David Seifert
2021-08-12  7:50 Joonas Niilola
2021-02-22 15:03 Joonas Niilola
2021-01-22  5:07 Sam James
2019-06-02 12:35 Jonas Stein
2018-08-01 18:20 Jonas Stein
2018-02-11 11:12 Michał Górny
2018-02-05 22:04 Patrice Clement
2018-02-05 21:52 Patrice Clement
2017-11-10  0:40 Jonas Stein
2017-11-10  0:09 Jonas Stein
2017-11-10  0:00 Jonas Stein
2017-11-09 23:50 Jonas Stein
2017-08-14 21:41 Patrice Clement
2017-05-14 22:04 Patrice Clement
2017-05-14 22:04 Patrice Clement
2017-01-15  3:12 Göktürk Yüksek
2016-11-28  4:48 Mike Gilbert
2016-11-28  4:48 Mike Gilbert
2016-06-14  4:38 Göktürk Yüksek
2016-06-14  4:38 Göktürk Yüksek
2016-06-10 16:59 Patrice Clement
2016-06-10 16:59 Patrice Clement
2016-04-01  6:25 Ian Delaney
2016-03-01  4:29 Ian Delaney
2016-02-17  0:44 Ian Delaney
2016-02-17  0:44 Ian Delaney
2016-02-16  5:42 Ian Delaney
2016-02-16  5:42 Ian Delaney
2016-02-05  7:03 NP Hardass
2016-01-29 11:01 Patrice Clement

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=1494799433.d635d66a17dec416f837ff48ab261fc0072e58db.monsieurp@gentoo \
    --to=monsieurp@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