aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/pidgin-libnotify+/pidgin-libnotify+-9999.ebuild')
-rw-r--r--x11-plugins/pidgin-libnotify+/pidgin-libnotify+-9999.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/x11-plugins/pidgin-libnotify+/pidgin-libnotify+-9999.ebuild b/x11-plugins/pidgin-libnotify+/pidgin-libnotify+-9999.ebuild
deleted file mode 100644
index 2143b79..0000000
--- a/x11-plugins/pidgin-libnotify+/pidgin-libnotify+-9999.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v3
-# $Header: $
-
-EAPI="3"
-
-inherit autotools git-2
-
-DESCRIPTION="Pidgin-Libnotify+ plugin provides libnotify popups to Pidgin"
-HOMEPAGE="http://sardemff7.github.com/Pidgin-Libnotify-plus/"
-SRC_URI=""
-EGIT_REPO_URI="git://github.com/sardemff7/Pidgin-Libnotify-plus.git"
-
-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_prepare() {
- mkdir -p ${S}/m4
- intltoolize --force --copy --automake || die
- eautoreconf || die
-}
-
-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
-}