Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellmss: gkrellmss-2.6-r1.ebuild gkrellmss-2.6.ebuild ChangeLog
Date: Mon, 03 Aug 2009 13:31:32
Message-Id: E1MXxdS-0005XS-1U@stork.gentoo.org
1 lack 09/08/03 13:31:30
2
3 Modified: gkrellmss-2.6-r1.ebuild gkrellmss-2.6.ebuild
4 ChangeLog
5 Log:
6 Moved checks to pkg_setup (Bug #279786)
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: gkrellmss-2.6-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- gkrellmss-2.6-r1.ebuild 4 Jun 2009 21:22:37 -0000 1.5
23 +++ gkrellmss-2.6-r1.ebuild 3 Aug 2009 13:31:29 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild,v 1.5 2009/06/04 21:22:37 klausman Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild,v 1.6 2009/08/03 13:31:29 lack Exp $
29
30 inherit gkrellm-plugin
31
32 @@ -23,7 +23,7 @@
33 PLUGIN_SO="src/gkrellmss.so"
34 PLUGIN_DOCS="Themes"
35
36 -pkg_preinst() {
37 +pkg_setup() {
38 if ! use esd && ! use alsa; then
39 die "You must enable at least one of USE=esd or USE=alsa"
40 fi
41
42
43
44 1.12 x11-plugins/gkrellmss/gkrellmss-2.6.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild?rev=1.12&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild?rev=1.12&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild?r1=1.11&r2=1.12
49
50 Index: gkrellmss-2.6.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild,v
53 retrieving revision 1.11
54 retrieving revision 1.12
55 diff -u -r1.11 -r1.12
56 --- gkrellmss-2.6.ebuild 28 Jul 2008 14:00:10 -0000 1.11
57 +++ gkrellmss-2.6.ebuild 3 Aug 2009 13:31:29 -0000 1.12
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2008 Gentoo Foundation
60 +# Copyright 1999-2009 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild,v 1.11 2008/07/28 14:00:10 lack Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild,v 1.12 2009/08/03 13:31:29 lack Exp $
64
65 inherit gkrellm-plugin
66
67 @@ -23,7 +23,7 @@
68 PLUGIN_SO="src/gkrellmss.so"
69 PLUGIN_DOCS="Themes"
70
71 -pkg_preinst() {
72 +pkg_setup() {
73 if ! use esd && ! use alsa; then
74 die "You must enable at least one of USE=esd or USE=alsa"
75 fi
76
77
78
79 1.31 x11-plugins/gkrellmss/ChangeLog
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/ChangeLog?rev=1.31&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/ChangeLog?rev=1.31&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/ChangeLog?r1=1.30&r2=1.31
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/ChangeLog,v
88 retrieving revision 1.30
89 retrieving revision 1.31
90 diff -u -r1.30 -r1.31
91 --- ChangeLog 4 Jun 2009 21:22:37 -0000 1.30
92 +++ ChangeLog 3 Aug 2009 13:31:29 -0000 1.31
93 @@ -1,6 +1,10 @@
94 # ChangeLog for x11-plugins/gkrellmss
95 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/ChangeLog,v 1.30 2009/06/04 21:22:37 klausman Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/ChangeLog,v 1.31 2009/08/03 13:31:29 lack Exp $
98 +
99 + 03 Aug 2009; Jim Ramsay <lack@g.o> gkrellmss-2.6.ebuild,
100 + gkrellmss-2.6-r1.ebuild:
101 + Moved checks to pkg_setup (Bug #279786)
102
103 04 Jun 2009; Tobias Klausmann <klausman@g.o>
104 gkrellmss-2.6-r1.ebuild: