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 06BC81381F4 for ; Mon, 10 Dec 2012 11:53:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F275E0663; Mon, 10 Dec 2012 11:53:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F172CE0663 for ; Mon, 10 Dec 2012 11:53:19 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CC8233DA0A for ; Mon, 10 Dec 2012 11:53:19 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2306) id AAFED2171D; Mon, 10 Dec 2012 11:53:16 +0000 (UTC) From: "Alexandre Rostovtsev (tetromino)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tetromino@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/grilo: ChangeLog grilo-0.2.4.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog grilo-0.2.4.ebuild X-VCS-Directories: media-libs/grilo X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121210115316.AAFED2171D@flycatcher.gentoo.org> Date: Mon, 10 Dec 2012 11:53:16 +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: ca67b843-d83f-4f18-bfe4-fbb55469002c X-Archives-Hash: f336ff7fbefe8ebb8f3a2fffd8d9030b tetromino 12/12/10 11:53:16 Modified: ChangeLog grilo-0.2.4.ebuild Log: Fix build failure with USE=vala due to subslotting (bug #446692, thanks to Maciej Piechotka). (Portage version: 2.2.0_alpha145/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61) Revision Changes Path 1.15 media-libs/grilo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/grilo/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/grilo/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/grilo/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/grilo/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 10 Dec 2012 02:40:29 -0000 1.14 +++ ChangeLog 10 Dec 2012 11:53:16 -0000 1.15 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/grilo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/grilo/ChangeLog,v 1.14 2012/12/10 02:40:29 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/grilo/ChangeLog,v 1.15 2012/12/10 11:53:16 tetromino Exp $ + + 10 Dec 2012; Alexandre Rostovtsev grilo-0.2.4.ebuild: + Fix build failure with USE=vala due to subslotting (bug #446692, thanks to + Maciej Piechotka). *grilo-0.2.4 (10 Dec 2012) 1.2 media-libs/grilo/grilo-0.2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/grilo/grilo-0.2.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/grilo/grilo-0.2.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/grilo/grilo-0.2.4.ebuild?r1=1.1&r2=1.2 Index: grilo-0.2.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/grilo/grilo-0.2.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- grilo-0.2.4.ebuild 10 Dec 2012 02:40:29 -0000 1.1 +++ grilo-0.2.4.ebuild 10 Dec 2012 11:53:16 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/grilo/grilo-0.2.4.ebuild,v 1.1 2012/12/10 02:40:29 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/grilo/grilo-0.2.4.ebuild,v 1.2 2012/12/10 11:53:16 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" # --enable-debug only changes CFLAGS @@ -82,7 +82,7 @@ # Prevent file collision with other slot if use vala; then mv "${ED}usr/bin/grilo-simple-playlist" \ - "${ED}usr/bin/grilo-simple-playlist-${SLOT}" || die + "${ED}usr/bin/grilo-simple-playlist-${SLOT%/*}" || die fi if use examples; then