public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/composer/
Date: Sun, 13 Sep 2020 23:19:48 +0000 (UTC)	[thread overview]
Message-ID: <1600039067.7e3fc28aee4c151b82832a5d8814d3c979cfa8a3.whissi@gentoo> (raw)

commit:     7e3fc28aee4c151b82832a5d8814d3c979cfa8a3
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 23:13:38 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 23:17:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3fc28a

dev-php/composer: bump to v1.10.13

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-php/composer/Manifest                |  1 +
 dev-php/composer/composer-1.10.13.ebuild | 48 ++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dev-php/composer/Manifest b/dev-php/composer/Manifest
index efd9736b822..5dd44c1ceab 100644
--- a/dev-php/composer/Manifest
+++ b/dev-php/composer/Manifest
@@ -1,5 +1,6 @@
 DIST composer-1.10.1.tar.gz 421852 BLAKE2B a40f59ab0af5eba777f1926bab78e55fd1973e53b324eec73fdca70678fc1cfe6f892790a61a66dbdbe07caa03343bfd109318daec99c2c18707785c6bf149e0 SHA512 ebc3ee48bf0d2597e7221e9ac0ab7188e7a99096d5dacdee4176b4c7b4d252d079c117b5bd9131ff38d8963f95930fa9c83fa51ed542d4f7d58276561de1f2b8
 DIST composer-1.10.10.tar.gz 426836 BLAKE2B 46266e0338e4bad201d6f025ffb3ae6a4441543cb6aeec27502e43127cb6e109a2824960f774d2996b231e469639a6fa6f58f831e82f6a7313364049ddb626e7 SHA512 a859026dc2b6dc5f3bf8a03f305b7eb59339bc13148036c3b23c24a1136cc53c50217277d8877987e441e3de80d97d771d014f2a60e76bb09513827be2ce71e7
+DIST composer-1.10.13.tar.gz 427175 BLAKE2B f81a108028f8697af9f1e624681fd924d30daa9e7d3b4ec7a6661c517393aa2c33f964b85b73824d24e023acbe0c8ce835b6c3897084b1112fd606c27d7fcf97 SHA512 f16baf2d063ea30b0099f604998857e027b3e2c0c8fbf62aee735d721788e2316261414785ee99945c254ea1e82fc37f72a2b83ee817ecf3aa6521c311e4c53e
 DIST composer-1.10.5.tar.gz 423065 BLAKE2B 0c8595f3583a692f89294455984aeff2ad9cbf2a39541355cbb736e717baacae8245fa81e6b9fde11dd5bb56ad3a074262f6f8ecb65b4bef9c782ef39887deec SHA512 cdadb2d146afcc140316b83d3b4f4c018d79e8222f6a6207cdd52db75ae9c78e787a509d88a3fe113f8218df2ace56ba2dd043e1b6e6c3dbb5129fd51d8e9925
 DIST composer-1.10.6.tar.gz 423789 BLAKE2B 74d93e769c660f2c74e0ad5dd3ed5e5279c217552eb6d342ffd43d7fba10647865ade7b284c811f63504e0335e5655eae681cf14ae4d876eb56ff6a306c61268 SHA512 fdc209a82d3adda2728190282327b02d2b71bb9b1a80cbcda3699a826ee56451c997edac13d76e2784ebd4297d413bd46dd47b9538accd4bfe6c569464696779
 DIST composer-1.10.7.tar.gz 424264 BLAKE2B 9939e4d1f29071ca4467076c13e0ceab32d10282876ebb0a76f41dd3efbd9c40a50dbf278dd0a12b2119d40ff9424c171f07381fbaadb94218b1fdf69f403fdb SHA512 81ece3314cddced101b0be491e40b60d42ef503cef4b1d5598c32f3378f10524004a7a8ef4360453a4cdaaf9d3b986ce07696de075dc424deae7703945f6d577

