summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2010-11-27 20:30:16 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2010-11-27 20:30:16 +0000
commit35060200b52cb56de85ff49c1d698b2562347d0d (patch)
tree50eaa4c7fe5ce8974485cdcf66b4c156fc88cc47 /x11-plugins
parentAdd deblob support to .35 gentoo-source kernels (diff)
downloadgentoo-2-35060200b52cb56de85ff49c1d698b2562347d0d.tar.gz
gentoo-2-35060200b52cb56de85ff49c1d698b2562347d0d.tar.bz2
gentoo-2-35060200b52cb56de85ff49c1d698b2562347d0d.zip
Version bump, fix the recent problems of the buddy list not showing. Drop old versions
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/pidgin-facebookchat/ChangeLog10
-rw-r--r--x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.67.ebuild49
-rw-r--r--x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69.ebuild (renamed from x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.65.ebuild)5
3 files changed, 12 insertions, 52 deletions
diff --git a/x11-plugins/pidgin-facebookchat/ChangeLog b/x11-plugins/pidgin-facebookchat/ChangeLog
index 9463eb1374b2..2b1ed7aac1cd 100644
--- a/x11-plugins/pidgin-facebookchat/ChangeLog
+++ b/x11-plugins/pidgin-facebookchat/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for x11-plugins/pidgin-facebookchat
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog,v 1.32 2010/10/10 23:01:30 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog,v 1.33 2010/11/27 20:30:16 voyageur Exp $
+
+*pidgin-facebookchat-1.69 (27 Nov 2010)
+
+ 27 Nov 2010; Bernard Cafarelli <voyageur@gentoo.org>
+ -pidgin-facebookchat-1.65.ebuild, -pidgin-facebookchat-1.67.ebuild,
+ +pidgin-facebookchat-1.69.ebuild:
+ Version bump, fix the recent problems of the buddy list not showing. Drop old
+ versions
*pidgin-facebookchat-1.68 (10 Oct 2010)
diff --git a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.67.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.67.ebuild
deleted file mode 100644
index da1716d1d0c5..000000000000
--- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.67.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.67.ebuild,v 1.1 2010/06/04 14:38:08 voyageur Exp $
-
-inherit toolchain-funcs multilib
-
-DESCRIPTION="Facebook chat plugin for libpurple"
-HOMEPAGE="http://code.google.com/p/pidgin-facebookchat/"
-
-SRC_URI="http://pidgin-facebookchat.googlecode.com/files/${PN}-source-${PV}-1.tar.bz2"
-LICENSE="GPL-3"
-
-SLOT="0"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/json-glib-0.7.6
- >=net-im/pidgin-2.3.0"
-DEPEND="dev-util/pkgconfig
- ${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
- ewarn "This plugin is not mandatory anymore for Facebook chat"
- ewarn "as it is now available via XMPP, see:"
- ewarn "http://blog.facebook.com/blog.php?post=297991732130"
- ewarn "You can still use this plugin for extra features if you want"
- ewarn "Future versions will use XMPP and provide these features at the same time"
-}
-
-src_compile() {
- # Grabbed from makefile
- FACEBOOK_SOURCES="libfacebook.c fb_blist.c fb_connection.c fb_conversation.c fb_friendlist.c fb_info.c fb_json.c fb_managefriends.c fb_messages.c fb_notifications.c fb_search.c fb_util.c"
- $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} `pkg-config --cflags purple json-glib-1.0` \
- -DPURPLE_PLUGINS -DENABLE_NLS -DHAVE_ZLIB -shared -fPIC -DPIC \
- ${FACEBOOK_SOURCES} `pkg-config --libs json-glib-1.0` \
- -o libfacebook.so || die "compilation failed"
-}
-
-src_install() {
- exeinto /usr/$(get_libdir)/purple-2
- doexe libfacebook.so
- for size in 16 22 48; do
- insinto /usr/share/pixmaps/pidgin/protocols/${size}
- newins facebook${size}.png facebook.png
- done
-}
diff --git a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.65.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69.ebuild
index f07d28677a59..bc889962ac8a 100644
--- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.65.ebuild
+++ b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.65.ebuild,v 1.1 2010/03/07 21:45:00 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69.ebuild,v 1.1 2010/11/27 20:30:16 voyageur Exp $
inherit toolchain-funcs multilib
@@ -32,7 +32,8 @@ pkg_setup() {
src_compile() {
# Grabbed from makefile
- FACEBOOK_SOURCES="libfacebook.c fb_blist.c fb_connection.c fb_conversation.c fb_friendlist.c fb_info.c fb_json.c fb_managefriends.c fb_messages.c fb_notifications.c fb_search.c fb_util.c"
+ FACEBOOK_SOURCES="libfacebook.c fb_blist.c fb_connection.c fb_conversation.c fb_info.c fb_managefriends.c fb_messages.c fb_notifications.c fb_search.c fb_util.c fb_friendlist.c fb_json.c fb_chat.c"
+
$(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} `pkg-config --cflags purple json-glib-1.0` \
-DPURPLE_PLUGINS -DENABLE_NLS -DHAVE_ZLIB -shared -fPIC -DPIC \
${FACEBOOK_SOURCES} `pkg-config --libs json-glib-1.0` \