commit:     31e3f703c25feb9bd8bce650eecb776eb6363fa7
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 13:02:53 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 13:11:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e3f703

dev-php/ca-bundle: new version 1.0.3.

Gentoo-Bug: 615148

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-php/ca-bundle/Manifest                                        | 2 +-
 .../ca-bundle/{ca-bundle-1.0.0.ebuild => ca-bundle-1.0.3.ebuild}  | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-php/ca-bundle/Manifest b/dev-php/ca-bundle/Manifest
index a15ae754520..a8734d4edd9 100644
--- a/dev-php/ca-bundle/Manifest
+++ b/dev-php/ca-bundle/Manifest
@@ -1 +1 @@
-DIST ca-bundle-1.0.0.tar.gz 151219 SHA256 
8686dea9feeb444a5c9977e0654fc03a22b34061c05d2ae180e491ed33b6b7e5 SHA512 
f83fc24caddd9b1cf7fd1d22def51372fd6d1497f39a335d0507122ab960e438e9ffadafd357d3dc742cc5e052ac197de0dd670921b076277df98bcbc2c71f42
 WHIRLPOOL 
30404789aa177a78773cefc0e830743b8c5963d0926b2feec205e7ba462ced0e37251a1ca10f0edbd3ad9176b6a6266b722eba7dec90c9c6d0bd62c938a3904e
+DIST ca-bundle-1.0.3.tar.gz 151659 SHA256 
29b33c5e75f15341cae2becb1715a76db129e6d37b5ff036a9eb366206b5bafd SHA512 
e33629345d63121b7a6a46b0812afefad5adbc24fd5516eeb7471dd93b7e4126f144b6fc933b526796607fdc3fc9a99f5703188e15d905654d629591c555ad86
 WHIRLPOOL 
58f0bf54e59152ebf93998366822dd11521ea1caef46fd75d64badf6a4ee1bd1322de3431c7cba2ef4c06ec5865c2f6e065bc60e3743ddad8233b165778341c7

diff --git a/dev-php/ca-bundle/ca-bundle-1.0.0.ebuild 
b/dev-php/ca-bundle/ca-bundle-1.0.3.ebuild
similarity index 61%
rename from dev-php/ca-bundle/ca-bundle-1.0.0.ebuild
rename to dev-php/ca-bundle/ca-bundle-1.0.3.ebuild
index 182a836c32b..95b1abf4025 100644
--- a/dev-php/ca-bundle/ca-bundle-1.0.0.ebuild
+++ b/dev-php/ca-bundle/ca-bundle-1.0.3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Find the system CA bundle or fall back to the Mozilla one"
 HOMEPAGE="https://github.com/composer/ca-bundle";
-SRC_URI="https://github.com/composer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -16,7 +16,7 @@ RDEPEND="
        dev-php/fedora-autoloader"
 
 src_install() {
-       insinto "/usr/share/php/Composer/CaBundle"
-       doins -r src/. "${FILESDIR}"/autoload.php
+       insinto /usr/share/php/Composer/CaBundle
+       doins src/CaBundle.php "${FILESDIR}/autoload.php"
        dodoc README.md
 }

Reply via email to