* [gentoo-commits] repo/gentoo:master commit in: dev-php/phpcov/
@ 2018-02-20 19:29 Brian Evans
0 siblings, 0 replies; 2+ messages in thread
From: Brian Evans @ 2018-02-20 19:29 UTC (permalink / raw
To: gentoo-commits
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}
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/phpcov/
@ 2018-02-20 19:30 Brian Evans
0 siblings, 0 replies; 2+ messages in thread
From: Brian Evans @ 2018-02-20 19:30 UTC (permalink / raw
To: gentoo-commits
commit: f12f46ecaa4b5d1bf823a6639391d65e0f06abaf
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 19:01:53 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 19:29:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f12f46ec
dev-php/phpcov: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-php/phpcov/Manifest | 1 -
dev-php/phpcov/phpcov-1.1.0.ebuild | 30 ------------------------------
2 files changed, 31 deletions(-)
diff --git a/dev-php/phpcov/Manifest b/dev-php/phpcov/Manifest
index 82274fb6baa..9279c3ab2be 100644
--- a/dev-php/phpcov/Manifest
+++ b/dev-php/phpcov/Manifest
@@ -1,2 +1 @@
-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-1.1.0.ebuild b/dev-php/phpcov/phpcov-1.1.0.ebuild
deleted file mode 100644
index f79a1e00f68..00000000000
--- a/dev-php/phpcov/phpcov-1.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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() {
- insinto /usr/share/php/${PN}
- insopts -m755
- newins "${DISTDIR}"/${P}.phar "${PN}.phar"
- dosym /usr/share/php/${PN}/${PN}.phar /usr/bin/${PN}
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-02-20 19:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-20 19:29 [gentoo-commits] repo/gentoo:master commit in: dev-php/phpcov/ Brian Evans
-- strict thread matches above, loose matches on Subject: below --
2018-02-20 19:30 Brian Evans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox