commit: b020dff3f2d0f1d14bcf9b1229292ffbc134a284 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Fri Aug 28 12:03:58 2015 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Fri Aug 28 12:04:25 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b020dff3
net-libs/socket_wrapper: Use cmake-multilib eclass. Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> net-libs/socket_wrapper/socket_wrapper-1.1.3.ebuild | 14 +------------- net-libs/socket_wrapper/socket_wrapper-1.1.4.ebuild | 14 +------------- 2 files changed, 2 insertions(+), 26 deletions(-) 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 9f2fd92..640369f 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 c1a6edf..51b698f 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 -}
