public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PHP_CodeCoverage/
Date: Wed, 19 Dec 2018 17:31:44 +0000 (UTC)	[thread overview]
Message-ID: <1545240684.890ac9e1c11cee69c3999db9d98b8f63ceaef3ae.grknight@gentoo> (raw)

commit:     890ac9e1c11cee69c3999db9d98b8f63ceaef3ae
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 17:31:24 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 17:31:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=890ac9e1

dev-php/PHP_CodeCoverage: Revbump to fix dependencies

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 .../PHP_CodeCoverage-4.0.7-r1.ebuild               | 47 ++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/dev-php/PHP_CodeCoverage/PHP_CodeCoverage-4.0.7-r1.ebuild b/dev-php/PHP_CodeCoverage/PHP_CodeCoverage-4.0.7-r1.ebuild
new file mode 100644
index 00000000000..e4af4df0071
--- /dev/null
+++ b/dev-php/PHP_CodeCoverage/PHP_CodeCoverage-4.0.7-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="php-code-coverage"
+
+DESCRIPTION="Collection, processing, and rendering for PHP code coverage"
+HOMEPAGE="http://phpunit.de"
+SRC_URI="https://github.com/sebastianbergmann/${MY_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=""
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+RDEPEND="dev-php/fedora-autoloader
+	>=dev-php/File_Iterator-1.3
+	<dev-php/File_Iterator-2.0
+	>=dev-php/Text_Template-1.2
+	<dev-php/Text_Template-2.0
+	>=dev-php/PHP_TokenStream-1.4
+	<dev-php/PHP_TokenStream-3.0
+	>=dev-php/sebastian-environment-1.3.2
+	<dev-php/sebastian-environment-3.0
+	>=dev-php/sebastian-version-1.0
+	<dev-php/sebastian-version-3.0
+	dev-php/sebastian-code-unit-reverse-lookup
+	<dev-php/sebastian-code-unit-reverse-lookup-2.0
+	|| (
+		dev-lang/php:5.6[xml,xmlwriter]
+		dev-lang/php:7.0[xml,xmlwriter]
+		dev-lang/php:7.1[xml,xmlwriter]
+	)"
+
+src_install() {
+	insinto /usr/share/php/PHP/CodeCoverage
+	doins -r src/*
+	doins "${FILESDIR}/autoload.php"
+}
+
+pkg_postinst() {
+	ewarn "This library now loads via /usr/share/php/PHP/CodeCoverage/autoload.php"
+	ewarn "Please update any scripts to require the autoloader"
+}


             reply	other threads:[~2018-12-19 17:31 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-19 17:31 Brian Evans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-02-17 16:11 [gentoo-commits] repo/gentoo:master commit in: dev-php/PHP_CodeCoverage/ Brian Evans
2021-01-07 19:09 Sam James
2021-01-07 18:55 Sam James
2020-11-30  0:39 Thomas Deutschmann
2020-04-10 22:56 Sergei Trofimovich
2017-11-13 20:13 Agostino Sarubbo
2017-11-13  0:49 Thomas Deutschmann
2017-08-10 19:01 Brian Evans
2017-07-01  9:31 Sergei Trofimovich
2017-05-28  1:42 Brian Evans
2017-04-01  9:47 Michael Weber
2017-03-31 10:30 Michael Weber
2017-03-26 19:53 Jeroen Roovers
2017-02-04  0:22 Michael Orlitzky

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=1545240684.890ac9e1c11cee69c3999db9d98b8f63ceaef3ae.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