Gentoo Archives: gentoo-commits

From: "Michele Noberasco (s4t4n)" <s4t4n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmmsg: ChangeLog wmmsg-1.0.1-r1.ebuild
Date: Thu, 15 Jan 2009 11:32:34
Message-Id: E1LNQSc-0002fi-G3@stork.gentoo.org
1 s4t4n 09/01/15 11:32:30
2
3 Modified: ChangeLog
4 Added: wmmsg-1.0.1-r1.ebuild
5 Log:
6 Revision bump, with patch to fix monitor_desktops feature. Closes bug #253498.
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686)
8
9 Revision Changes Path
10 1.17 x11-plugins/wmmsg/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmsg/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmsg/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmsg/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 23 Mar 2008 13:27:54 -0000 1.16
23 +++ ChangeLog 15 Jan 2009 11:32:30 -0000 1.17
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-plugins/wmmsg
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.16 2008/03/23 13:27:54 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.17 2009/01/15 11:32:30 s4t4n Exp $
29 +
30 +*wmmsg-1.0.1-r1 (15 Jan 2009)
31 +
32 + 15 Jan 2009; Michele Noberasco <s4t4n@g.o>
33 + +files/wmmsg-1.0.1-alt-desktop.patch, +wmmsg-1.0.1-r1.ebuild:
34 + Revision bump, with patch to fix monitor_desktops feature. Closes bug #253498.
35
36 23 Mar 2008; nixnut <nixnut@g.o> wmmsg-1.0.1.ebuild:
37 Stable on ppc wrt bug 214344
38
39
40
41 1.1 x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: wmmsg-1.0.1-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild,v 1.1 2009/01/15 11:32:30 s4t4n Exp $
51
52 inherit autotools eutils
53
54 DESCRIPTION="a dockapp that informs events, such as incoming chat messages, by displaying icons and times"
55 HOMEPAGE="http://swapspace.net/~matt/wmmsg"
56 SRC_URI="http://swapspace.net/~matt/wmmsg/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
61 IUSE=""
62
63 RDEPEND=">=x11-libs/gtk+-2
64 media-libs/imlib2
65 x11-libs/libXpm
66 x11-libs/libXext
67 x11-libs/libX11"
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig
70 x11-libs/libXt"
71
72 src_unpack() {
73 unpack ${A}
74 cd "${S}"
75 epatch "${FILESDIR}"/${P}-use_gtk2.patch
76 epatch "${FILESDIR}"/${P}-alt-desktop.patch
77 eautoreconf
78 }
79
80 src_install() {
81 emake DESTDIR="${D}" install || die "emake install failed."
82 dodoc AUTHORS ChangeLog README wmmsgrc
83 }