diff options
author | 2008-04-29 06:19:06 +0000 | |
---|---|---|
committer | 2008-04-29 06:19:06 +0000 | |
commit | 6e2e803cb5f82e813cca8ffb3cb9c007ce269f3f (patch) | |
tree | 108039da3ceeb1800f6296186ec4617febfb55ac /dev-perl/Test-SubCalls/Test-SubCalls-1.07.ebuild | |
parent | Took maintainace. amd64 stable. (diff) | |
download | historical-6e2e803cb5f82e813cca8ffb3cb9c007ce269f3f.tar.gz historical-6e2e803cb5f82e813cca8ffb3cb9c007ce269f3f.tar.bz2 historical-6e2e803cb5f82e813cca8ffb3cb9c007ce269f3f.zip |
Version bump
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-perl/Test-SubCalls/Test-SubCalls-1.07.ebuild')
-rw-r--r-- | dev-perl/Test-SubCalls/Test-SubCalls-1.07.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Test-SubCalls/Test-SubCalls-1.07.ebuild b/dev-perl/Test-SubCalls/Test-SubCalls-1.07.ebuild new file mode 100644 index 000000000000..d744a3041b70 --- /dev/null +++ b/dev-perl/Test-SubCalls/Test-SubCalls-1.07.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-SubCalls/Test-SubCalls-1.07.ebuild,v 1.1 2008/04/29 06:17:17 yuval Exp $ + +inherit perl-module + +DESCRIPTION="Track the number of times subs are called" +HOMEPAGE="http://search.cpan.org/search?query=${PN}" +SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND=">=dev-perl/Hook-LexWrap-0.20 + virtual/perl-File-Spec + dev-lang/perl" |