Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-vdr r618 - in gentoo-vdr-scripts/trunk: . vdrplugin-rebuild
Date: Sat, 21 Jun 2008 13:10:55
Message-Id: E1KA2rh-0006J2-6i@stork.gentoo.org
1 Author: zzam
2 Date: 2008-06-21 13:10:48 +0000 (Sat, 21 Jun 2008)
3 New Revision: 618
4
5 Modified:
6 gentoo-vdr-scripts/trunk/ChangeLog
7 gentoo-vdr-scripts/trunk/vdrplugin-rebuild/vdrplugin-rebuild
8 Log:
9 Do not print ignored plugins.
10
11 Modified: gentoo-vdr-scripts/trunk/ChangeLog
12 ===================================================================
13 --- gentoo-vdr-scripts/trunk/ChangeLog 2008-06-21 13:10:21 UTC (rev 617)
14 +++ gentoo-vdr-scripts/trunk/ChangeLog 2008-06-21 13:10:48 UTC (rev 618)
15 @@ -3,6 +3,10 @@
16
17 21 Jun 2008; Matthias Schwarzott <zzam@g.o>
18 vdrplugin-rebuild/vdrplugin-rebuild:
19 + Do not print ignored plugins.
20 +
21 + 21 Jun 2008; Matthias Schwarzott <zzam@g.o>
22 + vdrplugin-rebuild/vdrplugin-rebuild:
23 Added option to only rebuild packages that have a different header
24 checksum than current vdr.
25
26
27 Modified: gentoo-vdr-scripts/trunk/vdrplugin-rebuild/vdrplugin-rebuild
28 ===================================================================
29 --- gentoo-vdr-scripts/trunk/vdrplugin-rebuild/vdrplugin-rebuild 2008-06-21 13:10:21 UTC (rev 617)
30 +++ gentoo-vdr-scripts/trunk/vdrplugin-rebuild/vdrplugin-rebuild 2008-06-21 13:10:48 UTC (rev 618)
31 @@ -146,12 +146,12 @@
32 done
33 fi
34
35 - if [[ -n ${toignore[@]} ]]; then
36 - echo -e "${C_BOLD}${C_GREEN}** Packages which I will ignore are:${C_NORM}"
37 - for pkg in ${toignore[@]}; do
38 - echo -e "\t${pkg}"
39 - done
40 - fi
41 + #if [[ -n ${toignore[@]} ]]; then
42 + # echo -e "${C_BOLD}${C_GREEN}** Packages which I will ignore are:${C_NORM}"
43 + # for pkg in ${toignore[@]}; do
44 + # echo -e "\t${pkg}"
45 + # done
46 + #fi
47 }
48
49 # legacy stuff - should not be needed normally
50
51 --
52 gentoo-commits@l.g.o mailing list