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 D8A4A138335 for ; 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 D6E2DE07F1; Tue, 11 Jun 2019 10:08:37 +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 BEAB7E07F1 for ; 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 52726345DD9 for ; Tue, 11 Jun 2019 10:08:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1564603 for ; Tue, 11 Jun 2019 10:08:33 +0000 (UTC) From: "William Breathitt Gray" 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" Message-ID: <1560247619.2156bb455e382cf04b29ca6dc2c696a95943b8ef.vilhelm.gray@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-fps/crispy-doom/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-fps/crispy-doom/crispy-doom-5.5.2.ebuild X-VCS-Directories: games-fps/crispy-doom/ X-VCS-Committer: vilhelm.gray X-VCS-Committer-Name: William Breathitt Gray X-VCS-Revision: 2156bb455e382cf04b29ca6dc2c696a95943b8ef X-VCS-Branch: dev Date: Tue, 11 Jun 2019 10:08:33 +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: a42db378-ded6-4198-a487-2527741ae859 X-Archives-Hash: 565adf0c1d53d09e2d1eba746fcfea80 commit: 2156bb455e382cf04b29ca6dc2c696a95943b8ef Author: William Breathitt Gray gmail com> AuthorDate: Tue Jun 11 10:06:59 2019 +0000 Commit: William Breathitt Gray gmail com> CommitDate: Tue Jun 11 10:06:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2156bb45 games-fps/crispy-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 gmail.com> games-fps/crispy-doom/crispy-doom-5.5.2.ebuild | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/games-fps/crispy-doom/crispy-doom-5.5.2.ebuild b/games-fps/crispy-doom/crispy-doom-5.5.2.ebuild index 81ab161..a817f3b 100644 --- a/games-fps/crispy-doom/crispy-doom-5.5.2.ebuild +++ b/games-fps/crispy-doom/crispy-doom-5.5.2.ebuild @@ -40,15 +40,3 @@ src_configure() { $(use_with png libpng) \ $(use_with zlib) } - -pkg_preinst() { - xdg_pkg_preinst -} - -pkg_postinst() { - xdg_pkg_postinst -} - -pkg_postrm() { - xdg_pkg_postrm -}