summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/twisted-words/twisted-words-0.1.0.ebuild')
-rw-r--r--dev-python/twisted-words/twisted-words-0.1.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/twisted-words/twisted-words-0.1.0.ebuild b/dev-python/twisted-words/twisted-words-0.1.0.ebuild
deleted file mode 100644
index 8cf5e2c4b9cd..000000000000
--- a/dev-python/twisted-words/twisted-words-0.1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-0.1.0.ebuild,v 1.4 2005/08/27 23:13:12 humpback Exp $
-
-inherit distutils
-
-# for alphas,..
-MY_PV="${PV/_alpha/a}"
-MY_PN="TwistedWords"
-MY_P="${MY_PN}-${MY_PV}"
-DESCRIPTION="Twisted IM stuff."
-HOMEPAGE="http://twistedmatrix.com/projects/words/"
-SRC_URI="http://tmrc.mit.edu/mirror/twisted/Words/0.1/${MY_P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86 ~sparc ~amd64"
-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
-}