summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/whatsapp-purple/whatsapp-purple-0.4.2.ebuild')
-rw-r--r--x11-plugins/whatsapp-purple/whatsapp-purple-0.4.2.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-plugins/whatsapp-purple/whatsapp-purple-0.4.2.ebuild b/x11-plugins/whatsapp-purple/whatsapp-purple-0.4.2.ebuild
deleted file mode 100644
index 8cae95d..0000000
--- a/x11-plugins/whatsapp-purple/whatsapp-purple-0.4.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs
-
-MY_PV=${PV%.*}-${PV##*.}
-DESCRIPTION="WhatsApp protocol implementation for libpurple (Pidgin)"
-HOMEPAGE="http://davidgf.net/page/39/whatsapp-on-your-computer:-pidgin-plugin"
-SRC_URI="https://github.com/davidgfnet/${PN}/archive/v${MY_PV}.tar.gz -> ${PN}-${MY_PV}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-libs/glib:2
- net-im/pidgin"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_compile() {
- emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" \
- CFLAGS="${CFLAGS} -fPIC -DPURPLE_PLUGINS -DPIC \$(CFLAGS_PURPLE)" \
- LDFLAGS="${LDFLAGS} -shared"
-}