jlec 14/12/23 15:51:50 Modified: tatt-9999.ebuild metadata.xml ChangeLog Log: app-portage/tatt: Move to git-r3; fix python eclass usage (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.8 app-portage/tatt/tatt-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/tatt-9999.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/tatt-9999.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/tatt-9999.ebuild?r1=1.7&r2=1.8 Index: tatt-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-9999.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- tatt-9999.ebuild 10 Jun 2013 14:01:05 -0000 1.7 +++ tatt-9999.ebuild 23 Dec 2014 15:51:50 -0000 1.8 @@ -1,15 +1,14 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-9999.ebuild,v 1.7 2013/06/10 14:01:05 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-9999.ebuild,v 1.8 2014/12/23 15:51:50 jlec Exp $ EAPI=5 -#configobj does not support python-3 -PYTHON_COMPAT=( python2_6 python2_7 ) +PYTHON_COMPAT=( python2_7 python3_{3,4} ) -inherit distutils-r1 git-2 +inherit distutils-r1 git-r3 -DESCRIPTION="tatt is an arch testing tool" +DESCRIPTION="arch testing tool" HOMEPAGE="http://github.com/tom111/tatt" EGIT_REPO_URI="https://github.com/tom111/tatt.git \ git://github.com/tom111/tatt.git" @@ -20,17 +19,13 @@ IUSE="+templates" RDEPEND=" - ${PYTHON_DEPS} app-portage/eix app-portage/gentoolkit www-client/pybugz - dev-python/configobj" -DEPEND=" - ${RDEPEND} + dev-python/configobj[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" -S="${WORKDIR}/${PN}" - python_install_all() { distutils-r1_python_install_all if use templates; then 1.4 app-portage/tatt/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/metadata.xml?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/metadata.xml?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/metadata.xml?r1=1.3&r2=1.4 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/tatt/metadata.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- metadata.xml 23 Sep 2011 21:57:57 -0000 1.3 +++ metadata.xml 23 Dec 2014 15:51:50 -0000 1.4 @@ -1,18 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> - <email>[email protected]</email> - <name>Thomas Kahle</name> -</maintainer> -<maintainer> - <email>[email protected]</email> - <name>Christian Faulhammer</name> -</maintainer> -<use> - <flag name="templates">Install template scripts to be used with tatt</flag> -</use> -<longdescription lang="en"> + <maintainer> + <email>[email protected]</email> + <name>Thomas Kahle</name> + </maintainer> + <maintainer> + <email>[email protected]</email> + <name>Christian Faulhammer</name> + </maintainer> + <use> + <flag name="templates">Install template scripts to be used with tatt</flag> + </use> + <longdescription lang="en"> Tatt arch testing tool can be use to automatically generate scripts for various boring tasks during arch work. It aims at developers. If you are a normal user you will not need tatt. </longdescription> 1.8 app-portage/tatt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 28 Apr 2014 19:48:47 -0000 1.7 +++ ChangeLog 23 Dec 2014 15:51:50 -0000 1.8 @@ -1,6 +1,9 @@ # ChangeLog for app-portage/tatt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v 1.7 2014/04/28 19:48:47 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v 1.8 2014/12/23 15:51:50 jlec Exp $ + + 23 Dec 2014; Justin Lecher <[email protected]> tatt-9999.ebuild, metadata.xml: + Move to git-r3; fix python eclass usage 28 Apr 2014; Sébastien Fabbro <[email protected]> tatt-0.1.ebuild: Keyword ~amd64-linux ~x86-linux
