Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-OLE/
Date: Tue, 20 Jun 2017 14:14:55
Message-Id: 1497968072.f223274f56bd6d4e536d967b3a4b56502c535eda.grknight@gentoo
1 commit: f223274f56bd6d4e536d967b3a4b56502c535eda
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 20 14:14:32 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 20 14:14:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f223274f
7
8 dev-php/PEAR-OLE: Version bump to 1.0.0_rc3
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-php/PEAR-OLE/Manifest | 1 +
13 dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild | 15 +++++++++++++++
14 2 files changed, 16 insertions(+)
15
16 diff --git a/dev-php/PEAR-OLE/Manifest b/dev-php/PEAR-OLE/Manifest
17 index dd9089cc332..fca55509645 100644
18 --- a/dev-php/PEAR-OLE/Manifest
19 +++ b/dev-php/PEAR-OLE/Manifest
20 @@ -1 +1,2 @@
21 DIST OLE-1.0.0RC2.tgz 13981 SHA256 a0f3ad85845801ad8f7c6cf1695e048c960a72b183946613ddbca4567fed9164 SHA512 9d0b236da4a0f82f272cf2e5642246ca35f83b9d21f1cc41ebe32d536949e9c7fce8d3bee0dce051f692a0283e1203d5ba2bacbe339f72cad4c83eb7a7b7e884 WHIRLPOOL 232cfbbe3c39cdd52455fd9f060c8983002e80f178dda25627d6a88c51af22dc5ae7f71577a4679ef9aed15ad4cae5ae4e6791cf215e286e1460bfdde8fefa58
22 +DIST OLE-1.0.0RC3.tgz 14233 SHA256 3f3a311718cd93731ed7065c4aa9eaa9d015169f227210368a6062b0aa0a1fcb SHA512 36a9bbe243d0f172bcd3fc5dd0926a0e42389b4e222cca90678f41bb968c70e4d04c959f3fe3bad1704543ecbcda871a248aa445a1dc6c2f0b73925198f5b07e WHIRLPOOL b88733f4258b2c32de8526625a0e2fb0c8e577c47836dfbf5d686757cb3319a78b1414d06f48c56f401c98ae252ef2e1e788b804c3d3e4faabc10382b7b290d4
23
24 diff --git a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild
25 new file mode 100644
26 index 00000000000..65f0246057f
27 --- /dev/null
28 +++ b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild
29 @@ -0,0 +1,15 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +PEAR_PV=${PV/_rc/RC}
36 +
37 +inherit php-pear-r2
38 +
39 +DESCRIPTION="Package for reading and writing OLE containers"
40 +HOMEPAGE="https://pear.php.net/package/OLE"
41 +LICENSE="PHP-3.01"
42 +SLOT="0"
43 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
44 +IUSE=""