jlec 15/06/06 15:46:30 Modified: tatt-0.2.ebuild tatt-9999.ebuild ChangeLog Log: Drop python 3 support as tatt isn't ready (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.3 app-portage/tatt/tatt-0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/tatt-0.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/tatt-0.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/tatt-0.2.ebuild?r1=1.2&r2=1.3 Index: tatt-0.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-0.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tatt-0.2.ebuild 7 Jan 2015 14:17:58 -0000 1.2 +++ tatt-0.2.ebuild 6 Jun 2015 15:46:30 -0000 1.3 @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-0.2.ebuild,v 1.2 2015/01/07 14:17:58 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-0.2.ebuild,v 1.3 2015/06/06 15:46:30 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 @@ -30,7 +30,7 @@ distutils-r1_python_install_all if use templates; then insinto "/usr/share/${PN}" - doins -r templates || die + doins -r templates fi doman tatt.1 doman tatt.5 1.10 app-portage/tatt/tatt-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/tatt-9999.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/tatt-9999.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/tatt-9999.ebuild?r1=1.9&r2=1.10 Index: tatt-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-9999.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- tatt-9999.ebuild 7 Jan 2015 14:16:39 -0000 1.9 +++ tatt-9999.ebuild 6 Jun 2015 15:46:30 -0000 1.10 @@ -1,10 +1,10 @@ # Copyright 1999-2015 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.9 2015/01/07 14:16:39 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-9999.ebuild,v 1.10 2015/06/06 15:46:30 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 git-r3 1.12 app-portage/tatt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 6 Jun 2015 07:48:11 -0000 1.11 +++ ChangeLog 6 Jun 2015 15:46:30 -0000 1.12 @@ -1,6 +1,10 @@ # ChangeLog for app-portage/tatt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v 1.11 2015/06/06 07:48:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v 1.12 2015/06/06 15:46:30 jlec Exp $ + + 06 Jun 2015; Justin Lecher <[email protected]> tatt-0.2.ebuild, + tatt-9999.ebuild: + Drop python 3 support as tatt isn't ready 06 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml
