From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E1001395E3 for ; Sun, 13 Nov 2016 17:51:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B01B921C028; Sun, 13 Nov 2016 17:51:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57C4C21C028 for ; Sun, 13 Nov 2016 17:51:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 589A1340EAA for ; Sun, 13 Nov 2016 17:51:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDBC824A7 for ; Sun, 13 Nov 2016 17:51:04 +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: <1478993394.8c85629e0501e1c451a8f8981c9a84e705b0b735.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: 8c85629e0501e1c451a8f8981c9a84e705b0b735 X-VCS-Branch: master Date: Sun, 13 Nov 2016 17:51: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: 0b9db7a1-7230-4b31-a3c7-fa7c4bf418d1 X-Archives-Hash: 7e0896050e767ef34b0a16479cd4725a commit: 8c85629e0501e1c451a8f8981c9a84e705b0b735 Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Nov 12 22:30:50 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Nov 12 23:29:54 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c85629e Documentation: bump-from-set.sh: Trace sets recursively Documentation/maintainers/bump-from-set.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/maintainers/bump-from-set.sh b/Documentation/maintainers/bump-from-set.sh index 199af2a..f109233 100755 --- a/Documentation/maintainers/bump-from-set.sh +++ b/Documentation/maintainers/bump-from-set.sh @@ -10,6 +10,10 @@ get_package_list_from_set() { for entry in $(grep -v ^[#@] "${PORTDIR}/sets/${set}") ; do echo $(qatom ${entry} | cut -d " " -f 1-2 | tr " " "/") done + + for entry in $(grep ^@ "${PORTDIR}/sets/${set}") ; do + get_package_list_from_set ${entry/@/} + done } get_main_tree_keyword() {