Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Tk-CursorControl: ChangeLog Tk-CursorControl-0.400.0.ebuild
Date: Fri, 30 Sep 2011 16:54:22
Message-Id: 20110930165412.C5D8120036@flycatcher.gentoo.org
1 vapier 11/09/30 16:54:12
2
3 Modified: ChangeLog Tk-CursorControl-0.400.0.ebuild
4 Log:
5 Drop die with edos2unix since it does it for us now.
6
7 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 dev-perl/Tk-CursorControl/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Tk-CursorControl/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Tk-CursorControl/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Tk-CursorControl/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 4 Sep 2011 11:24:07 -0000 1.14
23 +++ ChangeLog 30 Sep 2011 16:54:12 -0000 1.15
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-perl/Tk-CursorControl
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/ChangeLog,v 1.14 2011/09/04 11:24:07 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/ChangeLog,v 1.15 2011/09/30 16:54:12 vapier Exp $
29 +
30 + 30 Sep 2011; Mike Frysinger <vapier@g.o>
31 + Tk-CursorControl-0.400.0.ebuild:
32 + Drop die with edos2unix since it does it for us now.
33
34 04 Sep 2011; Torsten Veller <tove@g.o> -Tk-CursorControl-0.4.ebuild:
35 Cleanup
36
37
38
39 1.3 dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild?r1=1.2&r2=1.3
44
45 Index: Tk-CursorControl-0.400.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- Tk-CursorControl-0.400.0.ebuild 3 Sep 2011 21:04:30 -0000 1.2
52 +++ Tk-CursorControl-0.400.0.ebuild 30 Sep 2011 16:54:12 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild,v 1.2 2011/09/03 21:04:30 tove Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild,v 1.3 2011/09/30 16:54:12 vapier Exp $
58
59 EAPI=4
60
61 @@ -21,5 +21,5 @@
62
63 src_prepare() {
64 perl-module_src_prepare
65 - edos2unix "${S}"/{CursorControl.pm,demos/cursor.pl} || die
66 + edos2unix "${S}"/{CursorControl.pm,demos/cursor.pl}
67 }