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/wmcp: wmcp-1.2.8.ebuild ChangeLog
Date: Thu, 26 May 2011 13:16:26
Message-Id: 20110526131616.7D9E120054@flycatcher.gentoo.org
1 s4t4n 11/05/26 13:16:16
2
3 Modified: wmcp-1.2.8.ebuild ChangeLog
4 Log:
5 Fixed HOMEPAGE. Closes bug #367175.
6
7 (Portage version: 2.1.9.42/cvs/Linux i686)
8
9 Revision Changes Path
10 1.21 x11-plugins/wmcp/wmcp-1.2.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcp/wmcp-1.2.8.ebuild?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcp/wmcp-1.2.8.ebuild?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcp/wmcp-1.2.8.ebuild?r1=1.20&r2=1.21
15
16 Index: wmcp-1.2.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/wmcp-1.2.8.ebuild,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- wmcp-1.2.8.ebuild 31 Aug 2010 10:35:09 -0000 1.20
23 +++ wmcp-1.2.8.ebuild 26 May 2011 13:16:16 -0000 1.21
24 @@ -1,11 +1,11 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/wmcp-1.2.8.ebuild,v 1.20 2010/08/31 10:35:09 s4t4n Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/wmcp-1.2.8.ebuild,v 1.21 2011/05/26 13:16:16 s4t4n Exp $
30
31 inherit eutils multilib toolchain-funcs
32
33 DESCRIPTION="A pager dockapp"
34 -HOMEPAGE="http://www.dockapps.com/file.php/id/158"
35 +HOMEPAGE="http://www.dockapps.org/file.php/id/158"
36 SRC_URI="http://www.dockapps.org/download.php/id/213/${P}.tar.gz"
37
38 LICENSE="GPL-2"
39
40
41
42 1.17 x11-plugins/wmcp/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcp/ChangeLog?rev=1.17&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcp/ChangeLog?rev=1.17&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcp/ChangeLog?r1=1.16&r2=1.17
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/ChangeLog,v
51 retrieving revision 1.16
52 retrieving revision 1.17
53 diff -u -r1.16 -r1.17
54 --- ChangeLog 31 Aug 2010 10:35:09 -0000 1.16
55 +++ ChangeLog 26 May 2011 13:16:16 -0000 1.17
56 @@ -1,6 +1,9 @@
57 # ChangeLog for x11-plugins/wmcp
58 -# Copyright 2002-2010 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/ChangeLog,v 1.16 2010/08/31 10:35:09 s4t4n Exp $
60 +# Copyright 2002-2011 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/ChangeLog,v 1.17 2011/05/26 13:16:16 s4t4n Exp $
62 +
63 + 26 May 2011; Michele Noberasco <s4t4n@g.o> wmcp-1.2.8.ebuild:
64 + Fixed HOMEPAGE. Closes bug #367175.
65
66 31 Aug 2010; Michele Noberasco <s4t4n@g.o> wmcp-1.2.8.ebuild:
67 Honour LDFLAGS. Closes bug #334639.