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/IO-Tty: ChangeLog IO-Tty-1.08.ebuild
Date: Wed, 25 Feb 2009 20:39:12
Message-Id: E1LcQX8-0003C5-UQ@stork.gentoo.org
1 tove 09/02/25 20:39:10
2
3 Modified: ChangeLog
4 Added: IO-Tty-1.08.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc23/cvs/Linux i686)
8
9 Revision Changes Path
10 1.29 dev-perl/IO-Tty/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Tty/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Tty/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Tty/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 10 Sep 2008 19:10:44 -0000 1.28
23 +++ ChangeLog 25 Feb 2009 20:39:10 -0000 1.29
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/IO-Tty
26 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.28 2008/09/10 19:10:44 tove Exp $
28 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.29 2009/02/25 20:39:10 tove Exp $
30 +
31 +*IO-Tty-1.08 (25 Feb 2009)
32 +
33 + 25 Feb 2009; Torsten Veller <tove@g.o> +IO-Tty-1.08.ebuild:
34 + Version bump
35
36 10 Sep 2008; Torsten Veller <tove@g.o> -IO-Tty-1.02-r1.ebuild,
37 -IO-Tty-1.05.ebuild, IO-Tty-1.07.ebuild:
38
39
40
41 1.1 dev-perl/IO-Tty/IO-Tty-1.08.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.08.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.08.ebuild?rev=1.1&content-type=text/plain
45
46 Index: IO-Tty-1.08.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.08.ebuild,v 1.1 2009/02/25 20:39:10 tove Exp $
51
52 MODULE_AUTHOR=RGIERSIG
53 inherit perl-module
54
55 DESCRIPTION="IO::Tty and IO::Pty modules for Perl"
56
57 LICENSE="|| ( Artistic GPL-2 )"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
60 IUSE=""
61
62 DEPEND="dev-lang/perl"
63 RDEPEND="${DEPEND}"