Gentoo Archives: gentoo-commits

From: "Seemant Kulleen (seemant)" <seemant@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-hotkeys: ChangeLog pidgin-hotkeys-0.2.3.ebuild
Date: Fri, 26 Oct 2007 11:45:08
Message-Id: E1IlNcb-0003y6-GG@stork.gentoo.org
1 seemant 07/10/26 11:45:01
2
3 Modified: ChangeLog pidgin-hotkeys-0.2.3.ebuild
4 Log:
5 change description to say pidgin instead of gaim
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.8 x11-plugins/pidgin-hotkeys/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog?r1=1.7&r2=1.8
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- ChangeLog 28 Sep 2007 18:28:08 -0000 1.7
22 +++ ChangeLog 26 Oct 2007 11:45:00 -0000 1.8
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-plugins/pidgin-hotkeys
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog,v 1.7 2007/09/28 18:28:08 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog,v 1.8 2007/10/26 11:45:00 seemant Exp $
28 +
29 + 26 Oct 2007; Seemant Kulleen <seemant@g.o>
30 + pidgin-hotkeys-0.2.3.ebuild:
31 + change description to say pidgin instead of gaim
32
33 28 Sep 2007; nixnut <nixnut@g.o> pidgin-hotkeys-0.2.3.ebuild:
34 Stable on ppc wrt bug 189781
35 @@ -19,6 +23,10 @@
36 23 Aug 2007; Jeroen Roovers <jer@g.o> pidgin-hotkeys-0.2.3.ebuild:
37 Stable for HPPA (bug #189781).
38
39 + 26 Oct 2007; Seemant Kulleen <seemant@g.o>
40 + pidgin-hotkeys-0.2.3.ebuild:
41 + change description to say pidgin instead of gaim
42 +
43 *pidgin-hotkeys-0.2.3 (26 May 2007)
44
45 26 May 2007; Olivier CrĂȘte <tester@g.o> +metadata.xml,
46
47
48
49 1.8 x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild?rev=1.8&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild?rev=1.8&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild?r1=1.7&r2=1.8
54
55 Index: pidgin-hotkeys-0.2.3.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild,v
58 retrieving revision 1.7
59 retrieving revision 1.8
60 diff -u -r1.7 -r1.8
61 --- pidgin-hotkeys-0.2.3.ebuild 28 Sep 2007 18:28:08 -0000 1.7
62 +++ pidgin-hotkeys-0.2.3.ebuild 26 Oct 2007 11:45:00 -0000 1.8
63 @@ -1,8 +1,8 @@
64 # Copyright 1999-2007 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild,v 1.7 2007/09/28 18:28:08 nixnut Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild,v 1.8 2007/10/26 11:45:00 seemant Exp $
68
69 -DESCRIPTION="pidgin-hotkeys is a Gaim plugin that allows you to define global hotkeys for various actions such as toggling buddy list, fetching queued messages, opening preferences or account dialog."
70 +DESCRIPTION="pidgin-hotkeys is a Pidgin plugin that allows you to define global hotkeys for various actions such as toggling buddy list, fetching queued messages, opening preferences or account dialog."
71
72 HOMEPAGE="http://gaim-hotkeys.sourceforge.net"
73
74 @@ -21,5 +21,5 @@
75 }
76
77 src_install() {
78 - make DESTDIR=${D} install || die
79 + make DESTDIR="${D}" install || die
80 }
81
82
83
84 --
85 gentoo-commits@g.o mailing list