summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Serboncini <fserb@gentoo.org>2005-02-07 15:46:14 +0000
committerFernando Serboncini <fserb@gentoo.org>2005-02-07 15:46:14 +0000
commitbe0cef5fc71acdca16c04a9dbbc2fe5dcb68c937 (patch)
tree7a9c57a89ab5bee149f19a215fbaab21e2c9357e /dev-python/quixote
parentadded ~amd64 (diff)
downloadhistorical-be0cef5fc71acdca16c04a9dbbc2fe5dcb68c937.tar.gz
historical-be0cef5fc71acdca16c04a9dbbc2fe5dcb68c937.tar.bz2
historical-be0cef5fc71acdca16c04a9dbbc2fe5dcb68c937.zip
moved inherit to the top of the ebuild
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-python/quixote')
-rw-r--r--dev-python/quixote/ChangeLog6
-rw-r--r--dev-python/quixote/Manifest16
-rw-r--r--dev-python/quixote/quixote-0.6.1.ebuild6
-rw-r--r--dev-python/quixote/quixote-1.0.ebuild6
4 files changed, 24 insertions, 10 deletions
diff --git a/dev-python/quixote/ChangeLog b/dev-python/quixote/ChangeLog
index e9c30fce3517..e1bbaae4d040 100644
--- a/dev-python/quixote/ChangeLog
+++ b/dev-python/quixote/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/quixote
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.12 2005/01/20 02:59:36 gongloo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.13 2005/02/07 15:46:14 fserb Exp $
+
+ 07 Feb 2005; Fernando Serboncini <fserb@gentoo.org> quixote-0.6.1.ebuild,
+ quixote-1.0.ebuild:
+ moved 'inherit' to the right place
19 Jan 2005; <gongloo@gentoo.org> quixote-1.0.ebuild:
Keyworded ~ppc-macos.
diff --git a/dev-python/quixote/Manifest b/dev-python/quixote/Manifest
index 3c4d71d5e7d4..3299f4aa4521 100644
--- a/dev-python/quixote/Manifest
+++ b/dev-python/quixote/Manifest
@@ -1,6 +1,16 @@
-MD5 5c2df2708ab99c0e0519b5d6c9c64b32 ChangeLog 1993
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 c204d327ab0886abf5a5ceb4cda1c524 ChangeLog 2127
MD5 a2cfe785f6ad94c61071fa71dbe89aeb metadata.xml 244
-MD5 b1be5df97bb2bfd9a4e6579613805dbd quixote-0.6.1.ebuild 787
-MD5 e61fb16d62c12070a02920c535a3e7db quixote-1.0.ebuild 792
+MD5 08c258c3dc13ce92d8bdd6dee0413cc2 quixote-0.6.1.ebuild 785
+MD5 a4e0b94816324bba5635af02173c64ea quixote-1.0.ebuild 790
MD5 f0b85ab0bd5e039d101c49571e31286f files/digest-quixote-0.6.1 65
MD5 d0fe64af7a033c96a95874b7c81439a9 files/digest-quixote-1.0 63
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFCB41dxtZcznfol0URAvlvAKCh7Li/3Uao1wAEBmbRhkYvV8wfhgCfWMSm
+OSEm+7Kt/hgYY3efR/Whryo=
+=qCbb
+-----END PGP SIGNATURE-----
diff --git a/dev-python/quixote/quixote-0.6.1.ebuild b/dev-python/quixote/quixote-0.6.1.ebuild
index 73e7d1cf88d0..8ae0739624b2 100644
--- a/dev-python/quixote/quixote-0.6.1.ebuild
+++ b/dev-python/quixote/quixote-0.6.1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# 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.5 2005/01/20 02:59:36 gongloo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-0.6.1.ebuild,v 1.6 2005/02/07 15:46:14 fserb Exp $
+
+inherit distutils
PN0="Quixote"
DESCRIPTION="Python HTML templating framework for developing web applications."
@@ -12,8 +14,6 @@ SLOT="0"
KEYWORDS="x86"
IUSE=""
-inherit distutils
-
DEPEND=">=dev-lang/python-2.2"
S=${WORKDIR}/${PN0}-${PV}
diff --git a/dev-python/quixote/quixote-1.0.ebuild b/dev-python/quixote/quixote-1.0.ebuild
index ae324c92e103..e09172cb9b2d 100644
--- a/dev-python/quixote/quixote-1.0.ebuild
+++ b/dev-python/quixote/quixote-1.0.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-1.0.ebuild,v 1.3 2005/01/20 02:59:36 gongloo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-1.0.ebuild,v 1.4 2005/02/07 15:46:14 fserb Exp $
+
+inherit distutils
MY_P=${P/q/Q}
DESCRIPTION="Python HTML templating framework for developing web applications."
@@ -12,8 +14,6 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~ppc-macos"
IUSE=""
-inherit distutils
-
DEPEND=">=dev-lang/python-2.2"
S=${WORKDIR}/${MY_P}