summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Dack <tad@gentoo.org>2003-02-18 13:30:06 +0000
committerTroy Dack <tad@gentoo.org>2003-02-18 13:30:06 +0000
commitfa2b52d6610e85a199b213168d9a1a5584bb94bf (patch)
tree8218431d8e42df84feac355f153b2e84df5913bf /dev-php/PEAR-HTML_Select_Common
parent*** empty log message *** (diff)
downloadgentoo-2-fa2b52d6610e85a199b213168d9a1a5584bb94bf.tar.gz
gentoo-2-fa2b52d6610e85a199b213168d9a1a5584bb94bf.tar.bz2
gentoo-2-fa2b52d6610e85a199b213168d9a1a5584bb94bf.zip
Couple more PEAR packages for Horde applications
Diffstat (limited to 'dev-php/PEAR-HTML_Select_Common')
-rw-r--r--dev-php/PEAR-HTML_Select_Common/ChangeLog8
-rw-r--r--dev-php/PEAR-HTML_Select_Common/PEAR-HTML_Select_Common-1.1.ebuild30
-rw-r--r--dev-php/PEAR-HTML_Select_Common/files/digest-PEAR-HTML_Select_Common-1.11
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-php/PEAR-HTML_Select_Common/ChangeLog b/dev-php/PEAR-HTML_Select_Common/ChangeLog
new file mode 100644
index 000000000000..8df178db27ca
--- /dev/null
+++ b/dev-php/PEAR-HTML_Select_Common/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-php/PEAR-HTML_Select_Common
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Select_Common/ChangeLog,v 1.1 2003/02/18 13:30:06 tad Exp $
+
+*PEAR-Date-1.1 (18 Feb 2003)
+
+ 18 Feb 2003; Troy Dack <tad@gentoo.org>
+ PEAR-HTML_Select_Common-1.1.ebuild ChangeLog : Initial import.
diff --git a/dev-php/PEAR-HTML_Select_Common/PEAR-HTML_Select_Common-1.1.ebuild b/dev-php/PEAR-HTML_Select_Common/PEAR-HTML_Select_Common-1.1.ebuild
new file mode 100644
index 000000000000..dd4861e2c7df
--- /dev/null
+++ b/dev-php/PEAR-HTML_Select_Common/PEAR-HTML_Select_Common-1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Select_Common/PEAR-HTML_Select_Common-1.1.ebuild,v 1.1 2003/02/18 13:30:06 tad Exp $
+
+IUSE=""
+P=${PN/PEAR-//}-${PV}
+DESCRIPTION="Some small classes to handle common <select> lists"
+HOMEPAGE="http://pear.php.net/package-info.php?pacid=165"
+SRC_URI="http://pear.php.net/get/${P}.tgz"
+LICENSE="PHP"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+DEPEND="virtual/php"
+RDEPEND="${DEPEND}"
+S=${WORKDIR}/${P}
+
+src_install () {
+ insinto /usr/lib/php/HTML/Select/Common
+ doins Select/Common/Country.php
+ doins Select/Common/FRDepartements.php
+ doins Select/Common/UKCounty.php
+ doins Select/Common/USState.php
+ insinto /usr/lib/php/Select/Common/examples
+
+ insinto /usr/lib/php/HTML/Select/Common/examples
+ doins Select/Common/examples/Country.php
+ doins Select/Common/examples/FRDepartements.php
+ doins Select/Common/examples/UKCounty.php
+ doins Select/Common/examples/USState.php
+}
diff --git a/dev-php/PEAR-HTML_Select_Common/files/digest-PEAR-HTML_Select_Common-1.1 b/dev-php/PEAR-HTML_Select_Common/files/digest-PEAR-HTML_Select_Common-1.1
new file mode 100644
index 000000000000..730f71a26904
--- /dev/null
+++ b/dev-php/PEAR-HTML_Select_Common/files/digest-PEAR-HTML_Select_Common-1.1
@@ -0,0 +1 @@
+MD5 182210f08e809d51208ae4ecc70a4f3c HTML_Select_Common-1.1.tgz 5592