16 lines
308 B
Bash
16 lines
308 B
Bash
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
MODULE_AUTHOR=SYP
|
|
MODULE_VERSION=3.5
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Allows conversion between Roman and Arabic algarisms"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm ~arm64 ~x86"
|
|
IUSE=""
|
|
|
|
SRC_TEST="do"
|