commit: f0164a268f6928151ee982bd1237179690d3430c Author: Sven Eden <sven.eden <AT> prydeworx <DOT> com> AuthorDate: Thu Sep 17 14:38:59 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Sep 28 11:25:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0164a26
dev-libs/aws-c-common: Bump to 0.4.57 and add static-libs USE flag Bug: https://bugs.gentoo.org/695418 Bug: https://bugs.gentoo.org/717572 Closes: https://bugs.gentoo.org/695418 Closes: https://bugs.gentoo.org/717572 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Sven Eden <sven.eden <AT> prydeworx.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/aws-c-common/Manifest | 2 +- .../{aws-c-common-0.4.11.ebuild => aws-c-common-0.4.57.ebuild} | 3 ++- dev-libs/aws-c-common/metadata.xml | 9 ++++++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/dev-libs/aws-c-common/Manifest b/dev-libs/aws-c-common/Manifest index 88ca38b4ca5..2b7630e5d4a 100644 --- a/dev-libs/aws-c-common/Manifest +++ b/dev-libs/aws-c-common/Manifest @@ -1 +1 @@ -DIST aws-c-common-0.4.11.tar.gz 306933 BLAKE2B 5a2370a3696e4d90b67bc03fbf88f152e1a2d6e4d4a9ff2a9423a2cf18c14a1e3b6d978250c3359f4ebb2cf5e524e416b11604dc09dc45f5c8a5a6f982b344a7 SHA512 1e00f6aa025578978551fc8ca1bc09b448f79ac28bdc969af4312569ffca035d656dc68825da15ad8f4f890bbdb03327c624147dded1ce402e9dab1726290890 +DIST aws-c-common-0.4.57.tar.gz 418954 BLAKE2B cfb268d92e90343e01756b571d0d7fa1269a144b933b5dfae6e5fb92a2b384ff73bf14ad830b53427ad37e9dbd9a0afff5b571108869a69a8d466982a2e6c6ef SHA512 77a9110a067e3057ae3cb90ee0b1fa42e18595e476b803f83711ecc164053db73683df2fccf75ad992b7d08e142cb31d6a70f87ce2f3b87ce28ee1e8151b3c62 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 similarity index 87% rename from dev-libs/aws-c-common/aws-c-common-0.4.11.ebuild rename to dev-libs/aws-c-common/aws-c-common-0.4.57.ebuild index f0198268ad0..f12798d2668 100644 --- 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 @@ -12,12 +12,13 @@ SRC_URI="https://github.com/awslabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" +IUSE="static-libs test" RESTRICT="!test? ( test )" src_configure() { local mycmakeargs=( + -DBUILD_SHARED_LIBS=$(usex !static-libs) -DBUILD_TESTING=$(usex test) ) cmake_src_configure diff --git a/dev-libs/aws-c-common/metadata.xml b/dev-libs/aws-c-common/metadata.xml index 88030cf0f62..e3151ef13d4 100644 --- a/dev-libs/aws-c-common/metadata.xml +++ b/dev-libs/aws-c-common/metadata.xml @@ -1,7 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person"> + <email>[email protected]</email> + <name>Sven Eden</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> <longdescription> Core c99 package for AWS SDK for C. Includes cross-platform primitives, configuration, data structures, and error handling.
