diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 10:34:12 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 10:34:12 +0000 |
commit | b411a924b10152d53c2def781ec0263d30a70b16 (patch) | |
tree | 4f363d169d51ce27fbb4a8a2a7a21d79f8b9a8d6 /dev-perl/Math-VecStat | |
parent | Add live ebuild (diff) | |
download | historical-b411a924b10152d53c2def781ec0263d30a70b16.tar.gz historical-b411a924b10152d53c2def781ec0263d30a70b16.tar.bz2 historical-b411a924b10152d53c2def781ec0263d30a70b16.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Math-VecStat')
-rw-r--r-- | dev-perl/Math-VecStat/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Math-VecStat/Math-VecStat-0.80.0.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/Math-VecStat/ChangeLog b/dev-perl/Math-VecStat/ChangeLog index 9650f32a681f..aab012cc92de 100644 --- a/dev-perl/Math-VecStat/ChangeLog +++ b/dev-perl/Math-VecStat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Math-VecStat -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/ChangeLog,v 1.11 2010/02/04 20:47:32 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/ChangeLog,v 1.12 2011/08/30 10:17:26 tove Exp $ + +*Math-VecStat-0.80.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Math-VecStat-0.80.0.ebuild: + Change version scheme 04 Feb 2010; Torsten Veller <tove@gentoo.org> Math-VecStat-0.08.ebuild: Fix LICENSE (#301969). Maintenance diff --git a/dev-perl/Math-VecStat/Math-VecStat-0.80.0.ebuild b/dev-perl/Math-VecStat/Math-VecStat-0.80.0.ebuild new file mode 100644 index 000000000000..7553e751b0fc --- /dev/null +++ b/dev-perl/Math-VecStat/Math-VecStat-0.80.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/Math-VecStat-0.80.0.ebuild,v 1.1 2011/08/30 10:17:26 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ASPINELLI +MODULE_VERSION=0.08 +inherit perl-module + +DESCRIPTION="Some basic numeric stats on vectors" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~x86-solaris" +IUSE="" + +SRC_TEST="do" |