summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2017-08-01 14:22:01 -0400
committerBrian Evans <grknight@gentoo.org>2017-08-01 14:22:01 -0400
commitf581c9e314986ce58cc4a45eda5380fe948a735c (patch)
treeb75e9dccd2007ebd5693bf9b923179264d86c54b /dev-php/PEAR-Text_Wiki_BBCode
parentsys-auth/nss-pam-ldapd: Revision bump, actually drop python-ldap dep (diff)
downloadgentoo-f581c9e314986ce58cc4a45eda5380fe948a735c.tar.gz
gentoo-f581c9e314986ce58cc4a45eda5380fe948a735c.tar.bz2
gentoo-f581c9e314986ce58cc4a45eda5380fe948a735c.zip
dev-php/PEAR-Text_Wiki_BBCode: Revbump for new PEAR eclass
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-php/PEAR-Text_Wiki_BBCode')
-rw-r--r--dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r3.ebuild (renamed from dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r2.ebuild)12
1 files changed, 9 insertions, 3 deletions
diff --git a/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r2.ebuild b/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r3.ebuild
index 0c2224a73a75..25a06efaece6 100644
--- a/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r2.ebuild
+++ b/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r3.ebuild
@@ -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 )