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 BFE87138A3F for ; Sun, 5 Apr 2015 18:33:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 542B3E09E9; Sun, 5 Apr 2015 18:33:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09EF8E09E9 for ; Sun, 5 Apr 2015 18:33:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A3B1340A18 for ; Sun, 5 Apr 2015 18:33:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BA481547C for ; Sun, 5 Apr 2015 18:33:05 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1428258749.6954b81d0dc53e42497627c5768f564d40d938df.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/bump-from-set.sh X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 6954b81d0dc53e42497627c5768f564d40d938df X-VCS-Branch: master Date: Sun, 5 Apr 2015 18:33:05 +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: 5a780c26-56f1-4927-9971-1f3fe54a94b3 X-Archives-Hash: 62dca612104dfbabcd38757ca65371eb commit: 6954b81d0dc53e42497627c5768f564d40d938df Author: Michael Palimaka gentoo org> AuthorDate: Sun Apr 5 18:32:29 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Apr 5 18:32:29 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6954b81d [Documentation] Cosmetics. Documentation/maintainers/bump-from-set.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Documentation/maintainers/bump-from-set.sh b/Documentation/maintainers/bump-from-set.sh index 0745930..65c2e5b 100755 --- a/Documentation/maintainers/bump-from-set.sh +++ b/Documentation/maintainers/bump-from-set.sh @@ -6,13 +6,11 @@ : ${PORTDIR:="$(pwd)"} get_package_list_from_set() { + local set="${1}" - local SET="${1}" - - for entry in $(grep -v ^[#@] "${PORTDIR}/sets/${SET}") ; do + for entry in $(grep -v ^[#@] "${PORTDIR}/sets/${set}") ; do echo $(qatom ${entry} | cut -d " " -f 1-2 | tr " " "/") done - } help() {