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-basic: ChangeLog oracle-instantclient-basic-11.2.0.3.ebuild
Date: Mon, 24 Sep 2012 18:49:44 +0000 (UTC)	[thread overview]
Message-ID: <20120924184944.9DC8D21600@flycatcher.gentoo.org> (raw)

haubi       12/09/24 18:49:44

  Modified:             ChangeLog
                        oracle-instantclient-basic-11.2.0.3.ebuild
  Log:
  Add instructions to download all shown files, inspired by Richard Grenville in bug#408591.
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 dev-db/oracle-instantclient-basic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	4 Jun 2012 06:37:16 -0000	1.49
+++ ChangeLog	24 Sep 2012 18:49:44 -0000	1.50
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/oracle-instantclient-basic
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v 1.49 2012/06/04 06:37:16 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v 1.50 2012/09/24 18:49:44 haubi Exp $
+
+  24 Sep 2012; Michael Haubenwallner <haubi@gentoo.org>
+  oracle-instantclient-basic-11.2.0.3.ebuild:
+  Add instructions to download all shown files, inspired by Richard Grenville
+  in bug#408591.
 
   04 Jun 2012; Zac Medico <zmedico@gentoo.org>
   oracle-instantclient-basic-10.2.0.3-r1.ebuild,



1.6                  dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild

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

Index: oracle-instantclient-basic-11.2.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- oracle-instantclient-basic-11.2.0.3.ebuild	9 Mar 2012 17:04:41 -0000	1.5
+++ oracle-instantclient-basic-11.2.0.3.ebuild	24 Sep 2012 18:49:44 -0000	1.6
@@ -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-basic/oracle-instantclient-basic-11.2.0.3.ebuild,v 1.5 2012/03/09 17:04:41 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild,v 1.6 2012/09/24 18:49:44 haubi Exp $
 
 EAPI="4"
 
@@ -52,6 +52,14 @@
 	[[ -n ${MY_PLAT} ]]
 }
 
+oic_distfile_status() {
+	if [[ -r ${DISTDIR}/${1} ]]; then
+		echo "already here"
+	else
+		echo "still absent"
+	fi
+}
+
 pkg_nofetch() {
 	eerror "Please go to"
 	eerror "  ${HOMEPAGE%/*}/index-097480.html"
@@ -60,12 +68,12 @@
 	do
 		set_my_abivars || continue
 		eerror "Instant Client for ${MY_PLAT}"
-		eerror "    Basic: ${MY_A}"
+		eerror "    Basic: ($(oic_distfile_status ${MY_A})) ${MY_A}"
 		if is_final_abi; then
-			eerror "    SDK:   ${MY_ASDK}"
+			eerror "    SDK:   ($(oic_distfile_status ${MY_ASDK})) ${MY_ASDK}"
 		fi
 	done
-	eerror "After downloading, put them in:"
+	eerror "After downloading these files (for *all* shown architectures), put them in:"
 	eerror "    ${DISTDIR}/"
 }
 





             reply	other threads:[~2012-09-24 18:49 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-24 18:49 Michael Haubenwallner (haubi) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-11-11  9:35 [gentoo-commits] gentoo-x86 commit in dev-db/oracle-instantclient-basic: ChangeLog oracle-instantclient-basic-11.2.0.3.ebuild Michael Haubenwallner (haubi)
2012-11-28 15:54 Michael Haubenwallner (haubi)
2012-11-15 19:36 Michael Haubenwallner (haubi)
2012-11-14 17:20 Agostino Sarubbo (ago)
2012-11-14 17:18 Agostino Sarubbo (ago)
2012-09-24 21:13 Michael Haubenwallner (haubi)
2012-03-09 17:04 Michael Haubenwallner (haubi)
2012-03-07 16:18 Michael Haubenwallner (haubi)
2012-03-07 15:22 Michael Haubenwallner (haubi)
2012-03-07 14:07 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=20120924184944.9DC8D21600@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