grknight 15/04/29 01:29:36 Modified: ChangeLog Added: pecl-mailparse-2.1.6-r2.ebuild Log: Revbump to make dependencies more specific and silence repoman (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xD1F781EFF9F4A3B6)
Revision Changes Path 1.16 dev-php/pecl-mailparse/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mailparse/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mailparse/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mailparse/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-mailparse/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 9 Oct 2014 20:54:43 -0000 1.15 +++ ChangeLog 29 Apr 2015 01:29:36 -0000 1.16 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/pecl-mailparse -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mailparse/ChangeLog,v 1.15 2014/10/09 20:54:43 grknight Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mailparse/ChangeLog,v 1.16 2015/04/29 01:29:36 grknight Exp $ + +*pecl-mailparse-2.1.6-r2 (29 Apr 2015) + + 29 Apr 2015; Brian Evans <[email protected]> + +pecl-mailparse-2.1.6-r2.ebuild: + Revbump to make dependencies more specific and silence repoman 30 Sep 2014; Brian Evans <[email protected]> -pecl-mailparse-2.1.6.ebuild: Drop old; no more support for 5.3 1.1 dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r2.ebuild?rev=1.1&content-type=text/plain Index: pecl-mailparse-2.1.6-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r2.ebuild,v 1.1 2015/04/29 01:29:36 grknight Exp $ EAPI=5 PHP_EXT_NAME="mailparse" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS="README" USE_PHP="php5-5 php5-4" inherit php-ext-pecl-r2 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" DESCRIPTION="A PHP extension for parsing and working with RFC822 and RFC2045 (MIME) compliant messages" LICENSE="PHP-2.02" SLOT="0" IUSE="" for target in ${USE_PHP}; do slot=${target/php} slot=${slot/-/.} PHPUSEDEPEND="${PHPUSEDEPEND} php_targets_${target}? ( dev-lang/php:${slot}[unicode] )" done RDEPEND="${PHPUSEDEPEND}" DEPEND="${RDEPEND} dev-util/re2c"
