From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SmTnu-0007I3-3d for garchives@archives.gentoo.org; Wed, 04 Jul 2012 17:55:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A8B0E0262; Wed, 4 Jul 2012 17:55:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EB7A9E0262 for ; Wed, 4 Jul 2012 17:55:45 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 600CD1B4091 for ; Wed, 4 Jul 2012 17:55:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 27F8CE5436 for ; Wed, 4 Jul 2012 17:55:44 +0000 (UTC) From: "Markos Chandras" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markos Chandras" Message-ID: <1341424487.8044c5a28423b19c8bbaf77a194087ec036a6846.hwoarang@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/qt X-VCS-Files: Documentation/maintainers/bump-python-revisions X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 8044c5a28423b19c8bbaf77a194087ec036a6846 X-VCS-Branch: master Date: Wed, 4 Jul 2012 17:55:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 39a8c1c7-9a5d-4347-a597-e0b54fc51bd7 X-Archives-Hash: 7710211a06a1dd1ecd24435ea1e7399d commit: 8044c5a28423b19c8bbaf77a194087ec036a6846 Author: Markos Chandras gentoo org> AuthorDate: Wed Jul 4 17:54:47 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Wed Jul 4 17:54:47 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D8044c5a2 bump-python-revisions: Update code for SIP packages --- Documentation/maintainers/bump-python-revisions | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/maintainers/bump-python-revisions b/Documentat= ion/maintainers/bump-python-revisions index 9674efb..47a7771 100755 --- a/Documentation/maintainers/bump-python-revisions +++ b/Documentation/maintainers/bump-python-revisions @@ -25,7 +25,7 @@ usage() { =20 =20 dosip(){ - SIPKG=3D"sip-snapshot-${new_sip}" # Format Sip package + SIPKG=3D"sip-${new_sip}" # Format Sip package ebegin "Downloading ${SIPKG} tarball..." wget -P ${TEMP} http://www.riverbankcomputing.co.uk/static/Downloads/si= p4/${SIPKG}.tar.gz || exit 2 eend $? @@ -123,9 +123,9 @@ getrevisions(){ new_sip=3D$(curl -s \ http://www.riverbankcomputing.com/software/sip/download \ | grep "snapshot-.*.tar.gz" \ - | cut -d '/' -f 5 | cut -d '-' -f 6-7 \ + | cut -d '/' -f 5 | cut -d '-' -f 5-8 \ | sed -e "s@\.tar\.gz.*@@") - new_sip_rev=3D$(echo $new_sip | cut -d '-' -f 2) + new_sip_rev=3D$(echo $new_sip | cut -d '-' -f 3) new_sip_ver=3D$(echo $new_sip | cut -d '-' -f 1) [[ -z ${new_sip} ]] || \ einfo "New sip snapshot@rev: ${new_sip}@${new_sip_rev}"