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 2089813888F for ; Mon, 5 Oct 2015 22:05:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F965E07EE; Mon, 5 Oct 2015 22:05:23 +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 37B89E07EE for ; Mon, 5 Oct 2015 22:05:23 +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 EB54F3405C3 for ; Mon, 5 Oct 2015 22:05:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 423E289A for ; Mon, 5 Oct 2015 22:05:20 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1444082712.e4afa638e0e0304a8923f212f50c7cb4646a7117.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/udev/udev-216.ebuild sys-fs/udev/udev-217.ebuild sys-fs/udev/udev-218.ebuild sys-fs/udev/udev-219.ebuild sys-fs/udev/udev-220-r3.ebuild sys-fs/udev/udev-222.ebuild sys-fs/udev/udev-224-r1.ebuild sys-fs/udev/udev-224-r2.ebuild sys-fs/udev/udev-224.ebuild sys-fs/udev/udev-225.ebuild sys-fs/udev/udev-9999.ebuild X-VCS-Directories: sys-fs/udev/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: e4afa638e0e0304a8923f212f50c7cb4646a7117 X-VCS-Branch: master Date: Mon, 5 Oct 2015 22:05:20 +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: a0d9a2f1-07db-4e5d-b746-cc12d5400696 X-Archives-Hash: 9cdd3cd2c6d7c4e0f085286b65a9ed83 commit: e4afa638e0e0304a8923f212f50c7cb4646a7117 Author: Mike Frysinger gentoo org> AuthorDate: Mon Oct 5 22:04:58 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Oct 5 22:05:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4afa638 sys-fs/udev: fix funky SRC_URI indentation sys-fs/udev/udev-216.ebuild | 8 ++++---- sys-fs/udev/udev-217.ebuild | 8 ++++---- sys-fs/udev/udev-218.ebuild | 8 ++++---- sys-fs/udev/udev-219.ebuild | 8 ++++---- sys-fs/udev/udev-220-r3.ebuild | 8 ++++---- sys-fs/udev/udev-222.ebuild | 8 ++++---- sys-fs/udev/udev-224-r1.ebuild | 8 ++++---- sys-fs/udev/udev-224-r2.ebuild | 8 ++++---- sys-fs/udev/udev-224.ebuild | 8 ++++---- sys-fs/udev/udev-225.ebuild | 8 ++++---- sys-fs/udev/udev-9999.ebuild | 8 ++++---- 11 files changed, 44 insertions(+), 44 deletions(-) diff --git a/sys-fs/udev/udev-216.ebuild b/sys-fs/udev/udev-216.ebuild index 65484b5..5f05596 100644 --- a/sys-fs/udev/udev-216.ebuild +++ b/sys-fs/udev/udev-216.ebuild @@ -14,10 +14,10 @@ else patchset=2 SRC_URI="http://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz" if [[ -n "${patchset}" ]]; then - SRC_URI="${SRC_URI} - https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz - https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" - fi + SRC_URI+=" + https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz + https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" + fi KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" fi diff --git a/sys-fs/udev/udev-217.ebuild b/sys-fs/udev/udev-217.ebuild index 72c6089..a55cf51 100644 --- a/sys-fs/udev/udev-217.ebuild +++ b/sys-fs/udev/udev-217.ebuild @@ -14,10 +14,10 @@ else patchset=1 SRC_URI="http://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz" if [[ -n "${patchset}" ]]; then - SRC_URI="${SRC_URI} - https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz - https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" - fi + SRC_URI+=" + https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz + https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" + fi KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi diff --git a/sys-fs/udev/udev-218.ebuild b/sys-fs/udev/udev-218.ebuild index 4fe0753..b805dda 100644 --- a/sys-fs/udev/udev-218.ebuild +++ b/sys-fs/udev/udev-218.ebuild @@ -14,10 +14,10 @@ else patchset=1 SRC_URI="http://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz" if [[ -n "${patchset}" ]]; then - SRC_URI="${SRC_URI} - https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz - https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" - fi + SRC_URI+=" + https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz + https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" + fi KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi diff --git a/sys-fs/udev/udev-219.ebuild b/sys-fs/udev/udev-219.ebuild index f0cd6cf..def594a 100644 --- a/sys-fs/udev/udev-219.ebuild +++ b/sys-fs/udev/udev-219.ebuild @@ -14,10 +14,10 @@ else patchset= SRC_URI="http://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz" if [[ -n "${patchset}" ]]; then - SRC_URI="${SRC_URI} - https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz - https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" - fi + SRC_URI+=" + https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz + https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" + fi KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi diff --git a/sys-fs/udev/udev-220-r3.ebuild b/sys-fs/udev/udev-220-r3.ebuild index 322f82e..e311f19 100644 --- a/sys-fs/udev/udev-220-r3.ebuild +++ b/sys-fs/udev/udev-220-r3.ebuild @@ -14,10 +14,10 @@ else patchset=4 SRC_URI="http://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz" if [[ -n "${patchset}" ]]; then - SRC_URI="${SRC_URI} - https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz - https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" - fi + SRC_URI+=" + https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz + https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" + fi KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi diff --git a/sys-fs/udev/udev-222.ebuild b/sys-fs/udev/udev-222.ebuild index ce7fec1..bd34bc6 100644 --- a/sys-fs/udev/udev-222.ebuild +++ b/sys-fs/udev/udev-222.ebuild @@ -13,10 +13,10 @@ else patchset= SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" if [[ -n "${patchset}" ]]; then - SRC_URI="${SRC_URI} - https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz - https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" - fi + SRC_URI+=" + https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz + https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" + fi KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi diff --git a/sys-fs/udev/udev-224-r1.ebuild b/sys-fs/udev/udev-224-r1.ebuild index 6dc09d1..1602746 100644 --- a/sys-fs/udev/udev-224-r1.ebuild +++ b/sys-fs/udev/udev-224-r1.ebuild @@ -13,10 +13,10 @@ else patchset= SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" if [[ -n "${patchset}" ]]; then - SRC_URI="${SRC_URI} - https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz - https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" - fi + SRC_URI+=" + https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz + https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" + fi KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi diff --git a/sys-fs/udev/udev-224-r2.ebuild b/sys-fs/udev/udev-224-r2.ebuild index 85f15a8..66493c9 100644 --- a/sys-fs/udev/udev-224-r2.ebuild +++ b/sys-fs/udev/udev-224-r2.ebuild @@ -13,10 +13,10 @@ else patchset= SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" if [[ -n "${patchset}" ]]; then - SRC_URI="${SRC_URI} - https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz - https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" - fi + SRC_URI+=" + https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz + https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" + fi KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi diff --git a/sys-fs/udev/udev-224.ebuild b/sys-fs/udev/udev-224.ebuild index 01e4a0a..39dea9a 100644 --- a/sys-fs/udev/udev-224.ebuild +++ b/sys-fs/udev/udev-224.ebuild @@ -13,10 +13,10 @@ else patchset= SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" if [[ -n "${patchset}" ]]; then - SRC_URI="${SRC_URI} - https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz - https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" - fi + SRC_URI+=" + https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz + https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" + fi KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi diff --git a/sys-fs/udev/udev-225.ebuild b/sys-fs/udev/udev-225.ebuild index 96cc496..d173c0f 100644 --- a/sys-fs/udev/udev-225.ebuild +++ b/sys-fs/udev/udev-225.ebuild @@ -13,10 +13,10 @@ else patchset= SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" if [[ -n "${patchset}" ]]; then - SRC_URI="${SRC_URI} - https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz - https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" - fi + SRC_URI+=" + https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz + https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" + fi KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index 96cc496..d173c0f 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -13,10 +13,10 @@ else patchset= SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" if [[ -n "${patchset}" ]]; then - SRC_URI="${SRC_URI} - https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz - https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" - fi + SRC_URI+=" + https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz + https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" + fi KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi