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 86C3A138334 for ; Sat, 4 Jan 2020 15:09:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7122E08A6; Sat, 4 Jan 2020 15:09:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 AF7E0E08A6 for ; Sat, 4 Jan 2020 15:09:42 +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 BB44334DE5E for ; Sat, 4 Jan 2020 15:09:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 778AE3C for ; Sat, 4 Jan 2020 15:09:40 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1578150576.ff6f294c91bedcfe24f7e297242b38383ffb8810.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/keepassxc/keepassxc-2.5.2.ebuild app-admin/keepassxc/keepassxc-9999.ebuild X-VCS-Directories: app-admin/keepassxc/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: ff6f294c91bedcfe24f7e297242b38383ffb8810 X-VCS-Branch: master Date: Sat, 4 Jan 2020 15:09:40 +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: 2272ca15-535e-4be3-9579-53fe7cdea1d9 X-Archives-Hash: 16409a75248b1b3c8da0020a25aec143 commit: ff6f294c91bedcfe24f7e297242b38383ffb8810 Author: Lars Wendler gentoo org> AuthorDate: Sat Jan 4 15:09:22 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Jan 4 15:09:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff6f294c app-admin/keepassxc: Removed redundant code Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Lars Wendler gentoo.org> app-admin/keepassxc/keepassxc-2.5.2.ebuild | 12 ------------ app-admin/keepassxc/keepassxc-9999.ebuild | 14 +------------- 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/app-admin/keepassxc/keepassxc-2.5.2.ebuild b/app-admin/keepassxc/keepassxc-2.5.2.ebuild index 26a629dc26e..f4d70198a23 100644 --- a/app-admin/keepassxc/keepassxc-2.5.2.ebuild +++ b/app-admin/keepassxc/keepassxc-2.5.2.ebuild @@ -88,15 +88,3 @@ src_configure() { fi cmake_src_configure } - -pkg_preinst() { - xdg_pkg_preinst -} - -pkg_postinst() { - xdg_pkg_postinst -} - -pkg_postrm() { - xdg_pkg_postrm -} diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild index 344be63f074..f4d70198a23 100644 --- a/app-admin/keepassxc/keepassxc-9999.ebuild +++ b/app-admin/keepassxc/keepassxc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -88,15 +88,3 @@ src_configure() { fi cmake_src_configure } - -pkg_preinst() { - xdg_pkg_preinst -} - -pkg_postinst() { - xdg_pkg_postinst -} - -pkg_postrm() { - xdg_pkg_postrm -}