summaryrefslogtreecommitdiff
blob: 12a5a0c24d0636d111e5b43b246974f5b877733e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

MODULE_VERSION=0.07
MODULE_AUTHOR=ZEFRAM
inherit perl-module

DESCRIPTION="Invoke callbacks on construction of entersub OPs for certain CVs"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
comment() { true; }
COMMON_DEPEND="
	$(comment --require)
	$(comment parent)
	virtual/perl-parent

	$(comment Scalar::Util)
	virtual/perl-Scalar-List-Utils

	$(comment B::Utils)
	dev-perl/B-Utils

	$(comment B::Hooks::OP::Check 0.19)
	>=dev-perl/B-Hooks-OP-Check-0.190.0
"
DEPEND="
	${COMMON_DEPEND}

	$(comment --build)
	$(comment B::Utils)
	dev-perl/B-Utils

	$(comment B::Hooks::OP::Check 0.19)
	>=dev-perl/B-Hooks-OP-Check-0.190.0

	$(comment --configure)

	$(comment B::Utils)
	dev-perl/B-Utils

	$(comment ExtUtils::Depends)
	dev-perl/extutils-depends

	$(comment B::Hooks::OP::Check 0.19)
	>=dev-perl/B-Hooks-OP-Check-0.190.0
"
RDEPEND="
	${COMMON_DEPEND}
"
SRC_TEST="do"