diff options
author | Torsten Veller <tove@gentoo.org> | 2012-05-08 17:46:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-05-08 17:46:59 +0000 |
commit | 5882a0504a1c4633c6aaa573b6b71580ea9d37d5 (patch) | |
tree | 9e1a5e5aae1dcaa8e36957c708c2beaaba1cbb8e /dev-perl/Test-Unit-Lite | |
parent | Make HTML documentation installation optional. Do not install the entire dire... (diff) | |
download | gentoo-2-5882a0504a1c4633c6aaa573b6b71580ea9d37d5.tar.gz gentoo-2-5882a0504a1c4633c6aaa573b6b71580ea9d37d5.tar.bz2 gentoo-2-5882a0504a1c4633c6aaa573b6b71580ea9d37d5.zip |
[bump] dev-perl/Test-Unit-Lite-0.120.100
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-Unit-Lite')
-rw-r--r-- | dev-perl/Test-Unit-Lite/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.100.ebuild | 18 |
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/Test-Unit-Lite/ChangeLog b/dev-perl/Test-Unit-Lite/ChangeLog index 86f50becbd9d..7f6e6d0a78f3 100644 --- a/dev-perl/Test-Unit-Lite/ChangeLog +++ b/dev-perl/Test-Unit-Lite/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Test-Unit-Lite -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Unit-Lite/ChangeLog,v 1.4 2011/09/04 11:23:07 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Unit-Lite/ChangeLog,v 1.5 2012/05/08 17:46:59 tove Exp $ + +*Test-Unit-Lite-0.120.100 (08 May 2012) + + 08 May 2012; Torsten Veller <tove@gentoo.org> + +Test-Unit-Lite-0.120.100.ebuild: + Version bump 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Test-Unit-Lite-0.12.ebuild: Cleanup diff --git a/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.100.ebuild b/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.100.ebuild new file mode 100644 index 000000000000..d84e4aa697f4 --- /dev/null +++ b/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.100.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.100.ebuild,v 1.1 2012/05/08 17:46:58 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DEXTER +MODULE_VERSION=0.1201 +inherit perl-module + +DESCRIPTION="Unit testing without external dependencies" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="virtual/perl-Module-Build" |