Gentoo Archives: gentoo-commits

From: "Lukasz Strzygowski (lucass)" <lucass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/stalonetray: ChangeLog stalonetray-0.7.6.ebuild
Date: Tue, 25 Mar 2008 11:09:47
Message-Id: E1Je71p-0001Y3-RY@stork.gentoo.org
1 lucass 08/03/25 11:09:17
2
3 Modified: ChangeLog
4 Added: stalonetray-0.7.6.ebuild
5 Log:
6 Version bump, bug #214526.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.5 x11-misc/stalonetray/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/stalonetray/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/stalonetray/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/stalonetray/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/stalonetray/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 24 Mar 2008 11:17:50 -0000 1.4
23 +++ ChangeLog 25 Mar 2008 11:09:17 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-misc/stalonetray
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/stalonetray/ChangeLog,v 1.4 2008/03/24 11:17:50 coldwind Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/stalonetray/ChangeLog,v 1.5 2008/03/25 11:09:17 lucass Exp $
29 +
30 +*stalonetray-0.7.6 (25 Mar 2008)
31 +
32 + 25 Mar 2008; Lukasz Strzygowski <lucass@g.o>
33 + +stalonetray-0.7.6.ebuild:
34 + Version bump, bug #214526.
35
36 24 Mar 2008; Santiago M. Mola <coldwind@g.o>
37 stalonetray-0.7.3.ebuild:
38
39
40
41 1.1 x11-misc/stalonetray/stalonetray-0.7.6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/stalonetray/stalonetray-0.7.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/stalonetray/stalonetray-0.7.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: stalonetray-0.7.6.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-misc/stalonetray/stalonetray-0.7.6.ebuild,v 1.1 2008/03/25 11:09:17 lucass Exp $
51
52 DESCRIPTION="System tray utility including support for KDE system tray icons"
53 HOMEPAGE="http://stalonetray.sourceforge.net/"
54 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86"
59 IUSE="debug kde"
60
61 RDEPEND="x11-libs/libX11
62 x11-libs/libICE
63 x11-libs/libSM
64 x11-libs/libXpm"
65 DEPEND="${RDEPEND}
66 x11-proto/xproto"
67
68 src_compile() {
69 econf \
70 $(use_enable debug) \
71 $(use_enable kde native-kde) \
72 || die "econf failed"
73
74 emake || die "emake failed"
75 }
76
77 src_install() {
78 emake DESTDIR="${D}" install || die "emake install failed"
79
80 dodoc AUTHORS ChangeLog NEWS README stalonetrayrc.sample TODO
81 dohtml stalonetray.html
82 }
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list