2021-01-07 23:55:14 +03:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
2011-11-09 11:33:19 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2014-08-23 08:55:28 +04:00
|
|
|
EAPI=5
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
MY_PN=OLE-Storage_Lite
|
|
|
|
MODULE_AUTHOR=JMCNAMARA
|
|
|
|
MODULE_VERSION=0.19
|
|
|
|
inherit perl-module
|
|
|
|
|
|
|
|
DESCRIPTION="Simple Class for OLE document interface"
|
|
|
|
|
|
|
|
SLOT="0"
|
2021-04-06 10:46:13 +03:00
|
|
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
2011-11-09 11:33:19 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
SRC_TEST="do"
|