diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-01-05 23:33:18 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-01-05 23:33:35 -0500 |
commit | 60bd24a5fe41dd6d89a83e94f8825887a8b40f68 (patch) | |
tree | d0bd49422b925bd408c20ed0187eb3827f75cfdd /dev-php/phpmd | |
parent | net-misc/capi4hylafax: amd64 stable wrt bug #587014 (diff) | |
download | gentoo-60bd24a5fe41dd6d89a83e94f8825887a8b40f68.tar.gz gentoo-60bd24a5fe41dd6d89a83e94f8825887a8b40f68.tar.bz2 gentoo-60bd24a5fe41dd6d89a83e94f8825887a8b40f68.zip |
dev-php/phpmd: replace v1.5.0 with v2.5.0.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-php/phpmd')
-rw-r--r-- | dev-php/phpmd/Manifest | 2 | ||||
-rw-r--r-- | dev-php/phpmd/files/autoload.php | 14 | ||||
-rw-r--r-- | dev-php/phpmd/files/channel.xml | 16 | ||||
-rw-r--r-- | dev-php/phpmd/metadata.xml | 14 | ||||
-rw-r--r-- | dev-php/phpmd/phpmd-1.5.0.ebuild | 21 | ||||
-rw-r--r-- | dev-php/phpmd/phpmd-2.5.0.ebuild | 39 |
6 files changed, 61 insertions, 45 deletions
diff --git a/dev-php/phpmd/Manifest b/dev-php/phpmd/Manifest index 3f9ba7cb8338..4f133729444b 100644 --- a/dev-php/phpmd/Manifest +++ b/dev-php/phpmd/Manifest @@ -1 +1 @@ -DIST PHP_PMD-1.5.0.tgz 49534 SHA256 fd6533e6c794eb33422a301269fa928b124df6fc555c8d4b8786bdcb9b49529c SHA512 6846be145e3c52e2fc687aa910a3de8080e9cbdf56e88039077eceae59459fb4c833d61dccfffa68a8098abdb4b3c17c837398329216f8afa9f4b1ed41ce6e2d WHIRLPOOL 1269df2e60e0b2815d94c4d33a1af07c864bdf4b267bd1955f530afffca43da5fa2415936a7041fb2fae6d8b652c4f5be9aa3e801823734c1349b9964f1e2672 +DIST phpmd-2.5.0.tar.gz 56360 SHA256 1c35a200f2cfcfb8266cd01d710000943bc9db4205d842d802c726ed98bb872d SHA512 93e5eac4755ce9dbe003935a5768c2798f13c3a40d5a7c188d3a70edc1fe76646b72144a62f943f3fc95f83131f96b315a63e327971c3c4404d600fcd5f43d18 WHIRLPOOL de2a70f0766f68d08e56f2885f8d94d5d6bdc2281eb8da2ea687f1298bc7d9cb761fb08230f0b5719f7e3b03b3739c8cda48c44e35c90e5dff2d0a219c84ece7 diff --git a/dev-php/phpmd/files/autoload.php b/dev-php/phpmd/files/autoload.php new file mode 100644 index 000000000000..b0fa4764c7ca --- /dev/null +++ b/dev-php/phpmd/files/autoload.php @@ -0,0 +1,14 @@ +<?php +if (!class_exists('Fedora\\Autoloader\\Autoload', false)) { + require_once('/usr/share/php/Fedora/Autoloader/autoload.php'); +} + +\Fedora\Autoloader\Autoload::addPsr4( + 'PHPMD\\', + __DIR__ . '/../src/main/php/PHPMD' +); + + +\Fedora\Autoloader\Dependencies::required( + array('/usr/share/phpdepend/vendor/autoload.php') +); diff --git a/dev-php/phpmd/files/channel.xml b/dev-php/phpmd/files/channel.xml deleted file mode 100644 index 148ac19cf83a..000000000000 --- a/dev-php/phpmd/files/channel.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<channel version="1.0" xmlns="http://pear.php.net/channel-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd"> - <name>pear.phpmd.org</name> - <summary>PHP Mess Detector PEAR channel</summary> - <suggestedalias>phpmd</suggestedalias> - <servers> - <primary> - <rest> - <baseurl type="REST1.0">http://pear.phpmd.org//rest/</baseurl> - <baseurl type="REST1.1">http://pear.phpmd.org//rest/</baseurl> - <baseurl type="REST1.2">http://pear.phpmd.org//rest/</baseurl> - <baseurl type="REST1.3">http://pear.phpmd.org//rest/</baseurl> - </rest> - </primary> - </servers> -</channel>
\ No newline at end of file diff --git a/dev-php/phpmd/metadata.xml b/dev-php/phpmd/metadata.xml index 80451262f372..133c28059f56 100644 --- a/dev-php/phpmd/metadata.xml +++ b/dev-php/phpmd/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> -<email>php-bugs@gentoo.org</email> -<name>PHP</name> -</maintainer> -<longdescription lang="en"> -PHP mess detector -</longdescription> + <maintainer type="project"> + <email>php-bugs@gentoo.org</email> + <name>PHP</name> + </maintainer> + <upstream> + <remote-id type="github">phpmd/phpmd</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-php/phpmd/phpmd-1.5.0.ebuild b/dev-php/phpmd/phpmd-1.5.0.ebuild deleted file mode 100644 index 37ab52732e3d..000000000000 --- a/dev-php/phpmd/phpmd-1.5.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" -PHP_PEAR_PN="PHP_PMD" -PHP_PEAR_URI="pear.phpmd.org" - -inherit php-pear-lib-r1 - -DESCRIPTION="PHP mess detector" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -HOMEPAGE="http://www.phpmd.org" - -RDEPEND="${RDEPEND} - >=dev-php/phpdepend-1.1.1" diff --git a/dev-php/phpmd/phpmd-2.5.0.ebuild b/dev-php/phpmd/phpmd-2.5.0.ebuild new file mode 100644 index 000000000000..8dcd42bacd3f --- /dev/null +++ b/dev-php/phpmd/phpmd-2.5.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="PHP mess detector" +HOMEPAGE="http://www.phpmd.org/" + +# The test suite is absent from the release tarballs because +# the only build system that Composer understands is "cp -r". +# To obtain the tests, we would need to grab a VCS snapshot. +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/php[xml] + dev-php/phpdepend" + +src_install() { + dodoc AUTHORS.rst CHANGELOG CONTRIBUTING.md README.rst + + # The executable will only look for autoload.php in one place, so we + # create an (otherwise pointless) vendor directory to house it. + insinto "/usr/share/${PN}/vendor" + doins "${FILESDIR}/autoload.php" + + insinto "/usr/share/${PN}/src" + doins -r src/main + + # The executable uses relative include paths, so the one users will + # actually run needs to be symlinked into the source tree. + exeinto "/usr/share/${PN}/src/bin" + doexe "src/bin/${PN}" + dosym "/usr/share/${PN}/src/bin/${PN}" "/usr/bin/${PN}" +} |