commit: 9a49deecff915d921860e237d8418f55846a77ac Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Thu Mar 26 12:01:44 2015 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Thu Mar 26 12:01:44 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9a49deec
net-libs/dleyna-connector-dbus: initial ebuild Needed to make the dleyna stack work. Needed for bug #540714. .../dleyna-connector-dbus-0.2.0.ebuild | 30 ++++++++++++++++++++++ net-libs/dleyna-connector-dbus/metadata.xml | 5 ++++ 2 files changed, 35 insertions(+) diff --git a/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.2.0.ebuild b/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.2.0.ebuild new file mode 100644 index 0000000..d409d93 --- /dev/null +++ b/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.2.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils + +DESCRIPTION="utility library for higher level dLeyna libraries" +HOMEPAGE="https://01.org/dleyna/" +SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="1.0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.28:2 + >=net-libs/dleyna-core-0.2.1:1.0 + >=sys-apps/dbus-1 +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" + +src_install() { + default + prune_libtool_files +} diff --git a/net-libs/dleyna-connector-dbus/metadata.xml b/net-libs/dleyna-connector-dbus/metadata.xml new file mode 100644 index 0000000..6e0e2ec --- /dev/null +++ b/net-libs/dleyna-connector-dbus/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>gnome</herd> +</pkgmetadata>
