From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB8EF1382C5 for ; Mon, 22 Feb 2021 09:51:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8CC4E08F3; Mon, 22 Feb 2021 09:51:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADCC1E08F3 for ; Mon, 22 Feb 2021 09:51:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5844933BF01 for ; Mon, 22 Feb 2021 09:51:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 820D24EF for ; Mon, 22 Feb 2021 09:51:02 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1613987456.08b6b50f263ca48579c9add4dd1481ed47b9cdd8.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/blender/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/blender/blender-2.83.12.ebuild media-gfx/blender/blender-2.91.2.ebuild X-VCS-Directories: media-gfx/blender/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 08b6b50f263ca48579c9add4dd1481ed47b9cdd8 X-VCS-Branch: master Date: Mon, 22 Feb 2021 09:51:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 59135481-9b4a-4811-95ab-58d2a996a570 X-Archives-Hash: ec0dce195b672d97570e4621ff37835c commit: 08b6b50f263ca48579c9add4dd1481ed47b9cdd8 Author: Adrian Grigo yahoo com au> AuthorDate: Sun Feb 14 17:02:03 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Feb 22 09:50:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b6b50f media-gfx/blender: Remove blank line Remove the unnecessary blank line between HOMEPAGE and SRC_URI in the 2.83.12 and 2.91.2 ebuilds. Signed-off-by: Adrian Grigo yahoo.com.au> Package-Manager: Portage-3.0.13, Repoman-3.0.2 Closes: https://github.com/gentoo/gentoo/pull/19454 Signed-off-by: Joonas Niilola gentoo.org> media-gfx/blender/blender-2.83.12.ebuild | 1 - media-gfx/blender/blender-2.91.2.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/media-gfx/blender/blender-2.83.12.ebuild b/media-gfx/blender/blender-2.83.12.ebuild index e89ac3db80b..7eb344fbf59 100644 --- a/media-gfx/blender/blender-2.83.12.ebuild +++ b/media-gfx/blender/blender-2.83.12.ebuild @@ -10,7 +10,6 @@ inherit check-reqs cmake flag-o-matic pax-utils python-single-r1 \ DESCRIPTION="3D Creation/Animation/Publishing System" HOMEPAGE="https://www.blender.org" - SRC_URI="https://download.blender.org/source/${P}.tar.xz" # Blender can have letters in the version string, diff --git a/media-gfx/blender/blender-2.91.2.ebuild b/media-gfx/blender/blender-2.91.2.ebuild index 9728643f483..c20bd74de8c 100644 --- a/media-gfx/blender/blender-2.91.2.ebuild +++ b/media-gfx/blender/blender-2.91.2.ebuild @@ -10,7 +10,6 @@ inherit check-reqs cmake flag-o-matic pax-utils python-single-r1 \ DESCRIPTION="3D Creation/Animation/Publishing System" HOMEPAGE="https://www.blender.org" - SRC_URI="https://download.blender.org/source/${P}.tar.xz" # Blender can have letters in the version string,