diff options
author | Ian Whyman <thev00d00@gentoo.org> | 2017-09-30 17:19:02 +0100 |
---|---|---|
committer | Ian Whyman <thev00d00@gentoo.org> | 2017-09-30 17:19:02 +0100 |
commit | e1e467dde4705d7326bd585d42da824b01ebe525 (patch) | |
tree | 7387bbd9d73fde0a199a1c7f23e597e64a654479 /x11-plugins | |
parent | net-misc/gerbera: Expose new v1.1 options as useflags (diff) | |
download | gentoo-e1e467dde4705d7326bd585d42da824b01ebe525.tar.gz gentoo-e1e467dde4705d7326bd585d42da824b01ebe525.tar.bz2 gentoo-e1e467dde4705d7326bd585d42da824b01ebe525.zip |
x11-plugins/pidgin-sipe: Version bump, fix gmime slot
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-sipe/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild | 3 | ||||
-rw-r--r-- | x11-plugins/pidgin-sipe/pidgin-sipe-1.22.1.ebuild | 69 |
3 files changed, 72 insertions, 1 deletions
diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest index 568b7604ecf3..98a1677cdd80 100644 --- a/x11-plugins/pidgin-sipe/Manifest +++ b/x11-plugins/pidgin-sipe/Manifest @@ -2,3 +2,4 @@ DIST pidgin-sipe-1.18.0.tar.gz 1090904 SHA256 f1388799e3d250fe43643ee8748a6769f6 DIST pidgin-sipe-1.20.1.tar.gz 1142762 SHA256 a3538f3eed3a5e9a7f2e12622d9283ddbba88d752b4e6c3c2cd5774a3bc48717 SHA512 26363937ca4d2a3e3c759a4ba2e8039f0e90f25e9fa66f3e1a4cc976c037d9878a1c777a24ddea9d5ce308908e92cd5c80f0e90a574e03ff40e09f863e6d6755 WHIRLPOOL 40e043eca221e4bbd961bbfaf7c2369408f42b97cddf727e0e45ea516049a4fddd08a4481d75dea25870b87f2d367d01c578cbb3e4288c01af71ea0a145f8cbb DIST pidgin-sipe-1.21.1.tar.gz 1212621 SHA256 92cc5bc581e7b500ffcce51707e003608d5f471c2785500facf63fcab62d7336 SHA512 d9b5ad67967c35e29d6742d9d09346c7702a339450de7522aad73f0b379505f24104a306292ee91960c679498073376081479b335eab8eba090e492f444b5378 WHIRLPOOL 730d4bc6bf0007ec2d52cfd25e9b96a4e0cb2dfdef528b98971416e67b2242a7d72ce41de32bf58bb52591ea85f46174a83091d75a6dc4fcefe4522c83f3e678 DIST pidgin-sipe-1.22.0.tar.gz 1255851 SHA256 1aeb348e2ba79b82b1fd102555f86cdc42eaa6f9e761b771d74c4f9c9cf15fc3 SHA512 4135bbf526659663b0b053592d889588574ed2a1bc9346e6ba62960203409e2604552ffb02ed32e2b4bb46c4f40f62089302b301344b9f7b45657e64a585f7ed WHIRLPOOL 5714beb478b19b8378faca5ddd04573c2f0996287523fefb51219731817b237f77c98ac3ac027ff45a155b51f49c6ea420a4572f8a020e8edc715e82ef9290aa +DIST pidgin-sipe-1.22.1.tar.gz 1265440 SHA256 f6b7b7475e349c0214eb02814b808b04850113a91dd8e8d2c26e7179a3fd1ae8 SHA512 1fff886b32f7f8cb99a0af710b3a1502f62d27dedb541a9e2d8ae9eaf5eb7be0983216e730ccc912c20eee3d940ed1f789f704ee21736db76d141efda66ec018 WHIRLPOOL d93e88d111871425ed5c2e36fd359d7f082497482d2865eaabb41cc867aac7ddea730d413aa123fafb3be605ddeb8f59cb89da98b50cddee4b1d1800d8f3c17a diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild index bb979790c0dc..8b7372dda468 100644 --- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild +++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild @@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~x86" IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice" -RDEPEND=">=dev-libs/gmime-2.4.16 +RDEPEND=" + dev-libs/gmime:2.6 dev-libs/libxml2 openssl? ( dev-libs/openssl:= ) !openssl? ( dev-libs/nss ) diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.1.ebuild new file mode 100644 index 000000000000..8b7372dda468 --- /dev/null +++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.1.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools eutils + +DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)" +HOMEPAGE="http://sipe.sourceforge.net/" +SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice" + +RDEPEND=" + dev-libs/gmime:2.6 + dev-libs/libxml2 + openssl? ( dev-libs/openssl:= ) + !openssl? ( dev-libs/nss ) + kerberos? ( virtual/krb5 ) + voice? ( + >=dev-libs/glib-2.28.0 + >=net-libs/libnice-0.1.0 + media-libs/gstreamer:1.0 + >=net-im/pidgin-2.8.0 + net-libs/farstream:0.2 + ) + !voice? ( + >=dev-libs/glib-2.12.0:2 + net-im/pidgin + ) + telepathy? ( + >=sys-apps/dbus-1.1.0 + >=dev-libs/dbus-glib-0.61 + >=dev-libs/glib-2.28:2 + >=net-libs/telepathy-glib-0.18.0 + ) +" + +DEPEND="dev-util/intltool + virtual/pkgconfig + ${RDEPEND} +" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf \ + --enable-purple \ + --disable-quality-check \ + $(use_enable telepathy) \ + $(use_enable debug) \ + $(use_enable ocs2005-message-hack) \ + $(use_with kerberos krb5) \ + $(use_with voice vv) \ + $(use_enable !openssl nss) \ + $(use_enable openssl) +} + +src_install() { + emake install DESTDIR="${D}" + dodoc AUTHORS ChangeLog NEWS TODO README +} |