diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-02-25 11:02:52 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-02-25 11:02:52 +0000 |
commit | f5cd2d442872f8176b6d4ccd7f0a626daea8dfaf (patch) | |
tree | 4c58d895bb335b244c3e08526e351246ec12280c /dev-perl | |
parent | Version bump. (diff) | |
download | gentoo-2-f5cd2d442872f8176b6d4ccd7f0a626daea8dfaf.tar.gz gentoo-2-f5cd2d442872f8176b6d4ccd7f0a626daea8dfaf.tar.bz2 gentoo-2-f5cd2d442872f8176b6d4ccd7f0a626daea8dfaf.zip |
Version bump.
(Portage version: 2.2.14/cvs/Linux i686, unsigned Manifest commit)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Test-Without-Module/ChangeLog | 11 | ||||
-rw-r--r-- | dev-perl/Test-Without-Module/Test-Without-Module-0.180.0.ebuild | 24 |
2 files changed, 32 insertions, 3 deletions
diff --git a/dev-perl/Test-Without-Module/ChangeLog b/dev-perl/Test-Without-Module/ChangeLog index 0cd1470f0fd1..793d76efc068 100644 --- a/dev-perl/Test-Without-Module/ChangeLog +++ b/dev-perl/Test-Without-Module/ChangeLog @@ -1,10 +1,15 @@ # ChangeLog for dev-perl/Test-Without-Module -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Without-Module/ChangeLog,v 1.1 2013/02/03 18:27:11 tove Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Without-Module/ChangeLog,v 1.2 2015/02/25 11:02:52 monsieurp Exp $ + +*Test-Without-Module-0.180.0 (25 Feb 2015) + + 25 Feb 2015; Patrice Clement <monsieurp@gentoo.org> + +Test-Without-Module-0.180.0.ebuild: + Version bump. *Test-Without-Module-0.170.0 (03 Feb 2013) 03 Feb 2013; Torsten Veller <tove@gentoo.org> +Test-Without-Module-0.170.0.ebuild, +metadata.xml: Initial commit for dev-perl/MooseX-ConfigFromFile - diff --git a/dev-perl/Test-Without-Module/Test-Without-Module-0.180.0.ebuild b/dev-perl/Test-Without-Module/Test-Without-Module-0.180.0.ebuild new file mode 100644 index 000000000000..421e2462cd94 --- /dev/null +++ b/dev-perl/Test-Without-Module/Test-Without-Module-0.180.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Without-Module/Test-Without-Module-0.180.0.ebuild,v 1.1 2015/02/25 11:02:52 monsieurp Exp $ + +EAPI=5 + +MODULE_AUTHOR=CORION +MODULE_VERSION=0.18 +inherit perl-module + +DESCRIPTION="Test fallback behaviour in absence of modules" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND=" + test? ( + dev-perl/File-Slurp + dev-perl/Test-Pod + ) +" + +SRC_TEST=do |