diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-03-22 22:30:11 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-03-22 22:30:11 +0000 |
commit | e965d9ee1718e5548af5de5242ae8ecea4bd9526 (patch) | |
tree | 20b8ae66bdd35ce04308162f1e1d787c788553e9 | |
parent | QA, bug #45343. (Manifest recommit) (diff) | |
download | gentoo-2-e965d9ee1718e5548af5de5242ae8ecea4bd9526.tar.gz gentoo-2-e965d9ee1718e5548af5de5242ae8ecea4bd9526.tar.bz2 gentoo-2-e965d9ee1718e5548af5de5242ae8ecea4bd9526.zip |
QA, bug #45343.
-rw-r--r-- | dev-python/cheetah/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/cheetah/cheetah-0.9.14.ebuild | 5 | ||||
-rw-r--r-- | dev-python/cheetah/cheetah-0.9.15.ebuild | 5 | ||||
-rw-r--r-- | dev-python/validation/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/validation/validation-1.0.1.ebuild | 7 | ||||
-rw-r--r-- | dev-python/validation/validation-1.2.3.ebuild | 7 |
6 files changed, 20 insertions, 16 deletions
diff --git a/dev-python/cheetah/ChangeLog b/dev-python/cheetah/ChangeLog index 15e156e9ff6f..759c5cbe57f9 100644 --- a/dev-python/cheetah/ChangeLog +++ b/dev-python/cheetah/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/cheetah # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.3 2004/03/18 22:02:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.4 2004/03/22 22:30:11 kloeri Exp $ + + 22 Mar 2004; <kloeri@gentoo.org> cheetah-0.9.14.ebuild, + cheetah-0.9.15.ebuild: + QA, bug #45343. 26 Feb 2004; Sven Blumenstein <bazik@gentoo.org> cheetah-0.9.15.ebuild: Stable on sparc. diff --git a/dev-python/cheetah/cheetah-0.9.14.ebuild b/dev-python/cheetah/cheetah-0.9.14.ebuild index 74942969dc34..02f0e5e81a65 100644 --- a/dev-python/cheetah/cheetah-0.9.14.ebuild +++ b/dev-python/cheetah/cheetah-0.9.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-0.9.14.ebuild,v 1.1 2004/01/18 12:18:55 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-0.9.14.ebuild,v 1.2 2004/03/22 22:30:11 kloeri Exp $ inherit distutils @@ -10,8 +10,7 @@ DESCRIPTION="Cheetah is a Python-powered template engine and code generator." SRC_URI="mirror://sourceforge/cheetahtemplate/${MY_P}.tar.gz" HOMEPAGE="http://www.cheetahtemplate.org/" -RDEPEND=">=dev-lang/python-2.2" -DEPEND="${RDEPEND}" +DEPEND=">=dev-lang/python-2.2" SLOT="0" KEYWORDS="x86 sparc alpha" diff --git a/dev-python/cheetah/cheetah-0.9.15.ebuild b/dev-python/cheetah/cheetah-0.9.15.ebuild index 3a89ada04290..71409b266529 100644 --- a/dev-python/cheetah/cheetah-0.9.15.ebuild +++ b/dev-python/cheetah/cheetah-0.9.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-0.9.15.ebuild,v 1.2 2004/02/26 19:02:06 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-0.9.15.ebuild,v 1.3 2004/03/22 22:30:11 kloeri Exp $ inherit distutils @@ -15,8 +15,7 @@ IUSE="" KEYWORDS="x86 sparc ~alpha" SLOT="0" -RDEPEND=">=dev-lang/python-2.2" -DEPEND="${RDEPEND}" +DEPEND=">=dev-lang/python-2.2" PYTHON_MODNAME="Cheetah" diff --git a/dev-python/validation/ChangeLog b/dev-python/validation/ChangeLog index 5acc48f7c275..30b6e4928034 100644 --- a/dev-python/validation/ChangeLog +++ b/dev-python/validation/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/validation # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/validation/ChangeLog,v 1.4 2004/01/19 13:16:51 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/validation/ChangeLog,v 1.5 2004/03/22 22:26:36 kloeri Exp $ + + 22 Mar 2004; <kloeri@gentoo.org> validation-1.0.1.ebuild, + validation-1.2.3.ebuild: + QA, bug #45343. *validation-1.2.3 (19 Jan 2004) diff --git a/dev-python/validation/validation-1.0.1.ebuild b/dev-python/validation/validation-1.0.1.ebuild index 810d3041be2b..dab5072a7111 100644 --- a/dev-python/validation/validation-1.0.1.ebuild +++ b/dev-python/validation/validation-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/validation/validation-1.0.1.ebuild,v 1.3 2004/01/19 13:16:51 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/validation/validation-1.0.1.ebuild,v 1.4 2004/03/22 22:26:36 kloeri Exp $ SLOT="0" IUSE="" DESCRIPTION="Generic validators originally defined for Archetypes" @@ -13,11 +13,10 @@ S=${WORKDIR}/${SRC_P}/${PN} LICENSE="GPL-2" KEYWORDS="~x86" if [ "${PYTHON_SLOT_VERSION}" = 'VIRTUAL' ] ; then - RDEPEND="virtual/python" + DEPEND="virtual/python" else - RDEPEND="dev-lang/python" + DEPEND="dev-lang/python" fi -DEPEND="${RDEPEND}" src_install() { local python="" diff --git a/dev-python/validation/validation-1.2.3.ebuild b/dev-python/validation/validation-1.2.3.ebuild index 2a9e14e0b118..02cf9c5c10f5 100644 --- a/dev-python/validation/validation-1.2.3.ebuild +++ b/dev-python/validation/validation-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/validation/validation-1.2.3.ebuild,v 1.1 2004/01/19 13:16:51 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/validation/validation-1.2.3.ebuild,v 1.2 2004/03/22 22:26:36 kloeri Exp $ SLOT="0" IUSE="" DESCRIPTION="Generic validators originally defined for Archetypes" @@ -13,11 +13,10 @@ S=${WORKDIR}/${SRC_P}/${PN} LICENSE="GPL-2" KEYWORDS="~x86" if [ "${PYTHON_SLOT_VERSION}" = 'VIRTUAL' ] ; then - RDEPEND="virtual/python" + DEPEND="virtual/python" else - RDEPEND="dev-lang/python" + DEPEND="dev-lang/python" fi -DEPEND="${RDEPEND}" src_install() { local python="" |