blob: 611057d2b3497a675164028ed7e0a2c9a9d25457 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LeakTrace/Test-LeakTrace-0.140.0.ebuild,v 1.2 2013/04/16 17:19:49 vincent Exp $
EAPI=5
MODULE_AUTHOR=GFUJI
MODULE_VERSION=0.14
inherit perl-module
DESCRIPTION='Traces memory leaks'
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
SRC_TEST="do"
|