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 0E2221382BD for ; Sat, 18 Jun 2016 18:08:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE19EE0A01; Sat, 18 Jun 2016 18:08:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 261F3E0A01 for ; Sat, 18 Jun 2016 18:08:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 398B23406F2 for ; Sat, 18 Jun 2016 18:08:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F6371933 for ; Sat, 18 Jun 2016 18:08:29 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1466273274.13570054540e00db10482124ca0eee3eac571fd2.mgorny@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/metadata.xml X-VCS-Directories: virtual/libelf/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 13570054540e00db10482124ca0eee3eac571fd2 X-VCS-Branch: master Date: Sat, 18 Jun 2016 18:08:29 +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: 02072352-8bab-4dff-8203-ab19661fa073 X-Archives-Hash: f31041ea2c3c48cf44cde311ecbfd04a commit: 13570054540e00db10482124ca0eee3eac571fd2 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 18 16:36:03 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 18 18:07:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13570054 virtual/libelf: Add a virtual for libelf.so providers virtual/libelf/libelf-0.ebuild | 18 ++++++++++++++++++ virtual/libelf/libelf-1.ebuild | 22 ++++++++++++++++++++++ virtual/libelf/metadata.xml | 8 ++++++++ 3 files changed, 48 insertions(+) diff --git a/virtual/libelf/libelf-0.ebuild b/virtual/libelf/libelf-0.ebuild new file mode 100644 index 0000000..bb326f6 --- /dev/null +++ b/virtual/libelf/libelf-0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit multilib-build + +DESCRIPTION="Virtual for libelf.so.0 provider (dev-libs/libelf)" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +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" +IUSE="" + +RDEPEND=">=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}]" diff --git a/virtual/libelf/libelf-1.ebuild b/virtual/libelf/libelf-1.ebuild new file mode 100644 index 0000000..713d847 --- /dev/null +++ b/virtual/libelf/libelf-1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit multilib-build + +DESCRIPTION="Virtual for libelf.so.1 provider (dev-libs/elfutils)" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +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" +IUSE="" + +RDEPEND=" + || ( + >=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}] + >=sys-freebsd/freebsd-lib-9.2_rc1[${MULTILIB_USEDEP}] + )" diff --git a/virtual/libelf/metadata.xml b/virtual/libelf/metadata.xml new file mode 100644 index 0000000..d920e3b --- /dev/null +++ b/virtual/libelf/metadata.xml @@ -0,0 +1,8 @@ + + + + + blueness@gentoo.org + Anthony G. Basile + +