Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 385405 - app-emacs/evil: extensible vi layer (new package)
Summary: app-emacs/evil: extensible vi layer (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://gitorious.org/evil
Whiteboard: Emacs overlay
Keywords: EBUILD, InOverlay
Depends on:
Blocks:
 
Reported: 2011-10-02 16:45 UTC by Tom Prince
Modified: 2013-03-07 16:20 UTC (History)
1 user (show)

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


Attachments
ebuild for evil (evil-9999.ebuild,1.05 KB, text/plain)
2011-10-02 16:45 UTC, Tom Prince
Details
site-lisp file (50evil-gentoo.el,115 bytes, text/plain)
2011-10-02 16:46 UTC, Tom Prince
Details
Updated ebuild. (evil-9999.ebuild,1.07 KB, text/plain)
2011-10-02 18:47 UTC, Tom Prince
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Prince 2011-10-02 16:45:58 UTC
Created attachment 288567 [details]
ebuild for evil

evil is a new vi emulator for vi, that is the merger of viper and another emulator.
Comment 1 Tom Prince 2011-10-02 16:46:46 UTC
Created attachment 288569 [details]
site-lisp file
Comment 2 Ulrich Müller gentoo-dev 2011-10-02 17:37:11 UTC
Thank you for contributing this ebuild.
There's no released version of this package yet, I suppose?


(In reply to comment #0)
> Created attachment 288567 [details]
> ebuild for evil

> DEPENDS="undo-tree"
> RDEPENDS="${RDEPENDS}"

These should be DEPEND and RDEPEND (and the second assignment is a no-op).

> EMACSFLAGS="${EMACSFLAGS} -L lib"

Variable BYTECOMPFLAGS is normally preferred for load-path assignments.
Comment 3 Tom Prince 2011-10-02 18:47:01 UTC
Created attachment 288585 [details]
Updated ebuild.

Ebuild updated.

As far as I can tell there hasn't yet been a release.
Comment 4 Ulrich Müller gentoo-dev 2012-01-02 14:07:04 UTC
Live ebuild committed to Emacs overlay:
<https://overlays.gentoo.org/proj/emacs/changeset/1785>
Comment 5 Ulrich Müller gentoo-dev 2012-01-02 14:23:16 UTC
@Tom: Could you provide a test plan for our page at <https://overlays.gentoo.org/proj/emacs/wiki/test%20plans>?

I'd do this myself, but I'm not familiar with vi.
Comment 6 Ulrich Müller gentoo-dev 2013-03-07 16:20:05 UTC
*evil-1.0.1 (07 Mar 2013)

  07 Mar 2013; Ulrich Müller <ulm@gentoo.org> +files/50evil-gentoo.el,
  +evil-1.0.1.ebuild, +metadata.xml:
  Initial import, from Emacs overlay. Ebuild contributed by Tom Prince
  <tom.prince@ualberta.net>, with modifications by me. Bug 385405.