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/OLE-StorageLite: ChangeLog OLE-StorageLite-0.17.ebuild
Date: Fri, 31 Oct 2008 08:54:44
Message-Id: E1KvpmE-0001Tz-5B@stork.gentoo.org
1 tove 08/10/31 08:54:42
2
3 Modified: ChangeLog
4 Added: OLE-StorageLite-0.17.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.10 dev-perl/OLE-StorageLite/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/OLE-StorageLite/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/OLE-StorageLite/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/OLE-StorageLite/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/OLE-StorageLite/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 21 Oct 2006 14:31:43 -0000 1.9
23 +++ ChangeLog 31 Oct 2008 08:54:42 -0000 1.10
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/OLE-StorageLite
26 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/OLE-StorageLite/ChangeLog,v 1.9 2006/10/21 14:31:43 dertobi123 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/OLE-StorageLite/ChangeLog,v 1.10 2008/10/31 08:54:42 tove Exp $
30 +
31 +*OLE-StorageLite-0.17 (31 Oct 2008)
32 +
33 + 31 Oct 2008; Torsten Veller <tove@g.o>
34 + +OLE-StorageLite-0.17.ebuild:
35 + Version bump
36
37 21 Oct 2006; Tobias Scherbaum <dertobi123@g.o>
38 OLE-StorageLite-0.14.ebuild:
39
40
41
42 1.1 dev-perl/OLE-StorageLite/OLE-StorageLite-0.17.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/OLE-StorageLite/OLE-StorageLite-0.17.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/OLE-StorageLite/OLE-StorageLite-0.17.ebuild?rev=1.1&content-type=text/plain
46
47 Index: OLE-StorageLite-0.17.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/OLE-StorageLite/OLE-StorageLite-0.17.ebuild,v 1.1 2008/10/31 08:54:42 tove Exp $
52
53 MODULE_AUTHOR=JMCNAMARA
54 MY_PN=OLE-Storage_Lite
55 MY_P=${MY_PN}-${PV}
56 S=${WORKDIR}/${MY_P}
57 inherit perl-module
58
59 DESCRIPTION="Simple Class for OLE document interface."
60 LICENSE="|| ( Artistic GPL-2 )"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
63 IUSE=""
64
65 SRC_TEST="do"
66
67 DEPEND="dev-lang/perl"