aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/pidgin-libnotify+/pidgin-libnotify+-1.2.2.ebuild')
-rw-r--r--x11-plugins/pidgin-libnotify+/pidgin-libnotify+-1.2.2.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-plugins/pidgin-libnotify+/pidgin-libnotify+-1.2.2.ebuild b/x11-plugins/pidgin-libnotify+/pidgin-libnotify+-1.2.2.ebuild
deleted file mode 100644
index bf9975d..0000000
--- a/x11-plugins/pidgin-libnotify+/pidgin-libnotify+-1.2.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v3
-# $Header: $
-
-EAPI="3"
-
-inherit eutils
-
-DESCRIPTION="Pidgin-Libnotify+ plugin provides libnotify popups to Pidgin"
-HOMEPAGE="http://sardemff7.github.com/Pidgin-Libnotify-plus/"
-SRC_URI="https://github.com/downloads/sardemff7/Pidgin-Libnotify-plus/${P/+/-plus}.tar.xz ->
-${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug nls"
-
-RDEPEND=">=net-im/pidgin-2.4.0[gtk]
- >=x11-libs/libnotify-0.4.5"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- dev-util/pkgconfig"
-
-src_configure() {
- econf \
- $(use_enable debug) \
- $(use_enable nls) \
- --disable-static
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- find "${ED}" -name '*.la' -exec rm -f '{}' + || die
- dodoc AUTHORS ChangeLog NEWS README
-}