Gentoo Archives: gentoo-commits

From: Markos Chandras <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: Documentation/maintainers/
Date: Tue, 10 Jul 2012 17:23:24
Message-Id: 1341941129.9ca1c9b46ff2c0c0f19095805d3abf8d1778b6ce.hwoarang@gentoo
1 commit: 9ca1c9b46ff2c0c0f19095805d3abf8d1778b6ce
2 Author: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 10 17:25:29 2012 +0000
4 Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 10 17:25:29 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=9ca1c9b4
7
8 bump-python-revisions: Make sure old files are gone
9
10 ---
11 Documentation/maintainers/bump-python-revisions | 2 ++
12 1 files changed, 2 insertions(+), 0 deletions(-)
13
14 diff --git a/Documentation/maintainers/bump-python-revisions b/Documentation/maintainers/bump-python-revisions
15 index 47a7771..3a36f30 100755
16 --- a/Documentation/maintainers/bump-python-revisions
17 +++ b/Documentation/maintainers/bump-python-revisions
18 @@ -37,6 +37,7 @@ dosip(){
19 tomove=$(find '.' -type f -name "sip-*_pre*.ebuild"|tail -1)
20 einfo "Previous ebuild: ${tomove#./}"
21 mv ${tomove#./} sip-${new_sip_ver}_pre${DATE}.ebuild || exit "Failed to bump sip"
22 + git rm ${tomove}
23 ebegin "Changing revision number to: ${new_sip_rev}"
24 sed -i "/^HG_REVISION/s:=.*:=${new_sip_rev}:" sip-${new_sip_ver}_pre${DATE}.ebuild
25 eend $?
26 @@ -57,6 +58,7 @@ dopyqt4(){
27 tomove=$(find '.' -type f -name "PyQt4-*_pre*.ebuild"|tail -1)
28 einfo "Previous ebuild: ${tomove#./}"
29 mv ${tomove#./} PyQt4-${new_pyqt4_ver}_pre${DATE}.ebuild || exit "Failed to bump PyQt4"
30 + git rm ${tomove}
31 ebegin "Changing revision number to: ${new_pyqt4_rev}"
32 sed -i "/^REVISION/s:=.*:=${new_pyqt4_rev}:" PyQt4-${new_pyqt4_ver}_pre${DATE}.ebuild
33 eend $?