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 173FB138206 for ; Fri, 12 Jan 2018 15:19:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12682E0924; Fri, 12 Jan 2018 15:19:38 +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 D596EE0924 for ; Fri, 12 Jan 2018 15:19:37 +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 B7F7F335C61 for ; Fri, 12 Jan 2018 15:19:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09F5C1AD for ; Fri, 12 Jan 2018 15:19:35 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1515770358.f63c8955c91f699f8484612cf33ae4f789c96a77.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libelf/libelf-0.ebuild virtual/libelf/libelf-1.ebuild virtual/libelf/libelf-2.ebuild virtual/libelf/libelf-3.ebuild X-VCS-Directories: virtual/libelf/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: f63c8955c91f699f8484612cf33ae4f789c96a77 X-VCS-Branch: master Date: Fri, 12 Jan 2018 15:19:35 +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: 5926a756-564d-457e-a0ef-bdc64caabba1 X-Archives-Hash: f5dfbdb8fb77602482a347f5f785e3e2 commit: f63c8955c91f699f8484612cf33ae4f789c96a77 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Jan 12 15:19:18 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Jan 12 15:19:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63c8955 virtual/libelf: split the virtual in two for different sonames, bug #643802 Package-Manager: Portage-2.3.13, Repoman-2.3.3 virtual/libelf/libelf-0.ebuild | 12 ------------ virtual/libelf/libelf-2.ebuild | 12 ++++++++++++ virtual/libelf/{libelf-1.ebuild => libelf-3.ebuild} | 5 ++--- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/virtual/libelf/libelf-0.ebuild b/virtual/libelf/libelf-0.ebuild deleted file mode 100644 index 0b8e5336de8..00000000000 --- a/virtual/libelf/libelf-0.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit multilib-build - -DESCRIPTION="Virtual for libelf.so.0 provider (dev-libs/libelf)" -SLOT="0/0" -KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -RDEPEND=">=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}]" diff --git a/virtual/libelf/libelf-2.ebuild b/virtual/libelf/libelf-2.ebuild new file mode 100644 index 00000000000..7f26e79291a --- /dev/null +++ b/virtual/libelf/libelf-2.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit multilib-build + +DESCRIPTION="Virtual for libelf.so.0 provider dev-libs/libelf" +SLOT="0/0" +KEYWORDS="alpha amd64 arm arm64 hppa m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" + +RDEPEND=">=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}]" diff --git a/virtual/libelf/libelf-1.ebuild b/virtual/libelf/libelf-3.ebuild similarity index 70% rename from virtual/libelf/libelf-1.ebuild rename to virtual/libelf/libelf-3.ebuild index b2acd4bb712..82c100cbdb5 100644 --- a/virtual/libelf/libelf-1.ebuild +++ b/virtual/libelf/libelf-3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit multilib-build -DESCRIPTION="Virtual for libelf.so.1 provider (dev-libs/elfutils)" +DESCRIPTION="Virtual for libelf.so.1 provider dev-libs/elfutils" SLOT="0/1" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" @@ -13,5 +13,4 @@ RDEPEND=" || ( >=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}] >=sys-freebsd/freebsd-lib-9.2_rc1[${MULTILIB_USEDEP}] - >=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}] )"