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
-}

Reply via email to