public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/composer/
Date: Tue, 20 Feb 2018 19:29:59 +0000 (UTC)	[thread overview]
Message-ID: <1519154908.c363e1234cc590408b708c71830f3a49f2bc0085.grknight@gentoo> (raw)

commit:     c363e1234cc590408b708c71830f3a49f2bc0085
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 18:21:25 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 19:28:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c363e123

dev-php/composer: Version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-php/composer/Manifest              |  1 +
 dev-php/composer/composer-1.6.3.ebuild | 46 ++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-php/composer/Manifest b/dev-php/composer/Manifest
index d5829dacda3..917021bace0 100644
--- a/dev-php/composer/Manifest
+++ b/dev-php/composer/Manifest
@@ -1 +1,2 @@
 DIST composer-1.6.2.tar.gz 395403 BLAKE2B 8669bd7945d01fe0418abfce70574f6f305f03508adcd51147f08e5312a6c8238dcce7144e96c92bc2f7dfb8eacba28d8156f9960239f1a3ff98230a96ccd21e SHA512 0569c6876bfb30bdec1731718fa5d21d34fa7ecd0d1fd99fe02caf73cb2631145ff7604a374c4b14dc91d5d8e8acf3ab0c52f0f7c6c11b63130a21db516c1391
+DIST composer-1.6.3.tar.gz 396955 BLAKE2B ee455c8ff7446fe2b51180c1c719a28a5efd30b24ba0f521ce07b02007bfaad15aea4d45b2a381d4a3abef123ce67077f8bf0bc3bee447752f3ab87bb6a5d46b SHA512 d373afe1bf8a5572f1d0bf3451d29ef1ea41f96a5fe54789e906601229d9366536ff0abdc7e0afa7cd14b22ccecf9ddf8b32fec14d4cd6fb308b878034af374c

diff --git a/dev-php/composer/composer-1.6.3.ebuild b/dev-php/composer/composer-1.6.3.ebuild
new file mode 100644
index 00000000000..4edcaf35368
--- /dev/null
+++ b/dev-php/composer/composer-1.6.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 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-3.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.2.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 "../share/${PN}/bin/${PN}" "/usr/bin/${PN}"
+
+	dodoc CHANGELOG.md README.md doc/*.md
+	dodoc -r doc/articles doc/faqs
+}


             reply	other threads:[~2018-02-20 19:30 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-20 19:29 Brian Evans [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-09-13 23:19 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-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=1519154908.c363e1234cc590408b708c71830f3a49f2bc0085.grknight@gentoo \
    --to=grknight@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