diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-02-14 19:29:52 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-02-14 19:29:52 +0000 |
commit | 485c2651018f11996a30c22e7b3c98f48adf57f0 (patch) | |
tree | 8bbd6d6e2c3a27c327d48d655596f3e1febf069e /dev-php | |
parent | more virtual stuff (diff) | |
download | gentoo-2-485c2651018f11996a30c22e7b3c98f48adf57f0.tar.gz gentoo-2-485c2651018f11996a30c22e7b3c98f48adf57f0.tar.bz2 gentoo-2-485c2651018f11996a30c22e7b3c98f48adf57f0.zip |
Initial ebuild for PECL package apd, closes bug 58957.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PECL-apd/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PECL-apd/Manifest | 3 | ||||
-rw-r--r-- | dev-php/PECL-apd/PECL-apd-1.0.1.ebuild | 24 | ||||
-rw-r--r-- | dev-php/PECL-apd/files/digest-PECL-apd-1.0.1 | 1 | ||||
-rw-r--r-- | dev-php/PECL-apd/metadata.xml | 5 |
5 files changed, 42 insertions, 0 deletions
diff --git a/dev-php/PECL-apd/ChangeLog b/dev-php/PECL-apd/ChangeLog new file mode 100644 index 000000000000..5dcb70bd8744 --- /dev/null +++ b/dev-php/PECL-apd/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-php/PECL-apd +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-apd/ChangeLog,v 1.1 2005/02/14 19:29:52 sebastian Exp $ + +*PECL-apd-1.0.1 (14 Feb 2005) + + 14 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +PECL-apd-1.0.1.ebuild: + Initial ebuild for PECL package apd, closes bug 58957. diff --git a/dev-php/PECL-apd/Manifest b/dev-php/PECL-apd/Manifest new file mode 100644 index 000000000000..676e29b27b48 --- /dev/null +++ b/dev-php/PECL-apd/Manifest @@ -0,0 +1,3 @@ +MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +MD5 b02935220e84a092d0a26af36680095e PECL-apd-1.0.1.ebuild 432 +MD5 3f5b44e18a6fc64c64ad6919e7192603 files/digest-PECL-apd-1.0.1 57 diff --git a/dev-php/PECL-apd/PECL-apd-1.0.1.ebuild b/dev-php/PECL-apd/PECL-apd-1.0.1.ebuild new file mode 100644 index 000000000000..f2f38c29c52a --- /dev/null +++ b/dev-php/PECL-apd/PECL-apd-1.0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-apd/PECL-apd-1.0.1.ebuild,v 1.1 2005/02/14 19:29:52 sebastian Exp $ + +PHP_EXT_ZENDEXT="yes" +PHP_EXT_PECL_PKG="apd" +PHP_EXT_NAME="apd" +PHP_EXT_INI="yes" + +inherit php-ext-pecl + +IUSE="" +DESCRIPTION="A full-featured engine-level profiler/debugger." +SLOT="0" +LICENSE="PHP" +KEYWORDS="~x86" +DEPEND="${DEPEND} + =dev-php/php-5*" + +src_install () { + php-ext-pecl_src_install + dobin pprofp pprof2calltree + dodoc LICENSE README +} diff --git a/dev-php/PECL-apd/files/digest-PECL-apd-1.0.1 b/dev-php/PECL-apd/files/digest-PECL-apd-1.0.1 new file mode 100644 index 000000000000..ec5b48ff4de1 --- /dev/null +++ b/dev-php/PECL-apd/files/digest-PECL-apd-1.0.1 @@ -0,0 +1 @@ +MD5 470ea75cde09f7504c83441911c86f29 apd-1.0.1.tgz 36643 diff --git a/dev-php/PECL-apd/metadata.xml b/dev-php/PECL-apd/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/PECL-apd/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> |