blob: 616d6b7c62e26f82f2f212121ddd1f2b657f53f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DB_File-Lock/DB_File-Lock-0.05.ebuild,v 1.2 2010/02/05 17:24:07 tove Exp $
EAPI=2
MODULE_AUTHOR=DHARRIS
inherit perl-module
DESCRIPTION="Locking with flock wrapper for DB_File"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="virtual/perl-DB_File"
DEPEND="${RDEPEND}"
SRC_TEST=do
|