aboutsummaryrefslogtreecommitdiff
blob: 54ff640d6b36c786d25f663e41a41acf78b4e299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

MODULE_AUTHOR=""
inherit perl-module
SRC_URI="http://downloads.sourceforge.net/estscan/BTLib-0.19.tar.gz"

DESCRIPTION=" A part of the estscan package"

#LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}"

SRC_TEST="do"