Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-uuid/
Date: Thu, 08 Oct 2020 22:53:26
Message-Id: 1602197596.2218b051d4ab89d51b384fe3cb6c07fad54a07fa.whissi@gentoo
1 commit: 2218b051d4ab89d51b384fe3cb6c07fad54a07fa
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 22:44:40 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 22:53:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2218b051
7
8 dev-php/pecl-uuid: bump to v1.2.0
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-php/pecl-uuid/Manifest | 1 +
14 dev-php/pecl-uuid/pecl-uuid-1.2.0.ebuild | 23 +++++++++++++++++++++++
15 2 files changed, 24 insertions(+)
16
17 diff --git a/dev-php/pecl-uuid/Manifest b/dev-php/pecl-uuid/Manifest
18 index aa6a6b42dcb..294dd034e15 100644
19 --- a/dev-php/pecl-uuid/Manifest
20 +++ b/dev-php/pecl-uuid/Manifest
21 @@ -1 +1,2 @@
22 DIST uuid-1.1.0.tgz 15225 BLAKE2B 0a5a326076707e0d3e7c779151a13853e52d026ebdf62c9ab147cf5d00bbc68a3d82e15101c1d4a232d96ea7e988304a25517723adb3127938474172dfab16c2 SHA512 aea814a12e266e4a9e36c58bae78927fa9de6d2b7bf9c75a911710b26958aeecd31d972f56519cf4882a4b13864bc0740ad968b06e704ce7642279253009e76d
23 +DIST uuid-1.2.0.tgz 16270 BLAKE2B a3746dce1c27973247fd84ccdf8d73809fae775fa0cf133c3bf09c862d93c6c3a53f2d093a1df3dd8bab90f4e58c326e6e7944bfdf436723c79ad5b634e46e18 SHA512 bd557823a8c2b78f74675a2554445eafc69193c6fe5af1f9435cdd90a8efdec0d3974ae8af759fe7d30b2f805876fc2ef55058dea245c9d89a792f634fdb0a10
24
25 diff --git a/dev-php/pecl-uuid/pecl-uuid-1.2.0.ebuild b/dev-php/pecl-uuid/pecl-uuid-1.2.0.ebuild
26 new file mode 100644
27 index 00000000000..f030569d725
28 --- /dev/null
29 +++ b/dev-php/pecl-uuid/pecl-uuid-1.2.0.ebuild
30 @@ -0,0 +1,23 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI="7"
35 +
36 +PHP_EXT_NAME="uuid"
37 +PHP_EXT_INIT="yes"
38 +PHP_EXT_ZENDEXT="no"
39 +DOCS=( CREDITS )
40 +
41 +USE_PHP="php7-1 php7-2 php7-3 php7-4"
42 +
43 +inherit php-ext-pecl-r3
44 +
45 +DESCRIPTION="A wrapper around libuuid"
46 +LICENSE="LGPL-2.1"
47 +SLOT="0"
48 +KEYWORDS="~amd64"
49 +IUSE=""
50 +
51 +DEPEND="sys-apps/util-linux"
52 +RDEPEND="${DEPEND}"
53 +PHP_EXT_ECONF_ARGS=()