dev-php/PEAR-Text_Wiki_BBCode: Revbump for new PEAR eclass

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
Brian Evans
2017-08-01 14:22:01 -04:00
parent 57d8f91565
commit f581c9e314

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=6
inherit php-pear-r1
inherit php-pear-r2
DESCRIPTION="BBCode parser for Text_Wiki"
@@ -13,3 +13,9 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND=""
RDEPEND=">=dev-php/PEAR-Text_Wiki-1.0.3"
DOCS=( doc/BBCodeParser_V2.ini
doc/BBCodeParser.php
doc/README_BBCodeParser
doc/parser.php
doc/BBtest.txt )