Gentoo Archives: gentoo-commits

From: Maxim Koltsov <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/maksbotan:master commit in: Documentation/
Date: Sun, 26 May 2013 19:58:28
Message-Id: 1369598350.b6c91b66916f0783d20f5851d65f7803cd10c5d1.maksbotan@gentoo
1 commit: b6c91b66916f0783d20f5851d65f7803cd10c5d1
2 Author: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 26 19:59:10 2013 +0000
4 Commit: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
5 CommitDate: Sun May 26 19:59:10 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/maksbotan.git;a=commit;h=b6c91b66
7
8 Make leech_bump.sh support new category
9
10 ---
11 Documentation/leech_bump.sh | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/Documentation/leech_bump.sh b/Documentation/leech_bump.sh
15 index c554d63..d0b5823 100755
16 --- a/Documentation/leech_bump.sh
17 +++ b/Documentation/leech_bump.sh
18 @@ -155,7 +155,7 @@ for atom in */*; do
19 if [[ $CATEGORY == "eclass" ]]; then
20 continue
21 fi
22 - if [[ ${PN} != leechcraft-* ]]; then
23 + if ! [[ ( ${CATEGORY} == app-leechcraft && ${PN} == lc-* ) || (${PN} == leechcraft-*) ]]; then
24 continue
25 fi
26 if [[ ${mode} != "list" ]]; then