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, 28 Jul 2008 14:00:25
Message-Id: E1KNTGl-0000pc-DT@stork.gentoo.org
1 lack 08/07/28 14:00:11
2
3 Modified: gkrellmss-2.6-r1.ebuild gkrellmss-2.6.ebuild
4 ChangeLog
5 Log:
6 Added 'die' if you try to build without at least one of USE=alsa or USE=esd (Bug #233025)
7 (Portage version: 2.2_rc3/cvs/Linux 2.6.23-gentoo-r5 i686)
8
9 Revision Changes Path
10 1.2 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.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild?r1=1.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gkrellmss-2.6-r1.ebuild 11 Apr 2008 15:12:26 -0000 1.1
23 +++ gkrellmss-2.6-r1.ebuild 28 Jul 2008 14:00:10 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 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.1 2008/04/11 15:12:26 lack Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild,v 1.2 2008/07/28 14:00:10 lack Exp $
29
30 inherit gkrellm-plugin
31
32 @@ -23,6 +23,12 @@
33 PLUGIN_SO="src/gkrellmss.so"
34 PLUGIN_DOCS="Themes"
35
36 +pkg_preinst() {
37 + if ! use esd && ! use alsa; then
38 + die "You must enable at least one of USE=esd or USE=alsa"
39 + fi
40 +}
41 +
42 src_compile() {
43 local myconf
44
45
46
47
48 1.11 x11-plugins/gkrellmss/gkrellmss-2.6.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild?rev=1.11&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild?rev=1.11&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild?r1=1.10&r2=1.11
53
54 Index: gkrellmss-2.6.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild,v
57 retrieving revision 1.10
58 retrieving revision 1.11
59 diff -u -r1.10 -r1.11
60 --- gkrellmss-2.6.ebuild 11 Jul 2007 20:39:22 -0000 1.10
61 +++ gkrellmss-2.6.ebuild 28 Jul 2008 14:00:10 -0000 1.11
62 @@ -1,6 +1,6 @@
63 -# Copyright 1999-2007 Gentoo Foundation
64 +# Copyright 1999-2008 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild,v 1.10 2007/07/11 20:39:22 mr_bones_ Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild,v 1.11 2008/07/28 14:00:10 lack Exp $
68
69 inherit gkrellm-plugin
70
71 @@ -23,6 +23,12 @@
72 PLUGIN_SO="src/gkrellmss.so"
73 PLUGIN_DOCS="Themes"
74
75 +pkg_preinst() {
76 + if ! use esd && ! use alsa; then
77 + die "You must enable at least one of USE=esd or USE=alsa"
78 + fi
79 +}
80 +
81 src_compile() {
82 local myconf
83
84
85
86
87 1.27 x11-plugins/gkrellmss/ChangeLog
88
89 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/ChangeLog?rev=1.27&view=markup
90 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/ChangeLog?rev=1.27&content-type=text/plain
91 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/ChangeLog?r1=1.26&r2=1.27
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/ChangeLog,v
96 retrieving revision 1.26
97 retrieving revision 1.27
98 diff -u -r1.26 -r1.27
99 --- ChangeLog 11 Apr 2008 15:12:26 -0000 1.26
100 +++ ChangeLog 28 Jul 2008 14:00:10 -0000 1.27
101 @@ -1,6 +1,11 @@
102 # ChangeLog for x11-plugins/gkrellmss
103 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/ChangeLog,v 1.26 2008/04/11 15:12:26 lack Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/ChangeLog,v 1.27 2008/07/28 14:00:10 lack Exp $
106 +
107 + 28 Jul 2008; Jim Ramsay <lack@g.o> gkrellmss-2.6.ebuild,
108 + gkrellmss-2.6-r1.ebuild:
109 + Added 'die' if you try to build without at least one of USE=alsa or
110 + USE=esd (Bug #233025)
111
112 *gkrellmss-2.6-r1 (11 Apr 2008)