diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-01-11 21:55:03 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-01-11 21:55:03 +0000 |
commit | 9799db414302e262782df2c3a573bfa2b9a38df6 (patch) | |
tree | 1d6561b792b79258f1bd26b1da1eebe267c77205 /net-p2p/kenosis | |
parent | Added !media-video/cinelerra as dependency (diff) | |
download | historical-9799db414302e262782df2c3a573bfa2b9a38df6.tar.gz historical-9799db414302e262782df2c3a573bfa2b9a38df6.tar.bz2 historical-9799db414302e262782df2c3a573bfa2b9a38df6.zip |
Initial commit.
Diffstat (limited to 'net-p2p/kenosis')
-rw-r--r-- | net-p2p/kenosis/ChangeLog | 10 | ||||
-rw-r--r-- | net-p2p/kenosis/Manifest | 14 | ||||
-rw-r--r-- | net-p2p/kenosis/files/digest-kenosis-0.92 | 1 | ||||
-rw-r--r-- | net-p2p/kenosis/kenosis-0.92.ebuild | 23 | ||||
-rw-r--r-- | net-p2p/kenosis/metadata.xml | 9 |
5 files changed, 57 insertions, 0 deletions
diff --git a/net-p2p/kenosis/ChangeLog b/net-p2p/kenosis/ChangeLog new file mode 100644 index 000000000000..6345b7679a38 --- /dev/null +++ b/net-p2p/kenosis/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-p2p/kenosis +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/kenosis/ChangeLog,v 1.1 2005/01/11 21:55:03 pythonhead Exp $ + +*kenosis-0.92 (11 Jan 2005) + + 11 Jan 2005; Rob Cakebread <pythonhead@gentoo.org> +metadata.xml, + +kenosis-0.92.ebuild: + Initial commit. + diff --git a/net-p2p/kenosis/Manifest b/net-p2p/kenosis/Manifest new file mode 100644 index 000000000000..227a4b3aa1d1 --- /dev/null +++ b/net-p2p/kenosis/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 ae5a20e715b012a99bfd3b7fc0583a85 kenosis-0.92.ebuild 612 +MD5 eba4b6a021756c705fe89fc73d4f96c2 metadata.xml 258 +MD5 394e0c0c7bd2a09de46482ff05c4eebc ChangeLog 347 +MD5 3c5b1b91bb0c3f0df1944275718412d3 files/digest-kenosis-0.92 64 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFB5Etez2gxt1z4IGYRAm4+AKDJ5G1gbfA4g4rCbAx2/l3PZnVM4QCfTWh5 +n1276ueGXcf8JFQxNs6xlck= +=K1QC +-----END PGP SIGNATURE----- diff --git a/net-p2p/kenosis/files/digest-kenosis-0.92 b/net-p2p/kenosis/files/digest-kenosis-0.92 new file mode 100644 index 000000000000..029e966d2069 --- /dev/null +++ b/net-p2p/kenosis/files/digest-kenosis-0.92 @@ -0,0 +1 @@ +MD5 969f5fd77b57743c07336b796fc7c01d kenosis-0.92.tar.gz 107101 diff --git a/net-p2p/kenosis/kenosis-0.92.ebuild b/net-p2p/kenosis/kenosis-0.92.ebuild new file mode 100644 index 000000000000..7adba285c57f --- /dev/null +++ b/net-p2p/kenosis/kenosis-0.92.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/kenosis/kenosis-0.92.ebuild,v 1.1 2005/01/11 21:55:03 pythonhead Exp $ + +inherit distutils + +DESCRIPTION="Fully-distributed p2p RPC system built on top of XMLRPC/bittorrent" +HOMEPAGE="http://sourceforge.net/projects/kenosis" +SRC_URI="mirror://sourceforge/kenosis/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" + +IUSE="X" +DEPEND="X? ( <dev-python/wxpython-2.5* ) + >=dev-lang/python-2.1" + + +src_compile() { + mv kenosis_setup.py setup.py + distutils_src_compile +} diff --git a/net-p2p/kenosis/metadata.xml b/net-p2p/kenosis/metadata.xml new file mode 100644 index 000000000000..98a7e6ee153b --- /dev/null +++ b/net-p2p/kenosis/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>pythonhead@gentoo.org</email> + <name>Rob Cakebread</name> + </maintainer> +</pkgmetadata> |