Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
jlec 12/06/21 11:56:20
Modified: ChangeLog wmstickynotes-0.2.ebuild
Log:
x11-plugins/wmstickynotes: Add underlinking fix, #369205
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.5 x11-plugins/wmstickynotes/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmstickynotes/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmstickynotes/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmstickynotes/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 7 May 2011 13:05:13 -0000 1.4
+++ ChangeLog 21 Jun 2012 11:56:20 -0000 1.5
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmstickynotes
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/ChangeLog,v 1.4 2011/05/07 13:05:13 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/ChangeLog,v 1.5 2012/06/21 11:56:20 jlec Exp $
+
+ 21 Jun 2012; Justin Lecher <jlec@g.o> wmstickynotes-0.2.ebuild,
+ +files/wmstickynotes-0.2-gold.patch:
+ Add underlinking fix, #369205
*wmstickynotes-0.2 (07 May 2011)
1.2 x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild?r1=1.1&r2=1.2
Index: wmstickynotes-0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wmstickynotes-0.2.ebuild 7 May 2011 13:05:13 -0000 1.1
+++ wmstickynotes-0.2.ebuild 21 Jun 2012 11:56:20 -0000 1.2
@@ -1,9 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild,v 1.1 2011/05/07 13:05:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild,v 1.2 2012/06/21 11:56:20 jlec Exp $
EAPI=4
+inherit eutils
+
DESCRIPTION="A dockapp for keeping small notes around on the desktop"
HOMEPAGE="http://wmstickynotes.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -15,3 +17,7 @@
DEPEND="x11-libs/gtk+:2"
RDEPEND="${DEPEND}"
+
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-gold.patch
+}
|
|