2020-03-27 00:56:47 +03:00
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
2013-03-25 16:49:17 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2018-02-18 00:37:33 +03:00
|
|
|
EAPI=6
|
2013-03-25 16:49:17 +04:00
|
|
|
|
2018-02-18 00:37:33 +03:00
|
|
|
inherit php-pear-r2
|
2013-03-25 16:49:17 +04:00
|
|
|
|
2014-08-12 12:57:09 +04:00
|
|
|
DESCRIPTION="GNU Gettext file parser"
|
2013-03-25 16:49:17 +04:00
|
|
|
|
|
|
|
LICENSE="PHP-3"
|
|
|
|
SLOT="0"
|
2020-12-15 08:27:39 +03:00
|
|
|
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
|
2013-03-25 16:49:17 +04:00
|
|
|
IUSE=""
|
2018-02-18 00:37:33 +03:00
|
|
|
PATCHES=( "${FILESDIR/File_Gettext-0.4.2-construct.patch}" )
|