diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 10:19:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 10:19:01 +0000 |
commit | 8e63cb77df6d0d1b3358f382aaa833fc9b86931d (patch) | |
tree | 588381c1c351cb3c7ce17df26e35fc5bfb2cd257 /dev-perl/Math-Vec | |
parent | Change version scheme (diff) | |
download | gentoo-2-8e63cb77df6d0d1b3358f382aaa833fc9b86931d.tar.gz gentoo-2-8e63cb77df6d0d1b3358f382aaa833fc9b86931d.tar.bz2 gentoo-2-8e63cb77df6d0d1b3358f382aaa833fc9b86931d.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Math-Vec')
-rw-r--r-- | dev-perl/Math-Vec/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Math-Vec/Math-Vec-1.10.0.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/Math-Vec/ChangeLog b/dev-perl/Math-Vec/ChangeLog index 77a6b8513304..c1d32360da6f 100644 --- a/dev-perl/Math-Vec/ChangeLog +++ b/dev-perl/Math-Vec/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Math-Vec -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/ChangeLog,v 1.4 2009/08/14 21:54:16 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/ChangeLog,v 1.5 2011/08/30 10:19:01 tove Exp $ + +*Math-Vec-1.10.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Math-Vec-1.10.0.ebuild: + Change version scheme 14 Aug 2009; Markus Meier <maekke@gentoo.org> Math-Vec-1.01.ebuild: amd64/x86 stable, bug #281252 diff --git a/dev-perl/Math-Vec/Math-Vec-1.10.0.ebuild b/dev-perl/Math-Vec/Math-Vec-1.10.0.ebuild new file mode 100644 index 000000000000..c9cc3a542064 --- /dev/null +++ b/dev-perl/Math-Vec/Math-Vec-1.10.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/Math-Vec-1.10.0.ebuild,v 1.1 2011/08/30 10:19:01 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=EWILHELM +MODULE_VERSION=1.01 +inherit perl-module + +DESCRIPTION="Vectors for perl" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( virtual/perl-Test-Simple )" + +SRC_TEST="do" |