summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 07:41:26 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 07:41:26 +0000
commit8c6ef85bf666445f20172be46c9ad8ab708204ba (patch)
tree5c878ba0fd69ca185da67da13670e23ab77cdc51 /dev-libs/cyrus-sasl
parentRemove gnuconfig_update usage, leave it to econf. (diff)
downloadhistorical-8c6ef85bf666445f20172be46c9ad8ab708204ba.tar.gz
historical-8c6ef85bf666445f20172be46c9ad8ab708204ba.tar.bz2
historical-8c6ef85bf666445f20172be46c9ad8ab708204ba.zip
Remove gnuconfig_update usage, leave it to econf.
Package-Manager: portage-2.1.2_rc4-r5
Diffstat (limited to 'dev-libs/cyrus-sasl')
-rw-r--r--dev-libs/cyrus-sasl/ChangeLog9
-rw-r--r--dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r2.ebuild9
-rw-r--r--dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r3.ebuild9
-rw-r--r--dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild9
4 files changed, 16 insertions, 20 deletions
diff --git a/dev-libs/cyrus-sasl/ChangeLog b/dev-libs/cyrus-sasl/ChangeLog
index 3cb49c61325f..494d24c19ed9 100644
--- a/dev-libs/cyrus-sasl/ChangeLog
+++ b/dev-libs/cyrus-sasl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/cyrus-sasl
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.173 2006/12/10 15:44:32 tove Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.174 2007/01/05 07:38:58 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ cyrus-sasl-2.1.21-r2.ebuild, cyrus-sasl-2.1.21-r3.ebuild,
+ cyrus-sasl-2.1.22.ebuild:
+ Remove gnuconfig_update usage, leave it to econf.
10 Dec 2006; Torsten Veller <tove@gentoo.org> cyrus-sasl-2.1.22-r1.ebuild:
Change echo to ewarn (#153685)
diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r2.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r2.ebuild
index f4fc710ea63f..fb1afd154cce 100644
--- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r2.ebuild
+++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r2.ebuild,v 1.12 2006/11/23 20:14:22 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r2.ebuild,v 1.13 2007/01/05 07:38:58 flameeyes Exp $
-inherit eutils gnuconfig flag-o-matic java-pkg multilib
+inherit eutils flag-o-matic java-pkg multilib
ntlm_patch=${P}-ntlm_impl-spnego.patch.gz
@@ -157,9 +157,6 @@ src_compile() {
# Use /dev/urandom instead of /dev/random. Bug #46038
use urandom && myconf="${myconf} --with-devrandom=/dev/urandom"
- # Detect mips systems properly.
- gnuconfig_update
-
econf \
--with-saslauthd=/var/lib/sasl2 \
--with-pwcheck=/var/lib/sasl2 \
diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r3.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r3.ebuild
index f9ba23247d2b..89ab9079d9b9 100644
--- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r3.ebuild
+++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r3.ebuild,v 1.2 2006/11/23 20:14:22 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r3.ebuild,v 1.3 2007/01/05 07:38:58 flameeyes Exp $
-inherit eutils gnuconfig flag-o-matic java-pkg multilib
+inherit eutils flag-o-matic java-pkg multilib
ntlm_patch=${P}-ntlm_impl-spnego.patch.gz
@@ -159,9 +159,6 @@ src_compile() {
# Use /dev/urandom instead of /dev/random. Bug #46038
use urandom && myconf="${myconf} --with-devrandom=/dev/urandom"
- # Detect mips systems properly.
- gnuconfig_update
-
econf \
--with-saslauthd=/var/lib/sasl2 \
--with-pwcheck=/var/lib/sasl2 \
diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild
index b415767ec846..ccc5601790a7 100644
--- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild
+++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild,v 1.19 2006/11/23 20:14:22 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild,v 1.20 2007/01/05 07:38:58 flameeyes Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="1.9"
-inherit eutils gnuconfig flag-o-matic java-pkg multilib autotools
+inherit eutils flag-o-matic java-pkg multilib autotools
ntlm_patch=${P}-ntlm_impl-spnego.patch.gz
SASLAUTHD_CONF_VER=2.1.21
@@ -147,9 +147,6 @@ src_compile() {
# Use /dev/urandom instead of /dev/random. Bug #46038
use urandom && myconf="${myconf} --with-devrandom=/dev/urandom"
- # Detect mips systems properly.
- gnuconfig_update
-
econf \
--with-saslauthd=/var/lib/sasl2 \
--with-pwcheck=/var/lib/sasl2 \