summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-24 20:34:03 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-24 20:34:03 +0000
commit026f766dedf6de2fc1307843233827939c40109d (patch)
tree11601af8d40d1ac32924a9bfe3228772b7373394 /net-nds
parentVersion bump. (Manifest recommit) (diff)
downloadgentoo-2-026f766dedf6de2fc1307843233827939c40109d.tar.gz
gentoo-2-026f766dedf6de2fc1307843233827939c40109d.tar.bz2
gentoo-2-026f766dedf6de2fc1307843233827939c40109d.zip
QA - fix use invocation
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/openldap/ChangeLog7
-rw-r--r--net-nds/openldap/openldap-2.1.26.ebuild4
-rw-r--r--net-nds/openldap/openldap-2.1.27-r1.ebuild4
-rw-r--r--net-nds/openldap/openldap-2.1.27.ebuild4
-rw-r--r--net-nds/openldap/openldap-2.1.30-r1.ebuild4
-rw-r--r--net-nds/openldap/openldap-2.1.30.ebuild4
6 files changed, 16 insertions, 11 deletions
diff --git a/net-nds/openldap/ChangeLog b/net-nds/openldap/ChangeLog
index 82c4e664d33b..5ba11f5aa17d 100644
--- a/net-nds/openldap/ChangeLog
+++ b/net-nds/openldap/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-nds/openldap
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v 1.77 2004/06/21 03:30:05 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v 1.78 2004/06/24 20:34:03 agriffis Exp $
+
+ 24 Jun 2004; Aron Griffis <agriffis@gentoo.org> openldap-2.1.26.ebuild,
+ openldap-2.1.27-r1.ebuild, openldap-2.1.27.ebuild,
+ openldap-2.1.30-r1.ebuild, openldap-2.1.30.ebuild:
+ QA - fix use invocation
*openldap-2.1.30-r1 (20 Jun 2004)
diff --git a/net-nds/openldap/openldap-2.1.26.ebuild b/net-nds/openldap/openldap-2.1.26.ebuild
index a7f27f2896f3..be87bfbb717f 100644
--- a/net-nds/openldap/openldap-2.1.26.ebuild
+++ b/net-nds/openldap/openldap-2.1.26.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.1.26.ebuild,v 1.11 2004/03/25 07:58:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.1.26.ebuild,v 1.12 2004/06/24 20:34:03 agriffis Exp $
inherit eutils
@@ -165,7 +165,7 @@ src_install() {
newins ${FILESDIR}/2.0/slapd.conf slapd
# install MDK's ssl cert script
- if [ "`use ssl`" -o "`use samba`" ]; then
+ if use ssl || use samba; then
dodir /etc/openldap/ssl
exeinto /etc/openldap/ssl
doexe ${FILESDIR}/gencert.sh
diff --git a/net-nds/openldap/openldap-2.1.27-r1.ebuild b/net-nds/openldap/openldap-2.1.27-r1.ebuild
index d7fbbfb220dd..14520ed8b3b6 100644
--- a/net-nds/openldap/openldap-2.1.27-r1.ebuild
+++ b/net-nds/openldap/openldap-2.1.27-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.1.27-r1.ebuild,v 1.2 2004/03/30 11:50:28 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.1.27-r1.ebuild,v 1.3 2004/06/24 20:34:03 agriffis Exp $
inherit eutils
@@ -180,7 +180,7 @@ src_install() {
newins ${FILESDIR}/2.0/slapd.conf slapd
# install MDK's ssl cert script
- if [ "`use ssl`" -o "`use samba`" ]; then
+ if use ssl || use samba; then
dodir /etc/openldap/ssl
exeinto /etc/openldap/ssl
doexe ${FILESDIR}/gencert.sh
diff --git a/net-nds/openldap/openldap-2.1.27.ebuild b/net-nds/openldap/openldap-2.1.27.ebuild
index 1d9578e8487e..0aa38c361669 100644
--- a/net-nds/openldap/openldap-2.1.27.ebuild
+++ b/net-nds/openldap/openldap-2.1.27.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.1.27.ebuild,v 1.5 2004/03/25 07:59:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.1.27.ebuild,v 1.6 2004/06/24 20:34:03 agriffis Exp $
inherit eutils
@@ -165,7 +165,7 @@ src_install() {
newins ${FILESDIR}/2.0/slapd.conf slapd
# install MDK's ssl cert script
- if [ "`use ssl`" -o "`use samba`" ]; then
+ if use ssl || use samba; then
dodir /etc/openldap/ssl
exeinto /etc/openldap/ssl
doexe ${FILESDIR}/gencert.sh
diff --git a/net-nds/openldap/openldap-2.1.30-r1.ebuild b/net-nds/openldap/openldap-2.1.30-r1.ebuild
index ebba08191558..95d55380157c 100644
--- a/net-nds/openldap/openldap-2.1.30-r1.ebuild
+++ b/net-nds/openldap/openldap-2.1.30-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.1.30-r1.ebuild,v 1.1 2004/06/21 03:30:05 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.1.30-r1.ebuild,v 1.2 2004/06/24 20:34:03 agriffis Exp $
inherit eutils
@@ -181,7 +181,7 @@ src_install() {
newins ${FILESDIR}/2.0/slapd.conf slapd
# install MDK's ssl cert script
- if [ "`use ssl`" -o "`use samba`" ]; then
+ if use ssl || use samba; then
dodir /etc/openldap/ssl
exeinto /etc/openldap/ssl
doexe ${FILESDIR}/gencert.sh
diff --git a/net-nds/openldap/openldap-2.1.30.ebuild b/net-nds/openldap/openldap-2.1.30.ebuild
index bc9c57c0e4de..3dad673f4e8c 100644
--- a/net-nds/openldap/openldap-2.1.30.ebuild
+++ b/net-nds/openldap/openldap-2.1.30.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.1.30.ebuild,v 1.5 2004/06/13 04:34:00 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.1.30.ebuild,v 1.6 2004/06/24 20:34:03 agriffis Exp $
inherit eutils
@@ -178,7 +178,7 @@ src_install() {
newins ${FILESDIR}/2.0/slapd.conf slapd
# install MDK's ssl cert script
- if [ "`use ssl`" -o "`use samba`" ]; then
+ if use ssl || use samba; then
dodir /etc/openldap/ssl
exeinto /etc/openldap/ssl
doexe ${FILESDIR}/gencert.sh