Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/composer/
Date: Mon, 29 Jun 2020 15:09:05
Message-Id: 1593443334.cf962b51408ff8b6bafdcef2b18e4bd6d9475996.whissi@gentoo
1 commit: cf962b51408ff8b6bafdcef2b18e4bd6d9475996
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 29 15:07:32 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 15:08:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf962b51
7
8 dev-php/composer: bump to v1.10.8
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-php/composer/Manifest | 1 +
14 dev-php/composer/composer-1.10.8.ebuild | 48 +++++++++++++++++++++++++++++++++
15 2 files changed, 49 insertions(+)
16
17 diff --git a/dev-php/composer/Manifest b/dev-php/composer/Manifest
18 index e337601d0c3..7fd8f8cb836 100644
19 --- a/dev-php/composer/Manifest
20 +++ b/dev-php/composer/Manifest
21 @@ -2,4 +2,5 @@ DIST composer-1.10.1.tar.gz 421852 BLAKE2B a40f59ab0af5eba777f1926bab78e55fd1973
22 DIST composer-1.10.5.tar.gz 423065 BLAKE2B 0c8595f3583a692f89294455984aeff2ad9cbf2a39541355cbb736e717baacae8245fa81e6b9fde11dd5bb56ad3a074262f6f8ecb65b4bef9c782ef39887deec SHA512 cdadb2d146afcc140316b83d3b4f4c018d79e8222f6a6207cdd52db75ae9c78e787a509d88a3fe113f8218df2ace56ba2dd043e1b6e6c3dbb5129fd51d8e9925
23 DIST composer-1.10.6.tar.gz 423789 BLAKE2B 74d93e769c660f2c74e0ad5dd3ed5e5279c217552eb6d342ffd43d7fba10647865ade7b284c811f63504e0335e5655eae681cf14ae4d876eb56ff6a306c61268 SHA512 fdc209a82d3adda2728190282327b02d2b71bb9b1a80cbcda3699a826ee56451c997edac13d76e2784ebd4297d413bd46dd47b9538accd4bfe6c569464696779
24 DIST composer-1.10.7.tar.gz 424264 BLAKE2B 9939e4d1f29071ca4467076c13e0ceab32d10282876ebb0a76f41dd3efbd9c40a50dbf278dd0a12b2119d40ff9424c171f07381fbaadb94218b1fdf69f403fdb SHA512 81ece3314cddced101b0be491e40b60d42ef503cef4b1d5598c32f3378f10524004a7a8ef4360453a4cdaaf9d3b986ce07696de075dc424deae7703945f6d577
25 +DIST composer-1.10.8.tar.gz 424875 BLAKE2B 5ce0e9f6b2345900640808df5233a8dbc959ba7421eda038d939e426ea5af67c236acad21d15c392bfc413187ea2611d3c587bd6f25b4e7de503b4832e4da54a SHA512 a891dca203667a63b722cd0fa8c05dfe12b07b17addad7ee94ae1db0d0887ce5fccf35985fb8fa3af5f98d2bb8df9cb2e4b9ce386c07617cf8a413b21621983d
26 DIST composer-1.9.3.tar.gz 412212 BLAKE2B fc293a38baaf87cc2581304e1438d48e94a85ca2c5da4eff388b1307dadacb67327d9612211af70f1734872c7a377b8713492839c2d330c9e0e7226206cdc1f6 SHA512 42a37b2187895e06f2dc8c5225a1328377afc408ad28af12d9ef5d15fe083dcf22459ce0f482abfd528683113af5f9fd1a19758294c59c69b59a5bb32e65f2cc
27
28 diff --git a/dev-php/composer/composer-1.10.8.ebuild b/dev-php/composer/composer-1.10.8.ebuild
29 new file mode 100644
30 index 00000000000..29915836e3c
31 --- /dev/null
32 +++ b/dev-php/composer/composer-1.10.8.ebuild
33 @@ -0,0 +1,48 @@
34 +# Copyright 1999-2020 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +DESCRIPTION="Dependency Manager for PHP"
40 +HOMEPAGE="https://github.com/composer/composer"
41 +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="MIT"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +IUSE="test"
47 +RESTRICT="!test? ( test )"
48 +
49 +RDEPEND="
50 + dev-lang/php:*[curl]
51 + >=dev-php/ca-bundle-1.1.3
52 + >=dev-php/psr-log-1.1.0
53 + dev-php/fedora-autoloader
54 + >=dev-php/json-schema-5.2.7
55 + >=dev-php/jsonlint-1.7.1
56 + >=dev-php/phar-utils-1.0.1
57 + >=dev-php/semver-1.4.2
58 + >=dev-php/spdx-licenses-1.5.0
59 + >=dev-php/symfony-console-2.8.48
60 + >=dev-php/symfony-filesystem-2.8.48
61 + >=dev-php/symfony-finder-2.8.49
62 + >=dev-php/symfony-process-2.8.48
63 + >=dev-php/xdebug-handler-1.3.1"
64 +
65 +src_install() {
66 + insinto "/usr/share/${PN}"
67 +
68 + # Composer expects the LICENSE file to be there, and the
69 + # easiest thing to do is to give it what it wants.
70 + doins -r src res LICENSE
71 +
72 + insinto "/usr/share/${PN}/vendor"
73 + newins "${FILESDIR}"/autoload-r1.php autoload.php
74 +
75 + exeinto "/usr/share/${PN}/bin"
76 + doexe "bin/${PN}"
77 + dosym "../share/${PN}/bin/${PN}" "/usr/bin/${PN}"
78 +
79 + dodoc CHANGELOG.md README.md doc/*.md
80 + dodoc -r doc/articles doc/faqs
81 +}