Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 295611 Details for
Bug 394365
app-emacs/jde doesn't need cedet if you are running a modern emacs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to the updated patch
0001-app-emacs-jdee-Fix-bug-394365-use-correct-cedet.patch (text/plain), 1.35 KB, created by
Alex Bennee
on 2011-12-12 22:06:19 UTC
(
hide
)
Description:
Update to the updated patch
Filename:
MIME Type:
Creator:
Alex Bennee
Created:
2011-12-12 22:06:19 UTC
Size:
1.35 KB
patch
obsolete
>From a01cf625d09c6deb9821849b0b4b08d42221cde6 Mon Sep 17 00:00:00 2001 >From: Alex Bennee <alex@bennee.com> >Date: Mon, 12 Dec 2011 21:04:52 +0000 >Subject: [PATCH] app-emacs/jdee: Fix bug #394365, use correct cedet > >This fixes two things. Firstly it changes the cedet dependency to >virtual/cedet so it Does The Right Thing when more modern emacs are >installed. Secondly it uses emacs itself to find the location of the >cedet directory for the build process of jdee. >--- > app-emacs/jde/jde-2.4.0.1.ebuild | 9 +++++++-- > 1 files changed, 7 insertions(+), 2 deletions(-) > >diff --git a/app-emacs/jde/jde-2.4.0.1.ebuild b/app-emacs/jde/jde-2.4.0.1.ebuild >index f9b8729..fcfd4fa 100644 >--- a/app-emacs/jde/jde-2.4.0.1.ebuild >+++ b/app-emacs/jde/jde-2.4.0.1.ebuild >@@ -20,7 +20,7 @@ IUSE="" > > DEPEND=">=virtual/jdk-1.3 > app-emacs/elib >- >=app-emacs/cedet-1.0_beta3 >+ virtual/emacs-cedet > dev-java/bsh > dev-java/junit:0 > dev-util/checkstyle" >@@ -46,8 +46,13 @@ src_prepare() { > } > > src_compile() { >+ local cedet >+ cedet=$(${EMACS} ${EMACSFLAGS} --eval '(princ (locate-library "cedet"))') >+ cedet=${cedet%/*} # get directory part >+ [[ -n ${cedet} && -d ${cedet} ]] || die "CEDET not found" >+ > eant bindist \ >- -Dcedet.dir="${EPREFIX}${SITELISP}/cedet" \ >+ -Dcedet.dir="${cedet}" \ > -Delib.dir="${EPREFIX}${SITELISP}/elib" > > use doc && eant source-doc >-- >1.7.3.4 >
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 394365
:
295487
|
295601
| 295611 |
295637
|
295639