summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/pipe2pidgin/Manifest1
-rw-r--r--x11-plugins/pipe2pidgin/pipe2pidgin-20130710.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/x11-plugins/pipe2pidgin/Manifest b/x11-plugins/pipe2pidgin/Manifest
new file mode 100644
index 0000000..84c2511
--- /dev/null
+++ b/x11-plugins/pipe2pidgin/Manifest
@@ -0,0 +1 @@
+EBUILD pipe2pidgin-20130710.ebuild 530 SHA256 2ef54dbfbf991a9bed44ec755bb36e2a1ce1f07783704173337fb8ef8583ce6f SHA512 fc1230c1e1ba4a02787d6036d3bc03c6b5734d4ff6c03ff0422e8d81459c5878c6a46901a0b29ac62aa717ccf3da768740ee8445d8fac8c0e9998595f790d23a WHIRLPOOL 56d94135a31e3048f8231aa134ae70f85ab5a6cc0a7fb605b12cc1774c4ba239beb797eb0d2494870f83f6d125a45684b85c49cad7a69b4368b33ecee0bfd07d
diff --git a/x11-plugins/pipe2pidgin/pipe2pidgin-20130710.ebuild b/x11-plugins/pipe2pidgin/pipe2pidgin-20130710.ebuild
new file mode 100644
index 0000000..b0ee982
--- /dev/null
+++ b/x11-plugins/pipe2pidgin/pipe2pidgin-20130710.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1 git-2
+
+EGIT_REPO_URI="git://github.com/ekeih/pipe2pidgin.git"
+EGIT_COMMIT="12c6466e83"
+
+DESCRIPTION="pipe something or send file to pidgin recipients"
+HOMEPAGE="https://github.com/ekeih/pipe2pidgin"
+SRC_URI=""
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND="net-im/pidgin[dbus]
+ virtual/python-argparse"
+DEPEND="${RDEPEND}"
+