summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2008-10-27 15:59:17 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2008-10-27 15:59:17 +0000
commita7dd9ef86ee478e58c9b2b01e9dbcd8611b9c79c (patch)
treebc4f0d8a9f761510cf25783af68896a53a71a7ce /x11-plugins
parentInitial import (diff)
downloadgentoo-2-a7dd9ef86ee478e58c9b2b01e9dbcd8611b9c79c.tar.gz
gentoo-2-a7dd9ef86ee478e58c9b2b01e9dbcd8611b9c79c.tar.bz2
gentoo-2-a7dd9ef86ee478e58c9b2b01e9dbcd8611b9c79c.zip
Remove older versions that can cause crashes at startup
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/pidgin-facebookchat/ChangeLog6
-rw-r--r--x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.36.ebuild37
-rw-r--r--x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.37.ebuild37
3 files changed, 5 insertions, 75 deletions
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 <voyageur@gentoo.org>
+ -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
-}