summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2009-09-23 02:48:36 +0000
committerSteve Dibb <beandog@gentoo.org>2009-09-23 02:48:36 +0000
commitd38bf35b81587bd8ee7f713659ec2f6701e6de47 (patch)
tree43cc0df03f7e9cd91d8fcfa8f3388e708207f0bb /dev-php/PEAR-Console_Getopt
parentInitial commit; new split ebuilds for PEAR base install (diff)
downloadhistorical-d38bf35b81587bd8ee7f713659ec2f6701e6de47.tar.gz
historical-d38bf35b81587bd8ee7f713659ec2f6701e6de47.tar.bz2
historical-d38bf35b81587bd8ee7f713659ec2f6701e6de47.zip
Initial commit; new split ebuilds for PEAR base install
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-Console_Getopt')
-rw-r--r--dev-php/PEAR-Console_Getopt/ChangeLog10
-rw-r--r--dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild29
-rw-r--r--dev-php/PEAR-Console_Getopt/metadata.xml5
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-php/PEAR-Console_Getopt/ChangeLog b/dev-php/PEAR-Console_Getopt/ChangeLog
new file mode 100644
index 000000000000..e46b8246f333
--- /dev/null
+++ b/dev-php/PEAR-Console_Getopt/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-php/PEAR-Console_Getopt
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.20 2009/09/23 02:46:59 beandog Exp $
+
+*PEAR-Console_Getopt-1.2.3 (23 Sep 2009)
+
+ 23 Sep 2009; Steve Dibb <beandog@gentoo.org>
+ +PEAR-Console_Getopt-1.2.3.ebuild, +metadata.xml:
+ Initial commit; new split ebuilds for PEAR base install
+
diff --git a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild
new file mode 100644
index 000000000000..32b28e232169
--- /dev/null
+++ b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild,v 1.1 2009/09/23 02:46:59 beandog Exp $
+
+MY_PN="${PN/PEAR-/}"
+MY_P="${MY_PN}-${PV}"
+
+inherit depend.php
+
+DESCRIPTION="Command-line option parser"
+
+LICENSE="PHP-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
+PDEPEND="dev-php/pear"
+HOMEPAGE="http://pear.php.net/package/Console_Getopt"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+ require_php_with_use pcre
+}
+
+src_install() {
+ insinto /usr/share/php/
+ doins -r Console
+}
diff --git a/dev-php/PEAR-Console_Getopt/metadata.xml b/dev-php/PEAR-Console_Getopt/metadata.xml
new file mode 100644
index 000000000000..fd3dbe39fa64
--- /dev/null
+++ b/dev-php/PEAR-Console_Getopt/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>php</herd>
+</pkgmetadata>