15 lines
376 B
Bash
15 lines
376 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
PEAR_PV=${PV/_rc/RC}
|
|
|
|
inherit php-pear-r2
|
|
|
|
DESCRIPTION="Package for reading and writing OLE containers"
|
|
HOMEPAGE="https://pear.php.net/package/OLE"
|
|
LICENSE="PHP-3.01"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
|
|
IUSE=""
|