Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmstickynotes: ChangeLog wmstickynotes-0.2.ebuild
Date: Thu, 21 Jun 2012 11:56:30
Message-Id: 20120621115620.63CB32004B@flycatcher.gentoo.org
1 jlec 12/06/21 11:56:20
2
3 Modified: ChangeLog wmstickynotes-0.2.ebuild
4 Log:
5 x11-plugins/wmstickynotes: Add underlinking fix, #369205
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 x11-plugins/wmstickynotes/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmstickynotes/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmstickynotes/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmstickynotes/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 7 May 2011 13:05:13 -0000 1.4
23 +++ ChangeLog 21 Jun 2012 11:56:20 -0000 1.5
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-plugins/wmstickynotes
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/ChangeLog,v 1.4 2011/05/07 13:05:13 jlec Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/ChangeLog,v 1.5 2012/06/21 11:56:20 jlec Exp $
30 +
31 + 21 Jun 2012; Justin Lecher <jlec@g.o> wmstickynotes-0.2.ebuild,
32 + +files/wmstickynotes-0.2-gold.patch:
33 + Add underlinking fix, #369205
34
35 *wmstickynotes-0.2 (07 May 2011)
36
37
38
39
40 1.2 x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild?r1=1.1&r2=1.2
45
46 Index: wmstickynotes-0.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- wmstickynotes-0.2.ebuild 7 May 2011 13:05:13 -0000 1.1
53 +++ wmstickynotes-0.2.ebuild 21 Jun 2012 11:56:20 -0000 1.2
54 @@ -1,9 +1,11 @@
55 -# Copyright 1999-2011 Gentoo Foundation
56 +# Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild,v 1.1 2011/05/07 13:05:13 jlec Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild,v 1.2 2012/06/21 11:56:20 jlec Exp $
60
61 EAPI=4
62
63 +inherit eutils
64 +
65 DESCRIPTION="A dockapp for keeping small notes around on the desktop"
66 HOMEPAGE="http://wmstickynotes.sourceforge.net/"
67 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
68 @@ -15,3 +17,7 @@
69
70 DEPEND="x11-libs/gtk+:2"
71 RDEPEND="${DEPEND}"
72 +
73 +src_prepare() {
74 + epatch "${FILESDIR}"/${P}-gold.patch
75 +}