diff options
author | 2009-02-15 15:10:32 +0000 | |
---|---|---|
committer | 2009-02-15 15:10:32 +0000 | |
commit | d2d6fea0e661bce6bf31ed1ecb4295552a079548 (patch) | |
tree | 7b011990db4619d87242a1d27d52794e2b572327 /dev-python/quixote/quixote-2.6.ebuild | |
parent | Bump to 2.3 (diff) | |
download | gentoo-2-d2d6fea0e661bce6bf31ed1ecb4295552a079548.tar.gz gentoo-2-d2d6fea0e661bce6bf31ed1ecb4295552a079548.tar.bz2 gentoo-2-d2d6fea0e661bce6bf31ed1ecb4295552a079548.zip |
Bump to 2.6
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/quixote/quixote-2.6.ebuild')
-rw-r--r-- | dev-python/quixote/quixote-2.6.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/quixote/quixote-2.6.ebuild b/dev-python/quixote/quixote-2.6.ebuild new file mode 100644 index 000000000000..edf241ba7911 --- /dev/null +++ b/dev-python/quixote/quixote-2.6.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.6.ebuild,v 1.1 2009/02/15 15:10:32 patrick Exp $ + +inherit distutils + +MY_P=${P/q/Q} + +DESCRIPTION="Python HTML templating framework for developing web applications." +HOMEPAGE="http://quixote.ca" +SRC_URI="http://quixote.ca/releases/${MY_P}.tar.gz" + +LICENSE="CNRI-QUIXOTE-2.4" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +IUSE="" + +DEPEND=">=dev-lang/python-2.3" + +S="${WORKDIR}"/${MY_P} + +src_install() { + DOCS="ACKS CHANGES" + distutils_src_install + dodoc doc/*.txt + dohtml doc/*.html +} |