summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/prpltwtr/prpltwtr-0.12.0.ebuild')
-rw-r--r--x11-plugins/prpltwtr/prpltwtr-0.12.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-plugins/prpltwtr/prpltwtr-0.12.0.ebuild b/x11-plugins/prpltwtr/prpltwtr-0.12.0.ebuild
new file mode 100644
index 000000000000..d9d87ad03d33
--- /dev/null
+++ b/x11-plugins/prpltwtr/prpltwtr-0.12.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+DESCRIPTION="libpurple twitter protocol"
+HOMEPAGE="https://code.google.com/p/prpltwtr/"
+SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+RDEPEND=">=net-im/pidgin-2.6"