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 1ShpcU-0000fF-G5 for garchives@archives.gentoo.org; Thu, 21 Jun 2012 22:12:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74690E0CF5; Thu, 21 Jun 2012 22:07:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 22096E0B23 for ; Thu, 21 Jun 2012 22:01:11 +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 8960C1B4033 for ; Thu, 21 Jun 2012 22:01:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4F37AE5435 for ; Thu, 21 Jun 2012 22:01:09 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1340316107.74e196a2c3278e3c6a793f9c79323906c75ccb41.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/bump_new_revision.sh X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 74e196a2c3278e3c6a793f9c79323906c75ccb41 X-VCS-Branch: master Date: Thu, 21 Jun 2012 22:01:09 +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: 3c5d8fb6-e42f-4217-9673-0ec4bffa76e9 X-Archives-Hash: e4f6e3b8c02de83a33d83acd94ef424f commit: 74e196a2c3278e3c6a793f9c79323906c75ccb41 Author: Andreas K. Huettel (dilfridge) akhuettel de> AuthorDate: Thu Jun 21 22:01:47 2012 +0000 Commit: Andreas H=C3=BCttel gentoo org> CommitDate: Thu Jun 21 22:01:47 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D74e196a2 [bumptool] make sure we dont bump 4.8.49.9999 instead of 4.8.4 --- Documentation/maintainers/bump_new_revision.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/maintainers/bump_new_revision.sh b/Documentati= on/maintainers/bump_new_revision.sh index 5af1ddb..afdec02 100755 --- a/Documentation/maintainers/bump_new_revision.sh +++ b/Documentation/maintainers/bump_new_revision.sh @@ -353,7 +353,7 @@ case ${OPERATION} in # we need to copy the file we want to play with ## first generate the correct filename, we expect that if someone ad= ded -rX to the package it has reason. pushd "${OVERLAY}/${dir}" &> /dev/null - EBUILD=3D`find ./ -name \*.ebuild |grep ${VERSION} | sort |tail -n 1= ` + EBUILD=3D`find ./ -name \*.ebuild |grep "${VERSION}\\." | sort |tail= -n 1` cp -f ${EBUILD} "${WRKDIR}" popd &> /dev/null _addcvsfile "${WRKDIR}" ${EBUILD/*\//}