Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/ca-bundle/
Date: Mon, 10 Apr 2017 13:12:05
Message-Id: 1491829867.31e3f703c25feb9bd8bce650eecb776eb6363fa7.mjo@gentoo
1 commit: 31e3f703c25feb9bd8bce650eecb776eb6363fa7
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 10 13:02:53 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 10 13:11:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e3f703
7
8 dev-php/ca-bundle: new version 1.0.3.
9
10 Gentoo-Bug: 615148
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 dev-php/ca-bundle/Manifest | 2 +-
15 .../ca-bundle/{ca-bundle-1.0.0.ebuild => ca-bundle-1.0.3.ebuild} | 8 ++++----
16 2 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/dev-php/ca-bundle/Manifest b/dev-php/ca-bundle/Manifest
19 index a15ae754520..a8734d4edd9 100644
20 --- a/dev-php/ca-bundle/Manifest
21 +++ b/dev-php/ca-bundle/Manifest
22 @@ -1 +1 @@
23 -DIST ca-bundle-1.0.0.tar.gz 151219 SHA256 8686dea9feeb444a5c9977e0654fc03a22b34061c05d2ae180e491ed33b6b7e5 SHA512 f83fc24caddd9b1cf7fd1d22def51372fd6d1497f39a335d0507122ab960e438e9ffadafd357d3dc742cc5e052ac197de0dd670921b076277df98bcbc2c71f42 WHIRLPOOL 30404789aa177a78773cefc0e830743b8c5963d0926b2feec205e7ba462ced0e37251a1ca10f0edbd3ad9176b6a6266b722eba7dec90c9c6d0bd62c938a3904e
24 +DIST ca-bundle-1.0.3.tar.gz 151659 SHA256 29b33c5e75f15341cae2becb1715a76db129e6d37b5ff036a9eb366206b5bafd SHA512 e33629345d63121b7a6a46b0812afefad5adbc24fd5516eeb7471dd93b7e4126f144b6fc933b526796607fdc3fc9a99f5703188e15d905654d629591c555ad86 WHIRLPOOL 58f0bf54e59152ebf93998366822dd11521ea1caef46fd75d64badf6a4ee1bd1322de3431c7cba2ef4c06ec5865c2f6e065bc60e3743ddad8233b165778341c7
25
26 diff --git a/dev-php/ca-bundle/ca-bundle-1.0.0.ebuild b/dev-php/ca-bundle/ca-bundle-1.0.3.ebuild
27 similarity index 61%
28 rename from dev-php/ca-bundle/ca-bundle-1.0.0.ebuild
29 rename to dev-php/ca-bundle/ca-bundle-1.0.3.ebuild
30 index 182a836c32b..95b1abf4025 100644
31 --- a/dev-php/ca-bundle/ca-bundle-1.0.0.ebuild
32 +++ b/dev-php/ca-bundle/ca-bundle-1.0.3.ebuild
33 @@ -1,11 +1,11 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 +# Copyright 1999-2017 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=6
39
40 DESCRIPTION="Find the system CA bundle or fall back to the Mozilla one"
41 HOMEPAGE="https://github.com/composer/ca-bundle"
42 -SRC_URI="https://github.com/composer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 +SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44
45 LICENSE="MIT"
46 SLOT="0"
47 @@ -16,7 +16,7 @@ RDEPEND="
48 dev-php/fedora-autoloader"
49
50 src_install() {
51 - insinto "/usr/share/php/Composer/CaBundle"
52 - doins -r src/. "${FILESDIR}"/autoload.php
53 + insinto /usr/share/php/Composer/CaBundle
54 + doins src/CaBundle.php "${FILESDIR}/autoload.php"
55 dodoc README.md
56 }