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 874DB138A87 for ; Sat, 21 Feb 2015 23:42:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BB05E053C; Sat, 21 Feb 2015 23:42:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2CB8E053C for ; Sat, 21 Feb 2015 23:42:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BAA81340A3C for ; Sat, 21 Feb 2015 23:42:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F2071244D for ; Sat, 21 Feb 2015 23:42:05 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1424562100.c55a7472ff560946879f4680051fdbb78a2cf604.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-misc/dleyna-server/ X-VCS-Repository: proj/gnome X-VCS-Files: net-misc/dleyna-server/dleyna-server-0.5.0.ebuild net-misc/dleyna-server/metadata.xml X-VCS-Directories: net-misc/dleyna-server/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: c55a7472ff560946879f4680051fdbb78a2cf604 X-VCS-Branch: master Date: Sat, 21 Feb 2015 23:42:05 +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: b1e987a5-35c6-4f36-8f4a-b863e79d8543 X-Archives-Hash: 77c64bb9f317e176a6f8ce38d965b77c commit: c55a7472ff560946879f4680051fdbb78a2cf604 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Feb 21 23:41:40 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Feb 21 23:41:40 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c55a7472 net-misc/dleyna-server: initial ebuild --- net-misc/dleyna-server/dleyna-server-0.5.0.ebuild | 35 +++++++++++++++++++++++ net-misc/dleyna-server/metadata.xml | 5 ++++ 2 files changed, 40 insertions(+) diff --git a/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild b/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild new file mode 100644 index 0000000..febb8a1 --- /dev/null +++ b/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils + +DESCRIPTION="library for implementing services that allow clients to discover, browse and manipulate Digital Media Servers" +HOMEPAGE="https://01.org/dleyna/" +SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.28:2 + dev-libs/libxml2 + >=media-libs/gupnp-dlna-0.9.4:2.0 + >=net-libs/dleyna-core-0.5 + >=net-libs/gssdp-0.13.2 + >=net-libs/gupnp-0.20.3 + >=net-libs/gupnp-av-0.11.5 + >=net-libs/libsoup-2.28.2:2.4 +" +DEPEND="${DEPEND} + virtual/pkgconfig +" + +src_install() { + default + prune_libtool_files +} diff --git a/net-misc/dleyna-server/metadata.xml b/net-misc/dleyna-server/metadata.xml new file mode 100644 index 0000000..6e0e2ec --- /dev/null +++ b/net-misc/dleyna-server/metadata.xml @@ -0,0 +1,5 @@ + + + + gnome +