From f61cc4c2f134fbcde354b47d04bd9b5328cd9d84 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Sat, 22 Jan 2005 22:58:36 +0000 Subject: pthreads -> threads Package-Manager: portage-2.0.51-r14 --- dev-libs/libsqlora8/ChangeLog | 7 +++++-- dev-libs/libsqlora8/Manifest | 14 ++++++++++++-- dev-libs/libsqlora8/libsqlora8-2.2.11.ebuild | 12 ++++++------ 3 files changed, 23 insertions(+), 10 deletions(-) (limited to 'dev-libs/libsqlora8') diff --git a/dev-libs/libsqlora8/ChangeLog b/dev-libs/libsqlora8/ChangeLog index 9d79ca3bd97a..4edefabc6205 100644 --- a/dev-libs/libsqlora8/ChangeLog +++ b/dev-libs/libsqlora8/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libsqlora8 -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsqlora8/ChangeLog,v 1.4 2004/06/25 19:30:37 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsqlora8/ChangeLog,v 1.5 2005/01/22 22:58:36 dragonheart Exp $ + + 23 Jan 2005; Daniel Black libsqlora8-2.2.11.ebuild: + threads is now a global use flags. Changed pthreads to threads. 25 Jun 2004; Aron Griffis libsqlora8-2.2.11.ebuild: QA - fix use invocation diff --git a/dev-libs/libsqlora8/Manifest b/dev-libs/libsqlora8/Manifest index d5551b8a6f82..3f89507745b7 100644 --- a/dev-libs/libsqlora8/Manifest +++ b/dev-libs/libsqlora8/Manifest @@ -1,4 +1,14 @@ -MD5 391888c0e29aba80c8ea509cd4329529 libsqlora8-2.2.11.ebuild 1635 -MD5 c96865cfb2dad39d518ea594934a8196 ChangeLog 662 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 e84981c5b73c5218f2c5fe0125d234e7 ChangeLog 811 +MD5 817227c5aec795b2e5e8622f11396ae1 libsqlora8-2.2.11.ebuild 1633 MD5 40eef4c0d3ce4b82b599f5a889568975 metadata.xml 429 MD5 8a06edc637420287b983ec91532dbadf files/digest-libsqlora8-2.2.11 69 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFB8tqimdTrptrqvGERAqpFAKCHw+hyeQiMf9dgaslQvQ/h2LRuhACbBRLI +Vkn+L8yL+s8nQKxLZa/qbzk= +=hjpP +-----END PGP SIGNATURE----- diff --git a/dev-libs/libsqlora8/libsqlora8-2.2.11.ebuild b/dev-libs/libsqlora8/libsqlora8-2.2.11.ebuild index aa9ede59b2ab..19cda26df78a 100644 --- a/dev-libs/libsqlora8/libsqlora8-2.2.11.ebuild +++ b/dev-libs/libsqlora8/libsqlora8-2.2.11.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsqlora8/libsqlora8-2.2.11.ebuild,v 1.4 2004/06/25 19:30:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsqlora8/libsqlora8-2.2.11.ebuild,v 1.5 2005/01/22 22:58:36 dragonheart Exp $ -IUSE="pthreads orathreads" +IUSE="threads orathreads" DESCRIPTION="libsqlora8 is a simple C-library to access Oracle databases via the OCI interface" SRC_URI="http://www.poitschke.de/libsqlora8/${P}.tar.gz" @@ -15,12 +15,12 @@ KEYWORDS="~x86" DEPEND="" pkg_setup() { - if use orathreads && use pthreads; then + if use orathreads && use threads; then eerror - eerror 'Enable the "pthreads" USE flag for POSIX threads,' + eerror 'Enable the "threads" USE flag for POSIX threads,' eerror '*or* the "orathreads" USE flag for Oracle threads' eerror - die 'Both "pthreads" and "orathreads" USE flags set, see above' + die 'Both "threads" and "orathreads" USE flags set, see above' fi # Make sure ORACLE_HOME is set @@ -45,7 +45,7 @@ src_compile() { export LD_LIBRARY_PATH - use pthreads && myconf="--with-threads=posix" + use threads && myconf="--with-threads=posix" use orathreads && myconf="--with-threads=oracle" # Build -- cgit v1.2.3-65-gdbad