From 344e4b2c3846e0564b4ee9392791567868524145 Mon Sep 17 00:00:00 2001 From: Thomas Raschbacher Date: Fri, 8 Apr 2005 15:48:41 +0000 Subject: initial import (Portage version: 2.0.51.19) --- dev-python/twisted-pair/ChangeLog | 8 ++++++ dev-python/twisted-pair/Manifest | 4 +++ .../twisted-pair/files/digest-twisted-pair-0.1.0 | 1 + dev-python/twisted-pair/metadata.xml | 6 +++++ dev-python/twisted-pair/twisted-pair-0.1.0.ebuild | 31 ++++++++++++++++++++++ 5 files changed, 50 insertions(+) create mode 100644 dev-python/twisted-pair/ChangeLog create mode 100644 dev-python/twisted-pair/Manifest create mode 100644 dev-python/twisted-pair/files/digest-twisted-pair-0.1.0 create mode 100644 dev-python/twisted-pair/metadata.xml create mode 100644 dev-python/twisted-pair/twisted-pair-0.1.0.ebuild (limited to 'dev-python/twisted-pair') diff --git a/dev-python/twisted-pair/ChangeLog b/dev-python/twisted-pair/ChangeLog new file mode 100644 index 000000000000..7c918551b8cc --- /dev/null +++ b/dev-python/twisted-pair/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-python/twisted-pair +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v 1.1 2005/04/08 15:48:41 lordvan Exp $ + + 08 Apr 2005; Thomas Raschbacher twisted-pair-0.1.0: + initial import + twisted-pair was part of the main twisted release + diff --git a/dev-python/twisted-pair/Manifest b/dev-python/twisted-pair/Manifest new file mode 100644 index 000000000000..46f4f2832552 --- /dev/null +++ b/dev-python/twisted-pair/Manifest @@ -0,0 +1,4 @@ +MD5 998df16e12347736d6f7fb021e42953d twisted-pair-0.1.0.ebuild 823 +MD5 8d6feb687c9807df7f5e35caca1b0fc3 ChangeLog 365 +MD5 19df39ef54fc4a8677998f19bb6046ac metadata.xml 218 +MD5 5ef628d4febe47ac438006f5157c0c27 files/digest-twisted-pair-0.1.0 68 diff --git a/dev-python/twisted-pair/files/digest-twisted-pair-0.1.0 b/dev-python/twisted-pair/files/digest-twisted-pair-0.1.0 new file mode 100644 index 000000000000..c3528e76ab26 --- /dev/null +++ b/dev-python/twisted-pair/files/digest-twisted-pair-0.1.0 @@ -0,0 +1 @@ +MD5 337abc88327149849731a40649556bf0 TwistedPair-0.1.0.tar.bz2 8176 diff --git a/dev-python/twisted-pair/metadata.xml b/dev-python/twisted-pair/metadata.xml new file mode 100644 index 000000000000..37d1f8e02e49 --- /dev/null +++ b/dev-python/twisted-pair/metadata.xml @@ -0,0 +1,6 @@ + + + +python +lordvan@gentoo.org + diff --git a/dev-python/twisted-pair/twisted-pair-0.1.0.ebuild b/dev-python/twisted-pair/twisted-pair-0.1.0.ebuild new file mode 100644 index 000000000000..213c5b31c047 --- /dev/null +++ b/dev-python/twisted-pair/twisted-pair-0.1.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/twisted-pair-0.1.0.ebuild,v 1.1 2005/04/08 15:48:41 lordvan Exp $ + +inherit distutils + +# for alphas,.. +MY_PV="${PV/_alpha/a}" +MY_PN="TwistedPair" +MY_P="${MY_PN}-${MY_PV}" +DESCRIPTION="An SSH and SFTP protocol implementation together with clients and servers." +HOMEPAGE="http://twistedmatrix.com/projects/pair/" +SRC_URI="http://tmrc.mit.edu/mirror/twisted/Pair/0.1/${MY_P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc ~alpha ~sparc" +IUSE="doc" + +DEPEND=">=dev-python/twisted-2.0.0" + +S=${WORKDIR}/${MY_P} + +src_install() { + distutils_src_install + + if use doc; then + dodir /usr/share/doc/${P} + cp -r ${S}/docs ${D}/usr/share/doc/${P}/ + fi +} -- cgit v1.2.3-65-gdbad