diff options
author | Torsten Veller <tove@gentoo.org> | 2010-02-03 11:36:40 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-02-03 11:36:40 +0000 |
commit | 51bad4dab116e211a4eb93a6b239f4a91551852f (patch) | |
tree | dd8ea8d10e87d3226a9aac08c588e4cfd2b7eb3e /dev-perl/File-Stat-Moose | |
parent | keyword ~x86-fbsd thanks to Naohiro Aota <naota@elisp.net>, bug #303072 (diff) | |
download | gentoo-2-51bad4dab116e211a4eb93a6b239f4a91551852f.tar.gz gentoo-2-51bad4dab116e211a4eb93a6b239f4a91551852f.tar.bz2 gentoo-2-51bad4dab116e211a4eb93a6b239f4a91551852f.zip |
Depend on Module-Build
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-Stat-Moose')
-rw-r--r-- | dev-perl/File-Stat-Moose/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/File-Stat-Moose/File-Stat-Moose-0.06.ebuild | 15 |
2 files changed, 12 insertions, 10 deletions
diff --git a/dev-perl/File-Stat-Moose/ChangeLog b/dev-perl/File-Stat-Moose/ChangeLog index 82d4738bef6c..fc5551bad482 100644 --- a/dev-perl/File-Stat-Moose/ChangeLog +++ b/dev-perl/File-Stat-Moose/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-Stat-Moose -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Stat-Moose/ChangeLog,v 1.3 2009/10/22 11:50:24 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Stat-Moose/ChangeLog,v 1.4 2010/02/03 11:36:40 tove Exp $ + + 03 Feb 2010; Torsten Veller <tove@gentoo.org> File-Stat-Moose-0.06.ebuild: + Depend on Module-Build 22 Oct 2009; Torsten Veller <tove@gentoo.org> File-Stat-Moose-0.06.ebuild: Fix dependency diff --git a/dev-perl/File-Stat-Moose/File-Stat-Moose-0.06.ebuild b/dev-perl/File-Stat-Moose/File-Stat-Moose-0.06.ebuild index 6061f3db17e5..8c16cffe53d3 100644 --- a/dev-perl/File-Stat-Moose/File-Stat-Moose-0.06.ebuild +++ b/dev-perl/File-Stat-Moose/File-Stat-Moose-0.06.ebuild @@ -1,21 +1,19 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Stat-Moose/File-Stat-Moose-0.06.ebuild,v 1.3 2009/10/22 11:50:24 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Stat-Moose/File-Stat-Moose-0.06.ebuild,v 1.4 2010/02/03 11:36:40 tove Exp $ EAPI=2 -MODULE_AUTHOR="DEXTER" +MODULE_AUTHOR="DEXTER" inherit perl-module DESCRIPTION="Status info for a file - Moose-based" -IUSE="" - SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" +IUSE="" -DEPEND="dev-perl/DateTime +RDEPEND="dev-perl/DateTime virtual/perl-parent dev-perl/Sub-Exporter >=dev-perl/Exception-Warning-0.03 @@ -27,4 +25,5 @@ DEPEND="dev-perl/DateTime >=dev-perl/Exception-Base-0.22.01 >=dev-perl/Exception-System-0.11 dev-perl/Moose" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" |