diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2010-02-17 10:44:35 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2010-02-17 10:44:35 +0000 |
commit | d608853d670e0c94ad8a5a74ff7580218e8ebef1 (patch) | |
tree | fb9e321a32aac19a1e655c724b446763ee247637 /x11-plugins | |
parent | Version bump (diff) | |
download | gentoo-2-d608853d670e0c94ad8a5a74ff7580218e8ebef1.tar.gz gentoo-2-d608853d670e0c94ad8a5a74ff7580218e8ebef1.tar.bz2 gentoo-2-d608853d670e0c94ad8a5a74ff7580218e8ebef1.zip |
Drop old versions, add warning that chat via XMPP is now possible
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
7 files changed, 17 insertions, 208 deletions
diff --git a/x11-plugins/pidgin-facebookchat/ChangeLog b/x11-plugins/pidgin-facebookchat/ChangeLog index f0230d6df981..277bed549e49 100644 --- a/x11-plugins/pidgin-facebookchat/ChangeLog +++ b/x11-plugins/pidgin-facebookchat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/pidgin-facebookchat -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog,v 1.28 2009/12/04 07:43:28 voyageur Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog,v 1.29 2010/02/17 10:44:35 voyageur Exp $ + + 17 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org> + -pidgin-facebookchat-1.50.ebuild, -pidgin-facebookchat-1.60.ebuild, + -pidgin-facebookchat-1.61.ebuild, -pidgin-facebookchat-1.62.ebuild, + -pidgin-facebookchat-1.63.ebuild, pidgin-facebookchat-1.64.ebuild: + Drop old versions, add warning that chat via XMPP is now possible *pidgin-facebookchat-1.64 (04 Dec 2009) diff --git a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.50.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.50.ebuild deleted file mode 100644 index 2eba90551d91..000000000000 --- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.50.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2009 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.50.ebuild,v 1.1 2009/04/13 16:50:43 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=">=net-im/pidgin-2.3.0" -DEPEND="dev-util/pkgconfig - ${RDEPEND}" - -S=${WORKDIR}/${PN} - -src_compile() { - # Grabbed from makefile - FACEBOOK_SOURCES="libfacebook.c fb_blist.c fb_connection.c fb_info.c fb_managefriends.c fb_messages.c fb_notifications.c fb_search.c" - # Remove NO_ZLIB when it's working - $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} `pkg-config --cflags purple` \ - -DPURPLE_PLUGINS -DENABLE_NLS -DNO_ZLIB -shared -fPIC -DPIC \ - ${FACEBOOK_SOURCES} -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.60.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.60.ebuild deleted file mode 100644 index 01f4352be8cc..000000000000 --- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.60.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2009 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.60.ebuild,v 1.1 2009/07/17 10:08:04 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 - >=net-im/pidgin-2.3.0" -DEPEND="dev-util/pkgconfig - ${RDEPEND}" - -S=${WORKDIR}/${PN} - -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_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.61.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.61.ebuild deleted file mode 100644 index 6d2e113e4673..000000000000 --- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.61.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2009 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.61.ebuild,v 1.1 2009/09/08 08:50:00 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.3.0" -DEPEND="dev-util/pkgconfig - ${RDEPEND}" - -S=${WORKDIR}/${PN} - -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.62.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.62.ebuild deleted file mode 100644 index 0c15813e33ab..000000000000 --- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.62.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2009 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.62.ebuild,v 1.1 2009/11/04 07:17:38 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.3.0" -DEPEND="dev-util/pkgconfig - ${RDEPEND}" - -S=${WORKDIR}/${PN} - -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.63.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.63.ebuild deleted file mode 100644 index 1ea54fde7898..000000000000 --- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.63.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2009 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.63.ebuild,v 1.1 2009/11/13 23:25:11 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.3.0" -DEPEND="dev-util/pkgconfig - ${RDEPEND}" - -S=${WORKDIR}/${PN} - -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.64.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.64.ebuild index 33b5275f5f07..1eb028060ab5 100644 --- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.64.ebuild +++ b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.64.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.64.ebuild,v 1.1 2009/12/04 07:43:28 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.64.ebuild,v 1.2 2010/02/17 10:44:35 voyageur Exp $ inherit toolchain-funcs multilib @@ -22,6 +22,13 @@ DEPEND="dev-util/pkgconfig 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" +} + 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" |