summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/twisted-lore/twisted-lore-0.1.0-r2.ebuild')
-rw-r--r--dev-python/twisted-lore/twisted-lore-0.1.0-r2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/twisted-lore/twisted-lore-0.1.0-r2.ebuild b/dev-python/twisted-lore/twisted-lore-0.1.0-r2.ebuild
deleted file mode 100644
index 58dd751b334d..000000000000
--- a/dev-python/twisted-lore/twisted-lore-0.1.0-r2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-0.1.0-r2.ebuild,v 1.2 2006/06/30 23:06:31 tcort Exp $
-
-MY_PACKAGE=Lore
-
-inherit twisted eutils
-
-DESCRIPTION="Twisted documentation system"
-
-KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-python/twisted-2
- <dev-python/twisted-2.4
- dev-python/twisted-web"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # use python to figure out if dia is available instead of calling "which"
- epatch "${FILESDIR}/${P}-which.patch"
-}