Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/manuel: manuel-1.7.1.ebuild ChangeLog
Date: Sat, 29 Nov 2014 14:27:27
Message-Id: 20141129142723.3E1B4B293@oystercatcher.gentoo.org
1 idella4 14/11/29 14:27:23
2
3 Modified: manuel-1.7.1.ebuild ChangeLog
4 Log:
5 clean old python impls, tidy
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.9 dev-python/manuel/manuel-1.7.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/manuel/manuel-1.7.1.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/manuel/manuel-1.7.1.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/manuel/manuel-1.7.1.ebuild?r1=1.8&r2=1.9
15
16 Index: manuel-1.7.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/manuel/manuel-1.7.1.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- manuel-1.7.1.ebuild 25 Nov 2014 09:23:14 -0000 1.8
23 +++ manuel-1.7.1.ebuild 29 Nov 2014 14:27:23 -0000 1.9
24 @@ -1,11 +1,12 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/manuel/manuel-1.7.1.ebuild,v 1.8 2014/11/25 09:23:14 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/manuel/manuel-1.7.1.ebuild,v 1.9 2014/11/29 14:27:23 idella4 Exp $
29
30 EAPI=5
31 -PYTHON_COMPAT=( python2_{6,7} python{3_2,3_3,3_4} pypy pypy2_0 )
32
33 -inherit distutils-r1 eutils
34 +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
35 +
36 +inherit distutils-r1
37
38 DESCRIPTION="Manuel lets you build tested documentation"
39 HOMEPAGE="https://github.com/benji-york/manuel/ http://pypi.python.org/pypi/manuel"
40
41
42
43 1.14 dev-python/manuel/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/manuel/ChangeLog?rev=1.14&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/manuel/ChangeLog?rev=1.14&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/manuel/ChangeLog?r1=1.13&r2=1.14
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/manuel/ChangeLog,v
52 retrieving revision 1.13
53 retrieving revision 1.14
54 diff -u -r1.13 -r1.14
55 --- ChangeLog 25 Nov 2014 09:23:14 -0000 1.13
56 +++ ChangeLog 29 Nov 2014 14:27:23 -0000 1.14
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-python/manuel
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/manuel/ChangeLog,v 1.13 2014/11/25 09:23:14 pacho Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/manuel/ChangeLog,v 1.14 2014/11/29 14:27:23 idella4 Exp $
62 +
63 + 29 Nov 2014; Ian Delaney <idella4@g.o> manuel-1.7.1.ebuild:
64 + clean old python impls, tidy
65
66 25 Nov 2014; Pacho Ramos <pacho@g.o> manuel-1.7.1.ebuild:
67 Support python 3.4