diff --git a/dev-php/composer/composer-1.10.13.ebuild b/dev-php/composer/composer-1.10.13.ebuild
new file mode 100644
index 00000000000..29915836e3c
--- /dev/null
+++ b/dev-php/composer/composer-1.10.13.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Dependency Manager for PHP"
+HOMEPAGE="https://github.com/composer/composer"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-lang/php:*[curl]
+	>=dev-php/ca-bundle-1.1.3
+	>=dev-php/psr-log-1.1.0
+	dev-php/fedora-autoloader
+	>=dev-php/json-schema-5.2.7
+	>=dev-php/jsonlint-1.7.1
+	>=dev-php/phar-utils-1.0.1
+	>=dev-php/semver-1.4.2
+	>=dev-php/spdx-licenses-1.5.0
+	>=dev-php/symfony-console-2.8.48
+	>=dev-php/symfony-filesystem-2.8.48
+	>=dev-php/symfony-finder-2.8.49
+	>=dev-php/symfony-process-2.8.48
+	>=dev-php/xdebug-handler-1.3.1"
+
+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"
+	newins "${FILESDIR}"/autoload-r1.php autoload.php
+
+	exeinto "/usr/share/${PN}/bin"
+	doexe "bin/${PN}"
+	dosym "../share/${PN}/bin/${PN}" "/usr/bin/${PN}"
+
+	dodoc CHANGELOG.md README.md doc/*.md
+	dodoc -r doc/articles doc/faqs
+}


             reply	other threads:[~2020-09-13 23:19 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-13 23:19 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-09 17:42 [gentoo-commits] repo/gentoo:master commit in: dev-php/composer/ Mart Raudsepp
2022-04-27  7:26 Jakov Smolić
2022-04-27  6:58 Agostino Sarubbo
2021-11-14  3:58 Thomas Deutschmann
2021-11-09  0:30 Thomas Deutschmann
2021-11-01  1:25 Thomas Deutschmann
2021-10-15 14:33 Thomas Deutschmann
2021-10-15 10:22 Joonas Niilola
2021-09-22 12:16 Thomas Deutschmann
2021-08-24 13:17 Thomas Deutschmann
2021-07-23 22:41 Thomas Deutschmann
2021-06-11 12:47 Thomas Deutschmann
2021-06-08  9:14 Thomas Deutschmann
2021-06-04  7:33 Thomas Deutschmann
2021-05-28  8:59 Thomas Deutschmann
2021-05-10  6:58 Agostino Sarubbo
2021-05-06  6:55 Agostino Sarubbo
2021-04-27 14:41 Thomas Deutschmann
2021-04-27 14:28 Thomas Deutschmann
2021-04-27 14:28 Thomas Deutschmann
2021-04-27 14:28 Thomas Deutschmann
2021-04-05 19:56 Thomas Deutschmann
2021-03-20 10:46 Joonas Niilola
2021-03-20 10:46 Joonas Niilola
2021-03-01 18:06 Thomas Deutschmann
2021-03-01 18:06 Thomas Deutschmann
2021-02-23 22:22 Thomas Deutschmann
2021-02-01 16:50 Thomas Deutschmann
2021-02-01 16:50 Thomas Deutschmann
2020-10-19 21:10 Thomas Deutschmann
2020-08-06 14:34 Thomas Deutschmann
2020-07-26 18:30 Thomas Deutschmann
2020-06-29 15:09 Thomas Deutschmann
2020-06-14 23:30 Thomas Deutschmann
2020-05-19  9:49 Thomas Deutschmann
2020-04-21 11:07 Thomas Deutschmann
2020-03-19 21:55 Thomas Deutschmann
2020-03-19 21:55 Thomas Deutschmann
2020-02-14 15:15 Thomas Deutschmann
2020-01-23  1:30 Thomas Deutschmann
2019-11-17 21:01 Thomas Deutschmann
2019-08-17 23:37 Thomas Deutschmann
2019-08-16 14:17 Brian Evans
2019-07-18 13:01 Thomas Deutschmann
2019-03-09 21:02 Patrice Clement
2019-02-10 23:11 Patrice Clement
2018-12-22 23:17 Thomas Deutschmann
2018-11-10 20:57 Thomas Deutschmann
2018-05-12 20:38 Michał Górny
2018-03-20 13:26 Brian Evans
2018-02-20 19:29 Brian Evans
2018-01-23  2:32 Michael Orlitzky
2018-01-22 21:52 Patrice Clement
2017-12-03 15:06 Michael Orlitzky
2017-12-03 15:06 Michael Orlitzky
2017-11-02  1:03 Michael Orlitzky
2017-11-02  1:03 Michael Orlitzky
2017-11-02  1:03 Michael Orlitzky
2017-08-18 20:04 Michael Orlitzky
2017-08-18 20:04 Michael Orlitzky
2017-01-10 20:32 Michael Orlitzky
2017-01-10 20:32 Michael Orlitzky
2017-01-10 20:32 Michael Orlitzky
2016-12-23 18:43 Michael Orlitzky
2016-12-23 18:43 Michael Orlitzky
2016-12-18 23:18 Michael Orlitzky
2016-12-18 23:18 Michael Orlitzky
2016-12-18 23:18 Michael Orlitzky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1600039067.7e3fc28aee4c151b82832a5d8814d3c979cfa8a3.whissi@gentoo \
    --to=whissi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox