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 4718F138CDB for ; Wed, 10 Jun 2015 10:37:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABE6EE0869; Wed, 10 Jun 2015 10:37:29 +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 3ACDEE0869 for ; Wed, 10 Jun 2015 10:37:29 +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 600A9340C3E for ; Wed, 10 Jun 2015 10:37:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 686F2A54 for ; Wed, 10 Jun 2015 10:37:24 +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: <1433890457.ee2b2f3e9b2dbcecbc7637e4f0cd9897b72e6cc3.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 X-VCS-Directories: net-misc/dleyna-server/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: ee2b2f3e9b2dbcecbc7637e4f0cd9897b72e6cc3 X-VCS-Branch: master Date: Wed, 10 Jun 2015 10:37:24 +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: 1b3f3956-76ff-49cb-a077-97274dba08ef X-Archives-Hash: 99e58d85394e9706a599322c9875815b commit: ee2b2f3e9b2dbcecbc7637e4f0cd9897b72e6cc3 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Jun 9 22:54:17 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Jun 9 22:54:17 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ee2b2f3e net-misc/dleyna-server: moved to gentoo-x86 net-misc/dleyna-server/dleyna-server-0.5.0.ebuild | 35 ----------------------- 1 file changed, 35 deletions(-) diff --git a/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild b/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild deleted file mode 100644 index f02aac3..0000000 --- a/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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 DLNA 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 -}