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 1SXU8B-0006qv-Mk for garchives@archives.gentoo.org; Thu, 24 May 2012 09:14:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA5C9E0B21; Thu, 24 May 2012 09:12:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7B99BE0B22 for ; Thu, 24 May 2012 09:12:04 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7532B1B4060 for ; Thu, 24 May 2012 09:12:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 16F38E544D for ; Thu, 24 May 2012 09:12:00 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <1337849974.9e4df3947c5fa6e38b4608939d06403cb704e084.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/totem-pl-parser/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/totem-pl-parser/totem-pl-parser-3.2.0.ebuild dev-libs/totem-pl-parser/totem-pl-parser-9999.ebuild X-VCS-Directories: dev-libs/totem-pl-parser/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 9e4df3947c5fa6e38b4608939d06403cb704e084 X-VCS-Branch: master Date: Thu, 24 May 2012 09:12:00 +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: 9dd577ef-84ca-427d-8801-89e466510710 X-Archives-Hash: e6a2e7bcd681a5643c9912bbf9a9f959 commit: 9e4df3947c5fa6e38b4608939d06403cb704e084 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Thu May 24 08:59:34 2012 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Thu May 24 08:59:34 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D9e4df394 dev-libs/totem-pl-parser: moved to gx86; add live ebuild --- ...er-3.2.0.ebuild =3D> totem-pl-parser-9999.ebuild} | 28 ++++++++++++= ------- 1 files changed, 18 insertions(+), 10 deletions(-) diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-3.2.0.ebuild b/dev-= libs/totem-pl-parser/totem-pl-parser-9999.ebuild similarity index 77% rename from dev-libs/totem-pl-parser/totem-pl-parser-3.2.0.ebuild rename to dev-libs/totem-pl-parser/totem-pl-parser-9999.ebuild index 948965e..f3a0553 100644 --- a/dev-libs/totem-pl-parser/totem-pl-parser-3.2.0.ebuild +++ b/dev-libs/totem-pl-parser/totem-pl-parser-9999.ebuild @@ -1,23 +1,27 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-par= ser-2.32.6-r1.ebuild,v 1.5 2012/01/18 20:25:17 maekke Exp $ +# $Header: $ =20 EAPI=3D"4" GCONF_DEBUG=3D"no" GNOME2_LA_PUNT=3D"yes" =20 -inherit eutils gnome2 +inherit gnome2 +if [[ ${PV} =3D 9999 ]]; then + inherit gnome2-live +fi =20 DESCRIPTION=3D"Playlist parsing library" HOMEPAGE=3D"http://projects.gnome.org/totem/ http://developer.gnome.org/= totem-pl-parser/stable/" =20 -# eautoreconf needs: -#SRC_URI=3D"${SRC_URI} mirror://gentoo/introspection-20110205.m4.tar.bz2= " - LICENSE=3D"LGPL-2" SLOT=3D"0" -KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~sparc ~x86 ~x86-fbsd" -IUSE=3D"archive crypt doc +introspection +quvi" +if [[ ${PV} =3D 9999 ]]; then + KEYWORDS=3D"" +else + KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~sparc ~x86 ~x86-fbsd" +fi +IUSE=3D"archive crypt doc +introspection +quvi test" =20 RDEPEND=3D">=3Ddev-libs/glib-2.31:2 dev-libs/gmime:2.4 @@ -28,9 +32,13 @@ RDEPEND=3D">=3Ddev-libs/glib-2.31:2 quvi? ( >=3Dmedia-libs/libquvi-0.2.15 )" DEPEND=3D"${RDEPEND} !=3Dsys-devel/gettext-0.17 >=3Ddev-util/intltool-0.35 - doc? ( >=3Ddev-util/gtk-doc-1.14 )" + >=3Dsys-devel/gettext-0.17 + virtual/pkgconfig + doc? ( >=3Ddev-util/gtk-doc-1.14 ) + test? ( + gnome-base/gvfs[http] + sys-apps/dbus )" # eautoreconf needs: # >=3Ddev-util/gtk-doc-am-1.14 =20 @@ -66,5 +74,5 @@ src_prepare() { =20 src_test() { # This is required as told by upstream in bgo#629542 - dbus-launch emake check || die "emake check failed" + GVFS_DISABLE_FUSE=3D1 dbus-launch emake check || die "emake check faile= d" }