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.60) (envelope-from ) id 1SQnFl-0001uG-AX for garchives@archives.gentoo.org; Sat, 05 May 2012 22:15:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A21F2E0942; Sat, 5 May 2012 22:14:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6CD4DE0942 for ; Sat, 5 May 2012 22:14:53 +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 A58731B404E for ; Sat, 5 May 2012 22:14:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7662DE5403 for ; Sat, 5 May 2012 22:14:50 +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: <1336256049.9c3622b646107bf750fc69cbd688858083aa6e76.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: 9c3622b646107bf750fc69cbd688858083aa6e76 X-VCS-Branch: master Date: Sat, 5 May 2012 22:14:50 +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: 89b76acc-a63e-44f3-9557-8431fad4f895 X-Archives-Hash: 906a08566c950b78d3f6cf83be91bf2f commit: 9c3622b646107bf750fc69cbd688858083aa6e76 Author: Markos Chandras gentoo org> AuthorDate: Sat May 5 22:14:09 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Sat May 5 22:14:09 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D9c3622b6 bump-python-revisions: Minor formatting fixes --- Documentation/maintainers/bump-python-revisions | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Documentation/maintainers/bump-python-revisions b/Documentat= ion/maintainers/bump-python-revisions index 8d771fa..4bb1134 100755 --- a/Documentation/maintainers/bump-python-revisions +++ b/Documentation/maintainers/bump-python-revisions @@ -102,9 +102,8 @@ getrevisions(){ popd >> /dev/null =20 einfo "Old Revisions:" - echo - einfo "PyQt4: ${pyqt4_revision}" - einfo "sip: ${sip_revision}" + einfo "PyQt4 : ${pyqt4_revision}" + einfo "sip : ${sip_revision}" =20 # Find new revisions new_pyqt4=3D$(curl -s http://www.riverbankcomputing.com/software/pyqt/d= ownload|grep "x11-gpl-snapshot-.*.tar.gz"|cut -d '/' -f 5|cut -d '-' -f 6= |sed "s:\..*::") @@ -123,9 +122,9 @@ getrevisions(){ [[ -n ${PYPKG} ]] && rm ${TEMP}/${PYPKG}.tar.gz && rm ${dst}/${PYPKG}.= tar.gz rm -r ${TEMP} else - echo - einfo "No new snapshots. Sorry :-(" - echo + ewarn "" + ewarn "No new snapshots. Sorry :-(" + ewarn "" fi exit 0 =20