From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD8271382C5 for ; Tue, 20 Feb 2018 19:30:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D221BE09E2; Tue, 20 Feb 2018 19:30:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B20BBE09E2 for ; Tue, 20 Feb 2018 19:30:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17886335C43 for ; Tue, 20 Feb 2018 19:30:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4669823C for ; Tue, 20 Feb 2018 19:30:00 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1519154976.7960026a4d6e13ed2fdb03f2a3ef6e34a0f263c0.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/phpmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/phpmd/Manifest dev-php/phpmd/phpmd-2.5.0.ebuild X-VCS-Directories: dev-php/phpmd/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 7960026a4d6e13ed2fdb03f2a3ef6e34a0f263c0 X-VCS-Branch: master Date: Tue, 20 Feb 2018 19:30:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9bdf474e-045c-4048-a3b3-2cca017b532a X-Archives-Hash: 5a13b5a2c4df8560b07dee3c7d319aac commit: 7960026a4d6e13ed2fdb03f2a3ef6e34a0f263c0 Author: Brian Evans gentoo org> AuthorDate: Tue Feb 20 19:16:28 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Feb 20 19:29:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7960026a dev-php/phpmd: Drop old Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-php/phpmd/Manifest | 1 - dev-php/phpmd/phpmd-2.5.0.ebuild | 38 -------------------------------------- 2 files changed, 39 deletions(-) diff --git a/dev-php/phpmd/Manifest b/dev-php/phpmd/Manifest index c6cfd5cac72..9555432143f 100644 --- a/dev-php/phpmd/Manifest +++ b/dev-php/phpmd/Manifest @@ -1,2 +1 @@ -DIST phpmd-2.5.0.tar.gz 56360 BLAKE2B 03b515e55babb1e0c6df2573f87fd10ee63f1c17a5e448dc3debd74c07c72b32c0331687fb79f023072e276fe18d9de2476f2b70d3f8bf555f1b133a9751fdcd SHA512 93e5eac4755ce9dbe003935a5768c2798f13c3a40d5a7c188d3a70edc1fe76646b72144a62f943f3fc95f83131f96b315a63e327971c3c4404d600fcd5f43d18 DIST phpmd-2.6.0.tar.gz 57496 BLAKE2B 447e1b0a18372abc82746e8f2a47ea0df76fdeea51e7012ea63a0d644f7cd71790a3e354584d18f57bab3e7211f1037ff3f61aff367c3419caa44e77e79d1cbb SHA512 7c81bef8457f28dd40b908f535cf432d65ba6910c54f730b4d9f7a0bffa096653af029701a6ce4bd22910ec69453c5ff22c657100757d7d6eacff2226b597023 diff --git a/dev-php/phpmd/phpmd-2.5.0.ebuild b/dev-php/phpmd/phpmd-2.5.0.ebuild deleted file mode 100644 index 04cafc11fec..00000000000 --- a/dev-php/phpmd/phpmd-2.5.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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}" -}