diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-24 00:32:22 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-24 00:32:22 +0000 |
commit | 5f34ced24e75bb3f952a2278a0e5ec2df183f92e (patch) | |
tree | d3fa226d4e291f33743933722163522f94b66e3b /dev-perl/Chart-Math-Axis | |
parent | Removed an extraneous mark. (diff) | |
download | historical-5f34ced24e75bb3f952a2278a0e5ec2df183f92e.tar.gz historical-5f34ced24e75bb3f952a2278a0e5ec2df183f92e.tar.bz2 historical-5f34ced24e75bb3f952a2278a0e5ec2df183f92e.zip |
Stable on alpha.
Diffstat (limited to 'dev-perl/Chart-Math-Axis')
-rw-r--r-- | dev-perl/Chart-Math-Axis/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Chart-Math-Axis/ChangeLog b/dev-perl/Chart-Math-Axis/ChangeLog index 373e4382a6e1..ff9551e40547 100644 --- a/dev-perl/Chart-Math-Axis/ChangeLog +++ b/dev-perl/Chart-Math-Axis/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Chart-Math-Axis # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog,v 1.4 2004/02/27 13:28:35 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog,v 1.5 2004/05/24 00:25:43 kloeri Exp $ + + 24 May 2004; Bryan Østergaard <kloeri@gentoo.org> + Chart-Math-Axis-0.2.ebuild: + Stable on alpha. 27 Feb 2004; Michael Cummings <mcummings@gentoo.org> Chart-Math-Axis-0.2.ebuild: diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.1.ebuild b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.1.ebuild index 01a752d094d3..0636f7b047b8 100644 --- a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.1.ebuild +++ b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.1.ebuild,v 1.4 2004/02/22 20:35:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.1.ebuild,v 1.5 2004/05/24 00:25:43 kloeri Exp $ inherit perl-module diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.2.ebuild b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.2.ebuild index cebcd6df8fb0..b34b42fe5054 100644 --- a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.2.ebuild +++ b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.2.ebuild,v 1.3 2004/02/27 13:28:35 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.2.ebuild,v 1.4 2004/05/24 00:25:43 kloeri Exp $ inherit perl-module @@ -11,7 +11,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/A/AD/ADAMK/${P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 ~amd64 ~alpha ~hppa ~mips ~ppc ~sparc" +KEYWORDS="x86 ~amd64 alpha ~hppa ~mips ~ppc ~sparc" DEPEND="dev-perl/Math-BigInt dev-perl/Test-Simple" |