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 43B9B139084 for ; Sat, 9 Dec 2017 13:52:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3920E0FB5; Sat, 9 Dec 2017 13:52:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 93549E0FB5 for ; Sat, 9 Dec 2017 13:52:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 959BF340CC0 for ; Sat, 9 Dec 2017 13:52:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B0AEAE7D for ; Sat, 9 Dec 2017 13:52:42 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1512827543.8a9e822277b7ddb1ed2f251aafce4d1304d4b341.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-2.2.9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8a9e822277b7ddb1ed2f251aafce4d1304d4b341 X-VCS-Branch: master Date: Sat, 9 Dec 2017 13:52:42 +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: 614d87c6-a0c7-4116-825c-822a6c5bf61d X-Archives-Hash: 13bd11a76cda6b436b05f215a4524196 commit: 8a9e822277b7ddb1ed2f251aafce4d1304d4b341 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 9 13:24:56 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 9 13:52:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9e8222 media-video/vlc: Drop redundant src_unpack Package-Manager: Portage-2.3.17, Repoman-2.3.6 media-video/vlc/vlc-2.2.9999.ebuild | 8 -------- 1 file changed, 8 deletions(-) diff --git a/media-video/vlc/vlc-2.2.9999.ebuild b/media-video/vlc/vlc-2.2.9999.ebuild index 08acd202be0..977724b1c27 100644 --- a/media-video/vlc/vlc-2.2.9999.ebuild +++ b/media-video/vlc/vlc-2.2.9999.ebuild @@ -219,14 +219,6 @@ DOCS=( AUTHORS THANKS NEWS README doc/fortunes.txt doc/intf-vcd.txt ) S="${WORKDIR}/${MY_P}" -src_unpack() { - if [[ ${PV} = *9999 ]] ; then - git-r3_src_unpack - else - unpack ${A} - fi -} - src_prepare() { default