sys-auth/nss-pam-ldapd: Revision bump, actually drop python-ldap dep
[gentoo.git] / dev-php / PEAR-Text_Wiki_BBCode / PEAR-Text_Wiki_BBCode-0.0.4-r3.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit php-pear-r2
7
8 DESCRIPTION="BBCode parser for Text_Wiki"
9
10 LICENSE="LGPL-2.1 PHP-3"
11 SLOT="0"
12 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
13 IUSE=""
14 DEPEND=""
15 RDEPEND=">=dev-php/PEAR-Text_Wiki-1.0.3"
16
17 DOCS=(  doc/BBCodeParser_V2.ini
18         doc/BBCodeParser.php
19         doc/README_BBCodeParser
20         doc/parser.php
21         doc/BBtest.txt )