summaryrefslogtreecommitdiff
path: root/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.2.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-30 18:30:53 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-30 18:30:53 +0000
commitf19bb2429ee8ec397da6a3947d2aefb17a0dc1d7 (patch)
tree02f2f22cebf1599cfb19a29d7781d992821bd0ec /dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.2.0.ebuild
parent6b3377ae8135efdd7c697b000202603b3ccf84f4 (diff)
downloadbaldeagleos-repo-f19bb2429ee8ec397da6a3947d2aefb17a0dc1d7.tar.gz
baldeagleos-repo-f19bb2429ee8ec397da6a3947d2aefb17a0dc1d7.tar.xz
baldeagleos-repo-f19bb2429ee8ec397da6a3947d2aefb17a0dc1d7.zip
Updating liguros repo
Diffstat (limited to 'dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.2.0.ebuild')
-rw-r--r--dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.2.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.2.0.ebuild b/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.2.0.ebuild
new file mode 100644
index 000000000000..ebf13a668e09
--- /dev/null
+++ b/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.2.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit php-pear-r2
+
+DESCRIPTION="Creating, validating, processing HTML forms methods (PHP5 optimize)"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="examples"
+
+DEPEND=">=dev-lang/php-5.2.0:*"
+RDEPEND="${DEPEND}
+ >=dev-php/PEAR-HTML_Common2-2.1.0"
+
+src_install() {
+ HTML_DOCS=( data/quickform.css data/js )
+ use examples && HTML_DOCS+=( docs/examples )
+ php-pear-r2_src_install
+}