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 3222A138CDB for ; Wed, 10 Jun 2015 10:37:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F13FCE0877; Wed, 10 Jun 2015 10:37:33 +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 8D127E0877 for ; Wed, 10 Jun 2015 10:37:28 +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 AB3CE340C24 for ; Wed, 10 Jun 2015 10:37:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 245B9A4E 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: <1433890243.225b843b27d66c693269a4e213b3d5216772338b.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/dleyna-core/ X-VCS-Repository: proj/gnome X-VCS-Files: net-libs/dleyna-core/dleyna-core-0.5.0.ebuild X-VCS-Directories: net-libs/dleyna-core/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 225b843b27d66c693269a4e213b3d5216772338b 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: c94fe41e-19fb-49c4-b241-ad32c0b8c131 X-Archives-Hash: 28155637eaaffb99887a2c6ebe57a2ad commit: 225b843b27d66c693269a4e213b3d5216772338b Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Jun 9 22:50:43 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Jun 9 22:50:43 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=225b843b net-libs/dleyna-core: moved to gentoo-x86 net-libs/dleyna-core/dleyna-core-0.5.0.ebuild | 28 --------------------------- 1 file changed, 28 deletions(-) diff --git a/net-libs/dleyna-core/dleyna-core-0.5.0.ebuild b/net-libs/dleyna-core/dleyna-core-0.5.0.ebuild deleted file mode 100644 index fb1b2e4..0000000 --- a/net-libs/dleyna-core/dleyna-core-0.5.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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/4" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - >=dev-libs/glib-2.28:2 - >=net-libs/gupnp-0.20.5" -DEPEND="${DEPEND} - virtual/pkgconfig -" - -src_install() { - default - prune_libtool_files -}