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/Chart-Math-Axis: ChangeLog Chart-Math-Axis-1.05.ebuild
Date: Sun, 24 Aug 2008 07:23:44
Message-Id: E1KX9wr-00032o-HG@stork.gentoo.org
1 tove 08/08/24 07:23:41
2
3 Modified: ChangeLog
4 Added: Chart-Math-Axis-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.32 dev-perl/Chart-Math-Axis/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog?r1=1.31&r2=1.32
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- ChangeLog 19 Mar 2008 02:41:40 -0000 1.31
23 +++ ChangeLog 24 Aug 2008 07:23:41 -0000 1.32
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/Chart-Math-Axis
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog,v 1.31 2008/03/19 02:41:40 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog,v 1.32 2008/08/24 07:23:41 tove Exp $
29 +
30 +*Chart-Math-Axis-1.05 (24 Aug 2008)
31 +
32 + 24 Aug 2008; Torsten Veller <tove@g.o>
33 + +Chart-Math-Axis-1.05.ebuild:
34 + Version bump
35
36 19 Mar 2008; Jeroen Roovers <jer@g.o> Chart-Math-Axis-1.00.ebuild:
37 Stable for HPPA too.
38
39
40
41 1.1 dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.05.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.05.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.05.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Chart-Math-Axis-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/Chart-Math-Axis/Chart-Math-Axis-1.05.ebuild,v 1.1 2008/08/24 07:23:41 tove Exp $
51
52 MODULE_AUTHOR=ADAMK
53 inherit perl-module
54
55 DESCRIPTION="Implements an algorithm to find good values for chart axis"
56
57 SLOT="0"
58 LICENSE="|| ( Artistic GPL-2 )"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
60 IUSE=""
61
62 SRC_TEST="do"
63
64 DEPEND=">=virtual/perl-Math-BigInt-1.70
65 >=virtual/perl-Storable-2.12
66 >=dev-perl/Params-Util-0.15
67 dev-lang/perl"