From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A1AC71384C3 for ; Fri, 28 Aug 2015 12:04:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44DE5142CF; Fri, 28 Aug 2015 12:04:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F9D3142CF for ; Fri, 28 Aug 2015 12:04:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79067340B29 for ; Fri, 28 Aug 2015 12:04:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2825217B for ; Fri, 28 Aug 2015 12:04:27 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1440763465.b020dff3f2d0f1d14bcf9b1229292ffbc134a284.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/socket_wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/socket_wrapper/socket_wrapper-1.1.3.ebuild net-libs/socket_wrapper/socket_wrapper-1.1.4.ebuild X-VCS-Directories: net-libs/socket_wrapper/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b020dff3f2d0f1d14bcf9b1229292ffbc134a284 X-VCS-Branch: master Date: Fri, 28 Aug 2015 12:04:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b169169a-8da9-4bbe-8278-75491adff8f4 X-Archives-Hash: fe0b622f558f3bc631778b3c99dbe25a commit: b020dff3f2d0f1d14bcf9b1229292ffbc134a284 Author: Lars Wendler gentoo org> AuthorDate: Fri Aug 28 12:03:58 2015 +0000 Commit: Lars Wendler gentoo 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 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 -}