# 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)
-# 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
# 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 \
-# 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
# 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 \
-# 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
# 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 \
# ChangeLog for dev-libs/libunicode
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunicode/ChangeLog,v 1.15 2006/12/11 07:27:25 beu Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunicode/ChangeLog,v 1.16 2007/01/05 07:39:26 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ libunicode-0.4-r1.ebuild:
+ Remove gnuconfig_update usage, leave it to econf.
11 Dec 2006; Elfyn McBratney <beu@gentoo.org> libunicode-0.4-r1.ebuild:
Kill redundant DEPEND on virtual/libc.
-# 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/libunicode/libunicode-0.4-r1.ebuild,v 1.31 2006/12/11 07:27:25 beu Exp $
-
-inherit gnuconfig
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunicode/libunicode-0.4-r1.ebuild,v 1.32 2007/01/05 07:39:26 flameeyes Exp $
DESCRIPTION="Unicode library"
HOMEPAGE="http://www.gnome.org/"
KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86"
IUSE=""
-src_unpack() {
- unpack ${A}
- cd ${S}
- gnuconfig_update
-}
-
src_install() {
make DESTDIR=${D} install || die
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
# ChangeLog for dev-libs/lzo
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/ChangeLog,v 1.42 2006/11/09 03:09:34 iluxa Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/ChangeLog,v 1.43 2007/01/05 07:40:23 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> lzo-1.08-r1.ebuild:
+ Remove gnuconfig_update usage, leave it to econf.
09 Nov 2006; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org>
lzo-2.02-r1.ebuild:
-# 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/lzo/lzo-1.08-r1.ebuild,v 1.22 2006/09/04 10:30:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/lzo-1.08-r1.ebuild,v 1.23 2007/01/05 07:40:23 flameeyes Exp $
-inherit eutils gnuconfig libtool
+inherit eutils libtool
DESCRIPTION="An extremely fast compression and decompression library"
HOMEPAGE="http://www.oberhumer.com/opensource/lzo/"
}
src_compile() {
- #Needed on mips and probablly others
- gnuconfig_update
-
econf --enable-shared || die
emake || die
}
# ChangeLog for dev-libs/openobex
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/ChangeLog,v 1.49 2006/11/04 08:52:56 mrness Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/ChangeLog,v 1.50 2007/01/05 07:41:26 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> openobex-1.2-r1.ebuild,
+ openobex-1.3.ebuild:
+ Remove gnuconfig_update usage, leave it to econf.
04 Nov 2006; Alin Nastac <mrness@gentoo.org> -openobex-1.0.0.ebuild,
-openobex-1.0.1.ebuild, -openobex-1.1.ebuild:
-# 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/openobex/openobex-1.2-r1.ebuild,v 1.7 2006/10/14 09:07:23 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/openobex-1.2-r1.ebuild,v 1.8 2007/01/05 07:41:26 flameeyes Exp $
-inherit autotools eutils gnuconfig
+inherit autotools eutils
DESCRIPTION="An implementation of the OBEX protocol used for transferring data to mobile devices"
HOMEPAGE="http://sourceforge.net/projects/openobex"
cd "${S}"
epatch "${FILESDIR}/${P}-as-needed.patch"
eautoreconf
- gnuconfig_update
}
src_compile() {
-# 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/openobex/openobex-1.3.ebuild,v 1.7 2006/10/14 09:07:23 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/openobex-1.3.ebuild,v 1.8 2007/01/05 07:41:26 flameeyes Exp $
-inherit autotools eutils gnuconfig
+inherit autotools eutils
DESCRIPTION="An implementation of the OBEX protocol used for transferring data to mobile devices"
HOMEPAGE="http://sourceforge.net/projects/openobex"
cd "${S}"
epatch "${FILESDIR}/${P}-as-needed.patch"
eautoreconf
- gnuconfig_update
}
src_compile() {