diff options
author | Jessica Tallon <jessica@megworld.co.uk> | 2014-06-28 13:20:26 +0100 |
---|---|---|
committer | Jessica Tallon <jessica@megworld.co.uk> | 2014-06-28 13:20:26 +0100 |
commit | 52a7715b312e589ca06344b395a246a9088bdc4d (patch) | |
tree | fd655e4fda7aa2c3430c3bab562cd52842c40bfb | |
parent | Add ebuilds for pypump-9999 and pypump-0.6 (diff) | |
download | tsyesika-52a7715b312e589ca06344b395a246a9088bdc4d.tar.gz tsyesika-52a7715b312e589ca06344b395a246a9088bdc4d.tar.bz2 tsyesika-52a7715b312e589ca06344b395a246a9088bdc4d.zip |
Add ebuild for p-9999 command line pump.io client
-rw-r--r-- | net-im/p/Manifest | 1 | ||||
-rw-r--r-- | net-im/p/p-9999.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/net-im/p/Manifest b/net-im/p/Manifest new file mode 100644 index 0000000..9f6d8db --- /dev/null +++ b/net-im/p/Manifest @@ -0,0 +1 @@ +EBUILD p-9999.ebuild 537 SHA256 e44e620a57f443ee0e70fef65346d128156844f8b27dcdc69884b3de57714985 SHA512 84daca2e585ffc2892931cf170515bc728914ad7bf6f09805647c55eb9fe2af2bfd75fea1efe299aec6f50417bd9b7c08c9406bb63aba950342cc04ac1fed6fa WHIRLPOOL abe2666d9693ef1d6274b1bf15c6beb9286647fb8a9efd93e2d25909e48c31af49e77bfa9a3b670cdb20c1b01a35d84af0eaaeb799c830f2d4e7f7ff39dc4f4b diff --git a/net-im/p/p-9999.ebuild b/net-im/p/p-9999.ebuild new file mode 100644 index 0000000..fe40e77 --- /dev/null +++ b/net-im/p/p-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7} pypy ) + +inherit git-2 distutils-r1 + + +DESCRIPTION="A command line pump.io client." +HOMEPAGE="https://github.com/xray7224/p/" +EGIT_REPO_URI="https://github.com/xray7224/p.git" +EGIT_COMMIT="master" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND=" + =dev-python/pypump-9999 + >=dev-python/click-2.0 + >=dev-python/pytz-2014.4 + >=dev-python/html2text-3.02 +" +RDEPEND="${DEPEND}" |