Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Device-SerialPort: ChangeLog Device-SerialPort-1.40.0.ebuild
Date: Wed, 31 Aug 2011 11:17:34
Message-Id: 20110831111724.D1A522004C@flycatcher.gentoo.org
1 tove 11/08/31 11:17:24
2
3 Modified: ChangeLog
4 Added: Device-SerialPort-1.40.0.ebuild
5 Log:
6 Change version scheme
7
8 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.25 dev-perl/Device-SerialPort/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Device-SerialPort/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Device-SerialPort/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Device-SerialPort/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Device-SerialPort/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 11 Jun 2011 21:20:50 -0000 1.24
24 +++ ChangeLog 31 Aug 2011 11:17:24 -0000 1.25
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Device-SerialPort
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Device-SerialPort/ChangeLog,v 1.24 2011/06/11 21:20:50 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Device-SerialPort/ChangeLog,v 1.25 2011/08/31 11:17:24 tove Exp $
30 +
31 +*Device-SerialPort-1.40.0 (31 Aug 2011)
32 +
33 + 31 Aug 2011; Torsten Veller <tove@g.o>
34 + +Device-SerialPort-1.40.0.ebuild:
35 + Change version scheme
36
37 11 Jun 2011; Markus Meier <maekke@g.o> Device-SerialPort-1.04.ebuild:
38 add ~arm, bug #364195
39
40
41
42 1.1 dev-perl/Device-SerialPort/Device-SerialPort-1.40.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Device-SerialPort-1.40.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0.ebuild,v 1.1 2011/08/31 11:17:24 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=COOK
56 MODULE_VERSION=1.04
57 inherit perl-module
58
59 DESCRIPTION="A Serial port Perl Module"
60
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
63 IUSE=""
64
65 #From the module:
66 # If you run 'make test', you must make sure that nothing is plugged
67 # into '/dev/ttyS1'!
68 # Doesn't sound wise to enable SRC_TEST="do" - mcummings