Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 152575 Details for
Bug 219234
dev-util/bzr-1.4 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bzr-1.4.patch
bzr-1.4.patch (text/plain), 1.39 KB, created by
Peter Volkov (RETIRED)
on 2008-05-09 05:21:01 UTC
(
hide
)
Description:
bzr-1.4.patch
Filename:
MIME Type:
Creator:
Peter Volkov (RETIRED)
Created:
2008-05-09 05:21:01 UTC
Size:
1.39 KB
patch
obsolete
>--- /usr/portage//dev-util/bzr/bzr-1.3.ebuild 2008-05-05 07:38:45.000000000 +0400 >+++ bzr-1.4.ebuild 2008-05-08 22:37:35.000000000 +0400 >@@ -1,6 +1,6 @@ > # Copyright 1999-2008 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/dev-util/bzr/bzr-1.3.ebuild,v 1.3 2008/05/05 03:29:27 tester Exp $ >+# $Header: /var/cvsroot/gentoo-x86/dev-util/bzr/bzr-1.3.ebuild,v 1.2 2008/03/23 14:40:03 hawking Exp $ > > NEED_PYTHON=2.4 > >@@ -14,7 +14,7 @@ > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" >+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" > IUSE="curl emacs sftp test" > > RDEPEND="|| ( dev-python/celementtree >=dev-lang/python-2.5 ) >@@ -27,7 +27,7 @@ > dev-python/medusa > )" > >-S="${WORKDIR}/${MY_P}" >+S=${WORKDIR}/${MY_P} > PYTHON_MODNAME="bzrlib" > SITEFILE=71bzr-gentoo.el > DOCS="doc/*.txt" >@@ -54,14 +54,13 @@ > src_install() { > distutils_src_install --install-data /usr/share > >+ dodoc README NEWS TODO > docinto developers > dodoc doc/developers/* >- docinto user-guide >- dodoc doc/en/user-guide/* >- docinto user-reference >- dodoc doc/en/user-reference/* >- docinto mini-tutorial >- dodoc doc/en/mini-tutorial/* >+ for doc in user-{guide,reference} mini-tutorial tutorials; do >+ docinto $doc >+ dodoc doc/en/$doc/* >+ done > > if use emacs; then > elisp-install ${PN} contrib/emacs/*.el* || die "elisp-install failed"
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 219234
: 152575