summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/pidgin-knotification/pidgin-knotification-0.1.ebuild')
-rw-r--r--x11-plugins/pidgin-knotification/pidgin-knotification-0.1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/x11-plugins/pidgin-knotification/pidgin-knotification-0.1.ebuild b/x11-plugins/pidgin-knotification/pidgin-knotification-0.1.ebuild
deleted file mode 100644
index 7fad3d5..0000000
--- a/x11-plugins/pidgin-knotification/pidgin-knotification-0.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit toolchain-funcs multilib
-
-DESCRIPTION="Pidgin notification plugin that uses KDE notifications"
-HOMEPAGE="http://bitbucket.org/nelchael/pidgin-knotification/overview"
-SRC_URI="http://bitbucket.org/nelchael/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="net-im/pidgin
- x11-libs/qt-dbus:4"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${PN}"
-
-src_compile() {
- CXX=$(tc-getCC) emake
-}
-
-src_install() {
- dodir "${ROOT}/usr/$(get_libdir)/pidgin"
- cp "${PN}.so" "${D}/${ROOT}/usr/$(get_libdir)/pidgin/" || die "cp failed"
-}