Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/oracle-instantclient-basic/files/
Date: Mon, 09 Jul 2018 14:49:55
Message-Id: 1531147773.835340d555ff28d6e9b0b26340b9e4379274f7cc.haubi@gentoo
1 commit: 835340d555ff28d6e9b0b26340b9e4379274f7cc
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 8 09:17:25 2018 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 14:49:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=835340d5
7
8 dev-db/oracle-instantclient-basic: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/9132
11
12 Package-Manager: Portage-2.3.24, Repoman-2.3.6
13
14 .../files/oracle-instantclient-basic-10.2.0.3-makefile.patch | 11 -----------
15 1 file changed, 11 deletions(-)
16
17 diff --git a/dev-db/oracle-instantclient-basic/files/oracle-instantclient-basic-10.2.0.3-makefile.patch b/dev-db/oracle-instantclient-basic/files/oracle-instantclient-basic-10.2.0.3-makefile.patch
18 deleted file mode 100644
19 index 80df560a101..00000000000
20 --- a/dev-db/oracle-instantclient-basic/files/oracle-instantclient-basic-10.2.0.3-makefile.patch
21 +++ /dev/null
22 @@ -1,11 +0,0 @@
23 ---- instantclient_10_2/sdk/demo/demo.mk.orig 2007-02-06 17:51:47.018247041 -0800
24 -+++ instantclient_10_2/sdk/demo/demo.mk 2007-02-06 17:52:35.374869934 -0800
25 -@@ -30,7 +30,7 @@
26 -
27 - ICINCHOME=../
28 - ICLIBHOME=../../
29 --ICLIBPATH=-L$(ICLIBHOME)
30 -+ICLIBPATH=-L$(ICLIBHOME) -L$(ORACLE_HOME)/lib
31 - THREADLIBS=-lthread
32 - CCLIB=$(ICLIBPATH) -locci -lclntsh $(THREADLIBS)
33 -