From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 993B31382C5 for ; Thu, 12 Apr 2018 16:09:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC35DE0848; Thu, 12 Apr 2018 16:09:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCDB9E0848 for ; Thu, 12 Apr 2018 16:09:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEBE8335C5C for ; Thu, 12 Apr 2018 16:09:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35CC6274 for ; Thu, 12 Apr 2018 16:09:19 +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: <1523549355.7892b684f2ef4bc88644105b439979b0f33d9a6e.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mumble/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mumble/mumble-9999.ebuild X-VCS-Directories: media-sound/mumble/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7892b684f2ef4bc88644105b439979b0f33d9a6e X-VCS-Branch: master Date: Thu, 12 Apr 2018 16:09:19 +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: 3c9d2e6e-2a44-41b8-9d1c-4541cd4dd11c X-Archives-Hash: 62f24ec545c26ca4356286ded3f05d7b commit: 7892b684f2ef4bc88644105b439979b0f33d9a6e Author: Lars Wendler gentoo org> AuthorDate: Thu Apr 12 16:08:58 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Apr 12 16:09:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7892b684 media-sound/mumble: More ebuild cleanups. Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-sound/mumble/mumble-9999.ebuild | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/media-sound/mumble/mumble-9999.ebuild b/media-sound/mumble/mumble-9999.ebuild index 4afe8af5434..c7799fea4f9 100644 --- a/media-sound/mumble/mumble-9999.ebuild +++ b/media-sound/mumble/mumble-9999.ebuild @@ -95,13 +95,6 @@ src_configure() { } src_install() { - local soversion - if [[ "${PV}" = 9999 ]] ; then - soversion="$(sed -n '/^VERSION\b/s@.*= \([[:digit:]\.]\+\)$@\1@p' src/mumble.pri)" - else - soversion="${PV}" - fi - newdoc README.Linux README dodoc CHANGES @@ -123,12 +116,7 @@ src_install() { doman man/mumble-overlay.1 doman man/mumble.1 - insopts -o root -g root -m 0755 - insinto "/usr/$(get_libdir)/mumble" - doins "${dir}"/libmumble.so.${soversion} - dosym libmumble.so.${soversion} /usr/$(get_libdir)/mumble/libmumble.so.1 - doins "${dir}"/libcelt0.so.0.{7,11}.0 - doins "${dir}"/plugins/lib*.so* + dolib.so "${dir}"/libmumble.so* "${dir}"/libcelt0.so* "${dir}"/plugins/lib*.so* } pkg_postinst() {