diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-11-13 16:03:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-11-13 16:03:09 +0000 |
commit | 0516cff81f1edf22b36f1c9f4efc1f22bf2b432b (patch) | |
tree | 06c0dac4b9e6d14876deb5f195ea574a7d3359a7 /dev-db | |
parent | ia64 stable wrt #336083 (diff) | |
download | gentoo-2-0516cff81f1edf22b36f1c9f4efc1f22bf2b432b.tar.gz gentoo-2-0516cff81f1edf22b36f1c9f4efc1f22bf2b432b.tar.bz2 gentoo-2-0516cff81f1edf22b36f1c9f4efc1f22bf2b432b.zip |
whitespace
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.2.ebuild b/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.2.ebuild index 8fa2aff32ca8..1042506b81e4 100644 --- a/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.2.ebuild +++ b/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.2.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2010 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.2.0.2.ebuild,v 1.1 2010/11/12 18:17:49 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.2.ebuild,v 1.2 2010/11/13 16:03:09 mr_bones_ Exp $ inherit eutils MY_P_x86="${PN/oracle-/}-linux32-${PV}.0" MY_P_amd64="${PN/oracle-instantclient-/instantclient-}-linux-x86-64-${PV}.0" - S="${WORKDIR}" DESCRIPTION="Oracle 11g client installation for Linux: JDBC supplement" HOMEPAGE="http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html" |