Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/aws-c-common/
Date: Mon, 28 Sep 2020 11:34:34
Message-Id: 1601292304.f0164a268f6928151ee982bd1237179690d3430c.juippis@gentoo
1 commit: f0164a268f6928151ee982bd1237179690d3430c
2 Author: Sven Eden <sven.eden <AT> prydeworx <DOT> com>
3 AuthorDate: Thu Sep 17 14:38:59 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 11:25:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0164a26
7
8 dev-libs/aws-c-common: Bump to 0.4.57 and add static-libs USE flag
9
10 Bug: https://bugs.gentoo.org/695418
11 Bug: https://bugs.gentoo.org/717572
12 Closes: https://bugs.gentoo.org/695418
13 Closes: https://bugs.gentoo.org/717572
14
15 Package-Manager: Portage-3.0.7, Repoman-3.0.1
16 Signed-off-by: Sven Eden <sven.eden <AT> prydeworx.com>
17 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
18
19 dev-libs/aws-c-common/Manifest | 2 +-
20 .../{aws-c-common-0.4.11.ebuild => aws-c-common-0.4.57.ebuild} | 3 ++-
21 dev-libs/aws-c-common/metadata.xml | 9 ++++++++-
22 3 files changed, 11 insertions(+), 3 deletions(-)
23
24 diff --git a/dev-libs/aws-c-common/Manifest b/dev-libs/aws-c-common/Manifest
25 index 88ca38b4ca5..2b7630e5d4a 100644
26 --- a/dev-libs/aws-c-common/Manifest
27 +++ b/dev-libs/aws-c-common/Manifest
28 @@ -1 +1 @@
29 -DIST aws-c-common-0.4.11.tar.gz 306933 BLAKE2B 5a2370a3696e4d90b67bc03fbf88f152e1a2d6e4d4a9ff2a9423a2cf18c14a1e3b6d978250c3359f4ebb2cf5e524e416b11604dc09dc45f5c8a5a6f982b344a7 SHA512 1e00f6aa025578978551fc8ca1bc09b448f79ac28bdc969af4312569ffca035d656dc68825da15ad8f4f890bbdb03327c624147dded1ce402e9dab1726290890
30 +DIST aws-c-common-0.4.57.tar.gz 418954 BLAKE2B cfb268d92e90343e01756b571d0d7fa1269a144b933b5dfae6e5fb92a2b384ff73bf14ad830b53427ad37e9dbd9a0afff5b571108869a69a8d466982a2e6c6ef SHA512 77a9110a067e3057ae3cb90ee0b1fa42e18595e476b803f83711ecc164053db73683df2fccf75ad992b7d08e142cb31d6a70f87ce2f3b87ce28ee1e8151b3c62
31
32 diff --git a/dev-libs/aws-c-common/aws-c-common-0.4.11.ebuild b/dev-libs/aws-c-common/aws-c-common-0.4.57.ebuild
33 similarity index 87%
34 rename from dev-libs/aws-c-common/aws-c-common-0.4.11.ebuild
35 rename to dev-libs/aws-c-common/aws-c-common-0.4.57.ebuild
36 index f0198268ad0..f12798d2668 100644
37 --- a/dev-libs/aws-c-common/aws-c-common-0.4.11.ebuild
38 +++ b/dev-libs/aws-c-common/aws-c-common-0.4.57.ebuild
39 @@ -12,12 +12,13 @@ SRC_URI="https://github.com/awslabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 LICENSE="Apache-2.0"
41 SLOT="0"
42 KEYWORDS="~amd64 ~x86"
43 -IUSE="test"
44 +IUSE="static-libs test"
45
46 RESTRICT="!test? ( test )"
47
48 src_configure() {
49 local mycmakeargs=(
50 + -DBUILD_SHARED_LIBS=$(usex !static-libs)
51 -DBUILD_TESTING=$(usex test)
52 )
53 cmake_src_configure
54
55 diff --git a/dev-libs/aws-c-common/metadata.xml b/dev-libs/aws-c-common/metadata.xml
56 index 88030cf0f62..e3151ef13d4 100644
57 --- a/dev-libs/aws-c-common/metadata.xml
58 +++ b/dev-libs/aws-c-common/metadata.xml
59 @@ -1,7 +1,14 @@
60 <?xml version="1.0" encoding="UTF-8"?>
61 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 <pkgmetadata>
63 - <!-- maintainer-needed -->
64 + <maintainer type="person">
65 + <email>sven.eden@×××××××××.com</email>
66 + <name>Sven Eden</name>
67 + </maintainer>
68 + <maintainer type="project">
69 + <email>proxy-maint@g.o</email>
70 + <name>Proxy Maintainers</name>
71 + </maintainer>
72 <longdescription>
73 Core c99 package for AWS SDK for C. Includes cross-platform primitives,
74 configuration, data structures, and error handling.