]> git.draconx.ca Git - gentoo-draconx.git/commitdiff
evolution-mapi: Bump to version 3.30.5
authorNick Bowler <nbowler@draconx.ca>
Thu, 16 May 2019 23:30:46 +0000 (19:30 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 16 May 2019 23:30:46 +0000 (19:30 -0400)
This is needed now that evolution 3.30.5 is stable.

gnome-extra/evolution-mapi/Manifest
gnome-extra/evolution-mapi/evolution-mapi-3.30.5.ebuild [new file with mode: 0644]

index f8704ed8a94a241da8e02a92a6a6b4cb3c280b6c..8a83ffd9eff8e73431f0d2a86bfcaa41ee435e7e 100644 (file)
@@ -1,3 +1,5 @@
 AUX evolution-mapi-3.24-libical-3.patch 2430 BLAKE2B 2b2894d4751fd5de1bd8fdeda7330657c6050cd4546a143d21943e2b57646d8b0212ba274f73b05a68a4cbe3da37958959c59e5f8e061e0106c7c6f827e3bda5 SHA512 6d353545b5081e7d4c7ae5c58fed91344240b9b0b65a9b1e3fbabb120717eefd2c1089f04a4eafc319f4c3b373ec6ae1dd0bb676ad513a634f3f9dce21a798c7
 DIST evolution-mapi-3.24.5.tar.xz 416504 BLAKE2B 0bbe6100ef5990d813b7fb0a6d8f45293fc077e2c62ff928a7073df877404da43e21cb748e8d3dafeb0a09d8a70c903fb75846e080718b346e7c9d7d5a09ad82 SHA512 df541e36fdab0054961f820deaeb10277069f5e2d977c3e8799cab10dc300d8a61d2090bdf1bb6ce4e03a4550d666607a57422f01cfaafdafcc634746ae8ef92
+DIST evolution-mapi-3.30.5.tar.xz 410036 BLAKE2B 7f54d896b36bbe39ce1e0d0f86da506afa9a43436ae7153e70d9b4ab301ea9e7d1ecfed1ab984d33f9acd31d8fe3862764418efe7d6c5f0a0e5d16d7c481c638 SHA512 44cc1a2c1d106168e890a64dc04e96f459212b28ba30f99173cd3ffd19bfd5572979f3bc7b7994952310e0f4d1c9d62a88486028a69f9ddb63d5bac65fe8a174
 EBUILD evolution-mapi-3.24.5-r1.ebuild 1068 BLAKE2B e022347557612723724c8dff77ae2d8efb98669c40269407400a7ee992108282c63127da03b2a34a9ff2dd088bc5894ec480379be855fa7955982235ffc8009a SHA512 0f5f82bb6250b4f490a922380dfea2aa5ecbd6f80fcb0934a7c5373b0148f0fe7b4b55a35a611a572be11a3f40ad085fddcaeb6b73c6df2c8f3e89f0091c6b04
+EBUILD evolution-mapi-3.30.5.ebuild 1017 BLAKE2B 273102e10b1f7605dd600bf444c3ec69f82c521fa0e36a532e9d4e0f4e9260f07764c5e3e25bda1ff5f79683a6705fe69e0b7bbc8eeb672e20a06c3c0df8c670 SHA512 235aafc9b296b3e5c46b4bccc6f22780b55600afe90377a83c7f8c94279f2a50f0f1ead67bc6d6504e283fc3831788e410d000ebcd94d8c0fdab01bbc6fa764a
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 (file)
index 0000000..bb5d3ae
--- /dev/null
@@ -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
+}