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 1Soe9k-0001F6-LW for garchives@archives.gentoo.org; Tue, 10 Jul 2012 17:23:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D3B9E09B2; Tue, 10 Jul 2012 17:23:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0ADE1E09B2 for ; Tue, 10 Jul 2012 17:23:15 +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 723471B402E for ; Tue, 10 Jul 2012 17:23:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 38CEEE543C for ; Tue, 10 Jul 2012 17:23:14 +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: <1341941129.9ca1c9b46ff2c0c0f19095805d3abf8d1778b6ce.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: 9ca1c9b46ff2c0c0f19095805d3abf8d1778b6ce X-VCS-Branch: master Date: Tue, 10 Jul 2012 17:23:14 +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: 27b8c919-4575-485e-b6c9-2e280c259a17 X-Archives-Hash: 3561465c65dc1ae07dd847950753a819 commit: 9ca1c9b46ff2c0c0f19095805d3abf8d1778b6ce Author: Markos Chandras gentoo org> AuthorDate: Tue Jul 10 17:25:29 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Tue Jul 10 17:25:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D9ca1c9b4 bump-python-revisions: Make sure old files are gone --- Documentation/maintainers/bump-python-revisions | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Documentation/maintainers/bump-python-revisions b/Documentat= ion/maintainers/bump-python-revisions index 47a7771..3a36f30 100755 --- a/Documentation/maintainers/bump-python-revisions +++ b/Documentation/maintainers/bump-python-revisions @@ -37,6 +37,7 @@ dosip(){ tomove=3D$(find '.' -type f -name "sip-*_pre*.ebuild"|tail -1) einfo "Previous ebuild: ${tomove#./}" mv ${tomove#./} sip-${new_sip_ver}_pre${DATE}.ebuild || exit "Failed to= bump sip" + git rm ${tomove} ebegin "Changing revision number to: ${new_sip_rev}" sed -i "/^HG_REVISION/s:=3D.*:=3D${new_sip_rev}:" sip-${new_sip_ver}_pr= e${DATE}.ebuild eend $? @@ -57,6 +58,7 @@ dopyqt4(){ tomove=3D$(find '.' -type f -name "PyQt4-*_pre*.ebuild"|tail -1) einfo "Previous ebuild: ${tomove#./}" mv ${tomove#./} PyQt4-${new_pyqt4_ver}_pre${DATE}.ebuild || exit "Faile= d to bump PyQt4" + git rm ${tomove} ebegin "Changing revision number to: ${new_pyqt4_rev}" sed -i "/^REVISION/s:=3D.*:=3D${new_pyqt4_rev}:" PyQt4-${new_pyqt4_ver}= _pre${DATE}.ebuild eend $?