Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmsystemtray: ChangeLog wmsystemtray-1.3.ebuild
Date: Tue, 11 Feb 2014 09:29:15
Message-Id: 20140211092909.50C3C2004C@flycatcher.gentoo.org
1 voyageur 14/02/11 09:29:09
2
3 Modified: ChangeLog
4 Added: wmsystemtray-1.3.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
9
10 Revision Changes Path
11 1.2 x11-plugins/wmsystemtray/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsystemtray/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsystemtray/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsystemtray/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 22 Feb 2012 11:29:03 -0000 1.1
24 +++ ChangeLog 11 Feb 2014 09:29:09 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-plugins/wmsystemtray
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/ChangeLog,v 1.1 2012/02/22 11:29:03 voyageur Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/ChangeLog,v 1.2 2014/02/11 09:29:09 voyageur Exp $
31 +
32 +*wmsystemtray-1.3 (11 Feb 2014)
33 +
34 + 11 Feb 2014; Bernard Cafarelli <voyageur@g.o>
35 + +wmsystemtray-1.3.ebuild:
36 + Version bump
37
38 *wmsystemtray-1.2 (20 Feb 2012)
39
40
41
42
43 1.1 x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: wmsystemtray-1.3.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild,v 1.1 2014/02/11 09:29:09 voyageur Exp $
53
54 EAPI=5
55
56 DESCRIPTION="a system tray dockapp with the ability to display more than just four tray icons"
57 HOMEPAGE="http://sourceforge.net/projects/wmsystemtray/"
58 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 DEPEND="x11-libs/libXext
66 x11-libs/libXfixes
67 x11-libs/libXmu"
68 RDEPEND="${DEPEND}"