From: Lars Wendler Date: Fri, 28 Aug 2015 12:03:58 +0000 (+0200) Subject: net-libs/socket_wrapper: Use cmake-multilib eclass. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b020dff3f2d0f1d14bcf9b1229292ffbc134a284;p=gentoo.git net-libs/socket_wrapper: Use cmake-multilib eclass. Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler --- diff --git a/net-libs/socket_wrapper/socket_wrapper-1.1.3.ebuild b/net-libs/socket_wrapper/socket_wrapper-1.1.3.ebuild index 9f2fd922828b..640369fbb2eb 100644 --- a/net-libs/socket_wrapper/socket_wrapper-1.1.3.ebuild +++ b/net-libs/socket_wrapper/socket_wrapper-1.1.3.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit cmake-utils multilib-minimal +inherit cmake-multilib DESCRIPTION="A library passing all socket communications through unix sockets" HOMEPAGE="https://cwrap.org/socket_wrapper.html" @@ -16,15 +16,3 @@ IUSE="test" DEPEND="" RDEPEND="${DEPEND}" - -multilib_src_configure() { - cmake-utils_src_configure -} - -multilib_src_compile() { - cmake-utils_src_compile -} - -multilib_src_install() { - cmake-utils_src_install -} diff --git a/net-libs/socket_wrapper/socket_wrapper-1.1.4.ebuild b/net-libs/socket_wrapper/socket_wrapper-1.1.4.ebuild index c1a6edfc20cb..51b698f90753 100644 --- a/net-libs/socket_wrapper/socket_wrapper-1.1.4.ebuild +++ b/net-libs/socket_wrapper/socket_wrapper-1.1.4.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit cmake-utils multilib-minimal +inherit cmake-multilib DESCRIPTION="A library passing all socket communications through unix sockets" HOMEPAGE="https://cwrap.org/socket_wrapper.html" @@ -16,15 +16,3 @@ IUSE="test" DEPEND="" RDEPEND="${DEPEND}" - -multilib_src_configure() { - cmake-utils_src_configure -} - -multilib_src_compile() { - cmake-utils_src_compile -} - -multilib_src_install() { - cmake-utils_src_install -}