public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Haubenwallner (haubi)" <haubi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/oracle-instantclient-odbc: oracle-instantclient-odbc-11.2.0.3.ebuild ChangeLog
Date: Thu, 15 Nov 2012 19:52:17 +0000 (UTC)	[thread overview]
Message-ID: <20121115195217.6B6B420C65@flycatcher.gentoo.org> (raw)

haubi       12/11/15 19:52:17

  Modified:             oracle-instantclient-odbc-11.2.0.3.ebuild ChangeLog
  Log:
  Define QA_PREBUILT, bug#443120.
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-db/oracle-instantclient-odbc/oracle-instantclient-odbc-11.2.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-odbc/oracle-instantclient-odbc-11.2.0.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-odbc/oracle-instantclient-odbc-11.2.0.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-odbc/oracle-instantclient-odbc-11.2.0.3.ebuild?r1=1.6&r2=1.7

Index: oracle-instantclient-odbc-11.2.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-odbc/oracle-instantclient-odbc-11.2.0.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- oracle-instantclient-odbc-11.2.0.3.ebuild	14 Nov 2012 17:20:31 -0000	1.6
+++ oracle-instantclient-odbc-11.2.0.3.ebuild	15 Nov 2012 19:52:17 -0000	1.7
@@ -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/oracle-instantclient-odbc-11.2.0.3.ebuild,v 1.6 2012/11/14 17:20:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-odbc/oracle-instantclient-odbc-11.2.0.3.ebuild,v 1.7 2012/11/15 19:52:17 haubi Exp $
 
 EAPI="4"
 
@@ -30,6 +30,8 @@
 
 S="${WORKDIR}"
 
+QA_PREBUILT="usr/lib*/oracle/${PV}/client/lib*/lib*"
+
 default_abi() {
 	[[ ${DEFAULT_ABI} == 'default' ]] && echo ${ARCH} || echo ${DEFAULT_ABI}
 }



1.13                 dev-db/oracle-instantclient-odbc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-odbc/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-odbc/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-odbc/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-odbc/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	14 Nov 2012 17:20:31 -0000	1.12
+++ ChangeLog	15 Nov 2012 19:52:17 -0000	1.13
@@ -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/ChangeLog,v 1.12 2012/11/14 17:20:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-odbc/ChangeLog,v 1.13 2012/11/15 19:52:17 haubi Exp $
+
+  15 Nov 2012; Michael Haubenwallner <haubi@gentoo.org>
+  oracle-instantclient-odbc-11.2.0.3.ebuild:
+  Define QA_PREBUILT, bug#443120.
 
   14 Nov 2012; Agostino Sarubbo <ago@gentoo.org>
   oracle-instantclient-odbc-11.2.0.3.ebuild:





             reply	other threads:[~2012-11-15 19:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-15 19:52 Michael Haubenwallner (haubi) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-11-14 17:20 [gentoo-commits] gentoo-x86 commit in dev-db/oracle-instantclient-odbc: oracle-instantclient-odbc-11.2.0.3.ebuild ChangeLog Agostino Sarubbo (ago)
2012-11-14 17:19 Agostino Sarubbo (ago)
2012-03-07 16:25 Michael Haubenwallner (haubi)
2012-03-07 15:33 Michael Haubenwallner (haubi)
2012-03-07 14:23 Michael Haubenwallner (haubi)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121115195217.6B6B420C65@flycatcher.gentoo.org \
    --to=haubi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox