Gentoo Archives: gentoo-commits

From: "Krzysiek Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/mercurial: ChangeLog metadata.xml mercurial-0.9.5-r1.ebuild
Date: Tue, 25 Dec 2007 19:44:52
Message-Id: E1J7Fhh-0001Vc-Js@stork.gentoo.org
1 nelchael 07/12/25 19:44:41
2
3 Modified: ChangeLog metadata.xml
4 Added: mercurial-0.9.5-r1.ebuild
5 Log:
6 Add upstream patch to hide passwords with http://user:password@.../ URLs.
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.59 dev-util/mercurial/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mercurial/ChangeLog?rev=1.59&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mercurial/ChangeLog?rev=1.59&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mercurial/ChangeLog?r1=1.58&r2=1.59
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/mercurial/ChangeLog,v
19 retrieving revision 1.58
20 retrieving revision 1.59
21 diff -u -r1.58 -r1.59
22 --- ChangeLog 7 Nov 2007 10:57:51 -0000 1.58
23 +++ ChangeLog 25 Dec 2007 19:44:41 -0000 1.59
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-util/mercurial
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/ChangeLog,v 1.58 2007/11/07 10:57:51 aross Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/ChangeLog,v 1.59 2007/12/25 19:44:41 nelchael Exp $
29 +
30 +*mercurial-0.9.5-r1 (25 Dec 2007)
31 +
32 + 25 Dec 2007; Krzysiek Pawlik <nelchael@g.o>
33 + +files/mercurial-0.9.5-hide-passwords.diff, metadata.xml,
34 + +mercurial-0.9.5-r1.ebuild:
35 + Add upstream patch to hide passwords with http://user:password@.../ URLs.
36
37 *mercurial-0.9.5 (07 Nov 2007)
38
39
40
41
42 1.4 dev-util/mercurial/metadata.xml
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mercurial/metadata.xml?rev=1.4&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mercurial/metadata.xml?rev=1.4&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mercurial/metadata.xml?r1=1.3&r2=1.4
47
48 Index: metadata.xml
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-util/mercurial/metadata.xml,v
51 retrieving revision 1.3
52 retrieving revision 1.4
53 diff -u -r1.3 -r1.4
54 --- metadata.xml 30 Jun 2007 07:42:01 -0000 1.3
55 +++ metadata.xml 25 Dec 2007 19:44:41 -0000 1.4
56 @@ -1,9 +1,13 @@
57 <?xml version="1.0" encoding="UTF-8"?>
58 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 <pkgmetadata>
60 -<herd>no-herd</herd>
61 -<maintainer>
62 - <email>aross@g.o</email>
63 - <name>Andrew Ross</name>
64 -</maintainer>
65 + <herd>no-herd</herd>
66 + <maintainer>
67 + <email>aross@g.o</email>
68 + <name>Andrew Ross</name>
69 + </maintainer>
70 + <maintainer>
71 + <email>nelchael@g.o</email>
72 + <name>Krzysiek Pawlik</name>
73 + </maintainer>
74 </pkgmetadata>
75
76
77
78 1.1 dev-util/mercurial/mercurial-0.9.5-r1.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mercurial/mercurial-0.9.5-r1.ebuild?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mercurial/mercurial-0.9.5-r1.ebuild?rev=1.1&content-type=text/plain
82
83 Index: mercurial-0.9.5-r1.ebuild
84 ===================================================================
85 # Copyright 1999-2007 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/mercurial-0.9.5-r1.ebuild,v 1.1 2007/12/25 19:44:41 nelchael Exp $
88
89 inherit bash-completion distutils elisp-common flag-o-matic eutils
90
91 DESCRIPTION="Scalable distributed SCM"
92 HOMEPAGE="http://www.selenic.com/mercurial/"
93 SRC_URI="http://www.selenic.com/mercurial/release/${P}.tar.gz"
94
95 LICENSE="GPL-2"
96 SLOT="0"
97 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
98 IUSE="bugzilla cvs darcs emacs git gpg subversion test zsh-completion"
99
100 CDEPEND=">=dev-lang/python-2.3"
101 RDEPEND="${CDEPEND}
102 bugzilla? ( dev-python/mysql-python )
103 cvs? ( dev-util/cvs )
104 darcs? ( || ( dev-python/celementtree dev-python/elementtree ) )
105 git? ( dev-util/git )
106 gpg? ( app-crypt/gnupg )
107 subversion? ( dev-util/subversion )
108 zsh-completion? ( app-shells/zsh )"
109 DEPEND="${CDEPEND}
110 emacs? ( virtual/emacs )
111 test? ( app-arch/unzip )"
112
113 PYTHON_MODNAME="${PN} hgext"
114 SITEFILE="70${PN}-gentoo.el"
115
116 src_unpack() {
117 distutils_src_unpack
118 epatch "${FILESDIR}/${P}-hide-passwords.diff"
119 }
120
121 src_compile() {
122 filter-flags -ftracer -ftree-vectorize
123
124 distutils_src_compile
125
126 if use emacs; then
127 cd "${S}"/contrib
128 elisp-compile mercurial.el || die "elisp-compile failed!"
129 fi
130
131 rm -rf contrib/{win32,macosx}
132 }
133
134 src_install() {
135 distutils_src_install
136
137 dobashcompletion contrib/bash_completion ${PN}
138
139 if use zsh-completion ; then
140 insinto /usr/share/zsh/site-functions
141 newins contrib/zsh_completion _hg
142 fi
143
144 dodoc CONTRIBUTORS PKG-INFO README *.txt
145 cp hgweb*.cgi "${D}"/usr/share/doc/${PF}/
146 rm -f contrib/bash_completion
147 cp -r contrib "${D}"/usr/share/doc/${PF}/
148 doman doc/*.?
149
150 if use emacs; then
151 elisp-install ${PN} contrib/mercurial.el* || die "elisp-install failed!"
152 elisp-site-file-install "${FILESDIR}"/${SITEFILE}
153 fi
154 }
155
156 pkg_postinst() {
157 distutils_pkg_postinst
158 use emacs && elisp-site-regen
159 bash-completion_pkg_postinst
160 }
161
162 pkg_postrm() {
163 distutils_pkg_postrm
164 use emacs && elisp-site-regen
165 }
166
167
168
169 --
170 gentoo-commits@g.o mailing list