public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/oracle-instantclient-jdbc: ChangeLog oracle-instantclient-jdbc-11.1.0.7.0.ebuild
@ 2008-12-27 12:34 Tobias Scherbaum (dertobi123)
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Scherbaum (dertobi123) @ 2008-12-27 12:34 UTC (permalink / raw
  To: gentoo-commits

dertobi123    08/12/27 12:34:31

  Modified:             ChangeLog
  Added:                oracle-instantclient-jdbc-11.1.0.7.0.ebuild
  Log:
  Version bump, #228803
  (Portage version: 2.2_rc19/cvs/Linux 2.6.28-gentoo i686)

Revision  Changes    Path
1.24                 dev-db/oracle-instantclient-jdbc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	18 Jun 2008 22:35:16 -0000	1.23
+++ ChangeLog	27 Dec 2008 12:34:30 -0000	1.24
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/oracle-instantclient-jdbc
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v 1.23 2008/06/18 22:35:16 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v 1.24 2008/12/27 12:34:30 dertobi123 Exp $
+
+*oracle-instantclient-jdbc-11.1.0.7.0 (27 Dec 2008)
+
+  27 Dec 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+  +oracle-instantclient-jdbc-11.1.0.7.0.ebuild:
+  Version bump, #228803
 
   18 Jun 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   oracle-instantclient-jdbc-10.2.0.3.ebuild:



1.1                  dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.1.0.7.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.1.0.7.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.1.0.7.0.ebuild?rev=1.1&content-type=text/plain

Index: oracle-instantclient-jdbc-11.1.0.7.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.1.0.7.0.ebuild,v 1.1 2008/12/27 12:34:30 dertobi123 Exp $

inherit eutils

MY_P_x86="${PN/oracle-/}-linux32-${PV/7.0/7}"
MY_P_amd64="${PN/oracle-instantclient-/}-${PV}-linux-x86_64"

S="${WORKDIR}"
DESCRIPTION="Oracle 10g client installation for Linux: JDBC supplement"
HOMEPAGE="http://www.oracle.com/technology/tech/oci/instantclient/index.html"
SRC_URI="amd64? ( ${MY_P_amd64}.zip )
		 x86? ( ${MY_P_x86}.zip )"

LICENSE="OTN"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
RESTRICT="fetch"
IUSE=""

RDEPEND=">=dev-db/oracle-instantclient-basic-${PV}"
DEPEND="${RDEPEND}
	app-arch/unzip"

pkg_setup() {
	MY_P=MY_P_${ARCH}
	export MY_P=${!MY_P}
}

pkg_nofetch() {
	eerror "Please go to:"
	eerror "  ${HOMEPAGE}"
	eerror "and download the JDBC supplemental package.  Put it in:"
	eerror "  ${DISTDIR}"
	eerror "after downloading it."
}

src_unpack() {
	unzip "${DISTDIR}"/${MY_P}.zip
}

src_install() {
	dodir /usr/$(get_libdir)/oracle/${PV}/client/lib
	cd "${S}"/instantclient_11_1
	insinto /usr/$(get_libdir)/oracle/${PV}/client/lib
	doins libheteroxa11.so orai18n.jar
}

pkg_postinst() {
	elog "The JDBC supplement package for Oracle 10g has been installed."
	elog "You may wish to install the oracle-instantclient-sqlplus (for "
	elog "running the SQL*Plus application) package as well."
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/oracle-instantclient-jdbc: ChangeLog oracle-instantclient-jdbc-11.1.0.7.0.ebuild
@ 2008-12-31  9:09 Tobias Scherbaum (dertobi123)
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Scherbaum (dertobi123) @ 2008-12-31  9:09 UTC (permalink / raw
  To: gentoo-commits

dertobi123    08/12/31 09:09:16

  Modified:             ChangeLog
                        oracle-instantclient-jdbc-11.1.0.7.0.ebuild
  Log:
  Fix typo
  (Portage version: 2.2_rc20/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.25                 dev-db/oracle-instantclient-jdbc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	27 Dec 2008 12:34:30 -0000	1.24
+++ ChangeLog	31 Dec 2008 09:09:16 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/oracle-instantclient-jdbc
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v 1.24 2008/12/27 12:34:30 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v 1.25 2008/12/31 09:09:16 dertobi123 Exp $
+
+  31 Dec 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+  oracle-instantclient-jdbc-11.1.0.7.0.ebuild:
+  Fix typo
 
 *oracle-instantclient-jdbc-11.1.0.7.0 (27 Dec 2008)
 



1.2                  dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.1.0.7.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.1.0.7.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.1.0.7.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.1.0.7.0.ebuild?r1=1.1&r2=1.2

Index: oracle-instantclient-jdbc-11.1.0.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.1.0.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oracle-instantclient-jdbc-11.1.0.7.0.ebuild	27 Dec 2008 12:34:30 -0000	1.1
+++ oracle-instantclient-jdbc-11.1.0.7.0.ebuild	31 Dec 2008 09:09:16 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.1.0.7.0.ebuild,v 1.1 2008/12/27 12:34:30 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.1.0.7.0.ebuild,v 1.2 2008/12/31 09:09:16 dertobi123 Exp $
 
 inherit eutils
 
@@ -8,7 +8,7 @@
 MY_P_amd64="${PN/oracle-instantclient-/}-${PV}-linux-x86_64"
 
 S="${WORKDIR}"
-DESCRIPTION="Oracle 10g client installation for Linux: JDBC supplement"
+DESCRIPTION="Oracle 11g client installation for Linux: JDBC supplement"
 HOMEPAGE="http://www.oracle.com/technology/tech/oci/instantclient/index.html"
 SRC_URI="amd64? ( ${MY_P_amd64}.zip )
 		 x86? ( ${MY_P_x86}.zip )"
@@ -48,7 +48,7 @@
 }
 
 pkg_postinst() {
-	elog "The JDBC supplement package for Oracle 10g has been installed."
+	elog "The JDBC supplement package for Oracle 11g has been installed."
 	elog "You may wish to install the oracle-instantclient-sqlplus (for "
 	elog "running the SQL*Plus application) package as well."
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-31  9:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-31  9:09 [gentoo-commits] gentoo-x86 commit in dev-db/oracle-instantclient-jdbc: ChangeLog oracle-instantclient-jdbc-11.1.0.7.0.ebuild Tobias Scherbaum (dertobi123)
  -- strict thread matches above, loose matches on Subject: below --
2008-12-27 12:34 Tobias Scherbaum (dertobi123)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox