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 9C569138350 for ; Tue, 31 Mar 2020 20:44:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E639E09EF; Tue, 31 Mar 2020 20:44:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 34393E09EF for ; Tue, 31 Mar 2020 20:44:14 +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 25D1D34F43F for ; Tue, 31 Mar 2020 20:44:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADDD21B1 for ; Tue, 31 Mar 2020 20:44:11 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1585687442.8b0fd31eb83227c1eaaf9524eef9906454ea7f7a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/waffle/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/waffle/waffle-9999.ebuild X-VCS-Directories: media-libs/waffle/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8b0fd31eb83227c1eaaf9524eef9906454ea7f7a X-VCS-Branch: master Date: Tue, 31 Mar 2020 20:44:11 +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: dbe2289f-f0cc-44a1-8a4c-9c9e05ac450e X-Archives-Hash: 3a6a7888d8f59e267a0eaeab9f1a2969 commit: 8b0fd31eb83227c1eaaf9524eef9906454ea7f7a Author: Matt Turner gentoo org> AuthorDate: Tue Mar 31 20:35:15 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Mar 31 20:44:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0fd31e media-libs/waffle: Remove unnecessary functions Signed-off-by: Matt Turner gentoo.org> media-libs/waffle/waffle-9999.ebuild | 9 --------- 1 file changed, 9 deletions(-) diff --git a/media-libs/waffle/waffle-9999.ebuild b/media-libs/waffle/waffle-9999.ebuild index 6080dd579e2..b508b016a13 100644 --- a/media-libs/waffle/waffle-9999.ebuild +++ b/media-libs/waffle/waffle-9999.ebuild @@ -40,11 +40,6 @@ MULTILIB_CHOST_TOOLS=( /usr/bin/wflinfo$(get_exeext) ) -src_unpack() { - default - [[ $PV = 9999* ]] && git-r3_src_unpack -} - multilib_src_configure() { local emesonargs=( $(meson_feature X glx) @@ -62,10 +57,6 @@ multilib_src_compile() { meson_src_compile } -multilib_src_test() { - meson_src_test -} - multilib_src_install() { meson_src_install