------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+DIST kenosis-0.95.tar.gz 170694
+EBUILD kenosis-0.95.ebuild 793 RMD160 a69f3dd3202c0da627d30a943794e698b019ad56 SHA1 11ff41e3a877040a8de134437ee93d4bf92e454b SHA256 dc122660864a74a07b581022f1bf607ed827529fc1ba6caea2fa4854097b251e
MD5 7cc3215fda52816b46880b514bff1625 kenosis-0.95.ebuild 793
-MD5 f477fa75038d02ed95741072fc22b796 kenosis-0.941.ebuild 794
-MD5 327ed0691d50678b22e7ae406b020d29 kenosis-0.92-r1.ebuild 1509
-MD5 784fbeb2c007ff3a4e773fe6f161e492 ChangeLog 983
-MD5 9987e8bf9bdb45aa63f4f0f20c83494c metadata.xml 260
-MD5 3c5b1b91bb0c3f0df1944275718412d3 files/digest-kenosis-0.92-r1 64
-MD5 da1b7827d94f03061477cceb85c58796 files/digest-kenosis-0.941 65
+RMD160 a69f3dd3202c0da627d30a943794e698b019ad56 kenosis-0.95.ebuild 793
+SHA256 dc122660864a74a07b581022f1bf607ed827529fc1ba6caea2fa4854097b251e kenosis-0.95.ebuild 793
+MISC ChangeLog 1120 RMD160 a74af5c51d9620b65b36640ea347060bc2e9383b SHA1 c1a0fbdb9420aa8aa02fd44864064e17a9bd31cb SHA256 94f557dfb2c7c74541766170734f7a1329e51ac38cc40d9478098f411d806479
+MD5 42faaa5c80b0598dd60230427db18f07 ChangeLog 1120
+RMD160 a74af5c51d9620b65b36640ea347060bc2e9383b ChangeLog 1120
+SHA256 94f557dfb2c7c74541766170734f7a1329e51ac38cc40d9478098f411d806479 ChangeLog 1120
+MISC metadata.xml 230 RMD160 8900642143e34e5c6dd1df987c924ede96ae6bb0 SHA1 6c8fe85479c2fb5db137f9b9f85b56449bf21d79 SHA256 4bb9573931fffa78f631176d18a7aa5341ac7d832169f2ebc6df3d65f16b8e8b
+MD5 2f58f2c24eeea3b0135c9dfffba7fe67 metadata.xml 230
+RMD160 8900642143e34e5c6dd1df987c924ede96ae6bb0 metadata.xml 230
+SHA256 4bb9573931fffa78f631176d18a7aa5341ac7d832169f2ebc6df3d65f16b8e8b metadata.xml 230
MD5 cb04a6b45ae51a2ed6161b807bc07259 files/digest-kenosis-0.95 64
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCeq0NI1lqEGTUzyQRArWrAJ9i3lchMUlnbNF6Ppo72fECUGgFlwCgoVlE
-7XbDtDGwBQSbKWj85rrqLFI=
-=FQLe
------END PGP SIGNATURE-----
+RMD160 5a2a028ac75a609e3ff5cd39619ba4dfbc64c778 files/digest-kenosis-0.95 64
+SHA256 c58cd8a4c73361be584da5f5e6ffd1b79e15a92e8abb4085319d88d176249b7a files/digest-kenosis-0.95 64
+++ /dev/null
-# 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-r1.ebuild,v 1.2 2005/05/05 23:32:21 swegener Exp $
-
-inherit distutils
-
-DESCRIPTION="Fully-distributed p2p RPC system with modified bittorrent client"
-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
- !virtual/bittorrent"
-PROVIDE="virtual/bittorrent"
-
-src_compile() {
- mv kenosis_setup.py setup.py
- distutils_src_compile
- cd ${S}/bt
- python setup.py build
-}
-
-src_install() {
- cd ${S}
- distutils_src_install
- cd ${S}/bt
- python setup.py install --root=${D}
-
- if ! use X; then
- rm ${D}/usr/bin/*gui.py
- fi
-
- dodir etc
- cp -a /etc/mailcap ${D}/etc/
-
- MAILCAP_STRING="application/x-bittorrent; /usr/bin/btdownloadgui.py '%s'; test=test -n \"\$DISPLAY\""
-
- if use X; then
- if [ -n "`grep 'application/x-bittorrent' ${D}/etc/mailcap`" ]; then
- # replace bittorrent entry if it already exists
- einfo "updating bittorrent mime info"
- sed -i "s,application/x-bittorrent;.*,${MAILCAP_STRING}," ${D}/etc/mailcap
- else
- # add bittorrent entry if it doesn't exist
- einfo "adding bittorrent mime info"
- echo "${MAILCAP_STRING}" >> ${D}/etc/mailcap
- fi
- else
- # get rid of any reference to the not-installed gui version
- sed -i '/btdownloadgui/d' ${D}/etc/mailcap
- fi
-}
+++ /dev/null
-# 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.941.ebuild,v 1.2 2005/05/05 23:32:21 swegener 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
- !virtual/bittorrent"
-PROVIDE="virtual/bittorrent"
-
-src_compile() {
- mv kenosis_setup.py setup.py
- distutils_src_compile
- cd ${S}/bt
- python setup.py build
-}
-
-src_install() {
- cd ${S}
- distutils_src_install
- cd ${S}/bt
- python setup.py install --root=${D}
-}