* [gentoo-commits] repo/gentoo:master commit in: dev-libs/double-conversion/
@ 2020-01-01 10:14 99% David Seifert
0 siblings, 0 replies; 1+ results
From: David Seifert @ 2020-01-01 10:14 UTC (permalink / raw
To: gentoo-commits
commit: 762ae8c32889f933907bfbacbafd201cb33c9304
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 1 10:14:15 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan 1 10:14:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762ae8c3
dev-libs/double-conversion: Remove USE="static-libs"
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../double-conversion-3.1.5.ebuild | 44 +---------------------
1 file changed, 2 insertions(+), 42 deletions(-)
diff --git a/dev-libs/double-conversion/double-conversion-3.1.5.ebuild b/dev-libs/double-conversion/double-conversion-3.1.5.ebuild
index a5d39a82e10..f1eee185336 100644
--- a/dev-libs/double-conversion/double-conversion-3.1.5.ebuild
+++ b/dev-libs/double-conversion/double-conversion-3.1.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake multibuild
+inherit cmake
DESCRIPTION="Binary-decimal and decimal-binary conversion routines for IEEE doubles"
HOMEPAGE="https://github.com/google/double-conversion"
@@ -12,43 +12,3 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0/3"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs test"
-
-RESTRICT="!test? ( test )"
-
-pkg_setup() {
- MULTIBUILD_VARIANTS=( shared $(usev static-libs) )
-}
-
-src_configure() {
- myconfigure() {
- local mycmakeargs=(
- -DBUILD_TESTING=$(usex test)
- )
- if [[ ${MULTIBUILD_VARIANT} = static-libs ]]; then
- mycmakeargs+=( -DBUILD_SHARED_LIBS=OFF )
- fi
-
- cmake_src_configure
- }
-
- multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
- multibuild_foreach_variant cmake_src_compile
-}
-
-src_test() {
- [[ ${MULTIBUILD_VARIANT} = shared ]] && cmake_src_test
-}
-
-src_install() {
- myinstall() {
- [[ ${MULTIBUILD_VARIANT} = shared ]] && cmake_src_install
- [[ ${MULTIBUILD_VARIANT} = static-libs ]] && \
- dolib.a ${BUILD_DIR}/libdouble-conversion.a
- }
-
- multibuild_foreach_variant myinstall
-}
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2020-01-01 10:14 99% [gentoo-commits] repo/gentoo:master commit in: dev-libs/double-conversion/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox