Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 397296 Details for
Bug 541102
dev-vcs/mercurial-server request of conversion to distutils-r1.eclass
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff -u patch
mercurial-server.patch (text/plain), 1.37 KB, created by
Ian Delaney (RETIRED)
on 2015-02-23 09:10:13 UTC
(
hide
)
Description:
diff -u patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2015-02-23 09:10:13 UTC
Size:
1.37 KB
patch
obsolete
>--- mercurial-server-1.2.ebuild 2012-12-27 07:17:35.000000000 +0800 >+++ mercurial-server-1.2-r1.ebuild 2015-02-23 16:35:47.058038907 +0800 >@@ -1,11 +1,13 @@ >-# Copyright 1999-2012 Gentoo Foundation >+# Copyright 1999-2015 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial-server/mercurial-server-1.2.ebuild,v 1.4 2012/12/26 23:17:35 ottxor Exp $ > >-EAPI="3" >-PYTHON_DEPEND="2" >+EAPI=5 > >-inherit distutils eutils user >+PYTHON_COMPAT=( python2_7 ) >+DISTUTILS_SINGLE_IMPL=1 >+ >+inherit distutils-r1 user > > if [[ "${PV}" = "9999" ]]; then > inherit mercurial >@@ -25,7 +27,7 @@ > SLOT="0" > IUSE="doc" > >-RDEPEND="dev-vcs/mercurial" >+RDEPEND="dev-vcs/mercurial[${PYTHON_USEDEP}]" > DEPEND="${RDEPEND} > doc? ( > app-text/docbook-xsl-stylesheets >@@ -35,9 +37,11 @@ > pkg_setup() { > enewgroup hg > enewuser hg -1 /bin/bash "/var/lib/${PN}" hg >+ python-single-r1_pkg_setup > } > > src_prepare() { >+ distutils-r1_src_prepare > # remove useless makefile > rm Makefile > >@@ -51,9 +55,7 @@ > fi > } > >-src_compile() { >- distutils_src_compile >- >+python_compile_all() { > # build documentation > if use doc; then > xsltproc --nonet -o manual.html \ >@@ -63,7 +65,7 @@ > } > > src_install() { >- distutils_src_install --install-scripts="/usr/share/${PN}" >+ distutils-r1_src_install > > # install configuration files > insinto "/etc/${PN}"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 541102
: 397296