diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-09-23 02:48:36 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-09-23 02:48:36 +0000 |
commit | 09efd3d9ed191db4a2b7d3f08a9880be7a9b1b52 (patch) | |
tree | d678d32616f3e5a8473ab27058eae247fb4cd085 /dev-php/PEAR-Structures_Graph | |
parent | Initial commit; new split ebuilds for PEAR base install (diff) | |
download | gentoo-2-09efd3d9ed191db4a2b7d3f08a9880be7a9b1b52.tar.gz gentoo-2-09efd3d9ed191db4a2b7d3f08a9880be7a9b1b52.tar.bz2 gentoo-2-09efd3d9ed191db4a2b7d3f08a9880be7a9b1b52.zip |
Initial commit; new split ebuilds for PEAR base install
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Structures_Graph')
-rw-r--r-- | dev-php/PEAR-Structures_Graph/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.2.ebuild | 31 | ||||
-rw-r--r-- | dev-php/PEAR-Structures_Graph/metadata.xml | 5 |
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-php/PEAR-Structures_Graph/ChangeLog b/dev-php/PEAR-Structures_Graph/ChangeLog new file mode 100644 index 000000000000..0798a47daba2 --- /dev/null +++ b/dev-php/PEAR-Structures_Graph/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php/PEAR-Structures_Graph +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_Graph/ChangeLog,v 1.1 2009/09/23 02:48:36 beandog Exp $ + +*PEAR-Structures_Graph-1.0.2 (23 Sep 2009) + + 23 Sep 2009; Steve Dibb <beandog@gentoo.org> + +PEAR-Structures_Graph-1.0.2.ebuild, +metadata.xml: + Initial commit; new split ebuilds for PEAR base install + diff --git a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.2.ebuild b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.2.ebuild new file mode 100644 index 000000000000..16f551b938a3 --- /dev/null +++ b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.2.ebuild,v 1.1 2009/09/23 02:48:36 beandog Exp $ + +MY_PN="${PN/PEAR-/}" +MY_P="${MY_PN}-${PV}" + +inherit depend.php + +DESCRIPTION="Graph datastructure manipulation library" + +LICENSE="LGPL-2.1" +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/Structures_Graph" + +S="${WORKDIR}/${MY_P}" + +pkg_setup() { + require_php_with_use pcre +} + +src_install() { + insinto /usr/share/php + doins -r Structures + + dohtml -r docs/html/* +} diff --git a/dev-php/PEAR-Structures_Graph/metadata.xml b/dev-php/PEAR-Structures_Graph/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/PEAR-Structures_Graph/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> |