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/phpcov/
Date: Tue, 20 Feb 2018 19:29:59 +0000 (UTC)	[thread overview]
Message-ID: <1519154945.10ec2aa95a15adbf8fb18abadaa5348d0f995b23.grknight@gentoo> (raw)

commit:     10ec2aa95a15adbf8fb18abadaa5348d0f995b23
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 19:00:41 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 19:29:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ec2aa9

dev-php/phpcov: Version bump to 5.0.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-php/phpcov/Manifest            |  1 +
 dev-php/phpcov/phpcov-5.0.0.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-php/phpcov/Manifest b/dev-php/phpcov/Manifest
index 2fa60467372..82274fb6baa 100644
--- a/dev-php/phpcov/Manifest
+++ b/dev-php/phpcov/Manifest
@@ -1 +1,2 @@
 DIST phpcov-1.1.0.phar 3552394 BLAKE2B 0a0ad16e4abc99af043085df323078efcee2f26b377c87e7620e8b253d4596ac5caa1fce20e86af54f228198bbba989f9b47699f4d925635d1d80279c0af836f SHA512 690a66afacca15a9851c0d13b7ee449a928a9862dd7e0b88ef4f0da6a9ad9663d087c2225d822f9fbb0afd08a881f44d7bd64c069d29c598293eb423aa6b30cb
+DIST phpcov-5.0.0.phar 2946681 BLAKE2B e343a9c9b56a9f8a43994cb9ffc5920e01b8b42f3fd6436c519535060f5e678e2c0b4a861ad5e15988b06b921e00e9ca0f9ba31eefedee25188d8c75eddff976 SHA512 780ecf6ef5a07801b107659cac4019ac3738833311408bc43d6fbe1041b974ea311ea581c06a49f7fc1d8ff953c36e7cb92b87fb7ad81e0cc1b8f04e7df5d37e

diff --git a/dev-php/phpcov/phpcov-5.0.0.ebuild b/dev-php/phpcov/phpcov-5.0.0.ebuild
new file mode 100644
index 00000000000..366e9349d37
--- /dev/null
+++ b/dev-php/phpcov/phpcov-5.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="CLI frontend for PHP_CodeCoverage"
+HOMEPAGE="https://github.com/sebastianbergmann/phpcov"
+SRC_URI="https://phar.phpunit.de/${P}.phar"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-lang/php:*[phar]
+	dev-php/xdebug"
+
+S="${WORKDIR}"
+
+src_unpack() {
+	return
+}
+
+src_install() {
+	exeinto /usr/share/php/${PN}
+	newexe "${DISTDIR}"/${P}.phar "${PN}.phar"
+	dosym "../share/php/${PN}/${PN}.phar" /usr/bin/${PN}
+}


             reply	other threads:[~2018-02-20 19:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-20 19:29 Brian Evans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-02-20 19:30 [gentoo-commits] repo/gentoo:master commit in: dev-php/phpcov/ 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=1519154945.10ec2aa95a15adbf8fb18abadaa5348d0f995b23.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