From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1095369-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 C4A67138334 for <garchives@archives.gentoo.org>; Tue, 11 Jun 2019 10:08:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0175E07EA; Tue, 11 Jun 2019 10:08:37 +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 83398E07EA for <gentoo-commits@lists.gentoo.org>; Tue, 11 Jun 2019 10:08:37 +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 15349345DBB for <gentoo-commits@lists.gentoo.org>; Tue, 11 Jun 2019 10:08:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E53A8613 for <gentoo-commits@lists.gentoo.org>; Tue, 11 Jun 2019 10:08:33 +0000 (UTC) From: "William Breathitt Gray" <vilhelm.gray@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Breathitt Gray" <vilhelm.gray@gmail.com> Message-ID: <1560247676.b478c2c095b4d081dd4a1d3f59da23dd0d73fbcd.vilhelm.gray@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-fps/chocolate-doom/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-fps/chocolate-doom/chocolate-doom-3.0.0.ebuild X-VCS-Directories: games-fps/chocolate-doom/ X-VCS-Committer: vilhelm.gray X-VCS-Committer-Name: William Breathitt Gray X-VCS-Revision: b478c2c095b4d081dd4a1d3f59da23dd0d73fbcd X-VCS-Branch: dev Date: Tue, 11 Jun 2019 10:08:33 +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: d26e85c6-52f0-4ed1-8645-b8c16834cb8f X-Archives-Hash: 08a28874012523bb210fa254442b36e5 commit: b478c2c095b4d081dd4a1d3f59da23dd0d73fbcd Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com> AuthorDate: Tue Jun 11 10:07:56 2019 +0000 Commit: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com> CommitDate: Tue Jun 11 10:07:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b478c2c0 games-fps/chocolate-doom: Remove pkg_* definitions The pkg_preinst, pkg_postinst, and pkg_postrm are already overloaded by the xdg eclass. Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com> games-fps/chocolate-doom/chocolate-doom-3.0.0.ebuild | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/games-fps/chocolate-doom/chocolate-doom-3.0.0.ebuild b/games-fps/chocolate-doom/chocolate-doom-3.0.0.ebuild index 7131923..602a40e 100644 --- a/games-fps/chocolate-doom/chocolate-doom-3.0.0.ebuild +++ b/games-fps/chocolate-doom/chocolate-doom-3.0.0.ebuild @@ -31,15 +31,3 @@ src_configure() { $(use_with libsamplerate) \ $(use_with png libpng) } - -pkg_preinst() { - xdg_pkg_preinst -} - -pkg_postinst() { - xdg_pkg_postinst -} - -pkg_postrm() { - xdg_pkg_postrm -}