X-Git-Url: https://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/29ca8c5cb130d835a725f6ed8e845fc33c266afe..ae33ef14b5fc24a245a5be18fb8bec24b4b07378:/gnome-extra/evolution-mapi/evolution-mapi-3.30.5.ebuild diff --git a/gnome-extra/evolution-mapi/evolution-mapi-3.30.5.ebuild b/gnome-extra/evolution-mapi/evolution-mapi-3.30.5.ebuild new file mode 100644 index 0000000..bb5d3ae --- /dev/null +++ b/gnome-extra/evolution-mapi/evolution-mapi-3.30.5.ebuild @@ -0,0 +1,48 @@ +# Copyright © 2016, 2018-2019 Nick Bowler +# License GPLv3+: GNU General Public License version 3 or any later version. +# There is NO WARRANTY, to the extent permitted by law. + +EAPI=6 + +inherit cmake-utils gnome2 + +DESCRIPTION="Evolution module for connecting to Microsoft Exchange" +HOMEPAGE="https://wiki.gnome.org/Apps/Evolution" + +LICENSE="LGPL-3" +KEYWORDS="~amd64" +SLOT="0" + +RDEPEND=">=gnome-extra/evolution-data-server-$PV:0= + >=mail-client/evolution-$PV:2.0 + >=net-libs/libmapi-2 + dev-libs/libical:=" + +DEPEND="$RDEPEND + virtual/pkgconfig" + +src_prepare () { + cmake-utils_src_prepare + + # Both cmake-utils_src_prepare and gnome2_src_prepare call default, which + # means patches get applied twice and that doesn't end well. So redefine + # default to do nothing here, since it's already been run... + default () { :; } + gnome2_src_prepare +} + +src_configure () { + cmake-utils_src_configure +} + +src_compile () { + cmake-utils_src_compile +} + +src_test () { + cmake-utils_src_test +} + +src_install () { + cmake-utils_src_install +}