diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2003-08-12 00:38:27 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2003-08-12 00:38:27 +0000 |
commit | 011997f243ccae7b0c8fba38f0a614fb3425c634 (patch) | |
tree | 9efb7374f9242edc0ccc75e83d3363de38b1125a /dev-python/quixote | |
parent | Version bump (diff) | |
download | historical-011997f243ccae7b0c8fba38f0a614fb3425c634.tar.gz historical-011997f243ccae7b0c8fba38f0a614fb3425c634.tar.bz2 historical-011997f243ccae7b0c8fba38f0a614fb3425c634.zip |
Version bump
Diffstat (limited to 'dev-python/quixote')
-rw-r--r-- | dev-python/quixote/Manifest | 5 | ||||
-rw-r--r-- | dev-python/quixote/files/digest-quixote-0.6.1 | 1 | ||||
-rw-r--r-- | dev-python/quixote/quixote-0.6.1.ebuild | 29 |
3 files changed, 32 insertions, 3 deletions
diff --git a/dev-python/quixote/Manifest b/dev-python/quixote/Manifest index 5a64e5537db0..418a5dc06672 100644 --- a/dev-python/quixote/Manifest +++ b/dev-python/quixote/Manifest @@ -1,7 +1,6 @@ -MD5 1be4c642bb234352868d86d71bc474c4 .quixote-0.6.1.ebuild.swp 12288 MD5 97a1aa904d1284fe450b1fde45a39a4b quixote-0.5.1.ebuild 796 -MD5 7360828f49add5887a92e889ea546a7d quixote-0.6.1.ebuild 794 -MD5 72169c437161c63962c988b036409a96 ChangeLog 1073 +MD5 c5b642a99eca49a6800bc39f8a40c12f quixote-0.6.1.ebuild 798 +MD5 8522376ffbfa4f5bffa83e1820361abd ChangeLog 1220 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 7360828f49add5887a92e889ea546a7d quixote-0.6.ebuild 794 MD5 175e497da620b92648516645ffcbeb10 files/digest-quixote-0.6 63 diff --git a/dev-python/quixote/files/digest-quixote-0.6.1 b/dev-python/quixote/files/digest-quixote-0.6.1 new file mode 100644 index 000000000000..d80459ae047a --- /dev/null +++ b/dev-python/quixote/files/digest-quixote-0.6.1 @@ -0,0 +1 @@ +MD5 62cfa130749f5f099d9497c23a0f8fca Quixote-0.6.1.tar.gz 194802 diff --git a/dev-python/quixote/quixote-0.6.1.ebuild b/dev-python/quixote/quixote-0.6.1.ebuild new file mode 100644 index 000000000000..0b61f87aec61 --- /dev/null +++ b/dev-python/quixote/quixote-0.6.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.6.1.ebuild,v 1.1 2003/08/12 00:38:21 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/* +} + |