From a7dd9ef86ee478e58c9b2b01e9dbcd8611b9c79c Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Mon, 27 Oct 2008 15:59:17 +0000 Subject: Remove older versions that can cause crashes at startup (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo x86_64) --- x11-plugins/pidgin-facebookchat/ChangeLog | 6 +++- .../pidgin-facebookchat-1.36.ebuild | 37 ---------------------- .../pidgin-facebookchat-1.37.ebuild | 37 ---------------------- 3 files changed, 5 insertions(+), 75 deletions(-) delete mode 100644 x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.36.ebuild delete mode 100644 x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.37.ebuild (limited to 'x11-plugins') diff --git a/x11-plugins/pidgin-facebookchat/ChangeLog b/x11-plugins/pidgin-facebookchat/ChangeLog index 0d3f5c907f5b..678fce93ac23 100644 --- a/x11-plugins/pidgin-facebookchat/ChangeLog +++ b/x11-plugins/pidgin-facebookchat/ChangeLog @@ -1,6 +1,10 @@ # 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.5 2008/10/27 15:29:25 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog,v 1.6 2008/10/27 15:59:17 voyageur Exp $ + + 27 Oct 2008; Bernard Cafarelli + -pidgin-facebookchat-1.36.ebuild, -pidgin-facebookchat-1.37.ebuild: + Remove older versions that can cause crashes at startup *pidgin-facebookchat-1.38 (27 Oct 2008) diff --git a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.36.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.36.ebuild deleted file mode 100644 index b27f3acffeeb..000000000000 --- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.36.ebuild +++ /dev/null @@ -1,37 +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.36.ebuild,v 1.1 2008/10/03 11:50:35 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 ~x86" -IUSE="" - -RDEPEND="net-im/pidgin" -DEPEND="dev-util/pkgconfig - ${RDEPEND}" - -S=${WORKDIR} - -src_compile() { - $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} `pkg-config --cflags purple` \ - -DPURPLE_PLUGINS -DENABLE_NLS -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.37.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.37.ebuild deleted file mode 100644 index 047ddac86178..000000000000 --- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.37.ebuild +++ /dev/null @@ -1,37 +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.37.ebuild,v 1.2 2008/10/24 21:30:10 pvdabeel 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() { - $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} `pkg-config --cflags purple` \ - -DPURPLE_PLUGINS -DENABLE_NLS -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 -} -- cgit v1.2.3-65-gdbad