aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-05-05 23:14:09 +0100
committerMarkos Chandras <hwoarang@gentoo.org>2012-05-05 23:14:09 +0100
commit9c3622b646107bf750fc69cbd688858083aa6e76 (patch)
treed9b3832fe3b1ff52210302f1d50ad8e3a4057155 /Documentation
parentPyQt4/sip: Automated version bump, remove old (diff)
downloadqt-9c3622b646107bf750fc69cbd688858083aa6e76.tar.gz
qt-9c3622b646107bf750fc69cbd688858083aa6e76.tar.bz2
qt-9c3622b646107bf750fc69cbd688858083aa6e76.zip
bump-python-revisions: Minor formatting fixes
Diffstat (limited to 'Documentation')
-rwxr-xr-xDocumentation/maintainers/bump-python-revisions11
1 files changed, 5 insertions, 6 deletions
diff --git a/Documentation/maintainers/bump-python-revisions b/Documentation/maintainers/bump-python-revisions
index 8d771fab..4bb11349 100755
--- a/Documentation/maintainers/bump-python-revisions
+++ b/Documentation/maintainers/bump-python-revisions
@@ -102,9 +102,8 @@ getrevisions(){
popd >> /dev/null
einfo "Old Revisions:"
- echo
- einfo "PyQt4: ${pyqt4_revision}"
- einfo "sip: ${sip_revision}"
+ einfo "PyQt4 : ${pyqt4_revision}"
+ einfo "sip : ${sip_revision}"
# Find new revisions
new_pyqt4=$(curl -s http://www.riverbankcomputing.com/software/pyqt/download|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