Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/mercurial: mercurial-9999.ebuild ChangeLog
Date: Thu, 27 Dec 2012 18:48:07
Message-Id: 20121227184752.65DD42171D@flycatcher.gentoo.org
1 ottxor 12/12/27 18:47:52
2
3 Modified: mercurial-9999.ebuild ChangeLog
4 Log:
5 mercurial.eclass respects now
6
7 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.13 dev-vcs/mercurial/mercurial-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-9999.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-9999.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-9999.ebuild?r1=1.12&r2=1.13
15
16 Index: mercurial-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-9999.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- mercurial-9999.ebuild 21 Feb 2012 03:31:01 -0000 1.12
23 +++ mercurial-9999.ebuild 27 Dec 2012 18:47:52 -0000 1.13
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-9999.ebuild,v 1.12 2012/02/21 03:31:01 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-9999.ebuild,v 1.13 2012/12/27 18:47:52 ottxor Exp $
29
30 EAPI=3
31 PYTHON_DEPEND="2"
32 @@ -28,8 +28,6 @@
33 dev-python/pygments )
34 app-text/asciidoc"
35
36 -S="${WORKDIR}/hg"
37 -
38 PYTHON_CFLAGS=(
39 "2.* + -fno-strict-aliasing"
40 "* - -ftracer -ftree-vectorize"
41
42
43
44 1.92 dev-vcs/mercurial/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.92&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.92&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?r1=1.91&r2=1.92
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v
53 retrieving revision 1.91
54 retrieving revision 1.92
55 diff -u -r1.91 -r1.92
56 --- ChangeLog 16 Dec 2012 14:15:53 -0000 1.91
57 +++ ChangeLog 27 Dec 2012 18:47:52 -0000 1.92
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-vcs/mercurial
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.91 2012/12/16 14:15:53 pacho Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.92 2012/12/27 18:47:52 ottxor Exp $
63 +
64 + 27 Dec 2012; Christoph Junghans <ottxor@g.o> mercurial-9999.ebuild:
65 + mercurial.eclass respects now
66
67 16 Dec 2012; Pacho Ramos <pacho@g.o> metadata.xml:
68 Cleanup due retirement, #95685