summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/quixote/quixote-0.5.1.ebuild')
-rw-r--r--dev-python/quixote/quixote-0.5.1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/quixote/quixote-0.5.1.ebuild b/dev-python/quixote/quixote-0.5.1.ebuild
deleted file mode 100644
index 0d26c520efcf..000000000000
--- a/dev-python/quixote/quixote-0.5.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-0.5.1.ebuild,v 1.5 2004/06/25 01:48:48 agriffis Exp $
-
-PN0="Quixote"
-DESCRIPTION="Python HTML templating framework for developing web applications."
-HOMEPAGE="http://www.mems-exchange.org/software/quixote/"
-SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${PN0}-${PV}.tar.gz"
-
-LICENSE="CNRI"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-inherit distutils
-
-DEPEND=">=dev-lang/python-2.2"
-S=${WORKDIR}/${PN0}-${PV}
-
-src_install() {
- mydoc="ACKS CHANGES LICENSE MANIFEST.in README TODO"
- distutils_src_install
- dodoc doc/*.txt
- dohtml doc/*.html
- dodir /usr/share/${PN}/demo
- insinto /usr/share/${PN}/demo
- doins demo/*
-}
-