]> git.draconx.ca Git - gentoo-draconx.git/commitdiff
evolution-mapi: Bump and remove old.
authorNick Bowler <nbowler@draconx.ca>
Thu, 28 Mar 2019 00:39:01 +0000 (20:39 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 28 Mar 2019 00:39:01 +0000 (20:39 -0400)
Since the old versions correspond to evolution versions no longer in the
Gentoo tree, no reason to keep them.

And since the thing doesn't build with libical-3, force older version
for now...

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

index 4e685d135df20de0746e271ce85cc1b53fd143bc..e626e62347b2d934a1cf1070faa85944d3c93875 100644 (file)
@@ -1,2 +1,2 @@
-DIST evolution-mapi-3.18.3.tar.xz 620188 SHA256 f4dff42546650da936574c95abfac7e4f6861fbfa6bdb2faee76d187a2b62fea SHA512 8d6882516c9bc8c21f273414ae8ab4cfdd626ba5610c1544ff1c4dd9e913bb1f00e1d6f9ade51ca0439f7b578bc4477ee9e1205d5fdc17ea22ea34c6aca9ada7 WHIRLPOOL a62018b30358c31afebcb5834a5993bd5edc9a2251536fef844d4d7c37360cb2b8e7d9b9f65318c8c682ad6ac293e53cdd3b47062216a0a64d06dbfd82a9a98a
-EBUILD evolution-mapi-3.18.3.ebuild 487 SHA256 8748d51c043b13afd9d94a69982f59f714510de7eb46c61afaa2ca12aca161ef SHA512 bd221ce2fe62c1250c0178e261b89801381a5c6500873c692a73d17ba36b75533ef5ce5eadaeb91aaee1a4e8863f2744623842bd9d04f2ea10d11f66fe367f23 WHIRLPOOL d4be30ea80745ba182b9efc545d6aa21549ce41495a666dcdadf8515d578e10fc93f8e884707a557dba67968563fe4b4b1872a52419b69116f2f60b13164002d
+DIST evolution-mapi-3.24.5.tar.xz 416504 BLAKE2B 0bbe6100ef5990d813b7fb0a6d8f45293fc077e2c62ff928a7073df877404da43e21cb748e8d3dafeb0a09d8a70c903fb75846e080718b346e7c9d7d5a09ad82 SHA512 df541e36fdab0054961f820deaeb10277069f5e2d977c3e8799cab10dc300d8a61d2090bdf1bb6ce4e03a4550d666607a57422f01cfaafdafcc634746ae8ef92
+EBUILD evolution-mapi-3.24.5.ebuild 788 BLAKE2B 1c7f91a64a744b12cd08f1ee16cf4713e3fc4097127c0dd58b64e49fc53ceec32d3e1bbc4deb875ae39ef7b2cdd2af61561d2a0afd76188a396233c4a477c02c SHA512 3b4b3b964b78f86b50ad8b0ad291e83d42982d016313f6fbc5a4a77132b8143d6bf696784804d3932ca146ae7798aa8fc4711a6c1508ad30e4cbf504c1409830
diff --git a/gnome-extra/evolution-mapi/evolution-mapi-3.18.3.ebuild b/gnome-extra/evolution-mapi/evolution-mapi-3.18.3.ebuild
deleted file mode 100644 (file)
index bd68a5e..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright © 2016 Nick Bowler
-# License GPLv3+: GNU General Public License version 3 or later.
-# There is NO WARRANTY, to the extent permitted by law.
-
-EAPI=5
-
-inherit 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"
-
-DEPEND="$RDEPEND
-       virtual/pkgconfig"
diff --git a/gnome-extra/evolution-mapi/evolution-mapi-3.24.5.ebuild b/gnome-extra/evolution-mapi/evolution-mapi-3.24.5.ebuild
new file mode 100644 (file)
index 0000000..9ba9416
--- /dev/null
@@ -0,0 +1,43 @@
+# 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-3:="
+
+DEPEND="$RDEPEND
+       virtual/pkgconfig"
+
+src_prepare () {
+       cmake-utils_src_prepare
+       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
+}