Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77228 - [REQUEST] Upgrade app-emacs/ecb ebuild to latest version
Summary: [REQUEST] Upgrade app-emacs/ecb ebuild to latest version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-09 05:59 UTC by Matteo Settenvini
Modified: 2005-02-16 22:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ECB 2.31 Ebuild (ecb-2.31.ebuild,1.36 KB, application/octet-stream)
2005-02-15 20:38 UTC, dark archon
Details
ECB 2.31 Digest (digest-ecb-2.31,60 bytes, application/octet-stream)
2005-02-15 20:39 UTC, dark archon
Details
ECB 2.31 session log file (ecb_2.31_session,26.00 KB, application/octet-stream)
2005-02-15 20:45 UTC, dark archon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matteo Settenvini 2005-01-09 05:59:36 UTC
At the moment of the writing, ecb is still version 2.27 in portage, and 2.31 is out. 
Please note that both versions have trouble with latest emacs-cvs (the one I use is from ~ 07/01/2005), and I haven't tested it with the "normal" GNU Emacs release.

The ebuild needs to be slightly changed, simply renaming doesn't work.
Probably just editing:

make ${CEDET} \
  LOADPATH="${my_loadpath}" \
  || die "make failed"

to:

make CEDET="${CEDET}" \
  LOADPATH="${my_loadpath}" \
  || die "make failed"

will sufficit.
Comment 1 dark archon 2005-02-15 20:38:04 UTC
Created attachment 51318 [details]
ECB 2.31 Ebuild
Comment 2 dark archon 2005-02-15 20:39:38 UTC
Created attachment 51319 [details]
ECB 2.31 Digest
Comment 3 dark archon 2005-02-15 20:44:43 UTC
I have added the ECB 2.31 Ebuild and Digest files as attachments. I have successfully used these to extract ECB 2.31 and have it installed. I have also attached my session file to show that it did work. 
Comment 4 dark archon 2005-02-15 20:45:49 UTC
Created attachment 51320 [details]
ECB 2.31 session log file
Comment 5 Matthew Kennedy (RETIRED) gentoo-dev 2005-02-16 22:49:12 UTC
updated in portage, thanks for the report.