X-Git-Url: http://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/b20c41883ad4d9d3446a57964cbc905897a1c634:/gnome-extra/evolution-mapi/evolution-mapi-3.30.5.ebuild..6693dab545ed17ce254cfe909c613f3f133ea133:/gnome-extra/evolution-mapi/static/gitweb/gitweb.js diff --git a/gnome-extra/evolution-mapi/evolution-mapi-3.30.5.ebuild b/gnome-extra/evolution-mapi/evolution-mapi-3.30.5.ebuild deleted file mode 100644 index bb5d3ae..0000000 --- a/gnome-extra/evolution-mapi/evolution-mapi-3.30.5.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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 -}