summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-06-20 15:03:35 +0000
committerChuck Short <zul@gentoo.org>2004-06-20 15:03:35 +0000
commitc8d7ad2b5cb377a4cd2c4231412ab9666c8445a5 (patch)
treecf4a749b3b375aff4ca48b5887a2c7103d7febab /net-www
parentebuild cleanups. (diff)
downloadhistorical-c8d7ad2b5cb377a4cd2c4231412ab9666c8445a5.tar.gz
historical-c8d7ad2b5cb377a4cd2c4231412ab9666c8445a5.tar.bz2
historical-c8d7ad2b5cb377a4cd2c4231412ab9666c8445a5.zip
Added IUSE RDEPEND.
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mod_auth_ldap/ChangeLog6
-rw-r--r--net-www/mod_auth_ldap/mod_auth_ldap-2.4.1-r1.ebuild7
-rw-r--r--net-www/mod_auth_ldap/mod_auth_ldap-2.4.1.ebuild5
-rw-r--r--net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild5
4 files changed, 18 insertions, 5 deletions
diff --git a/net-www/mod_auth_ldap/ChangeLog b/net-www/mod_auth_ldap/ChangeLog
index 7dfae0a28b29..4d9e7dab8636 100644
--- a/net-www/mod_auth_ldap/ChangeLog
+++ b/net-www/mod_auth_ldap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/mod_auth_ldap
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_ldap/ChangeLog,v 1.6 2004/06/20 13:41:17 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_ldap/ChangeLog,v 1.7 2004/06/20 15:03:35 zul Exp $
+
+ 20 Jun 2004; Chuck Short <zul@gentoo.org> mod_auth_ldap-2.4.1-r1.ebuild,
+ mod_auth_ldap-2.4.1.ebuild, mod_auth_ldap-2.4.2.ebuild:
+ Ebuild cleanups. Added IUSE and RDEPEND.
20 Jun 2004; Chuck Short <zul@gentoo.org> mod_auth_ldap-2.4.1-r1.ebuild,
mod_auth_ldap-2.4.1.ebuild, mod_auth_ldap-2.4.2.ebuild:
diff --git a/net-www/mod_auth_ldap/mod_auth_ldap-2.4.1-r1.ebuild b/net-www/mod_auth_ldap/mod_auth_ldap-2.4.1-r1.ebuild
index 194468a7a153..2ddbfc5490be 100644
--- a/net-www/mod_auth_ldap/mod_auth_ldap-2.4.1-r1.ebuild
+++ b/net-www/mod_auth_ldap/mod_auth_ldap-2.4.1-r1.ebuild
@@ -1,21 +1,24 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_ldap/mod_auth_ldap-2.4.1-r1.ebuild,v 1.2 2004/06/20 13:41:17 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_ldap/mod_auth_ldap-2.4.1-r1.ebuild,v 1.3 2004/06/20 15:03:35 zul Exp $
inherit eutils
DESCRIPTION="Apache module for LDAP authorizaion"
HOMEPAGE="http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap.html"
-KEYWORDS="~x86 ~ppc ~sparc"
+KEYWORDS="x86 ~ppc ~sparc"
#watch out for this thing; no version number ...
SRC_URI="http://www.muquit.com/muquit/software/mod_auth_ldap/${PN}.tar.gz"
DEPEND="=net-www/apache-1*
>=net-nds/openldap-2.0.25
ssl? ( dev-libs/openssl )"
+RDEPEND=""
LICENSE="as-is"
SLOT="0"
+IUSE=""
+
S=${WORKDIR}/modauthldap
src_unpack() {
diff --git a/net-www/mod_auth_ldap/mod_auth_ldap-2.4.1.ebuild b/net-www/mod_auth_ldap/mod_auth_ldap-2.4.1.ebuild
index 919e20b1bca9..488343b0a1e1 100644
--- a/net-www/mod_auth_ldap/mod_auth_ldap-2.4.1.ebuild
+++ b/net-www/mod_auth_ldap/mod_auth_ldap-2.4.1.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-www/mod_auth_ldap/mod_auth_ldap-2.4.1.ebuild,v 1.4 2004/06/20 13:41:17 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_ldap/mod_auth_ldap-2.4.1.ebuild,v 1.5 2004/06/20 15:03:35 zul Exp $
inherit eutils
@@ -11,9 +11,12 @@ KEYWORDS="x86 ~ppc ~sparc"
#watch out for this thing; no version number ...
SRC_URI="http://www.muquit.com/muquit/software/mod_auth_ldap/${PN}.tar.gz"
DEPEND="=net-www/apache-1* >=net-nds/openldap-2.0.25"
+RDEPEND=""
LICENSE="as-is"
SLOT="0"
+IUSE=""
+
S=${WORKDIR}/modauthldap
src_unpack() {
diff --git a/net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild b/net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild
index 075357b585d8..4fbcab582fca 100644
--- a/net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild
+++ b/net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.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-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild,v 1.4 2004/06/20 13:41:17 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild,v 1.5 2004/06/20 15:03:35 zul Exp $
DESCRIPTION="Apache module for LDAP authorizaion"
HOMEPAGE="http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap.html"
@@ -11,9 +11,12 @@ KEYWORDS="x86 ~ppc ~sparc"
#---> as of 2.4.2 still no version number, doing it the hard way, sigh.
SRC_URI="mirror://gentoo/${P}.tar.bz2"
DEPEND="=net-www/apache-1* >=net-nds/openldap-2.0.25"
+RDEPEND=""
LICENSE="as-is"
SLOT="0"
+IUSE=""
+
S=${WORKDIR}/${P}
src_unpack() {