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 175551384B4 for ; Mon, 4 Jan 2016 22:12:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E077BE08A6; Mon, 4 Jan 2016 22:12:26 +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 C8600E08A6 for ; Mon, 4 Jan 2016 22:12:25 +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 BFC8A34087F for ; Mon, 4 Jan 2016 22:12:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95EF7D02 for ; Mon, 4 Jan 2016 22:12:21 +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: <1451945494.7f4d4adb76d763798720f7afeca1f8506959176a.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-smoothstreaming/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.1.ebuild media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.2.ebuild X-VCS-Directories: media-plugins/gst-plugins-smoothstreaming/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 7f4d4adb76d763798720f7afeca1f8506959176a X-VCS-Branch: master Date: Mon, 4 Jan 2016 22:12:21 +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: c14aa8c9-e097-4315-87cc-3ec7a73dda87 X-Archives-Hash: a34a76b14c1b013af3ab78a0a730099f commit: 7f4d4adb76d763798720f7afeca1f8506959176a Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Jan 4 21:59:11 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Jan 4 22:11:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f4d4adb media-plugins/gst-plugins-smoothstreaming: fix leading whitespace Package-Manager: portage-2.2.26 .../gst-plugins-smoothstreaming-1.6.1.ebuild | 6 +++--- .../gst-plugins-smoothstreaming-1.6.2.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.1.ebuild b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.1.ebuild index 30167d6..83b89c5 100644 --- a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.1.ebuild +++ b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,10 +25,10 @@ src_prepare() { directory="gst-libs/gst/uridownloader" libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 -lgsturidownloader-1.0" sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \ - -i ext/smoothstreaming/Makefile.{am,in} || die + -i ext/smoothstreaming/Makefile.{am,in} || die directory="gst-libs/gst/adaptivedemux" libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 -lgstapp-1.0 -lgsturidownloader-1.0 -lgstadaptivedemux-1.0" sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \ - -i ext/smoothstreaming/Makefile.{am,in} || die + -i ext/smoothstreaming/Makefile.{am,in} || die } diff --git a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.2.ebuild b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.2.ebuild index 30167d6..83b89c5 100644 --- a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.2.ebuild +++ b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,10 +25,10 @@ src_prepare() { directory="gst-libs/gst/uridownloader" libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 -lgsturidownloader-1.0" sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \ - -i ext/smoothstreaming/Makefile.{am,in} || die + -i ext/smoothstreaming/Makefile.{am,in} || die directory="gst-libs/gst/adaptivedemux" libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 -lgstapp-1.0 -lgsturidownloader-1.0 -lgstadaptivedemux-1.0" sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \ - -i ext/smoothstreaming/Makefile.{am,in} || die + -i ext/smoothstreaming/Makefile.{am,in} || die }