dev-php/PEAR-Text_Wiki_BBCode: Revbump for new PEAR eclass
authorBrian Evans <grknight@gentoo.org>
Tue, 1 Aug 2017 18:22:01 +0000 (14:22 -0400)
committerBrian Evans <grknight@gentoo.org>
Tue, 1 Aug 2017 18:22:01 +0000 (14:22 -0400)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r3.ebuild [moved from dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r2.ebuild with 59% similarity]

similarity index 59%
rename from dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r2.ebuild
rename to dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r3.ebuild
index 0c2224a73a75fe96477c11d6df312c45dcf7c269..25a06efaece616031fa18208cac16f8e0d60b83f 100644 (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 )