From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/phpunit/
Date: Wed, 19 Dec 2018 18:20:27 +0000 (UTC) [thread overview]
Message-ID: <1545243617.68bdf37b8e5eed4404f788fb2b62bcb028fef258.grknight@gentoo> (raw)
commit: 68bdf37b8e5eed4404f788fb2b62bcb028fef258
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 17:46:13 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 18:20:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68bdf37b
dev-php/phpunit: Revbump to fix dependency blockers
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
dev-php/phpunit/phpunit-5.7.15-r2.ebuild | 55 ++++++++++++++++++++++++++++++++
1 file changed, 55 insertions(+)
diff --git a/dev-php/phpunit/phpunit-5.7.15-r2.ebuild b/dev-php/phpunit/phpunit-5.7.15-r2.ebuild
new file mode 100644
index 00000000000..83f63fe1edb
--- /dev/null
+++ b/dev-php/phpunit/phpunit-5.7.15-r2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A PHP Unit Testing framework"
+HOMEPAGE="http://phpunit.de"
+SRC_URI="https://github.com/sebastianbergmann/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-php/fedora-autoloader
+ >=dev-php/File_Iterator-1.4.0
+ <dev-php/File_Iterator-2.0
+ >=dev-php/Text_Template-1.2.0
+ <dev-php/Text_Template-2.0
+ >=dev-php/PHP_CodeCoverage-4.0.4
+ <dev-php/PHP_CodeCoverage-5.0
+ >=dev-php/PHP_Timer-1.0.6
+ <dev-php/PHP_Timer-2.0
+ <dev-php/myclabs-deepcopy-2.0
+ <dev-php/phpspec-prophecy-2.0
+ <dev-php/phpunit-mock-objects-4.0
+ <dev-php/sebastian-comparator-2.0
+ <dev-php/sebastian-diff-2.0
+ <dev-php/sebastian-environment-3.0
+ <dev-php/sebastian-exporter-3.0
+ <dev-php/sebastian-global-state-2.0
+ <dev-php/sebastian-object-enumerator-3.0
+ <dev-php/sebastian-resource-operations-2.0
+ <dev-php/sebastian-version-3.0
+ <dev-php/symfony-yaml-4.0
+ || (
+ dev-lang/php:5.6[cli,json,unicode,xml]
+ dev-lang/php:7.0[cli,json,unicode,xml]
+ dev-lang/php:7.1[cli,json,unicode,xml]
+ )"
+
+src_install() {
+ insinto /usr/share/php/PHPUnit
+ doins -r src/*
+ insinto /usr/share/php/PHPUnit/vendor
+ doins "${FILESDIR}/autoload.php"
+ exeinto /usr/share/php/PHPUnit
+ doexe phpunit
+ dosym ../share/php/PHPUnit/phpunit /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\"."
+}
next reply other threads:[~2018-12-19 18:20 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-19 18:20 Brian Evans [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-07-04 13:59 [gentoo-commits] repo/gentoo:master commit in: dev-php/phpunit/ Sam James
2021-02-01 16:38 Thomas Deutschmann
2021-01-07 20:15 Brian Evans
2021-01-07 20:11 Sam James
2021-01-07 19:22 Sam James
2020-11-30 0:39 Thomas Deutschmann
2020-09-07 14:56 Thomas Deutschmann
2020-06-14 23:30 Thomas Deutschmann
2020-04-29 21:31 Thomas Deutschmann
2020-01-23 1:30 Thomas Deutschmann
2020-01-05 23:20 Thomas Deutschmann
2019-12-20 18:34 Brian Evans
2019-12-20 18:34 Brian Evans
2019-12-19 15:51 Brian Evans
2017-11-14 14:47 Michael Orlitzky
2017-11-13 20:13 Agostino Sarubbo
2017-11-13 0:49 Thomas Deutschmann
2017-11-05 23:54 Michael Orlitzky
2017-11-05 23:54 Michael Orlitzky
2017-08-10 19:01 Brian Evans
2017-08-10 19:01 Brian Evans
2017-07-01 9:31 Sergei Trofimovich
2017-04-01 15:51 Michael Weber
2017-04-01 12:26 Michael Weber
2017-04-01 9:47 Michael Weber
2017-03-31 12:34 Michael Weber
2017-03-31 10:30 Michael Weber
2017-03-26 19:53 Jeroen Roovers
2017-03-09 16:23 Brian Evans
2016-09-27 11:04 Tobias Klausmann
2016-08-18 19:43 Markus Meier
2015-12-02 21:23 Brian Evans
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1545243617.68bdf37b8e5eed4404f788fb2b62bcb028fef258.grknight@gentoo \
--to=grknight@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox