mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gnome-extra/evolution-ews: bump to 3.22.6, use libmspack for more features and performance
Gentoo-bug: 607306 Package-Manager: Portage-2.3.4, Repoman-2.3.1
This commit is contained in:
@@ -3,3 +3,4 @@ DIST evolution-ews-3.22.1.tar.xz 714064 SHA256 678daee5933f4dfb000bb23f134523c2b
|
||||
DIST evolution-ews-3.22.2.tar.xz 714656 SHA256 8d8a258b4de9adbb79c4286625a7fede5c44378f4ef83ee09ff9dc766093363b SHA512 a652c7e54286a01d6068f81c0e52605bc93089bfd9cd7c95993ddee63a2df1ad4f388c7efef86f554eb1687eaf5dcc3eb647b91b1c9625206c8658ed9e648992 WHIRLPOOL 7b143bc5a02169fd8d0bb067a56ce0db3d1ef15a8503f98eb8a45905da5bf37193af5f6d04a8bb1ba5c2d19d1ad85efb5454307bf941be64deb1ac98654b32df
|
||||
DIST evolution-ews-3.22.3.tar.xz 714744 SHA256 177f4112a4ceb14578ca5821f95b672e724d601024ac84500b40836d680733cc SHA512 48bb2afbfdb4dd91efd49c455b0d8cc46196741272d4105eef22a23d0b730eaf1e88dcbe0db1feeabacb1551946047515e6557a28b41029ac678c17682962627 WHIRLPOOL ca5a1798da23e3a596b87ea9b3538a25648afb832c305c9463c5d5ac43f9fb070701577b4c89dc11291733aabfb22c50c7d430ca52a4706d0f73b205cffc9503
|
||||
DIST evolution-ews-3.22.4.tar.xz 714968 SHA256 d78e81cbc5873d248a0f030651c937a31c1cb1badc4ca28da702eeebb509c3c4 SHA512 c445a7c969cb7c52f13fa9f1cd3ce8fa51b1356393b808b4db6b14029575d66ada225227615907409d4124bda9106765f47cecd5769cdfdbf66640fd2695225a WHIRLPOOL 1701d3e4be35fd1c3c4127474dda5f9a54ef6f2c0aacf0601a7398ecd5ff8f67f20c538cbe53239e213a090e61c64b3ff78e7c9439e60af92cb4372b9cbc9d3f
|
||||
DIST evolution-ews-3.22.6.tar.xz 715320 SHA256 eddc94d9a7f759a20dc35a8635318a425f8687bb3af5b72b94c996101c8fb0e5 SHA512 6b93faa67a6f546142b023086bf54ac34d6c7c4320ee136f58cc0ea5a018811af2080d5945c4dc68c89555a35a4194b2f92bd839b2142ae63690e94ed895b40e WHIRLPOOL b242c15acbeefc7f6010d106a7e6b9d5dd3d3bab94069cca95a2d722403dbe284ed633b818120f3a47d2d9056e2cfa160ac0984f71c24fc271debbe93aeb319d
|
||||
|
||||
38
gnome-extra/evolution-ews/evolution-ews-3.22.6.ebuild
Normal file
38
gnome-extra/evolution-ews/evolution-ews-3.22.6.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
GNOME2_LA_PUNT="yes"
|
||||
|
||||
inherit gnome2
|
||||
|
||||
DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
|
||||
HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-db/sqlite:3=
|
||||
>=dev-libs/glib-2.40:2
|
||||
dev-libs/libical:0=
|
||||
>=dev-libs/libmspack-0.4
|
||||
>=dev-libs/libxml2-2
|
||||
>=gnome-extra/evolution-data-server-${PV}:0=
|
||||
>=mail-client/evolution-${PV}:2.0
|
||||
>=net-libs/libsoup-2.42:2.4
|
||||
>=x11-libs/gtk+-3:3
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/gtk-doc-am-1.9
|
||||
>=dev-util/intltool-0.35.5
|
||||
virtual/pkgconfig
|
||||
test? ( net-libs/uhttpmock )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure \
|
||||
$(use_enable test tests)
|
||||
}
|
||||
Reference in New Issue
Block a user