summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2011-03-07 10:24:47 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2011-03-07 10:24:47 +0000
commit058c04923f111b8402ee0a76bd82d3cf3a2456ef (patch)
treefa0e0f3b2168568a84ac8a74b44ac47caba943c6 /x11-plugins
parentStable on amd64 wrt bug #357299 (diff)
downloadgentoo-2-058c04923f111b8402ee0a76bd82d3cf3a2456ef.tar.gz
gentoo-2-058c04923f111b8402ee0a76bd82d3cf3a2456ef.tar.bz2
gentoo-2-058c04923f111b8402ee0a76bd82d3cf3a2456ef.zip
Add link to page listing the diffs with XMPP access, drop old versions
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/pidgin-facebookchat/ChangeLog9
-rw-r--r--x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.68.ebuild50
-rw-r--r--x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69-r1.ebuild5
-rw-r--r--x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69.ebuild50
4 files changed, 10 insertions, 104 deletions
diff --git a/x11-plugins/pidgin-facebookchat/ChangeLog b/x11-plugins/pidgin-facebookchat/ChangeLog
index 03b60e0ad43e..b3048b892d20 100644
--- a/x11-plugins/pidgin-facebookchat/ChangeLog
+++ b/x11-plugins/pidgin-facebookchat/ChangeLog
@@ -1,6 +1,11 @@
# 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.34 2010/12/20 23:20:01 voyageur Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog,v 1.35 2011/03/07 10:24:47 voyageur Exp $
+
+ 07 Mar 2011; Bernard Cafarelli <voyageur@gentoo.org>
+ -pidgin-facebookchat-1.68.ebuild, -pidgin-facebookchat-1.69.ebuild,
+ pidgin-facebookchat-1.69-r1.ebuild:
+ Add link to page listing the diffs with XMPP access, drop old versions
*pidgin-facebookchat-1.69-r1 (20 Dec 2010)
diff --git a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.68.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.68.ebuild
deleted file mode 100644
index 6e28ebcda263..000000000000
--- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.68.ebuild
+++ /dev/null
@@ -1,50 +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.68.ebuild,v 1.2 2010/12/20 23:20:01 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}.tar.bz2"
-LICENSE="GPL-3"
-
-SLOT="0"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/json-glib-0.7.6
- <net-im/pidgin-2.7.8"
-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_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` \
- -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.69-r1.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69-r1.ebuild
index 66ad35c0b9e0..85479c90df27 100644
--- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69-r1.ebuild
+++ b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.69-r1.ebuild,v 1.1 2010/12/20 23:20:01 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69-r1.ebuild,v 1.2 2011/03/07 10:24:47 voyageur Exp $
inherit toolchain-funcs multilib
@@ -26,6 +26,7 @@ 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 "http://code.google.com/p/pidgin-facebookchat/wiki/XMPPDifferences"
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"
}
diff --git a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69.ebuild
deleted file mode 100644
index 2b4454e71624..000000000000
--- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69.ebuild
+++ /dev/null
@@ -1,50 +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.69.ebuild,v 1.2 2010/12/20 23:20:01 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}.tar.bz2"
-LICENSE="GPL-3"
-
-SLOT="0"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/json-glib-0.7.6
- <net-im/pidgin-2.7.8"
-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_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` \
- -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
-}