From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PtIzn-0004LM-QF for garchives@archives.gentoo.org; Sat, 26 Feb 2011 12:11:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13A791C087; Sat, 26 Feb 2011 12:11:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D95901C087 for ; Sat, 26 Feb 2011 12:11:13 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 274091B4154 for ; Sat, 26 Feb 2011 12:11:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0736480073 for ; Sat, 26 Feb 2011 12:11:12 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <199c6b4ae47d81f54929f0ae9d650b62fe6acf8b.eva@gentoo> Subject: [gentoo-commits] dev/eva:master commit in: net-libs/gupnp-av/ X-VCS-Repository: dev/eva X-VCS-Files: net-libs/gupnp-av/Manifest net-libs/gupnp-av/gupnp-av-0.7.1.ebuild X-VCS-Directories: net-libs/gupnp-av/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 199c6b4ae47d81f54929f0ae9d650b62fe6acf8b Date: Sat, 26 Feb 2011 12:11:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: da0d3b6a1d6db046175fc8b674944f33 commit: 199c6b4ae47d81f54929f0ae9d650b62fe6acf8b Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Feb 26 12:08:05 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Feb 26 12:08:05 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/eva.git;a=3Dco= mmit;h=3D199c6b4a net-libs/gupnp-av: moved to gentoo-x86 --- net-libs/gupnp-av/Manifest | 2 - net-libs/gupnp-av/gupnp-av-0.7.1.ebuild | 34 -------------------------= ------ 2 files changed, 0 insertions(+), 36 deletions(-) diff --git a/net-libs/gupnp-av/Manifest b/net-libs/gupnp-av/Manifest deleted file mode 100644 index 7d43719..0000000 --- a/net-libs/gupnp-av/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gupnp-av-0.7.1.tar.gz 410605 RMD160 8af10b87979f456015651dd6a776918= 04a757313 SHA1 fcfd29ab3321c25b0c3498bc975706f0b12fe245 SHA256 70a23a7dd1= e33b08e87a2f005bd8e1aa4e231524dd41b6a8eff9dc03112e6f19 -EBUILD gupnp-av-0.7.1.ebuild 967 RMD160 bf0f69042eaeaebea46d58ab0d3f4a6d= 30188471 SHA1 166389d0b0f313075b99461f27c5f938e7db13aa SHA256 a123b45e03b= dea7f842cac87351ea50915bdbf3ba17025d4ab87bfdc3ceb60df diff --git a/net-libs/gupnp-av/gupnp-av-0.7.1.ebuild b/net-libs/gupnp-av/= gupnp-av-0.7.1.ebuild deleted file mode 100644 index 0b38724..0000000 --- a/net-libs/gupnp-av/gupnp-av-0.7.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.6.3.ebui= ld,v 1.1 2011/01/10 12:19:40 ford_prefect Exp $ - -EAPI=3D3 - -DESCRIPTION=3D"a small utility library that aims to ease the handling UP= nP A/V profiles." -HOMEPAGE=3D"http://gupnp.org/" -SRC_URI=3D"http://gupnp.org/sites/all/files/sources/${P}.tar.gz" - -LICENSE=3D"LGPL-2" -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~ppc ~x86" -IUSE=3D"+introspection" - -RDEPEND=3D">=3Ddev-libs/glib-2.16:2 - >=3Dnet-libs/gupnp-0.13[introspection?] - introspection? ( >=3Ddev-libs/gobject-introspection-0.9.5 )" -DEPEND=3D"${RDEPEND} - dev-util/pkgconfig" - -src_configure() { - econf \ - $(use_enable introspection) \ - --disable-dependency-tracking \ - --disable-gtk-doc \ - --disable-gtk-doc-html \ - --disable-gtk-doc-pdf -} - -src_install() { - emake DESTDIR=3D"${D}" install || die "emake failed" - dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" -}