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/PEAR-Text_Wiki_BBCode-0.0.4-r3.ebuild
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/PEAR-Text_Wiki_BBCode-0.0.4-r3.ebuild')
-rw-r--r--dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r3.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r3.ebuild b/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r3.ebuild
new file mode 100644
index 000000000000..25a06efaece6
--- /dev/null
+++ b/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="BBCode parser for Text_Wiki"
+
+LICENSE="LGPL-2.1 PHP-3"
+SLOT="0"
+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 )