idella4     15/01/09 10:29:37

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

Revision  Changes    Path
1.13                 dev-python/simpletal/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simpletal/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   10 Aug 2014 21:22:29 -0000      1.12
+++ ChangeLog   9 Jan 2015 10:29:37 -0000       1.13
@@ -1,6 +1,14 @@
 # ChangeLog for dev-python/simpletal
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simpletal/ChangeLog,v 1.12 
2014/08/10 21:22:29 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simpletal/ChangeLog,v 1.13 
2015/01/09 10:29:37 idella4 Exp $
+
+*simpletal-5.1-r1 (09 Jan 2015)
+*simpletal-4.2-r1 (09 Jan 2015)
+
+  09 Jan 2015; Ian Delaney <[email protected]> +simpletal-4.2-r1.ebuild,
+  +simpletal-5.1-r1.ebuild, -simpletal-4.2.ebuild, -simpletal-5.0.ebuild,
+  -simpletal-5.1.ebuild:
+  revbumps; conversion -> distutils-r1, rm old
 
   10 Aug 2014; Sergei Trofimovich <[email protected]> simpletal-4.2.ebuild,
   simpletal-5.0.ebuild, simpletal-5.1.ebuild:



1.1                  dev-python/simpletal/simpletal-4.2-r1.ebuild

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

Index: simpletal-4.2-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/simpletal/simpletal-4.2-r1.ebuild,v 1.1 
2015/01/09 10:29:37 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

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

DESCRIPTION="Stand alone Python implementation of the Zope TAL, TALES and METAL 
specs for HTML/XML templates"
HOMEPAGE="http://www.owlfish.com/software/simpleTAL/ 
http://pypi.python.org/pypi/SimpleTAL";
SRC_URI="http://www.owlfish.com/software/simpleTAL/downloads/${MY_P}.tar.gz";

LICENSE="BSD"
SLOT="4"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="doc examples"

DEPEND="dev-python/pyxml[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"

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

python_prepare_all() {
        sed -e "s/^TEMP_DIR=.*/TEMP_DIR=os.curdir/" \
                -i tests/TALUtilsTests/TemplateCacheTestCases.py || die
        distutils-r1_python_prepare_all
}

python_test() {
        "${PYTHON}" runtests.py || die "tests failed"
}

python_install_all() {
        use doc && local HTML_DOCS=( documentation/html/. )
        use examples && local EXAMPLES=( examples/. )
        distutils-r1_python_install_all
}



1.1                  dev-python/simpletal/simpletal-5.1-r1.ebuild

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

Index: simpletal-5.1-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/simpletal/simpletal-5.1-r1.ebuild,v 1.1 
2015/01/09 10:29:37 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python3_3 )

inherit distutils-r1

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

DESCRIPTION="Stand alone Python implementation of the Zope TAL, TALES and METAL 
specs for HTML/XML templates"
HOMEPAGE="http://www.owlfish.com/software/simpleTAL/ 
http://pypi.python.org/pypi/SimpleTAL";
SRC_URI="http://www.owlfish.com/software/simpleTAL/downloads/${MY_P}.tar.gz";

LICENSE="BSD"
SLOT="5"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="doc examples"

DEPEND=""
RDEPEND=""

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

python_prepare_all() {
        sed -e "s/^TEMP_DIR=.*/TEMP_DIR=os.curdir/" \
                -i tests/TALUtilsTests/TemplateCacheTestCases.py || die
        distutils-r1_python_prepare_all
}

python_test() {
        "${PYTHON}" runtests.py || die "tests failed"
}

python_install_all() {
        use doc && local HTML_DOCS=( documentation/html/. )
        use examples && local EXAMPLES=( examples/. )
        distutils-r1_python_install_all
}




Reply via email to