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 2FFD31381F3 for ; Sun, 26 May 2013 19:58:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9785E0D08; Sun, 26 May 2013 19:58:27 +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 519CBE0D08 for ; Sun, 26 May 2013 19:58:27 +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 68A5633DF48 for ; Sun, 26 May 2013 19:58:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DD174E4402 for ; Sun, 26 May 2013 19:58:23 +0000 (UTC) From: "Maxim Koltsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maxim Koltsov" Message-ID: <1369598350.b6c91b66916f0783d20f5851d65f7803cd10c5d1.maksbotan@gentoo> Subject: [gentoo-commits] dev/maksbotan:master commit in: Documentation/ X-VCS-Repository: dev/maksbotan X-VCS-Files: Documentation/leech_bump.sh X-VCS-Directories: Documentation/ X-VCS-Committer: maksbotan X-VCS-Committer-Name: Maxim Koltsov X-VCS-Revision: b6c91b66916f0783d20f5851d65f7803cd10c5d1 X-VCS-Branch: master Date: Sun, 26 May 2013 19:58:23 +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: c8efa895-f3ca-49a0-9358-80799a198b8c X-Archives-Hash: 51d3f66e0a340fcc94eb00b0457267b3 commit: b6c91b66916f0783d20f5851d65f7803cd10c5d1 Author: Maxim Koltsov gentoo org> AuthorDate: Sun May 26 19:59:10 2013 +0000 Commit: Maxim Koltsov gentoo org> CommitDate: Sun May 26 19:59:10 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/maksbotan.git;a=commit;h=b6c91b66 Make leech_bump.sh support new category --- Documentation/leech_bump.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/leech_bump.sh b/Documentation/leech_bump.sh index c554d63..d0b5823 100755 --- a/Documentation/leech_bump.sh +++ b/Documentation/leech_bump.sh @@ -155,7 +155,7 @@ for atom in */*; do if [[ $CATEGORY == "eclass" ]]; then continue fi - if [[ ${PN} != leechcraft-* ]]; then + if ! [[ ( ${CATEGORY} == app-leechcraft && ${PN} == lc-* ) || (${PN} == leechcraft-*) ]]; then continue fi if [[ ${mode} != "list" ]]; then