diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-01 11:34:39 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-01 11:34:39 +0000 |
commit | d64d7920f2d3adf7e72b49825e3cb44a5f2ded7d (patch) | |
tree | 3b37d7cbe66a863134135eef9bc23040f8bef204 /dev-perl/Carp-Assert-More | |
parent | Change version scheme (diff) | |
download | gentoo-2-d64d7920f2d3adf7e72b49825e3cb44a5f2ded7d.tar.gz gentoo-2-d64d7920f2d3adf7e72b49825e3cb44a5f2ded7d.tar.bz2 gentoo-2-d64d7920f2d3adf7e72b49825e3cb44a5f2ded7d.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Carp-Assert-More')
-rw-r--r-- | dev-perl/Carp-Assert-More/Carp-Assert-More-1.120.0.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Carp-Assert-More/ChangeLog | 10 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/Carp-Assert-More/Carp-Assert-More-1.120.0.ebuild b/dev-perl/Carp-Assert-More/Carp-Assert-More-1.120.0.ebuild new file mode 100644 index 000000000000..6de024af939c --- /dev/null +++ b/dev-perl/Carp-Assert-More/Carp-Assert-More-1.120.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/Carp-Assert-More/Carp-Assert-More-1.120.0.ebuild,v 1.1 2011/09/01 11:34:39 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=PETDANCE +MODULE_VERSION=1.12 +inherit perl-module + +DESCRIPTION="convenience wrappers around Carp::Assert" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="test" + +RDEPEND="virtual/perl-Scalar-List-Utils + dev-perl/Carp-Assert" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Exception )" + +SRC_TEST="do" diff --git a/dev-perl/Carp-Assert-More/ChangeLog b/dev-perl/Carp-Assert-More/ChangeLog index c0acd11fae94..3771d569a311 100644 --- a/dev-perl/Carp-Assert-More/ChangeLog +++ b/dev-perl/Carp-Assert-More/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Carp-Assert-More -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert-More/ChangeLog,v 1.14 2010/01/28 21:20:21 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert-More/ChangeLog,v 1.15 2011/09/01 11:34:39 tove Exp $ + +*Carp-Assert-More-1.120.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller <tove@gentoo.org> + +Carp-Assert-More-1.120.0.ebuild: + Change version scheme 28 Jan 2010; Torsten Veller <tove@gentoo.org> Carp-Assert-More-1.12.ebuild: |