Parent Directory
|
Revision Log
Drop ia64/sparc (Portage version: 2.1.10.49/cvs/Linux ia64, RepoMan options: --force)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Digest/IO-Digest-0.100.0.ebuild,v 1.2 2011/09/03 21:04:59 tove Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | MODULE_AUTHOR=CLKAO |
| 8 | MODULE_VERSION=0.10 |
| 9 | inherit perl-module |
| 10 | |
| 11 | DESCRIPTION="IO::Digest - Calculate digests while reading or writing" |
| 12 | |
| 13 | SLOT="0" |
| 14 | KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" |
| 15 | IUSE="" |
| 16 | |
| 17 | RDEPEND=">=dev-perl/PerlIO-via-dynamic-0.10 |
| 18 | virtual/perl-digest-base" |
| 19 | DEPEND="${RDEPEND}" |
| 20 | |
| 21 | SRC_TEST="do" |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |