grknight 14/10/10 14:45:40 Modified: ChangeLog Added: phpunit-4.3.1.ebuild Log: Version bump wrt bug 510470; remove old file since pear channel is defunct (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.19 dev-php/phpunit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 24 Aug 2013 18:21:17 -0000 1.18 +++ ChangeLog 10 Oct 2014 14:45:40 -0000 1.19 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/phpunit -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.18 2013/08/24 18:21:17 olemarkus Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.19 2014/10/10 14:45:40 grknight Exp $ + +*phpunit-4.3.1 (10 Oct 2014) + + 10 Oct 2014; Brian Evans <[email protected]> +phpunit-4.3.1.ebuild, + -files/channel.xml: + Version bump wrt bug 510470; remove old file since pear channel is defunct 24 Aug 2013; Ole Markus With <[email protected]> -phpunit-3.5.13.ebuild, -phpunit-3.6.0.ebuild, -phpunit-3.6.10.ebuild, -phpunit-3.6.11.ebuild, 1.1 dev-php/phpunit/phpunit-4.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-4.3.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-4.3.1.ebuild?rev=1.1&content-type=text/plain Index: phpunit-4.3.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-4.3.1.ebuild,v 1.1 2014/10/10 14:45:39 grknight Exp $ EAPI=5 DESCRIPTION="A PHP Unit Testing framework" HOMEPAGE="http://phpunit.de" PHPUNIT_PHAR="${P}.phar" SRC_URI="https://phar.phpunit.de/${PHPUNIT_PHAR}" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~hppa ~x86" IUSE="" DEPEND="dev-lang/php[phar,xml]" RDEPEND="${DEPEND}" S="${WORKDIR}" src_unpack() { return } src_install() { insinto /usr/share/php/phpunit insopts -m755 newins "${DISTDIR}"/${PHPUNIT_PHAR} phpunit.phar dosym /usr/share/php/phpunit/phpunit.phar /usr/bin/phpunit } pkg_postinst() { elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features." elog "If you want those, emerge dev-lang/php with USE=\"json pdo sqlite mysql\"." }
