ChangeLog

# ChangeLog for dev-php5/pecl-fileinfo
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/ChangeLog,v 1.22 2007/12/06 01:07:20 jokey Exp $

06 Dec 2007; Markus Ullmann pecl-fileinfo-1.0.4.ebuild:
LICENSE fix from project overlay

03 Dec 2007; Jakub Moc pecl-fileinfo-1.0.4.ebuild:
Fix LICENSE

06 Sep 2007; Markus Ullmann
-pecl-fileinfo-1.0.3.ebuild:
Cleanup

01 Jun 2007; nixnut pecl-fileinfo-1.0.4.ebuild:
Stable on ppc wrt bug 176542

25 May 2007; Brent Baude pecl-fileinfo-1.0.4.ebuild:
Marking pecl-fileinfo-1.0.4 ppc64 stable for bug 176542

24 May 2007; Christian Faulhammer
pecl-fileinfo-1.0.4.ebuild:
x86/amd64 stable, bug 176542

21 May 2007; Jeroen Roovers pecl-fileinfo-1.0.4.ebuild:
Stable for HPPA (bug #176542).

08 Mar 2007; Gustavo Zacarias
pecl-fileinfo-1.0.4.ebuild:
Stable on sparc

*pecl-fileinfo-1.0.4 (07 Mar 2007)

07 Mar 2007; Luca Longinotti
pecl-fileinfo-1.0.3.ebuild, +pecl-fileinfo-1.0.4.ebuild:
Version bump, cleanup.

22 Jul 2006; Luca Longinotti
files/digest-pecl-fileinfo-1.0.3, Manifest:
Fix Manifest.

03 May 2006; Gustavo Zacarias
pecl-fileinfo-1.0.3.ebuild:
Stable on hppa

28 Mar 2006; Gustavo Zacarias
pecl-fileinfo-1.0.3.ebuild:
Keyworded ~hppa

08 Feb 2006; Mark Loeser pecl-fileinfo-1.0.3.ebuild:
Stable on x86; bug #120460

03 Feb 2006; pecl-fileinfo-1.0.3.ebuild:
Added ppc keyword. bug 121460

28 Jan 2006; Markus Rothe pecl-fileinfo-1.0.3.ebuild:
Stable on ppc64; bug #120460

27 Jan 2006; Simon Stelling pecl-fileinfo-1.0.3.ebuild:
stable on amd64

26 Jan 2006; Gustavo Zacarias
pecl-fileinfo-1.0.3.ebuild:
Stable on sparc wrt #120460

15 Jan 2006; Marcus D. Hanwell
pecl-fileinfo-1.0.3.ebuild:
Marked ~amd64, bug 107647.

*pecl-fileinfo-1.0.3 (05 Jan 2006)

05 Jan 2006; Luca Longinotti
-pecl-fileinfo-1.0.ebuild, +pecl-fileinfo-1.0.3.ebuild:
Bump to 1.0.3 to work correctly with PHP 5.1.1, fixes bug #117808.

26 Nov 2005; Luca Longinotti pecl-fileinfo-1.0.ebuild:
Fix var ordering.

19 Nov 2005; Markus Rothe pecl-fileinfo-1.0.ebuild:
Added ~ppc64 keyword; bug #102649

10 Sep 2005; Jason Wever pecl-fileinfo-1.0.ebuild:
Added ~sparc keyword.

18 Aug 2005; ChangeLog:
Initial version; replaces older dev-php/* packages

Manifest

DIST Fileinfo-1.0.4.tgz 5835 RMD160 fedf7f72b1b2dca30f138ef31f507084d1392dbe SHA1 60a146cf58357ab59f42061d35c0aa4bff8fb170 SHA256 df35ee00fce6483c58b2f37dbded33831ba84fdae92829dbe03f7331bec0aa3f
EBUILD pecl-fileinfo-1.0.4.ebuild 531 RMD160 5bfe6cc629a2b6b246d241dec26f24dc5a006285 SHA1 f0c74081cc72c71a5e742d3ddd7a1ef6639fc778 SHA256 28fb03f89aa7bb72aad385cf52f4133203cd30720dc438db29058fc47a52721d
MISC ChangeLog 2820 RMD160 67a4dcfa22f541fa1b6fc4e62cd793c6c4f5705a SHA1 e0898c076f81c1f9082448b89274307f153d4aa4 SHA256 da8ba1a2efbcc8f8110646f29048a3be88c9f5c94de852f465b04bd5748d7572
MISC metadata.xml 157 RMD160 a98db3a086fae3c09a903dadbc05f60443ec4b1a SHA1 ddaa23cc35eb917bf8962b652442bebb1ce0f440 SHA256 54f8878ca0228e380abbaa4b529806b5533a6b9b51b3b16c0909e906586a91a1

metadata.xml




php

pecl-fileinfo-1.0.4.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4.ebuild,v 1.7 2007/12/06 01:07:20 jokey Exp $

PHP_EXT_NAME="fileinfo"
PHP_EXT_PECL_PKG="Fileinfo"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"

inherit php-ext-pecl-r1

KEYWORDS="amd64 hppa ppc ppc64 sparc x86"

DESCRIPTION="libmagic bindings for PHP."
LICENSE="PHP-3"
SLOT="0"
IUSE=""

DEPEND="sys-apps/file"
RDEPEND="${DEPEND}"

need_php_by_category