summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2009-04-13 16:50:43 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2009-04-13 16:50:43 +0000
commitd1c44a2443a72b20f131128e2e55cd2f68c152b0 (patch)
tree182530eb62ed3e12d183522f228b84d83eca64ea /x11-plugins/pidgin-facebookchat
parentVersion bump (diff)
downloadgentoo-2-d1c44a2443a72b20f131128e2e55cd2f68c152b0.tar.gz
gentoo-2-d1c44a2443a72b20f131128e2e55cd2f68c152b0.tar.bz2
gentoo-2-d1c44a2443a72b20f131128e2e55cd2f68c152b0.zip
Version bump, fixes a bandwidth issue, and a crash-on-quit one. Also remove some older versions
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/pidgin-facebookchat')
-rw-r--r--x11-plugins/pidgin-facebookchat/ChangeLog13
-rw-r--r--x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.38.ebuild38
-rw-r--r--x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.39.ebuild38
-rw-r--r--x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.41.ebuild40
-rw-r--r--x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.43.ebuild40
-rw-r--r--x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.50.ebuild (renamed from x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.44.ebuild)4
6 files changed, 13 insertions, 160 deletions
diff --git a/x11-plugins/pidgin-facebookchat/ChangeLog b/x11-plugins/pidgin-facebookchat/ChangeLog
index 105b7fbc9055..482c67a7df34 100644
--- a/x11-plugins/pidgin-facebookchat/ChangeLog
+++ b/x11-plugins/pidgin-facebookchat/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for x11-plugins/pidgin-facebookchat
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog,v 1.15 2008/12/31 07:12:28 voyageur Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog,v 1.16 2009/04/13 16:50:43 voyageur Exp $
+
+*pidgin-facebookchat-1.50 (13 Apr 2009)
+
+ 13 Apr 2009; Bernard Cafarelli <voyageur@gentoo.org>
+ -pidgin-facebookchat-1.38.ebuild, -pidgin-facebookchat-1.39.ebuild,
+ -pidgin-facebookchat-1.41.ebuild, -pidgin-facebookchat-1.43.ebuild,
+ -pidgin-facebookchat-1.44.ebuild, +pidgin-facebookchat-1.50.ebuild:
+ Version bump, fixes a bandwidth issue, and a crash-on-quit one. Also
+ remove some older versions
*pidgin-facebookchat-1.47 (31 Dec 2008)
diff --git a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.38.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.38.ebuild
deleted file mode 100644
index 080f4e5c9f4a..000000000000
--- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.38.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2008 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.38.ebuild,v 1.1 2008/10/27 15:29:25 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"
-DEPEND="dev-util/pkgconfig
- ${RDEPEND}"
-
-S=${WORKDIR}
-
-src_compile() {
- # 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 \
- libfacebook.c -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.39.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.39.ebuild
deleted file mode 100644
index f1633651933b..000000000000
--- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.39.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2008 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.39.ebuild,v 1.1 2008/11/27 09:08:24 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"
-DEPEND="dev-util/pkgconfig
- ${RDEPEND}"
-
-S=${WORKDIR}
-
-src_compile() {
- # 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 \
- libfacebook.c -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.41.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.41.ebuild
deleted file mode 100644
index 33a89e221fd7..000000000000
--- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.41.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2008 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.41.ebuild,v 1.2 2008/12/03 08:56:42 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.43.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.43.ebuild
deleted file mode 100644
index 364cfde06ed0..000000000000
--- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.43.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2008 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.43.ebuild,v 1.1 2008/12/09 07:41:45 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.44.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.50.ebuild
index 829472457ea8..2eba90551d91 100644
--- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.44.ebuild
+++ b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.50.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.44.ebuild,v 1.1 2008/12/11 10:00:55 voyageur Exp $
+# $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