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.04.ebuild
Date: Sun, 24 Aug 2008 07:15:48
Message-Id: E1KX9pB-0002yW-JF@stork.gentoo.org
1 tove 08/08/24 07:15:45
2
3 Modified: ChangeLog
4 Added: Device-SerialPort-1.04.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.21 dev-perl/Device-SerialPort/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Device-SerialPort/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Device-SerialPort/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Device-SerialPort/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Device-SerialPort/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 10 Nov 2007 12:38:42 -0000 1.20
23 +++ ChangeLog 24 Aug 2008 07:15:45 -0000 1.21
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/Device-SerialPort
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Device-SerialPort/ChangeLog,v 1.20 2007/11/10 12:38:42 drac Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Device-SerialPort/ChangeLog,v 1.21 2008/08/24 07:15:45 tove Exp $
30 +
31 +*Device-SerialPort-1.04 (24 Aug 2008)
32 +
33 + 24 Aug 2008; Torsten Veller <tove@g.o>
34 + +Device-SerialPort-1.04.ebuild:
35 + Version bump
36
37 10 Nov 2007; Samuli Suominen <drac@g.o>
38 Device-SerialPort-1.002.001.ebuild:
39
40
41
42 1.1 dev-perl/Device-SerialPort/Device-SerialPort-1.04.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Device-SerialPort/Device-SerialPort-1.04.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Device-SerialPort/Device-SerialPort-1.04.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Device-SerialPort-1.04.ebuild
48 ===================================================================
49 # Copyright 1999-2008 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.04.ebuild,v 1.1 2008/08/24 07:15:45 tove Exp $
52
53 MODULE_AUTHOR=COOK
54 inherit perl-module
55
56 DESCRIPTION="A Serial port Perl Module"
57 HOMEPAGE="http://sendpage.org/device-serialport/ http://search.cpan.org/dist/Device-SerialPort/"
58
59 LICENSE="|| ( Artistic GPL-2 )"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
62 IUSE=""
63
64 #From the module:
65 # If you run 'make test', you must make sure that nothing is plugged
66 # into '/dev/ttyS1'!
67 # Doesn't sound wise to enable SRC_TEST="do" - mcummings
68
69 DEPEND="dev-lang/perl"