Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 670926 - app-emacs/auto-complete-1.5.1: version bump
Summary: app-emacs/auto-complete-1.5.1: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GNU Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-11 16:15 UTC by Thomas Simon
Modified: 2018-11-24 10:18 UTC (History)
1 user (show)

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


Attachments
auto-complete-1.5.1.ebuild (auto-complete-1.5.1.ebuild,510 bytes, text/plain)
2018-11-11 16:15 UTC, Thomas Simon
Details
Ebuild for popup (popup-0.5.3.ebuild,465 bytes, text/plain)
2018-11-18 12:36 UTC, Thomas Simon
Details
auto-complete-1.5.1.ebuild with popup dependency (auto-complete-1.5.1.ebuild,556 bytes, text/plain)
2018-11-18 12:39 UTC, Thomas Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Simon 2018-11-11 16:15:25 UTC
Created attachment 554850 [details]
auto-complete-1.5.1.ebuild

Hi,
current version of app-emacs/auto-complete is outdated and won't
work with emacs >= 24.3. The project also moved to a different github
repo.

I've attached a working ebuild for auto-complete-1.5.1.

Thomas Simon
Comment 1 Ulrich Müller gentoo-dev 2018-11-18 10:09:06 UTC
That needs more work:

 * Compiling GNU Emacs Elisp files ...

In toplevel form:
auto-complete-config.el:29:1:Error: Cannot open load file: No such file or directory, popup

In toplevel form:
auto-complete.el:57:1:Error: Cannot open load file: No such file or directory, popup

It needs popup from https://github.com/auto-complete/popup-el as a dependency (which isn't in the tree yet, but looks like a trivial package).

I'll try to find some time next week for resolving this.
Comment 2 Thomas Simon 2018-11-18 12:36:42 UTC
Created attachment 555582 [details]
Ebuild for popup
Comment 3 Thomas Simon 2018-11-18 12:38:14 UTC
Sorry, looks like my environment was interfering.

The popup-el ebuild is indeed trivial, I added it to the attachments
and updated the auto-complete ebuild.
Comment 4 Thomas Simon 2018-11-18 12:39:10 UTC
Created attachment 555584 [details]
auto-complete-1.5.1.ebuild with popup dependency
Comment 5 Larry the Git Cow gentoo-dev 2018-11-24 10:18:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65a65fe4cac854ecfbf5fcbd6591459810e4cda

commit a65a65fe4cac854ecfbf5fcbd6591459810e4cda
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2018-11-24 10:17:03 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2018-11-24 10:18:09 +0000

    app-emacs/auto-complete: Version bump.
    
    Thanks to <thomas@famsim.de>.
    
    Closes: https://bugs.gentoo.org/670926
    Package-Manager: Portage-2.3.51, Repoman-2.3.12
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 app-emacs/auto-complete/Manifest                   |  1 +
 app-emacs/auto-complete/auto-complete-1.5.1.ebuild | 40 ++++++++++++++++++++++
 app-emacs/auto-complete/metadata.xml               |  7 +++-
 3 files changed, 47 insertions(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03fa9fa397b19a4ff70e92ee533a130168c3d02f

commit 03fa9fa397b19a4ff70e92ee533a130168c3d02f
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2018-11-24 09:51:53 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2018-11-24 10:18:08 +0000

    app-emacs/popup: Initial import.
    
    Ebuild based on a contribution by <thomas@famsim.de>,
    with modifications by me.
    
    Bug: https://bugs.gentoo.org/670926
    Package-Manager: Portage-2.3.51, Repoman-2.3.12
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 app-emacs/popup/Manifest           |  1 +
 app-emacs/popup/metadata.xml       | 17 +++++++++++++++++
 app-emacs/popup/popup-0.5.3.ebuild | 18 ++++++++++++++++++
 3 files changed, 36 insertions(+)