From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1172258-garchives=archives.gentoo.org@lists.gentoo.org> 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 4438D13835A for <garchives@archives.gentoo.org>; Mon, 18 May 2020 20:40:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4B7DE087C; Mon, 18 May 2020 20:40:34 +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 CB224E087C for <gentoo-commits@lists.gentoo.org>; Mon, 18 May 2020 20:40:34 +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 431A434F0C1 for <gentoo-commits@lists.gentoo.org>; Mon, 18 May 2020 20:40:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BAEC254 for <gentoo-commits@lists.gentoo.org>; Mon, 18 May 2020 20:40:04 +0000 (UTC) From: "Matt Turner" <mattst88@gentoo.org> 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" <mattst88@gentoo.org> Message-ID: <1589834393.db1e4f0bc17ee884d31c6d78e88c54df5ec6ee68.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-proto/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xorg-proto/xorg-proto-2020.1.ebuild x11-base/xorg-proto/xorg-proto-9999.ebuild X-VCS-Directories: x11-base/xorg-proto/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: db1e4f0bc17ee884d31c6d78e88c54df5ec6ee68 X-VCS-Branch: master Date: Mon, 18 May 2020 20:40:04 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 580c79ee-0a97-45bb-a6b4-4aec7defe10d X-Archives-Hash: 712b07c54ad7245d09eeb58085470e95 commit: db1e4f0bc17ee884d31c6d78e88c54df5ec6ee68 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon May 18 20:37:12 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon May 18 20:39:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1e4f0b x11-base/xorg-proto: Drop unnecessary src_unpack() Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-base/xorg-proto/xorg-proto-2020.1.ebuild | 5 ----- x11-base/xorg-proto/xorg-proto-9999.ebuild | 5 ----- 2 files changed, 10 deletions(-) diff --git a/x11-base/xorg-proto/xorg-proto-2020.1.ebuild b/x11-base/xorg-proto/xorg-proto-2020.1.ebuild index 37121da2fcc..cb69f9bbf9b 100644 --- a/x11-base/xorg-proto/xorg-proto-2020.1.ebuild +++ b/x11-base/xorg-proto/xorg-proto-2020.1.ebuild @@ -27,8 +27,3 @@ fi LICENSE="MIT" SLOT="0" IUSE="" - -src_unpack() { - default - [[ $PV = 9999* ]] && git-r3_src_unpack -} diff --git a/x11-base/xorg-proto/xorg-proto-9999.ebuild b/x11-base/xorg-proto/xorg-proto-9999.ebuild index 37121da2fcc..cb69f9bbf9b 100644 --- a/x11-base/xorg-proto/xorg-proto-9999.ebuild +++ b/x11-base/xorg-proto/xorg-proto-9999.ebuild @@ -27,8 +27,3 @@ fi LICENSE="MIT" SLOT="0" IUSE="" - -src_unpack() { - default - [[ $PV = 9999* ]] && git-r3_src_unpack -}