From d127a1478276bc2654bfd33de5ce6f3864326a3e Mon Sep 17 00:00:00 2001 From: KronoZed Date: Sat, 5 Mar 2016 12:13:23 +0300 Subject: [PATCH] Create pidgin-window_merge-9999.ebuild --- .../pidgin-window_merge-9999.ebuild | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 x11-plugins/pidgin-window_merge/pidgin-window_merge-9999.ebuild diff --git a/x11-plugins/pidgin-window_merge/pidgin-window_merge-9999.ebuild b/x11-plugins/pidgin-window_merge/pidgin-window_merge-9999.ebuild new file mode 100644 index 0000000..8316af6 --- /dev/null +++ b/x11-plugins/pidgin-window_merge/pidgin-window_merge-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools-utils git-r3 + +DESCRIPTION="pidgin plugin that merges a conversation window with the Buddy List window" +HOMEPAGE="https://github.com/dm0-/window_merge" +MY_PN=${PN/pidgin-/} +MY_P=${MY_PN}-${PV} +EGIT_REPO_URI="git://github.com/dm0-/window_merge.git" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="net-im/pidgin[gtk] + x11-libs/gtk+:2" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +AUTOTOOLS_PRUNE_LIBTOOL_FILES="all" + +src_prepare() { + eautoreconf +}