]> Pileus Git - ~andy/sunrise/blobdiff - x11-plugins/pidgin-gfire/pidgin-gfire-0.9.2.ebuild
x11-plugins/pidgin-gfire: Remove old.
[~andy/sunrise] / x11-plugins / pidgin-gfire / pidgin-gfire-0.9.2.ebuild
diff --git a/x11-plugins/pidgin-gfire/pidgin-gfire-0.9.2.ebuild b/x11-plugins/pidgin-gfire/pidgin-gfire-0.9.2.ebuild
deleted file mode 100644 (file)
index 81d5b25..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-DESCRIPTION="Pidgin plugin for adding Xfire accounts and connecting to the Xfire network"
-HOMEPAGE="http://gfireproject.org/"
-SRC_URI="mirror://sourceforge/gfire/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug kmess-status libnotify nls"
-
-RDEPEND="
-       net-im/pidgin[gtk]
-       x11-libs/gtk+:2
-       kmess-status? ( dev-libs/dbus-glib )
-       libnotify? ( x11-libs/libnotify )"
-
-DEPEND="${RDEPEND}
-       dev-util/pkgconfig
-       nls? ( sys-devel/gettext )"
-
-src_configure() {
-       # Note: --enable-dbus-status is hard-coded to only publish
-       # your status to net-im/kmess via dbus; it does nothing else.
-       econf \
-               --enable-gtk \
-               $(use_enable kmess-status dbus-status) \
-               $(use_enable libnotify) \
-               $(use_enable debug) \
-               $(use_enable nls)
-}
-
-src_install() {
-       emake install DESTDIR="${D}" || die "emake install failed"
-       dodoc AUTHORS README ChangeLog || die "dodoc failed"
-}
-
-pkg_postinst() {
-       elog "Please note that unlike other Pidgin plugins, the Gfire plugin"
-       elog "needs Pidgin to be restarted before it is activated."
-}