diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2009-06-13 19:55:41 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2009-06-13 19:55:41 +0000 |
commit | c027b5e0fdc3489789e6619cfc57f821fe947d9e (patch) | |
tree | 2553f2b093cf2a6adef7ace08c2481dc2316e234 /x11-plugins/pidgin-facebookchat | |
parent | Version bump (diff) | |
download | gentoo-2-c027b5e0fdc3489789e6619cfc57f821fe947d9e.tar.gz gentoo-2-c027b5e0fdc3489789e6619cfc57f821fe947d9e.tar.bz2 gentoo-2-c027b5e0fdc3489789e6619cfc57f821fe947d9e.zip |
--as-needed users, this one is for you. Also remove last 1.4x versions
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/pidgin-facebookchat')
5 files changed, 9 insertions, 123 deletions
diff --git a/x11-plugins/pidgin-facebookchat/ChangeLog b/x11-plugins/pidgin-facebookchat/ChangeLog index d47b792d0a00..f4cd1248f414 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog,v 1.17 2009/06/13 08:09:54 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog,v 1.18 2009/06/13 19:55:41 voyageur Exp $ + + 13 Jun 2009; Bernard Cafarelli <voyageur@gentoo.org> + -pidgin-facebookchat-1.45.ebuild, -pidgin-facebookchat-1.46.ebuild, + -pidgin-facebookchat-1.47.ebuild, pidgin-facebookchat-1.51.ebuild: + --as-needed users, this one is for you. Also remove last 1.4x versions *pidgin-facebookchat-1.51 (13 Jun 2009) diff --git a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.45.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.45.ebuild deleted file mode 100644 index 348f296544ec..000000000000 --- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.45.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.45.ebuild,v 1.1 2008/12/19 21:32:59 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.46.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.46.ebuild deleted file mode 100644 index 0155ba3c19f5..000000000000 --- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.46.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.46.ebuild,v 1.1 2008/12/29 10:06:06 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.47.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.47.ebuild deleted file mode 100644 index 271652c8c8b4..000000000000 --- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.47.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.47.ebuild,v 1.1 2008/12/31 07:12:28 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.51.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.51.ebuild index 743d567f0dc2..ee7a9360d973 100644 --- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.51.ebuild +++ b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.51.ebuild @@ -1,6 +1,6 @@ # 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.51.ebuild,v 1.1 2009/06/13 08:09:54 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.51.ebuild,v 1.2 2009/06/13 19:55:41 voyageur Exp $ inherit toolchain-funcs multilib @@ -27,7 +27,8 @@ src_compile() { 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" $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} `pkg-config --cflags purple json-glib-1.0` \ -DPURPLE_PLUGINS -DENABLE_NLS -DHAVE_ZLIB -shared -fPIC -DPIC \ - ${FACEBOOK_SOURCES} -o libfacebook.so || die "compilation failed" + ${FACEBOOK_SOURCES} `pkg-config --libs json-glib-1.0` \ + -o libfacebook.so || die "compilation failed" } src_install() { |