Parent Directory
|
Revision Log
Cleanup (Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
| 1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Requires/Test-Requires-0.60.ebuild,v 1.1 2011/01/12 16:17:29 tove Exp $ |
| 4 | |
| 5 | EAPI=3 |
| 6 | |
| 7 | MODULE_AUTHOR=TOKUHIROM |
| 8 | MODULE_VERSION=0.06 |
| 9 | inherit perl-module |
| 10 | |
| 11 | DESCRIPTION="Checks to see if the module can be loaded" |
| 12 | |
| 13 | SLOT="0" |
| 14 | KEYWORDS="~amd64 ~ppc ~x86" |
| 15 | IUSE="" |
| 16 | |
| 17 | RDEPEND=">=virtual/perl-Test-Simple-0.61" |
| 18 | DEPEND="${RDEPEND}" |
| 19 | |
| 20 | SRC_TEST=do |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |