diff options
author | Brian Evans <grknight@gentoo.org> | 2017-08-10 14:58:41 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-08-10 15:01:15 -0400 |
commit | eaa00354fc11db4425dbea8a7e06782af69c49ae (patch) | |
tree | c9e17fa9a35adbd1ca71c95c1788d442bb84d373 /dev-php/phpunit | |
parent | dev-php/phpunit: Keyword remaining arches for Bug 613766 (diff) | |
download | gentoo-eaa00354fc11db4425dbea8a7e06782af69c49ae.tar.gz gentoo-eaa00354fc11db4425dbea8a7e06782af69c49ae.tar.bz2 gentoo-eaa00354fc11db4425dbea8a7e06782af69c49ae.zip |
dev-php/phpunit: Change absolute symlinks into relative ones
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-php/phpunit')
-rw-r--r-- | dev-php/phpunit/phpunit-3.7.20.ebuild | 4 | ||||
-rw-r--r-- | dev-php/phpunit/phpunit-4.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-php/phpunit/phpunit-5.0.10.ebuild | 2 | ||||
-rw-r--r-- | dev-php/phpunit/phpunit-5.7.15-r1.ebuild | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/dev-php/phpunit/phpunit-3.7.20.ebuild b/dev-php/phpunit/phpunit-3.7.20.ebuild index 99df1f6f65a4..382ae095598f 100644 --- a/dev-php/phpunit/phpunit-3.7.20.ebuild +++ b/dev-php/phpunit/phpunit-3.7.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -28,7 +28,7 @@ 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 + dosym ../share/php/phpunit/phpunit.phar /usr/bin/phpunit } pkg_postinst() { diff --git a/dev-php/phpunit/phpunit-4.3.1.ebuild b/dev-php/phpunit/phpunit-4.3.1.ebuild index 81591825c533..24edcb1da974 100644 --- a/dev-php/phpunit/phpunit-4.3.1.ebuild +++ b/dev-php/phpunit/phpunit-4.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -28,7 +28,7 @@ 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 + dosym ../share/php/phpunit/phpunit.phar /usr/bin/phpunit } pkg_postinst() { diff --git a/dev-php/phpunit/phpunit-5.0.10.ebuild b/dev-php/phpunit/phpunit-5.0.10.ebuild index 17056cf40f75..46336b4d6db3 100644 --- a/dev-php/phpunit/phpunit-5.0.10.ebuild +++ b/dev-php/phpunit/phpunit-5.0.10.ebuild @@ -32,7 +32,7 @@ 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 + dosym ../share/php/phpunit/phpunit.phar /usr/bin/phpunit } pkg_postinst() { diff --git a/dev-php/phpunit/phpunit-5.7.15-r1.ebuild b/dev-php/phpunit/phpunit-5.7.15-r1.ebuild index d33644478dd1..3c37874521a1 100644 --- a/dev-php/phpunit/phpunit-5.7.15-r1.ebuild +++ b/dev-php/phpunit/phpunit-5.7.15-r1.ebuild @@ -46,7 +46,7 @@ src_install() { doins "${FILESDIR}/autoload.php" exeinto /usr/share/php/PHPUnit doexe phpunit - dosym /usr/share/php/PHPUnit/phpunit /usr/bin/phpunit + dosym ../share/php/PHPUnit/phpunit /usr/bin/phpunit } pkg_postinst() { |