diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-11-01 18:57:30 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-11-01 21:03:18 -0400 |
commit | 67e214453823f189c1f835335bb3f50eff6ccccc (patch) | |
tree | 7b3ccb52739e28a9f52bffe6067b8b5c9cf5145e /dev-php/composer | |
parent | dev-php/composer: bump the lower bound on dev-php/json-schema to v3.0.0. (diff) | |
download | gentoo-67e214453823f189c1f835335bb3f50eff6ccccc.tar.gz gentoo-67e214453823f189c1f835335bb3f50eff6ccccc.tar.bz2 gentoo-67e214453823f189c1f835335bb3f50eff6ccccc.zip |
dev-php/composer: remove old version 1.5.1.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-php/composer')
-rw-r--r-- | dev-php/composer/Manifest | 1 | ||||
-rw-r--r-- | dev-php/composer/composer-1.5.1.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/dev-php/composer/Manifest b/dev-php/composer/Manifest index 72dbd06887b8..a2e5517ffc49 100644 --- a/dev-php/composer/Manifest +++ b/dev-php/composer/Manifest @@ -1,2 +1 @@ -DIST composer-1.5.1.tar.gz 1099939 SHA256 606dc1663326db92b991983059548fb844497b20463dfda28b19d7e142d33f37 SHA512 3d3a631196c5e58744fba234272268b672bef2c081ffc2ca657bfdb95dfb5f6a53118f1a4f9fd92407f1052794643bc72c7a04a414b928c470b5aa24df52442f WHIRLPOOL c5ce88fb7cc8d8600c1a40ccb20dd026c99f3e1a2550a32162d7246bd5cf355aab5e720dedceac5fbfa8a4055ed85827e41893d5925b5fe8729ff781d62b206b DIST composer-1.5.2.tar.gz 1100976 SHA256 e8af65669563890364ec73ed57f589b1200f03fd86edc925a9961235aff5f54d SHA512 929b054dc2742f0043fe82374d0fdcd3ff073fb4fb1dc7eedca0e9a2c90dc00ab11b6a20ab2c549c0429fb3d0836f5590a3970a3bfbde5795fe5a665ea286dbb WHIRLPOOL 05f18eead21dc02a20a274ce4dd11805cd7e95228492a7c17dd8e09d56daa577620f12b68e5983daf6df3b6d952b44ad77d49338692fe05601ca699ac57c0824 diff --git a/dev-php/composer/composer-1.5.1.ebuild b/dev-php/composer/composer-1.5.1.ebuild deleted file mode 100644 index 90d53510da0c..000000000000 --- a/dev-php/composer/composer-1.5.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Dependency Manager for PHP" -HOMEPAGE="https://github.com/composer/composer" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-lang/php:*[curl] - >=dev-php/ca-bundle-1.0.0 - >=dev-php/cli-prompt-1.0.0 - >=dev-php/psr-log-1.0.2 - dev-php/fedora-autoloader - >=dev-php/json-schema-2.0.0 - >=dev-php/jsonlint-1.4.0 - >=dev-php/phar-utils-1.0.0 - >=dev-php/semver-1.0.0 - >=dev-php/spdx-licenses-1.0.0 - >=dev-php/symfony-console-2.7.9 - >=dev-php/symfony-filesystem-2.7.20 - >=dev-php/symfony-finder-2.7.20 - >=dev-php/symfony-process-2.8.12" - -src_install() { - insinto "/usr/share/${PN}" - - # Composer expects the LICENSE file to be there, and the - # easiest thing to do is to give it what it wants. - doins -r src res LICENSE - - insinto "/usr/share/${PN}/vendor" - doins "${FILESDIR}"/autoload.php - - exeinto "/usr/share/${PN}/bin" - doexe "bin/${PN}" - dosym "/usr/share/${PN}/bin/${PN}" "/usr/bin/${PN}" - - dodoc CHANGELOG.md README.md doc/*.md - dodoc -r doc/articles doc/faqs -} |