Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/mercurial: mercurial-1.5.3.ebuild ChangeLog
Date: Sun, 30 May 2010 20:12:53
Message-Id: 20100530201249.95DBA2CF37@corvid.gentoo.org
1 grobian 10/05/30 20:12:49
2
3 Modified: mercurial-1.5.3.ebuild ChangeLog
4 Log:
5 Make ebuild Prefix aware, transfer Prefix keywords, bug #321993
6 (Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
7
8 Revision Changes Path
9 1.2 dev-vcs/mercurial/mercurial-1.5.3.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.3.ebuild?r1=1.1&r2=1.2
14
15 Index: mercurial-1.5.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mercurial-1.5.3.ebuild 14 May 2010 11:09:28 -0000 1.1
22 +++ mercurial-1.5.3.ebuild 30 May 2010 20:12:49 -0000 1.2
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.3.ebuild,v 1.1 2010/05/14 11:09:28 djc Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.3.ebuild,v 1.2 2010/05/30 20:12:49 grobian Exp $
28
29 -EAPI=2
30 +EAPI=3
31
32 inherit bash-completion elisp-common flag-o-matic eutils distutils
33
34 @@ -12,7 +12,7 @@
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
39 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
40 IUSE="bugzilla emacs gpg test tk zsh-completion"
41
42 CDEPEND=">=dev-lang/python-2.4[threads]"
43 @@ -54,7 +54,7 @@
44
45 rm -f doc/*.?.txt
46 dodoc CONTRIBUTORS PKG-INFO README doc/*.txt
47 - cp hgweb*.cgi "${D}"/usr/share/doc/${PF}/
48 + cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/
49
50 dobin hgeditor
51 dobin contrib/hgk
52 @@ -63,11 +63,11 @@
53 rm -f contrib/hgk contrib/hg-ssh
54
55 rm -f contrib/bash_completion
56 - cp -r contrib "${D}"/usr/share/doc/${PF}/
57 + cp -r contrib "${ED}"/usr/share/doc/${PF}/
58 doman doc/*.?
59
60 cat > "${T}/80mercurial" <<-EOF
61 -HG=/usr/bin/hg
62 +HG="${EPREFIX}/usr/bin/hg"
63 EOF
64 doenvd "${T}/80mercurial"
65
66
67
68
69 1.11 dev-vcs/mercurial/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.11&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.11&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?r1=1.10&r2=1.11
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v
78 retrieving revision 1.10
79 retrieving revision 1.11
80 diff -u -r1.10 -r1.11
81 --- ChangeLog 20 May 2010 00:25:19 -0000 1.10
82 +++ ChangeLog 30 May 2010 20:12:49 -0000 1.11
83 @@ -1,6 +1,9 @@
84 # ChangeLog for dev-vcs/mercurial
85 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.10 2010/05/20 00:25:19 jer Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.11 2010/05/30 20:12:49 grobian Exp $
88 +
89 + 30 May 2010; Fabian Groffen <grobian@g.o> mercurial-1.5.3.ebuild:
90 + Make ebuild Prefix aware, transfer Prefix keywords, bug #321993
91
92 20 May 2010; Jeroen Roovers <jer@g.o> mercurial-1.5.ebuild:
93 Stable for HPPA (bug #314945).