commit: 462be7848e91ee499b6ac0d316ae256abb291a5f
Author: Abishek Jakkala <thysupremematrix <AT> tuta <DOT> io>
AuthorDate: Mon Jan 26 17:59:04 2026 +0000
Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Mon Jan 26 17:59:04 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=462be784
mail-client/tutanota-desktop-bin: remove redundant functions, fix var order
Signed-off-by: Abishek Jakkala <thysupremematrix <AT> tuta.io>
.../tutanota-desktop-bin-319.260107.1.ebuild | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git
a/mail-client/tutanota-desktop-bin/tutanota-desktop-bin-319.260107.1.ebuild
b/mail-client/tutanota-desktop-bin/tutanota-desktop-bin-319.260107.1.ebuild
index 1b801ca64d..0bbb2de1e0 100644
--- a/mail-client/tutanota-desktop-bin/tutanota-desktop-bin-319.260107.1.ebuild
+++ b/mail-client/tutanota-desktop-bin/tutanota-desktop-bin-319.260107.1.ebuild
@@ -13,6 +13,8 @@ SRC_URI="
https://github.com/tutao/tutanota/raw/tutanota-desktop-release-${PV}/tutao-pub.pem
-> ${P}-tutao-pub.pem
"
+S="${WORKDIR}"
+
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
@@ -45,8 +47,6 @@ RDEPEND="
BDEPEND="dev-libs/openssl"
-S="${WORKDIR}"
-
QA_PREBUILT="opt/tutanota-desktop/*"
src_unpack() {
@@ -98,11 +98,3 @@ src_install() {
fi
done
}
-
-pkg_postinst() {
- xdg_pkg_postinst
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
-}