diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-02-16 17:57:44 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-02-16 17:57:44 +0000 |
commit | 865e5dace82eb704459ed9170d43953021ca0307 (patch) | |
tree | af12949d05eb51ed2d53a044a682a95f8254fff6 /dev-php/PECL-Fileinfo | |
parent | (Portage version: 2.0.51-r15) (Manifest recommit) (diff) | |
download | gentoo-2-865e5dace82eb704459ed9170d43953021ca0307.tar.gz gentoo-2-865e5dace82eb704459ed9170d43953021ca0307.tar.bz2 gentoo-2-865e5dace82eb704459ed9170d43953021ca0307.zip |
Initial ebuild for Fileinfo PECL package, closes bug 75808.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-php/PECL-Fileinfo')
-rw-r--r-- | dev-php/PECL-Fileinfo/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PECL-Fileinfo/Manifest | 3 | ||||
-rw-r--r-- | dev-php/PECL-Fileinfo/PECL-Fileinfo-0.2.ebuild | 21 | ||||
-rw-r--r-- | dev-php/PECL-Fileinfo/files/digest-PECL-Fileinfo-0.2 | 1 | ||||
-rw-r--r-- | dev-php/PECL-Fileinfo/metadata.xml | 5 |
5 files changed, 40 insertions, 0 deletions
diff --git a/dev-php/PECL-Fileinfo/ChangeLog b/dev-php/PECL-Fileinfo/ChangeLog new file mode 100644 index 000000000000..6f220d5ba1a0 --- /dev/null +++ b/dev-php/PECL-Fileinfo/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php/PECL-Fileinfo +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-Fileinfo/ChangeLog,v 1.1 2005/02/16 17:57:44 sebastian Exp $ + +*PECL-Fileinfo-0.2 (16 Feb 2005) + + 16 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +PECL-Fileinfo-0.2.ebuild: + Initial ebuild for Fileinfo PECL package, closes bug 75808. + diff --git a/dev-php/PECL-Fileinfo/Manifest b/dev-php/PECL-Fileinfo/Manifest new file mode 100644 index 000000000000..5292f8c6f5e7 --- /dev/null +++ b/dev-php/PECL-Fileinfo/Manifest @@ -0,0 +1,3 @@ +MD5 6d35b56b54e62e6b248f42181a1765fd PECL-Fileinfo-0.2.ebuild 402 +MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +MD5 40304e43b365e0428613782f30a5ccc7 files/digest-PECL-Fileinfo-0.2 59 diff --git a/dev-php/PECL-Fileinfo/PECL-Fileinfo-0.2.ebuild b/dev-php/PECL-Fileinfo/PECL-Fileinfo-0.2.ebuild new file mode 100644 index 000000000000..55d4d894a319 --- /dev/null +++ b/dev-php/PECL-Fileinfo/PECL-Fileinfo-0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-Fileinfo/PECL-Fileinfo-0.2.ebuild,v 1.1 2005/02/16 17:57:44 sebastian Exp $ + +PHP_EXT_ZENDEXT="no" +PHP_EXT_PECL_PKG="Fileinfo" +PHP_EXT_NAME="fileinfo" +PHP_EXT_INI="yes" + +inherit php-ext-pecl + +IUSE="" +DESCRIPTION="libmagic bindings for PHP." +SLOT="0" +LICENSE="PHP" +KEYWORDS="~x86" +DEPEND="${DEPEND} sys-apps/file" + +src_install () { + php-ext-pecl_src_install +} diff --git a/dev-php/PECL-Fileinfo/files/digest-PECL-Fileinfo-0.2 b/dev-php/PECL-Fileinfo/files/digest-PECL-Fileinfo-0.2 new file mode 100644 index 000000000000..7779d0dfafc0 --- /dev/null +++ b/dev-php/PECL-Fileinfo/files/digest-PECL-Fileinfo-0.2 @@ -0,0 +1 @@ +MD5 e228172c2486c4866c1242d752bae54d Fileinfo-0.2.tgz 5491 diff --git a/dev-php/PECL-Fileinfo/metadata.xml b/dev-php/PECL-Fileinfo/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/PECL-Fileinfo/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> |