From 7f8a548998349eb912d53ba5a7f8c24811c0239d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Feb 2014 17:07:17 +0100 Subject: [PATCH] papyon: remove long_desc. --- srcpkgs/papyon/template | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/srcpkgs/papyon/template b/srcpkgs/papyon/template index 1cfcd825b55..173f6cf583b 100644 --- a/srcpkgs/papyon/template +++ b/srcpkgs/papyon/template @@ -1,8 +1,8 @@ # Template file for 'papyon' pkgname=papyon version=0.5.6 -revision=2 -noarch="yes" +revision=3 +noarch=yes build_style=python-module makedepends="farstream-devel gst-python-devel pygobject pyopenssl pycrypto" depends="gst-python farstream pygobject pyopenssl pycrypto" @@ -13,20 +13,3 @@ license="GPL-2" maintainer="Juan RP " distfiles="http://www.freedesktop.org/software/papyon/releases/papyon-${version}.tar.gz" checksum=85ce086ad8c0a47609d908325008c27f4fc1d88b9e9f30ed6586bf943bc828ec -long_desc=" - Features - - MSNP15 - - Best MSNP2P implementation : avatars and custom emoticons - - Yahoo messenger contacts support : chat and presence - - Live Address Book support : full contact and group management - - Server side contacts aliasing - - Offline messages support - - MSN Spaces - - Content Roaming support : avatar, display name and personal message storage - - Full support for HTTP and HTTPS proxies - - Support HTTP Polling transport - - No threads, fully asynchronous - - Caching system (only used for storing the SSO tickets for now, but will be - used to support deltas in the AddressBook later) - - Very solid and extensible architecture - - Solid networking through a new sublibrary : gnet"