diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-04-10 09:02:53 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-04-10 09:11:07 -0400 |
commit | 31e3f703c25feb9bd8bce650eecb776eb6363fa7 (patch) | |
tree | 75e3a2bf55baa9f15383042c715df595dabf3829 /dev-php/ca-bundle | |
parent | dev-java/sbt-bin: version bump. (diff) | |
download | gentoo-31e3f703c25feb9bd8bce650eecb776eb6363fa7.tar.gz gentoo-31e3f703c25feb9bd8bce650eecb776eb6363fa7.tar.bz2 gentoo-31e3f703c25feb9bd8bce650eecb776eb6363fa7.zip |
dev-php/ca-bundle: new version 1.0.3.
Gentoo-Bug: 615148
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-php/ca-bundle')
-rw-r--r-- | dev-php/ca-bundle/Manifest | 2 | ||||
-rw-r--r-- | dev-php/ca-bundle/ca-bundle-1.0.3.ebuild (renamed from dev-php/ca-bundle/ca-bundle-1.0.0.ebuild) | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-php/ca-bundle/Manifest b/dev-php/ca-bundle/Manifest index a15ae754520b..a8734d4edd9b 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 index 182a836c32ba..95b1abf40256 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 } |