Gentoo Archives: gentoo-commits

From: "Michael Haubenwallner (haubi)" <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/oracle-instantclient-jdbc: ChangeLog oracle-instantclient-jdbc-11.2.0.3.ebuild
Date: Wed, 07 Mar 2012 15:34:07
Message-Id: 20120307153354.5CA392004B@flycatcher.gentoo.org
1 haubi 12/03/07 15:33:54
2
3 Modified: ChangeLog oracle-instantclient-jdbc-11.2.0.3.ebuild
4 Log:
5 fix typo with non-multilib archs
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.31 dev-db/oracle-instantclient-jdbc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog?rev=1.31&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog?rev=1.31&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog?r1=1.30&r2=1.31
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v
19 retrieving revision 1.30
20 retrieving revision 1.31
21 diff -u -r1.30 -r1.31
22 --- ChangeLog 7 Mar 2012 14:25:23 -0000 1.30
23 +++ ChangeLog 7 Mar 2012 15:33:54 -0000 1.31
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-db/oracle-instantclient-jdbc
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v 1.30 2012/03/07 14:25:23 haubi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v 1.31 2012/03/07 15:33:54 haubi Exp $
29 +
30 + 07 Mar 2012; Michael Haubenwallner <haubi@g.o>
31 + oracle-instantclient-jdbc-11.2.0.3.ebuild:
32 + fix typo with non-multilib archs
33
34 *oracle-instantclient-jdbc-11.2.0.3 (07 Mar 2012)
35
36
37
38
39 1.2 dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild?r1=1.1&r2=1.2
44
45 Index: oracle-instantclient-jdbc-11.2.0.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- oracle-instantclient-jdbc-11.2.0.3.ebuild 7 Mar 2012 14:25:23 -0000 1.1
52 +++ oracle-instantclient-jdbc-11.2.0.3.ebuild 7 Mar 2012 15:33:54 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild,v 1.1 2012/03/07 14:25:23 haubi Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild,v 1.2 2012/03/07 15:33:54 haubi Exp $
58
59 EAPI="4"
60
61 @@ -37,11 +37,8 @@
62 abi_list() {
63 if use multilib; then
64 echo ${MULTILIB_ABIS}
65 - elif [[ ${DEFAULT_MULTILIB} == default ]]; then
66 - # no multilib-able platform
67 - echo ${ARCH}
68 else
69 - echo ${DEFAULT_ABI}
70 + default_abi
71 fi
72 return 0
73 }