diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2003-05-02 16:39:23 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2003-05-02 16:39:23 +0000 |
commit | 00bb5935b085377b91317369158833246ff0e794 (patch) | |
tree | 0651576ada7550c135bddd7515c09ccbd6927c12 /dev-python/quixote | |
parent | new version, mark 0.6.2 x86 (diff) | |
download | gentoo-2-00bb5935b085377b91317369158833246ff0e794.tar.gz gentoo-2-00bb5935b085377b91317369158833246ff0e794.tar.bz2 gentoo-2-00bb5935b085377b91317369158833246ff0e794.zip |
New version.
Diffstat (limited to 'dev-python/quixote')
-rw-r--r-- | dev-python/quixote/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/quixote/files/digest-quixote-0.6 | 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.6.ebuild (renamed from dev-python/quixote/quixote-0.6_beta2.ebuild) | 9 | ||||
-rw-r--r-- | dev-python/quixote/quixote-0.6_beta6.ebuild | 30 |
6 files changed, 13 insertions, 38 deletions
diff --git a/dev-python/quixote/ChangeLog b/dev-python/quixote/ChangeLog index 77de4f0cac73..d174139d1a51 100644 --- a/dev-python/quixote/ChangeLog +++ b/dev-python/quixote/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/quixote # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.1 2003/04/26 21:14:31 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.2 2003/05/02 16:39:23 g2boojum Exp $ + +*quixote-0.6 (02 May 2003) + + 02 May 2003; Grant Goodyear <g2boojum@gentoo.org> quixote-0.6.ebuild, + quixote-0.6_beta2.ebuild, quixote-0.6_beta2.ebuild, + quixote-0.6_beta6.ebuild, quixote-0.6_beta6.ebuild: + New version. Removed old betas. *quixote-0.6_beta2 (21 Apr 2003) diff --git a/dev-python/quixote/files/digest-quixote-0.6 b/dev-python/quixote/files/digest-quixote-0.6 new file mode 100644 index 000000000000..9d1d7bb44510 --- /dev/null +++ b/dev-python/quixote/files/digest-quixote-0.6 @@ -0,0 +1 @@ +MD5 16d87d152ddb791d21fed2ee82f77471 Quixote-0.6.tar.gz 169711 diff --git a/dev-python/quixote/files/digest-quixote-0.6_beta2 b/dev-python/quixote/files/digest-quixote-0.6_beta2 deleted file mode 100644 index b1e5db66dee7..000000000000 --- a/dev-python/quixote/files/digest-quixote-0.6_beta2 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 3f43679af834..000000000000 --- a/dev-python/quixote/files/digest-quixote-0.6_beta6 +++ /dev/null @@ -1 +0,0 @@ -MD5 8413ac948b463a57044f88463fa06c8f Quixote-0.6b6.tar.gz 169630 diff --git a/dev-python/quixote/quixote-0.6_beta2.ebuild b/dev-python/quixote/quixote-0.6.ebuild index aafdc6005a36..6106e988d9c6 100644 --- a/dev-python/quixote/quixote-0.6_beta2.ebuild +++ b/dev-python/quixote/quixote-0.6.ebuild @@ -1,22 +1,21 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-0.6.ebuild,v 1.1 2003/05/02 16:39:23 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" +SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${PN0}-${PV}.tar.gz" LICENSE="CNRI" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" inherit distutils DEPEND=">=dev-lang/python-2.2" -S=${WORKDIR}/${PN0}-${PV0} +S=${WORKDIR}/${PN0}-${PV} src_install() { mydoc="ACKS CHANGES LICENSE MANIFEST.in README TODO" diff --git a/dev-python/quixote/quixote-0.6_beta6.ebuild b/dev-python/quixote/quixote-0.6_beta6.ebuild deleted file mode 100644 index a2b2e2680574..000000000000 --- a/dev-python/quixote/quixote-0.6_beta6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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/* -} - |