Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/cherrytemplate: cherrytemplate-1.0.0-r1.ebuild ChangeLog cherrytemplate-1.0.0.ebuild
Date: Mon, 29 Dec 2014 08:09:26
Message-Id: 20141229080922.F1655E688@oystercatcher.gentoo.org
1 idella4 14/12/29 08:09:22
2
3 Modified: ChangeLog
4 Added: cherrytemplate-1.0.0-r1.ebuild
5 Removed: cherrytemplate-1.0.0.ebuild
6 Log:
7 revbump; conversion -> distutils-r1, rm old
8
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
10
11 Revision Changes Path
12 1.9 dev-python/cherrytemplate/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrytemplate/ChangeLog?rev=1.9&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrytemplate/ChangeLog?rev=1.9&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrytemplate/ChangeLog?r1=1.8&r2=1.9
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/ChangeLog,v
21 retrieving revision 1.8
22 retrieving revision 1.9
23 diff -u -r1.8 -r1.9
24 --- ChangeLog 3 Jul 2010 23:01:50 -0000 1.8
25 +++ ChangeLog 29 Dec 2014 08:09:22 -0000 1.9
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/cherrytemplate
28 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/ChangeLog,v 1.8 2010/07/03 23:01:50 arfrever Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/ChangeLog,v 1.9 2014/12/29 08:09:22 idella4 Exp $
32 +
33 +*cherrytemplate-1.0.0-r1 (29 Dec 2014)
34 +
35 + 29 Dec 2014; Ian Delaney <idella4@g.o> +cherrytemplate-1.0.0-r1.ebuild,
36 + -cherrytemplate-1.0.0.ebuild:
37 + revbump; conversion -> distutils-r1, rm old
38
39 03 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
40 cherrytemplate-1.0.0.ebuild:
41 @@ -32,4 +38,3 @@
42 15 Mar 2005; Rob Cakebread <pythonhead@g.o>
43 +cherrytemplate-1.0.0.ebuild:
44 Initial commit.
45 -
46
47
48
49 1.1 dev-python/cherrytemplate/cherrytemplate-1.0.0-r1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrytemplate/cherrytemplate-1.0.0-r1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrytemplate/cherrytemplate-1.0.0-r1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: cherrytemplate-1.0.0-r1.ebuild
55 ===================================================================
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/cherrytemplate-1.0.0-r1.ebuild,v 1.1 2014/12/29 08:09:22 idella4 Exp $
59
60 EAPI=5
61 PYTHON_COMPAT=( python2_7 )
62
63 inherit distutils-r1
64
65 MY_PN="CherryTemplate"
66 MY_P="${MY_PN}-${PV}"
67
68 DESCRIPTION="Easy and powerful templating module for Python"
69 HOMEPAGE="http://cherrytemplate.python-hosting.com/"
70 SRC_URI="mirror://sourceforge/cherrypy/${MY_P}.tar.gz"
71
72 LICENSE="BSD"
73 SLOT="0"
74 KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
75 IUSE=""
76
77 DEPEND=""
78 RDEPEND=""
79
80 S="${WORKDIR}/${MY_P}"