diff options
author | Torsten Veller <tove@gentoo.org> | 2012-05-23 18:19:10 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-05-23 18:19:10 +0000 |
commit | 77709d3d5ce7295a97972a88bc1ad07d72095a16 (patch) | |
tree | 371c5de7307c7dbf8b76a9a34e9a5a07cee85672 /dev-perl/Module-Find | |
parent | [bump] dev-perl/ORLite-1.970.0 (diff) | |
download | historical-77709d3d5ce7295a97972a88bc1ad07d72095a16.tar.gz historical-77709d3d5ce7295a97972a88bc1ad07d72095a16.tar.bz2 historical-77709d3d5ce7295a97972a88bc1ad07d72095a16.zip |
[bump] dev-perl/Module-Find-0.110.0
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Module-Find')
-rw-r--r-- | dev-perl/Module-Find/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Module-Find/Module-Find-0.110.0.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/Module-Find/ChangeLog b/dev-perl/Module-Find/ChangeLog index 32a916c40cb1..e8ff0c38bf9f 100644 --- a/dev-perl/Module-Find/ChangeLog +++ b/dev-perl/Module-Find/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Module-Find -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Find/ChangeLog,v 1.12 2011/09/04 11:20:50 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Find/ChangeLog,v 1.13 2012/05/23 18:19:10 tove Exp $ + +*Module-Find-0.110.0 (23 May 2012) + + 23 May 2012; Torsten Veller <tove@gentoo.org> +Module-Find-0.110.0.ebuild: + Version bump 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Module-Find-0.10.ebuild: Cleanup diff --git a/dev-perl/Module-Find/Module-Find-0.110.0.ebuild b/dev-perl/Module-Find/Module-Find-0.110.0.ebuild new file mode 100644 index 000000000000..a0dba2ea982a --- /dev/null +++ b/dev-perl/Module-Find/Module-Find-0.110.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Find/Module-Find-0.110.0.ebuild,v 1.1 2012/05/23 18:19:10 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=CRENZ +MODULE_VERSION=0.11 +inherit perl-module + +DESCRIPTION="Find and use installed modules in a (sub)category" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-solaris" +IUSE="test" + +RDEPEND="" +DEPEND="test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do |