summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2007-06-25 07:35:26 +0000
committerAli Polatel <hawking@gentoo.org>2007-06-25 07:35:26 +0000
commitf04d8818a54b4d8621ddbc7f1cd8d6e20f96dbb8 (patch)
tree645b200142c9197f35efadfe7ec3f6135b91bfc1 /dev-python/cherrytemplate
parentPut patches on Gentoo mirrors. (diff)
downloadgentoo-2-f04d8818a54b4d8621ddbc7f1cd8d6e20f96dbb8.tar.gz
gentoo-2-f04d8818a54b4d8621ddbc7f1cd8d6e20f96dbb8.tar.bz2
gentoo-2-f04d8818a54b4d8621ddbc7f1cd8d6e20f96dbb8.zip
use NEED_PYTHON, removed unneeded lines
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'dev-python/cherrytemplate')
-rw-r--r--dev-python/cherrytemplate/ChangeLog5
-rw-r--r--dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild13
2 files changed, 12 insertions, 6 deletions
diff --git a/dev-python/cherrytemplate/ChangeLog b/dev-python/cherrytemplate/ChangeLog
index d20dd56dacc1..b815598f07bf 100644
--- a/dev-python/cherrytemplate/ChangeLog
+++ b/dev-python/cherrytemplate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cherrytemplate
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/ChangeLog,v 1.5 2007/02/22 00:21:13 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/ChangeLog,v 1.6 2007/06/25 07:35:26 hawking Exp $
+
+ 25 Jun 2007; Ali Polatel <hawking@gentoo.org> cherrytemplate-1.0.0.ebuild:
+ use NEED_PYTHON, removed unneeded lines
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild b/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild
index f3f4dc97482e..02fbbd638a2b 100644
--- a/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild
+++ b/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild,v 1.4 2006/08/20 09:57:25 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild,v 1.5 2007/06/25 07:35:26 hawking Exp $
+
+NEED_PYTHON=2.3
inherit distutils
@@ -12,8 +14,9 @@ SRC_URI="mirror://sourceforge/cherrypy/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~ia64 ~ppc ~x86"
-
IUSE=""
-DEPEND=">=dev-lang/python-2.3"
-S=${WORKDIR}/${MY_P}
+DEPEND=""
+RDEPEND=""
+
+S=${WORKDIR}/${MY_P}