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-Interface: ChangeLog IO-Interface-1.05.ebuild
Date: Fri, 05 Sep 2008 13:53:47
Message-Id: E1Kbbkv-0004cI-4f@stork.gentoo.org
1 tove 08/09/05 13:53:45
2
3 Modified: ChangeLog
4 Added: IO-Interface-1.05.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.19 dev-perl/IO-Interface/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Interface/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Interface/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Interface/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Interface/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 11 Jul 2007 20:18:07 -0000 1.18
23 +++ ChangeLog 5 Sep 2008 13:53:44 -0000 1.19
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/IO-Interface
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Interface/ChangeLog,v 1.18 2007/07/11 20:18:07 armin76 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Interface/ChangeLog,v 1.19 2008/09/05 13:53:44 tove Exp $
30 +
31 +*IO-Interface-1.05 (05 Sep 2008)
32 +
33 + 05 Sep 2008; Torsten Veller <tove@g.o> +IO-Interface-1.05.ebuild:
34 + Version bump
35
36 11 Jul 2007; Raúl Porcel <armin76@g.o> IO-Interface-1.03.ebuild:
37 ia64 stable
38
39
40
41 1.1 dev-perl/IO-Interface/IO-Interface-1.05.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Interface/IO-Interface-1.05.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Interface/IO-Interface-1.05.ebuild?rev=1.1&content-type=text/plain
45
46 Index: IO-Interface-1.05.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Interface/IO-Interface-1.05.ebuild,v 1.1 2008/09/05 13:53:44 tove Exp $
51
52 MODULE_AUTHOR=LDS
53 inherit perl-module
54
55 DESCRIPTION="Perl extension for access to network card configuration information"
56
57 SLOT="0"
58 LICENSE="|| ( Artistic GPL-2 )"
59 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
60 IUSE=""
61
62 DEPEND="dev-lang/perl"
63
64 SRC_TEST="do"