From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S5Jfq-00054G-9Q for garchives@archives.gentoo.org; Wed, 07 Mar 2012 16:25:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D7CFE07C7; Wed, 7 Mar 2012 16:25:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DB692E07C7 for ; Wed, 7 Mar 2012 16:25:02 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2003D1B4012 for ; Wed, 7 Mar 2012 16:25:02 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2193) id ED7832004B; Wed, 7 Mar 2012 16:25:00 +0000 (UTC) From: "Michael Haubenwallner (haubi)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, haubi@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-db/oracle-instantclient-odbc: oracle-instantclient-odbc-11.2.0.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: oracle-instantclient-odbc-11.2.0.3.ebuild ChangeLog X-VCS-Directories: dev-db/oracle-instantclient-odbc X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner Content-Type: text/plain; charset=utf8 Message-Id: <20120307162500.ED7832004B@flycatcher.gentoo.org> Date: Wed, 7 Mar 2012 16:25:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: cf4b0e5d-8cce-468b-9d39-d8e17976cd8c X-Archives-Hash: a8de655b3db76c54e0a6bfdcb8a702da haubi 12/03/07 16:25:00 Modified: oracle-instantclient-odbc-11.2.0.3.ebuild ChangeL= og Log: must not set ABI for non-multilib-able archs at all =20 (Portage version: 2.1.10.41/cvs/Linux x86_64) Revision Changes Path 1.3 dev-db/oracle-instantclient-odbc/oracle-instantclien= t-odbc-11.2.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-inst= antclient-odbc/oracle-instantclient-odbc-11.2.0.3.ebuild?rev=3D1.3&view=3D= markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-inst= antclient-odbc/oracle-instantclient-odbc-11.2.0.3.ebuild?rev=3D1.3&conten= t-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-inst= antclient-odbc/oracle-instantclient-odbc-11.2.0.3.ebuild?r1=3D1.2&r2=3D1.= 3 Index: oracle-instantclient-odbc-11.2.0.3.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-odbc/oracle= -instantclient-odbc-11.2.0.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- oracle-instantclient-odbc-11.2.0.3.ebuild 7 Mar 2012 15:33:12 -0000 1= .2 +++ oracle-instantclient-odbc-11.2.0.3.ebuild 7 Mar 2012 16:25:00 -0000 1= .3 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-odbc/orac= le-instantclient-odbc-11.2.0.3.ebuild,v 1.2 2012/03/07 15:33:12 haubi Exp= $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-odbc/orac= le-instantclient-odbc-11.2.0.3.ebuild,v 1.3 2012/03/07 16:25:00 haubi Exp= $ =20 EAPI=3D"4" =20 @@ -53,8 +53,10 @@ MY_A=3D${!MY_A} # abi sourcedir MY_S=3D"${S}/${abi}/instantclient_11_2" + # ABI might not need to be set at all + [[ -n ${ABI} ]] && MY_ABI=3D${abi} || MY_ABI=3D # abi libdir - MY_LIBDIR=3D$(ABI=3D${abi} get_libdir) + MY_LIBDIR=3D$(ABI=3D${MY_ABI} get_libdir) } =20 pkg_nofetch() { @@ -96,7 +98,7 @@ =20 cd "${MY_S}" || die =20 - ABI=3D${abi} dolib.so libsqora*$(get_libname)* + ABI=3D${MY_ABI} dolib.so libsqora*$(get_libname)* =20 # ensure to be linkable [[ -e libsqora$(get_libname) ]] || 1.9 dev-db/oracle-instantclient-odbc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-inst= antclient-odbc/ChangeLog?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-inst= antclient-odbc/ChangeLog?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-inst= antclient-odbc/ChangeLog?r1=3D1.8&r2=3D1.9 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-odbc/Change= Log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 7 Mar 2012 15:33:12 -0000 1.8 +++ ChangeLog 7 Mar 2012 16:25:00 -0000 1.9 @@ -1,6 +1,10 @@ # ChangeLog for dev-db/oracle-instantclient-odbc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-odbc/Chan= geLog,v 1.8 2012/03/07 15:33:12 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-odbc/Chan= geLog,v 1.9 2012/03/07 16:25:00 haubi Exp $ + + 07 Mar 2012; Michael Haubenwallner + oracle-instantclient-odbc-11.2.0.3.ebuild: + must not set ABI for non-multilib-able archs at all =20 07 Mar 2012; Michael Haubenwallner oracle-instantclient-odbc-11.2.0.3.ebuild: