diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-01-27 14:16:57 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-01-27 14:16:57 +0000 |
commit | e85d90f58740957e48c5cc09d05a0e1d78504bd0 (patch) | |
tree | 3cadf605d4459c8b44a9afe16c7313432ab4cc49 /dev-db/oracle-instantclient-sqlplus | |
parent | x86 stable wrt bug 155327 (diff) | |
download | historical-e85d90f58740957e48c5cc09d05a0e1d78504bd0.tar.gz historical-e85d90f58740957e48c5cc09d05a0e1d78504bd0.tar.bz2 historical-e85d90f58740957e48c5cc09d05a0e1d78504bd0.zip |
Fix Homepage (thanks to Cardoe), re-add ~amd64 for 10.2.0.3 (bug #162210, thanks to Mark Tomich)
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'dev-db/oracle-instantclient-sqlplus')
5 files changed, 31 insertions, 16 deletions
diff --git a/dev-db/oracle-instantclient-sqlplus/ChangeLog b/dev-db/oracle-instantclient-sqlplus/ChangeLog index d5fff1835577..acea50baf8ea 100644 --- a/dev-db/oracle-instantclient-sqlplus/ChangeLog +++ b/dev-db/oracle-instantclient-sqlplus/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-db/oracle-instantclient-sqlplus -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/ChangeLog,v 1.16 2006/12/26 18:55:07 dertobi123 Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/ChangeLog,v 1.17 2007/01/27 14:15:07 dertobi123 Exp $ + + 27 Jan 2007; Tobias Scherbaum <dertobi123@gentoo.org> + oracle-instantclient-sqlplus-10.1.0.5.ebuild, + oracle-instantclient-sqlplus-10.2.0.2.ebuild, + oracle-instantclient-sqlplus-10.2.0.3.ebuild: + Fix Homepage (thanks to Cardoe), re-add ~amd64 for 10.2.0.3 (bug #162210, + thanks to Mark Tomich) 26 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org> -oracle-instantclient-sqlplus-10.1.0.2_p1.ebuild, diff --git a/dev-db/oracle-instantclient-sqlplus/files/digest-oracle-instantclient-sqlplus-10.2.0.3 b/dev-db/oracle-instantclient-sqlplus/files/digest-oracle-instantclient-sqlplus-10.2.0.3 index ae442424598a..ca7a8089f37e 100644 --- a/dev-db/oracle-instantclient-sqlplus/files/digest-oracle-instantclient-sqlplus-10.2.0.3 +++ b/dev-db/oracle-instantclient-sqlplus/files/digest-oracle-instantclient-sqlplus-10.2.0.3 @@ -1,3 +1,6 @@ +MD5 020a02c29da17bb0d1aea78d6fb16c44 instantclient-sqlplus-linux-x86-64-10.2.0.3-20070103.zip 789884 +RMD160 0f483aed1a64f22b1a46d05942e51213c2ba7234 instantclient-sqlplus-linux-x86-64-10.2.0.3-20070103.zip 789884 +SHA256 8dcc95e3bf5723a7b1d6deccce049490bc70d99c0b9ac6ef13320b6b426303f6 instantclient-sqlplus-linux-x86-64-10.2.0.3-20070103.zip 789884 MD5 f71e87b5434ea952d159cb888ea8efb5 instantclient-sqlplus-linux32-10.2.0.3-20061115.zip 741699 RMD160 31e5346bbc6f597d69d6449bca8292c78c049ad0 instantclient-sqlplus-linux32-10.2.0.3-20061115.zip 741699 SHA256 aad12fd25a234fec76d672f7993911b9f267732b7bf244d76f44bc212edbd76a instantclient-sqlplus-linux32-10.2.0.3-20061115.zip 741699 diff --git a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.1.0.5.ebuild b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.1.0.5.ebuild index af217f74a7a5..2db1f9aac56b 100644 --- a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.1.0.5.ebuild +++ b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.1.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.1.0.5.ebuild,v 1.1 2006/07/23 11:12:37 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.1.0.5.ebuild,v 1.2 2007/01/27 14:15:07 dertobi123 Exp $ inherit eutils @@ -8,7 +8,7 @@ MY_P="${PN/oracle-/}-linux32-${PV}-20060511" S=${WORKDIR} DESCRIPTION="Oracle 10g client installation for Linux: SQL*Plus" -HOMEPAGE="http://otn.oracle.com/software/tech/oci/instantclient/htdocs/linuxsoft.html" +HOMEPAGE="http://www.oracle.com/technology/tech/oci/instantclient/index.html" SRC_URI="${MY_P}.zip" LICENSE="OTN" @@ -24,7 +24,8 @@ DEPEND="${RDEPEND} pkg_nofetch() { eerror "Please go to:" eerror " ${HOMEPAGE}" - eerror "and download the SQL*Plus package. Put it in:" + eerror "select your platform and download the" + eerror "SQL*Plus package. Put it in:" eerror " ${DISTDIR}" eerror "after downloading it." } diff --git a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.2.ebuild b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.2.ebuild index 4221d61b0008..f17327e226f7 100644 --- a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.2.ebuild +++ b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.2.ebuild,v 1.3 2006/06/06 20:37:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.2.ebuild,v 1.4 2007/01/27 14:15:07 dertobi123 Exp $ inherit eutils @@ -11,7 +11,7 @@ MY_P_ppc64="${PN/oracle-/}-linuxppc-${PV}-20060327" S=${WORKDIR} DESCRIPTION="Oracle 10g client installation for Linux: SQL*Plus" -HOMEPAGE="http://otn.oracle.com/software/tech/oci/instantclient/htdocs/linuxsoft.html" +HOMEPAGE="http://www.oracle.com/technology/tech/oci/instantclient/index.html" SRC_URI="x86? ( ${MY_P_x86}.zip ) amd64? ( ${MY_P_amd64}.zip ) ppc? ( ${MY_P_ppc}.zip ) @@ -36,7 +36,8 @@ pkg_setup() { pkg_nofetch() { eerror "Please go to:" eerror " ${HOMEPAGE}" - eerror "and download the SQL*Plus package. Put it in:" + eerror "select your platform and download the" + eerror "SQL*Plus package. Put it in:" eerror " ${DISTDIR}" eerror "after downloading it." } diff --git a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.3.ebuild b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.3.ebuild index 3f0f6dbdcb56..97c925e36b80 100644 --- a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.3.ebuild +++ b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.3.ebuild @@ -1,19 +1,21 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.3.ebuild,v 1.1 2006/12/26 17:57:06 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.3.ebuild,v 1.2 2007/01/27 14:15:07 dertobi123 Exp $ inherit eutils MY_P_x86="${PN/oracle-/}-linux32-${PV}-20061115" +MY_P_amd64="${PN/oracle-/}-linux-x86-64-${PV}-20070103" S=${WORKDIR} DESCRIPTION="Oracle 10g client installation for Linux: SQL*Plus" -HOMEPAGE="http://otn.oracle.com/software/tech/oci/instantclient/htdocs/linuxsoft.html" -SRC_URI="x86? ( ${MY_P_x86}.zip )" +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="-* ~x86" +KEYWORDS="-* ~amd64 ~x86" RESTRICT="fetch" IUSE="" @@ -30,7 +32,8 @@ pkg_setup() { pkg_nofetch() { eerror "Please go to:" eerror " ${HOMEPAGE}" - eerror "and download the SQL*Plus package. Put it in:" + eerror "select your platform and download the" + eerror "SQL*Plus package. Put it in:" eerror " ${DISTDIR}" eerror "after downloading it." } |