About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
olemarkus 12/02/02 12:16:08 Modified: ChangeLog Added: pecl-haru-1.0.3.ebuild Log: Version/EAPI/USE_PHP bump (Portage version: 2.1.10.41/cvs/Linux x86_64) Revision Changes Path 1.2 dev-php/pecl-haru/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-haru/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-haru/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-haru/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-haru/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 14 Dec 2011 22:37:15 -0000 1.1 +++ ChangeLog 2 Feb 2012 12:16:08 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for dev-php5/pecl-haru -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-haru/ChangeLog,v 1.1 2011/12/14 22:37:15 mabi Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-haru/ChangeLog,v 1.2 2012/02/02 12:16:08 olemarkus Exp $ + +*pecl-haru-1.0.3 (02 Feb 2012) + + 02 Feb 2012; Ole Markus With <olemarkus@g.o> +pecl-haru-1.0.3.ebuild: + Version/EAPI/USE_PHP bump *pecl-haru-1.0.0-r1 (04 Nov 2010) 1.1 dev-php/pecl-haru/pecl-haru-1.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-haru/pecl-haru-1.0.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-haru/pecl-haru-1.0.3.ebuild?rev=1.1&content-type=text/plain Index: pecl-haru-1.0.3.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-haru/pecl-haru-1.0.3.ebuild,v 1.1 2012/02/02 12:16:08 olemarkus Exp $ EAPI=4 PHP_EXT_NAME="haru" USE_PHP="php5-3 php5-4" inherit php-ext-pecl-r2 DESCRIPTION="An interface to libharu, a PDF generator" LICENSE="PHP-3.01" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="png zlib" DEPEND="media-libs/libharu[png?,zlib?]" RDEPEND="${DEPEND}" src_configure() { # config.m4 is broken checking paths, so we need to override it my_conf="--with-haru=/usr" use png && my_conf+=" --with-png-dir=/usr" use zlib && my_conf+=" --with-zlib-dir=/usr" php-ext-source-r2_src_configure }
Updated Jun 26, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.