17 lines
311 B
Bash
17 lines
311 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
|
|
MODULE_AUTHOR=DLAND
|
|
MODULE_VERSION=2.09
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="File path and name utilities"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86 ~ppc-aix"
|
|
IUSE=""
|
|
|
|
SRC_TEST=do
|