From 14f221a9a478e515eb74a532fd8f76350ed52590 Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Thu, 27 Aug 2009 21:00:50 +0200 Subject: [PATCH] Added dev-python/twotp-0.7 --- dev-python/twotp/Manifest | 2 ++ dev-python/twotp/twotp-0.7.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 dev-python/twotp/Manifest create mode 100644 dev-python/twotp/twotp-0.7.ebuild diff --git a/dev-python/twotp/Manifest b/dev-python/twotp/Manifest new file mode 100644 index 0000000..d2be08c --- /dev/null +++ b/dev-python/twotp/Manifest @@ -0,0 +1,2 @@ +DIST twotp-0.7.tar.gz 40770 RMD160 a669e84a3fd9ab87f2fe539096205ef4eba4571a SHA1 2e234301bd3e15a367671cb5b0b2d84478efaee4 SHA256 22408c60621b89d119dba7e89c851ea5fdbb71ebf92e5c16188df0da828fdd1d +EBUILD twotp-0.7.ebuild 470 RMD160 96427a7dddb04e2ae26d58adfa510db8939dffc4 SHA1 74c43d3be643d34219a4622dca986ab5cce757ab SHA256 4ee788934c5b8cfd2e03441973c36e0ea93440de22ac74f5700aeb56789069e2 diff --git a/dev-python/twotp/twotp-0.7.ebuild b/dev-python/twotp/twotp-0.7.ebuild new file mode 100644 index 0000000..940c372 --- /dev/null +++ b/dev-python/twotp/twotp-0.7.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="Python implementation of the Erlang node protocol" +HOMEPAGE="http://launchpad.net/twotp" +SRC_URI="http://launchpad.net/twotp/trunk/${PV}/+download/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-python/twisted" +RDEPEND="${DEPEND}" + +DOCS="doc/intro.xhtml" -- 2.11.4.GIT