djc 15/07/12 15:32:38 Modified: asciidoc-8.6.9-r1.ebuild ChangeLog Log: Add python 3.3, 3.4 compatibility (fixes bug 546110) (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 30380381)
Revision Changes Path 1.12 app-text/asciidoc/asciidoc-8.6.9-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild?r1=1.11&r2=1.12 Index: asciidoc-8.6.9-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- asciidoc-8.6.9-r1.ebuild 6 Dec 2014 16:39:50 -0000 1.11 +++ asciidoc-8.6.9-r1.ebuild 12 Jul 2015 15:32:38 -0000 1.12 @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild,v 1.11 2014/12/06 16:39:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild,v 1.12 2015/07/12 15:32:38 djc Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 pypy ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy ) inherit python-single-r1 1.109 app-text/asciidoc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/ChangeLog?rev=1.109&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/ChangeLog?rev=1.109&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/ChangeLog?r1=1.108&r2=1.109 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- ChangeLog 9 Jun 2015 12:09:08 -0000 1.108 +++ ChangeLog 12 Jul 2015 15:32:38 -0000 1.109 @@ -1,6 +1,9 @@ # ChangeLog for app-text/asciidoc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.108 2015/06/09 12:09:08 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.109 2015/07/12 15:32:38 djc Exp $ + + 12 Jul 2015; Dirkjan Ochtman <[email protected]> asciidoc-8.6.9-r1.ebuild: + Add python 3.3, 3.4 compatibility (fixes bug 546110) 09 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Updating remote-id in metadata.xml
