Parent Directory
|
Revision Log
bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
1 | axs | 1.1 | # Copyright 1999-2014 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 | ||
3 | # $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.100.0.ebuild,v 1.3 2013/08/28 20:40:08 zlogene Exp $ | ||
4 | |||
5 | EAPI=5 | ||
6 | |||
7 | MODULE_AUTHOR=MATTIASH | ||
8 | MODULE_VERSION=1.1 | ||
9 | inherit perl-module | ||
10 | |||
11 | DESCRIPTION="Cache the result of http get-requests persistently" | ||
12 | |||
13 | SLOT="0" | ||
14 | KEYWORDS="amd64 ia64 ppc sparc x86" | ||
15 | IUSE="test" | ||
16 | |||
17 | RDEPEND="dev-perl/libwww-perl | ||
18 | virtual/perl-Digest-MD5 | ||
19 | virtual/perl-Storable" | ||
20 | DEPEND="${RDEPEND} | ||
21 | test? ( | ||
22 | dev-perl/Test-Pod | ||
23 | dev-perl/Test-Pod-Coverage | ||
24 | )" | ||
25 | |||
26 | SRC_TEST="do" |
ViewVC Help | |
Powered by ViewVC 1.1.20 |