Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 78151 Details for
Bug 120406
Add `emacs' use flag to dev-util/bzr-0.6.2 ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff to previous ebuild
bzr-0.6.2.ebuild.patch (text/plain), 1.50 KB, created by
Christian Schlotter
on 2006-01-26 04:30:07 UTC
(
hide
)
Description:
diff to previous ebuild
Filename:
MIME Type:
Creator:
Christian Schlotter
Created:
2006-01-26 04:30:07 UTC
Size:
1.50 KB
patch
obsolete
>--- bzr-0.6.2.ebuild.old 2006-01-26 13:16:30.000000000 +0100 >+++ bzr-0.6.2.ebuild 2006-01-26 13:12:53.000000000 +0100 >@@ -1,22 +1,45 @@ > # Copyright 1999-2006 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/dev-util/bzr/bzr-0.6.2.ebuild,v 1.1 2006/01/07 01:20:43 arj Exp $ >+# $Header: $ >+ >+inherit distutils elisp-common > >-inherit distutils >-MY_P="bzr-${PV}" > PYTHON_MODNAME="bzrlib" > DESCRIPTION="next generation distributed version control" > HOMEPAGE="http://bazaar-ng.org/" >-SRC_URI="http://bazaar-ng.org/pkg/${MY_P}.tar.gz" >+SRC_URI="http://bazaar-ng.org/pkg/${P}.tar.gz" > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="~amd64 ~ppc ~x86" >-IUSE="" >+KEYWORDS="~x86" >+IUSE="emacs" > DEPEND=">=dev-lang/python-2.4 >- dev-python/elementtree" >-S="${WORKDIR}/${MY_P}" >+ dev-python/elementtree >+ emacs? ( virtual/emacs )" >+ >+src_compile() { >+ distutils_src_compile >+ if use emacs; then >+ einfo "Compiling Emacs support..." >+ elisp-compile ${S}/contrib/emacs/bzr-mode.el || die "Emacs modules failed!" >+ fi >+} >+ >+src_install() { >+ distutils_src_install >+ if use emacs; then >+ insinto /usr/share/emacs/site-lisp >+ doins contrib/emacs/bzr-mode.el* >+ elisp-site-file-install ${FILESDIR}/70bzr-gentoo.el >+ fi >+} > > pkg_postinst() { > distutils_pkg_postinst >+ euse emacs && elisp-site-regen > einfo "You may optionally \033[1memerge dev-python/celementtree\033[0m for faster processing." > } >+ >+pkg_postrm() { >+ distutils_pkg_postrm >+ has_version virtual/emacs && elisp-site-regen >+}
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 120406
:
78149
|
78150
|
78151
|
78152
|
78274
|
78276