From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9A71E138202 for ; Fri, 16 Nov 2012 16:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E6DBE00B5; Fri, 16 Nov 2012 16:54:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 934C3E003C for ; Fri, 16 Nov 2012 16:54:06 +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 8D86433D96A for ; Fri, 16 Nov 2012 16:54:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0B26AE5444 for ; Fri, 16 Nov 2012 16:54:04 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1353084710.8c3346b35567d9c56377b0f4df4c122a673353db.alexxy@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: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 8c3346b35567d9c56377b0f4df4c122a673353db X-VCS-Branch: master Date: Fri, 16 Nov 2012 16:54:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c025dcbe-45ea-499f-a3ec-079655fd0b7b X-Archives-Hash: 22a7d3bb2c00766b8d43ac7ab434e975 commit: 8c3346b35567d9c56377b0f4df4c122a673353db Author: Alexey Shvetsov gentoo org> AuthorDate: Fri Nov 16 16:51:50 2012 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Fri Nov 16 16:51:50 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8c3346b3 [Documentation] Fix bumptool Signed-off-by: Alexey Shvetsov gentoo.org> --- Documentation/maintainers/bump_new_revision.sh | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/Documentation/maintainers/bump_new_revision.sh b/Documentation/maintainers/bump_new_revision.sh index ca07b12..18b9ea0 100755 --- a/Documentation/maintainers/bump_new_revision.sh +++ b/Documentation/maintainers/bump_new_revision.sh @@ -17,7 +17,15 @@ get_packages_from_slot() { echo ${SLOTFILE} # debug # remove empty lines, another slots and comments, replace slot by # version.ebuild - sed -e '/^[@#]/d;/^$/d;\@kde-base/@!d;s/^>=//g;s/^~//g;s/-4\..\.50$//g;s/-9999$//g' \ + sed -e '/^[@#]/d' \ + -e '/^$/d' \ + -e '\@kde-base/@!d' \ + -e 's/^>=//g' \ + -e 's/^~//g' \ + -e 's/^> ${TMPFILE} done }