diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2003-12-05 16:01:55 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2003-12-05 16:01:55 +0000 |
commit | c270af4ee9a36d848ad7a935b4d3c449751783e7 (patch) | |
tree | d902f7a38d5e00fb766eb541091357ad77199f18 /dev-python/quixote | |
parent | Bump (diff) | |
download | historical-c270af4ee9a36d848ad7a935b4d3c449751783e7.tar.gz historical-c270af4ee9a36d848ad7a935b4d3c449751783e7.tar.bz2 historical-c270af4ee9a36d848ad7a935b4d3c449751783e7.zip |
Bump
Diffstat (limited to 'dev-python/quixote')
-rw-r--r-- | dev-python/quixote/Manifest | 4 | ||||
-rw-r--r-- | dev-python/quixote/files/digest-quixote-0.7_alpha3 | 1 | ||||
-rw-r--r-- | dev-python/quixote/quixote-0.7_alpha3.ebuild | 30 |
3 files changed, 33 insertions, 2 deletions
diff --git a/dev-python/quixote/Manifest b/dev-python/quixote/Manifest index 5231ddacd74d..8914807e6c21 100644 --- a/dev-python/quixote/Manifest +++ b/dev-python/quixote/Manifest @@ -2,8 +2,8 @@ MD5 31256f4d09eb0cc0b3d072ab7130fa59 quixote-0.7_alpha2.ebuild 826 MD5 dd3de9474d54e0b84ef0b1964765d885 quixote-0.5.1.ebuild 797 MD5 028b922bf352cb661fa80096ecf22fac quixote-0.7_alpha1.ebuild 828 MD5 c0b71a2f01bda80a8459b0fd073f66b5 quixote-0.6.1.ebuild 797 -MD5 31256f4d09eb0cc0b3d072ab7130fa59 quixote-0.7_alpha3.ebuild 826 -MD5 7f877d3fc0650921ae7ab52637ca0f74 ChangeLog 1557 +MD5 6c3b4e531d5b95e319315dd034cd2272 quixote-0.7_alpha3.ebuild 826 +MD5 ad13b074a50b41857914a6ed8e7c1bf5 ChangeLog 1686 MD5 a2cfe785f6ad94c61071fa71dbe89aeb metadata.xml 244 MD5 4ea12b90f922efdbd3b6b2b410845cc9 quixote-0.6.ebuild 795 MD5 175e497da620b92648516645ffcbeb10 files/digest-quixote-0.6 63 diff --git a/dev-python/quixote/files/digest-quixote-0.7_alpha3 b/dev-python/quixote/files/digest-quixote-0.7_alpha3 new file mode 100644 index 000000000000..924372377ea1 --- /dev/null +++ b/dev-python/quixote/files/digest-quixote-0.7_alpha3 @@ -0,0 +1 @@ +MD5 448c83a2b221db7540309b1536c108cd Quixote-0.7a3.tar.gz 179087 diff --git a/dev-python/quixote/quixote-0.7_alpha3.ebuild b/dev-python/quixote/quixote-0.7_alpha3.ebuild new file mode 100644 index 000000000000..6e7910328742 --- /dev/null +++ b/dev-python/quixote/quixote-0.7_alpha3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-0.7_alpha3.ebuild,v 1.1 2003/12/05 16:01:52 g2boojum Exp $ + +PN0="Quixote" +PV0="${PV/_alpha/a}" +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/* +} + |