idella4     14/12/29 08:09:22

  Modified:             ChangeLog
  Added:                cherrytemplate-1.0.0-r1.ebuild
  Removed:              cherrytemplate-1.0.0.ebuild
  Log:
  revbump; conversion -> distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.9                  dev-python/cherrytemplate/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrytemplate/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrytemplate/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrytemplate/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   3 Jul 2010 23:01:50 -0000       1.8
+++ ChangeLog   29 Dec 2014 08:09:22 -0000      1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/cherrytemplate
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/ChangeLog,v 1.8 
2010/07/03 23:01:50 arfrever Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/ChangeLog,v 1.9 
2014/12/29 08:09:22 idella4 Exp $
+
+*cherrytemplate-1.0.0-r1 (29 Dec 2014)
+
+  29 Dec 2014; Ian Delaney <idel...@gentoo.org> 
+cherrytemplate-1.0.0-r1.ebuild,
+  -cherrytemplate-1.0.0.ebuild:
+  revbump; conversion -> distutils-r1, rm old
 
   03 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfre...@gentoo.org>
   cherrytemplate-1.0.0.ebuild:
@@ -32,4 +38,3 @@
   15 Mar 2005; Rob Cakebread <pythonh...@gentoo.org>
   +cherrytemplate-1.0.0.ebuild:
   Initial commit.
-



1.1                  dev-python/cherrytemplate/cherrytemplate-1.0.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrytemplate/cherrytemplate-1.0.0-r1.ebuild?rev=1.1&view=markup
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

Index: cherrytemplate-1.0.0-r1.ebuild
===================================================================
# Copyright 1999-2014 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-r1.ebuild,v
 1.1 2014/12/29 08:09:22 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

MY_PN="CherryTemplate"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Easy and powerful templating module for Python"
HOMEPAGE="http://cherrytemplate.python-hosting.com/";
SRC_URI="mirror://sourceforge/cherrypy/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

S="${WORKDIR}/${MY_P}"




Reply via email to