summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2004-07-03 18:37:32 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2004-07-03 18:37:32 +0000
commitc47c160eaad9c377aa151adbb0b6b8e6f7767812 (patch)
tree394cbd30ee1c69dae85614c8c2778cd17fffae1b /dev-python
parent~alpha on behalf of kloeri (diff)
downloadhistorical-c47c160eaad9c377aa151adbb0b6b8e6f7767812.tar.gz
historical-c47c160eaad9c377aa151adbb0b6b8e6f7767812.tar.bz2
historical-c47c160eaad9c377aa151adbb0b6b8e6f7767812.zip
Forgot to kill some ebuilds in cvs.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/quixote/Manifest11
-rw-r--r--dev-python/quixote/quixote-0.5.1.ebuild29
-rw-r--r--dev-python/quixote/quixote-0.6.ebuild29
-rw-r--r--dev-python/quixote/quixote-0.7_alpha1.ebuild30
-rw-r--r--dev-python/quixote/quixote-0.7_alpha2.ebuild30
-rw-r--r--dev-python/quixote/quixote-0.7_alpha3.ebuild30
6 files changed, 3 insertions, 156 deletions
diff --git a/dev-python/quixote/Manifest b/dev-python/quixote/Manifest
index a2144656fade..2fa868a984ea 100644
--- a/dev-python/quixote/Manifest
+++ b/dev-python/quixote/Manifest
@@ -1,11 +1,6 @@
+MD5 ee1b58bc959e94572f525313f1619dbe quixote-1.0.ebuild 779
+MD5 5699ba209319380e5ffe8228c01b098e quixote-0.6.1.ebuild 788
MD5 3cc88f02556c53c45291d10cc59f7b40 ChangeLog 1910
MD5 a2cfe785f6ad94c61071fa71dbe89aeb metadata.xml 244
-MD5 5699ba209319380e5ffe8228c01b098e quixote-0.6.1.ebuild 788
-MD5 ee1b58bc959e94572f525313f1619dbe quixote-1.0.ebuild 779
-MD5 afa934ed3a3f82164c14b887be8d4d40 quixote-0.5.1.ebuild 788
-MD5 7f7111a26c8b2ca9d529a92774bf2a02 quixote-0.6.ebuild 786
-MD5 61e3f39e9403694e602bfe9bf7d10d66 quixote-0.7_alpha1.ebuild 819
-MD5 36a49e3c0e58e9842567abe42af2cdd7 quixote-0.7_alpha2.ebuild 817
-MD5 7bf52978b30135aece2216b69c93de24 quixote-0.7_alpha3.ebuild 817
-MD5 f0b85ab0bd5e039d101c49571e31286f files/digest-quixote-0.6.1 65
MD5 d0fe64af7a033c96a95874b7c81439a9 files/digest-quixote-1.0 63
+MD5 f0b85ab0bd5e039d101c49571e31286f files/digest-quixote-0.6.1 65
diff --git a/dev-python/quixote/quixote-0.5.1.ebuild b/dev-python/quixote/quixote-0.5.1.ebuild
deleted file mode 100644
index 0d26c520efcf..000000000000
--- a/dev-python/quixote/quixote-0.5.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.5 2004/06/25 01:48:48 agriffis 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.ebuild b/dev-python/quixote/quixote-0.6.ebuild
deleted file mode 100644
index 0b28ea591385..000000000000
--- a/dev-python/quixote/quixote-0.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-0.6.ebuild,v 1.5 2004/06/25 01:48:48 agriffis 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.7_alpha1.ebuild b/dev-python/quixote/quixote-0.7_alpha1.ebuild
deleted file mode 100644
index 5653e9332987..000000000000
--- a/dev-python/quixote/quixote-0.7_alpha1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-0.7_alpha1.ebuild,v 1.2 2004/06/25 01:48:48 agriffis Exp $
-
-PN0="Quixote"
-PV0="${PV/_alpha1/a1}"
-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.7_alpha2.ebuild b/dev-python/quixote/quixote-0.7_alpha2.ebuild
deleted file mode 100644
index 4203acecd6c4..000000000000
--- a/dev-python/quixote/quixote-0.7_alpha2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-0.7_alpha2.ebuild,v 1.2 2004/06/25 01:48:48 agriffis 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/*
-}
-
diff --git a/dev-python/quixote/quixote-0.7_alpha3.ebuild b/dev-python/quixote/quixote-0.7_alpha3.ebuild
deleted file mode 100644
index 0e78ac08bbc9..000000000000
--- a/dev-python/quixote/quixote-0.7_alpha3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.2 2004/06/25 01:48:48 agriffis 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/*
-}
-