diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/poezio/Manifest | 1 | ||||
-rw-r--r-- | net-im/poezio/poezio-9999.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/net-im/poezio/Manifest b/net-im/poezio/Manifest new file mode 100644 index 0000000..b87cf46 --- /dev/null +++ b/net-im/poezio/Manifest @@ -0,0 +1 @@ +EBUILD poezio-9999.ebuild 562 SHA256 2de1281835f5e103b9ba723375285e8b35cb83ef19ce08e4ce742b3bc896b814 SHA512 ee7def2a221641f51c15e60610d67291f3cf8e6fe87c8b74e1a7af496bd02a7758422930235b8a78a63f2f9cebe616f0ccb8361119f0a2193f6be4a9b1e67293 WHIRLPOOL b9e3beddcbab6dae13b41d6066e1fe7841c4c10d2236c2adab772ae5a91f430f2d906fd5fbd812c9b2dea31afe8710f930870d5f5eb932684825ec16ffa14f37 diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild new file mode 100644 index 0000000..c1e6ae8 --- /dev/null +++ b/net-im/poezio/poezio-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +PYTHON_DEPEND="3" + +EGIT_REPO_URI="git://github.com/sekh/poezio.git" + +inherit python git-2 + +DESCRIPTION="Console XMPP client that looks like most famous IRC clients" +HOMEPAGE="http://poezio.eu/" + +LICENSE="custom" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND=">=dev-python/sleekxmpp-9999 >=dev-python/dnspython3-1.10.0" +RDEPEND="${DEPEND}" + +src_install() +{ + emake DESTDIR="${D}" prefix="/usr/" install || die "make install failed" +} |