Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-led-notification: pidgin-led-notification-0.1.ebuild
Date: Sun, 07 Nov 2010 17:47:01
Message-Id: 20101107174657.EEAFD20051@flycatcher.gentoo.org
1 xmw 10/11/07 17:46:57
2
3 Modified: pidgin-led-notification-0.1.ebuild
4 Log:
5 fixing typo in DESCRIPTION
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 x11-plugins/pidgin-led-notification/pidgin-led-notification-0.1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-led-notification/pidgin-led-notification-0.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-led-notification/pidgin-led-notification-0.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-led-notification/pidgin-led-notification-0.1.ebuild?r1=1.1&r2=1.2
14
15 Index: pidgin-led-notification-0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-led-notification/pidgin-led-notification-0.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- pidgin-led-notification-0.1.ebuild 7 Nov 2010 17:22:06 -0000 1.1
22 +++ pidgin-led-notification-0.1.ebuild 7 Nov 2010 17:46:57 -0000 1.2
23 @@ -1,12 +1,12 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-led-notification/pidgin-led-notification-0.1.ebuild,v 1.1 2010/11/07 17:22:06 xmw Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-led-notification/pidgin-led-notification-0.1.ebuild,v 1.2 2010/11/07 17:46:57 xmw Exp $
28
29 EAPI=3
30
31 inherit eutils multilib toolchain-funcs
32
33 -DESCRIPTION="Pidgin plugin to notify by writining '1's and '0's to (led) control files"
34 +DESCRIPTION="Pidgin plugin to notify by writing '1's and '0's to (led) control files"
35 HOMEPAGE="http://sites.google.com/site/simohmattila/led-notification"
36 MY_PN=${PN/pidgin-/}
37 MY_P=${MY_PN}-${PV}