2014-08-23 08:55:28 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2011-11-09 11:33:19 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2011-11-09 11:33:19 +04:00
|
|
|
|
2014-08-23 08:55:28 +04:00
|
|
|
EAPI=5
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
MODULE_AUTHOR=YENYA
|
|
|
|
MODULE_VERSION=0.03
|
|
|
|
inherit perl-module
|
|
|
|
|
|
|
|
DESCRIPTION="Interface to voice modems using vgetty"
|
|
|
|
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="amd64 ~x86"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
#SRC_TEST="do" # no tests
|