Gentoo Archives: gentoo-commits

From: "Jesus Rivero (neurogeek)" <neurogeek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/cssutils: ChangeLog cssutils-0.9.6_alpha1-r1.ebuild cssutils-0.9.6_alpha1.ebuild
Date: Sat, 21 Mar 2009 23:14:44
Message-Id: E1LlAOn-0003eg-UL@stork.gentoo.org
1 neurogeek 09/03/21 23:14:41
2
3 Modified: ChangeLog
4 Added: cssutils-0.9.6_alpha1-r1.ebuild
5 Removed: cssutils-0.9.6_alpha1.ebuild
6 Log:
7 Added setuptools to DEPEND. Removed old version.
8 (Portage version: 2.2_rc23/cvs/Linux i686)
9
10 Revision Changes Path
11 1.2 dev-python/cssutils/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cssutils/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cssutils/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cssutils/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/cssutils/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 10 Feb 2009 13:15:01 -0000 1.1
24 +++ ChangeLog 21 Mar 2009 23:14:41 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/cssutils
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/ChangeLog,v 1.1 2009/02/10 13:15:01 lordvan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/ChangeLog,v 1.2 2009/03/21 23:14:41 neurogeek Exp $
30 +
31 +*cssutils-0.9.6_alpha1-r1 (21 Mar 2009)
32 +
33 + 21 Mar 2009; Jesus Rivero <neurogeek@g.o>
34 + -cssutils-0.9.6_alpha1.ebuild, +cssutils-0.9.6_alpha1-r1.ebuild:
35 + Added setuptools to DEPEND. Removed old version.
36
37 *cssutils-0.9.6_alpha1 (10 Feb 2009)
38 *cssutils-0.9.5.1 (10 Feb 2009)
39
40
41
42 1.1 dev-python/cssutils/cssutils-0.9.6_alpha1-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cssutils/cssutils-0.9.6_alpha1-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cssutils/cssutils-0.9.6_alpha1-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: cssutils-0.9.6_alpha1-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $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 $
52
53 inherit distutils
54
55 MY_P=${P/_alpha/a}
56 DESCRIPTION="A Python package to parse and build CSS Cascading Style Sheets."
57 HOMEPAGE="http://code.google.com/p/cssutils"
58 SRC_URI="http://cssutils.googlecode.com/files/${MY_P}.zip"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~x86 ~amd64"
63 IUSE=""
64
65 RDEPEND="virtual/python"
66 DEPEND=">=dev-python/setuptools-0.6_rc7-r1
67 ${RDEPEND}"
68
69 S="${WORKDIR}/${MY_P}"