diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-11-06 11:27:58 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-11-06 11:34:49 +0100 |
commit | 8b505632ca4af4842e652f30c3a37c149cec9d6a (patch) | |
tree | 6fdc0681e2fc46798ff61b0f1c9d99c6b707b573 /mail-client/claws-mail | |
parent | mail-client/claws-mail: Fixed build against net-libs/libetpan-1.9.4 (diff) | |
download | gentoo-8b505632ca4af4842e652f30c3a37c149cec9d6a.tar.gz gentoo-8b505632ca4af4842e652f30c3a37c149cec9d6a.tar.bz2 gentoo-8b505632ca4af4842e652f30c3a37c149cec9d6a.zip |
mail-client/claws-mail: Minor ebuild adjustments
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'mail-client/claws-mail')
-rw-r--r-- | mail-client/claws-mail/claws-mail-9999.ebuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild index f460e8d37fc5..6be995b177e1 100644 --- a/mail-client/claws-mail/claws-mail-9999.ebuild +++ b/mail-client/claws-mail/claws-mail-9999.ebuild @@ -106,7 +106,8 @@ RDEPEND="${COMMONDEPEND} rss? ( dev-libs/libxml2 net-misc/curl - )" + ) +" pkg_setup() { use python && python-single-r1_pkg_setup @@ -211,10 +212,6 @@ src_install() { rm -f "${ED}"/usr/lib*/claws-mail/plugins/*.{a,la} } -pkg_preinst() { - xdg_pkg_preinst -} - pkg_postinst() { ewarn "When upgrading from version 3.9.0 or below some changes have happened:" ewarn "- There are no individual plugins in mail-client/claws-mail-* anymore, but they are integrated mostly controlled through USE flags" @@ -222,7 +219,3 @@ pkg_postinst() { ewarn "- The gtkhtml2 and trayicon plugins have been dropped entirely" xdg_pkg_postinst } - -pkg_postrm() { - xdg_pkg_postrm -} |