diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2009-03-21 23:14:41 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2009-03-21 23:14:41 +0000 |
commit | d6d3b9c4aefa570862585626a83c75e9547008a2 (patch) | |
tree | 631e5fd259ec0efac5e4ec8f2a2c0e4f59032624 /dev-python/cssutils | |
parent | Version bump. Respect CFLAGS and LDFLAGS (bug #239967). (diff) | |
download | gentoo-2-d6d3b9c4aefa570862585626a83c75e9547008a2.tar.gz gentoo-2-d6d3b9c4aefa570862585626a83c75e9547008a2.tar.bz2 gentoo-2-d6d3b9c4aefa570862585626a83c75e9547008a2.zip |
Added setuptools to DEPEND. Removed old version.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'dev-python/cssutils')
-rw-r--r-- | dev-python/cssutils/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/cssutils/cssutils-0.9.6_alpha1-r1.ebuild (renamed from dev-python/cssutils/cssutils-0.9.6_alpha1.ebuild) | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-python/cssutils/ChangeLog b/dev-python/cssutils/ChangeLog index 38cdeb557337..427de1147c85 100644 --- a/dev-python/cssutils/ChangeLog +++ b/dev-python/cssutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/cssutils # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/ChangeLog,v 1.1 2009/02/10 13:15:01 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/ChangeLog,v 1.2 2009/03/21 23:14:41 neurogeek Exp $ + +*cssutils-0.9.6_alpha1-r1 (21 Mar 2009) + + 21 Mar 2009; Jesus Rivero <neurogeek@gentoo.org> + -cssutils-0.9.6_alpha1.ebuild, +cssutils-0.9.6_alpha1-r1.ebuild: + Added setuptools to DEPEND. Removed old version. *cssutils-0.9.6_alpha1 (10 Feb 2009) *cssutils-0.9.5.1 (10 Feb 2009) diff --git a/dev-python/cssutils/cssutils-0.9.6_alpha1.ebuild b/dev-python/cssutils/cssutils-0.9.6_alpha1-r1.ebuild index 7c7993b3f8a5..165f46e9d2de 100644 --- a/dev-python/cssutils/cssutils-0.9.6_alpha1.ebuild +++ b/dev-python/cssutils/cssutils-0.9.6_alpha1-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/cssutils-0.9.6_alpha1.ebuild,v 1.1 2009/02/10 13:15:01 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/cssutils-0.9.6_alpha1-r1.ebuild,v 1.1 2009/03/21 23:14:41 neurogeek Exp $ -inherit distutils eutils +inherit distutils MY_P=${P/_alpha/a} DESCRIPTION="A Python package to parse and build CSS Cascading Style Sheets." @@ -14,6 +14,8 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" -RDEPEND=">=dev-lang/python-2.4" +RDEPEND="virtual/python" +DEPEND=">=dev-python/setuptools-0.6_rc7-r1 + ${RDEPEND}" S="${WORKDIR}/${MY_P}" |