diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2003-04-21 14:53:56 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2003-04-21 14:53:56 +0000 |
commit | 19c56d50165bd19cf6a7d7e03b4f6ba0b82cc74f (patch) | |
tree | 3fefd50c7108ac9af624de3e412e90d3bb5032d8 /dev-python/quixote | |
parent | evo-1.3.2 bumpage (diff) | |
download | gentoo-2-19c56d50165bd19cf6a7d7e03b4f6ba0b82cc74f.tar.gz gentoo-2-19c56d50165bd19cf6a7d7e03b4f6ba0b82cc74f.tar.bz2 gentoo-2-19c56d50165bd19cf6a7d7e03b4f6ba0b82cc74f.zip |
New import
Diffstat (limited to 'dev-python/quixote')
-rw-r--r-- | dev-python/quixote/files/digest-quixote-0.5.1 | 1 | ||||
-rw-r--r-- | dev-python/quixote/files/digest-quixote-0.6_beta2 | 1 | ||||
-rw-r--r-- | dev-python/quixote/files/digest-quixote-0.6_beta6 | 1 | ||||
-rw-r--r-- | dev-python/quixote/quixote-0.5.1.ebuild | 29 | ||||
-rw-r--r-- | dev-python/quixote/quixote-0.6_beta2.ebuild | 30 | ||||
-rw-r--r-- | dev-python/quixote/quixote-0.6_beta6.ebuild | 30 |
6 files changed, 92 insertions, 0 deletions
diff --git a/dev-python/quixote/files/digest-quixote-0.5.1 b/dev-python/quixote/files/digest-quixote-0.5.1 new file mode 100644 index 000000000000..063e28382a49 --- /dev/null +++ b/dev-python/quixote/files/digest-quixote-0.5.1 @@ -0,0 +1 @@ +MD5 1d3070f1ff86487ba038f76a089908a0 Quixote-0.5.1.tar.gz 158768 diff --git a/dev-python/quixote/files/digest-quixote-0.6_beta2 b/dev-python/quixote/files/digest-quixote-0.6_beta2 new file mode 100644 index 000000000000..b1e5db66dee7 --- /dev/null +++ b/dev-python/quixote/files/digest-quixote-0.6_beta2 @@ -0,0 +1 @@ +MD5 7673b719ddfb6a4422baff1f88c903bd Quixote-0.6b2.tar.gz 159555 diff --git a/dev-python/quixote/files/digest-quixote-0.6_beta6 b/dev-python/quixote/files/digest-quixote-0.6_beta6 new file mode 100644 index 000000000000..3f43679af834 --- /dev/null +++ b/dev-python/quixote/files/digest-quixote-0.6_beta6 @@ -0,0 +1 @@ +MD5 8413ac948b463a57044f88463fa06c8f Quixote-0.6b6.tar.gz 169630 diff --git a/dev-python/quixote/quixote-0.5.1.ebuild b/dev-python/quixote/quixote-0.5.1.ebuild new file mode 100644 index 000000000000..78bc0b780b1a --- /dev/null +++ b/dev-python/quixote/quixote-0.5.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# 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.1 2003/04/21 14:53:56 g2boojum 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/* +} + diff --git a/dev-python/quixote/quixote-0.6_beta2.ebuild b/dev-python/quixote/quixote-0.6_beta2.ebuild new file mode 100644 index 000000000000..aafdc6005a36 --- /dev/null +++ b/dev-python/quixote/quixote-0.6_beta2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-0.6_beta2.ebuild,v 1.1 2003/04/21 14:53:56 g2boojum Exp $ + +PN0="Quixote" +PV0="0.6b2" +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}-${PV0}.tar.gz" + +LICENSE="CNRI" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +inherit distutils + +DEPEND=">=dev-lang/python-2.2" +S=${WORKDIR}/${PN0}-${PV0} + +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/* +} + diff --git a/dev-python/quixote/quixote-0.6_beta6.ebuild b/dev-python/quixote/quixote-0.6_beta6.ebuild new file mode 100644 index 000000000000..a2b2e2680574 --- /dev/null +++ b/dev-python/quixote/quixote-0.6_beta6.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-0.6_beta6.ebuild,v 1.1 2003/04/21 14:53:56 g2boojum Exp $ + +PN0="Quixote" +PV0="0.6b6" +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}-${PV0}.tar.gz" + +LICENSE="CNRI" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +inherit distutils + +DEPEND=">=dev-lang/python-2.2" +S=${WORKDIR}/${PN0}-${PV0} + +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/* +} + |