commit:     13570054540e00db10482124ca0eee3eac571fd2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 18 16:36:03 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>bluen...@gentoo.org</email>
+               <name>Anthony G. Basile</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to