idella4     14/12/07 08:34:09

  Modified:             chameleon-2.16.ebuild ChangeLog
  Added:                chameleon-2.18.ebuild
  Removed:              chameleon-2.15.ebuild chameleon-2.13.ebuild
                        chameleon-2.10.ebuild chameleon-2.14.ebuild
                        chameleon-2.11-r1.ebuild chameleon-2.9.2.ebuild
                        chameleon-2.12.ebuild chameleon-2.8.3-r1.ebuild
                        chameleon-2.11.ebuild
  Log:
  bump; clean old python impl, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/chameleon/chameleon-2.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/chameleon-2.16.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/chameleon-2.16.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/chameleon-2.16.ebuild?r1=1.1&r2=1.2

Index: chameleon-2.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chameleon-2.16.ebuild       26 May 2014 08:22:17 -0000      1.1
+++ chameleon-2.16.ebuild       7 Dec 2014 08:34:09 -0000       1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.16.ebuild,v 1.1 
2014/05/26 08:22:17 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.16.ebuild,v 1.2 
2014/12/07 08:34:09 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.26                 dev-python/chameleon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   26 May 2014 08:22:17 -0000      1.25
+++ ChangeLog   7 Dec 2014 08:34:09 -0000       1.26
@@ -1,6 +1,15 @@
 # ChangeLog for dev-python/chameleon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v 1.25 
2014/05/26 08:22:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v 1.26 
2014/12/07 08:34:09 idella4 Exp $
+
+*chameleon-2.18 (07 Dec 2014)
+
+  07 Dec 2014; Ian Delaney <[email protected]> +chameleon-2.18.ebuild,
+  -chameleon-2.10.ebuild, -chameleon-2.11-r1.ebuild, -chameleon-2.11.ebuild,
+  -chameleon-2.12.ebuild, -chameleon-2.13.ebuild, -chameleon-2.14.ebuild,
+  -chameleon-2.15.ebuild, -chameleon-2.8.3-r1.ebuild, -chameleon-2.9.2.ebuild,
+  chameleon-2.16.ebuild:
+  bump; clean old python impl, rm old
 
 *chameleon-2.16 (26 May 2014)
 



1.1                  dev-python/chameleon/chameleon-2.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/chameleon-2.18.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/chameleon-2.18.ebuild?rev=1.1&content-type=text/plain

Index: chameleon-2.18.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.18.ebuild,v 
1.1 2014/12/07 08:34:09 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )

inherit distutils-r1

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

DESCRIPTION="Fast HTML/XML template compiler for Python"
HOMEPAGE="http://chameleon.repoze.org http://pypi.python.org/pypi/Chameleon";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="repoze"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
RDEPEND=""

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

python_compile_all() {
        use doc && emake html
}

python_test() {
        esetup.py test
}

python_install_all() {
        use doc && local HTML_DOCS=( _build/html/{[a-z]*,_static} )

        distutils-r1_python_install_all
}




Reply via email to