Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 472740 - app-emacs/evil-1.0.5 version bump
Summary: app-emacs/evil-1.0.5 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-06-09 11:06 UTC by Christoph Lange
Modified: 2013-07-03 20:12 UTC (History)
0 users

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


Attachments
evil-1.0.5.ebuild (evil-1.0.5.ebuild,612 bytes, text/plain)
2013-06-09 11:07 UTC, Christoph Lange
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Lange 2013-06-09 11:06:40 UTC
I managed to install evil 1.0.5 with the evil-1.0.2 ebuild, except for one change (attached): I changed the dependency on app-emacs/undo-tree to >=0.5.2.  I'm not aware of any evidence that this version is strictly required, but such recent undo-tree versions have been bundled with the evil git sources recently (starting from a month back).  As undo-tree-0.5.2 is in portage I thought I'd better be safe.

Once more I needed to create the distfile as follows:

$ git clone git://gitorious.org/evil/evil.git
# revert repository to stable version 1.0.5
$ (cd evil; git reset --hard 3e6adc4c28d747bacc055f63827345c1efb22d0b)
$ tar --exclude .git -cvJf evil-1.0.5.tar.xz evil

Reproducible: Always
Comment 1 Christoph Lange 2013-06-09 11:07:29 UTC
Created attachment 350504 [details]
evil-1.0.5.ebuild
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-06-09 14:20:24 UTC
Comment on attachment 350504 [details]
evil-1.0.5.ebuild

--- evil-1.0.2.ebuild   2013-05-22 18:29:06.000000000 +0200
+++ -   2013-06-09 16:20:17.661081914 +0200
@@ -14,7 +14,7 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="app-emacs/undo-tree"
+DEPEND=">=app-emacs/undo-tree-0.5.2"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}"
Comment 3 Ulrich Müller gentoo-dev 2013-07-03 20:12:40 UTC
Bumped to 1.0.5.
Thanks, and sorry for the delay.