Merge lp:~gagern/bzr-gentoo-overlay/vimdiff into lp:bzr-gentoo-overlay

Proposed by Martin von Gagern
Status: Merged
Approved by: Christian Faulhammer
Approved revision: 380
Merged at revision: 375
Proposed branch: lp:~gagern/bzr-gentoo-overlay/vimdiff
Merge into: lp:bzr-gentoo-overlay
Diff against target: 33 lines (+14/-4)
2 files modified
dev-vcs/bzr-vimdiff/Manifest (+1/-1)
dev-vcs/bzr-vimdiff/bzr-vimdiff-9999.ebuild (+13/-3)
To merge this branch: bzr merge lp:~gagern/bzr-gentoo-overlay/vimdiff
Reviewer Review Type Date Requested Status
Christian Faulhammer Approve
Review via email: mp+70673@code.launchpad.net

Description of the change

Let's fix bug #783669, it has been open way too long!

To post a comment you must log in.
Revision history for this message
Christian Faulhammer (fauli) wrote :

Looks fine.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'dev-vcs/bzr-vimdiff/Manifest'
--- dev-vcs/bzr-vimdiff/Manifest 2010-11-27 11:11:12 +0000
+++ dev-vcs/bzr-vimdiff/Manifest 2011-08-07 15:47:29 +0000
@@ -1,2 +1,2 @@
1EBUILD bzr-vimdiff-9999.ebuild 699 RMD160 2ff718fb23d0aafc97b7869c36e5a5c942ef1bd6 SHA1 1002b36846eb46dadc0d0e3fa69a4a31a1c5c839 SHA256 3aac6d0f55efbbe51b161326d0e3b68c0c028318227af5b46ba3905adbcefc331EBUILD bzr-vimdiff-9999.ebuild 876 RMD160 5eb66292105308a558fe315ea0fb3c5beeaac0f1 SHA1 42963b2330ba98eadd6b0d43aaeb82bcf147ffc7 SHA256 81332b7805a72afbbf7a9ebafbe60be9588ee6a2afc11c36bbee9986cf202f59
2MISC metadata.xml 285 RMD160 a8952a49acb5b00e48df37554397820e313c99b9 SHA1 4fcb8a3ef1ef0a98a45e198fde764ea292e08ee8 SHA256 b44ef9ceebc8a707893640732ebd31680a99fbaab6cbbe3d9bf99f4c5486e0d42MISC metadata.xml 285 RMD160 a8952a49acb5b00e48df37554397820e313c99b9 SHA1 4fcb8a3ef1ef0a98a45e198fde764ea292e08ee8 SHA256 b44ef9ceebc8a707893640732ebd31680a99fbaab6cbbe3d9bf99f4c5486e0d4
33
=== modified file 'dev-vcs/bzr-vimdiff/bzr-vimdiff-9999.ebuild'
--- dev-vcs/bzr-vimdiff/bzr-vimdiff-9999.ebuild 2010-11-27 11:11:12 +0000
+++ dev-vcs/bzr-vimdiff/bzr-vimdiff-9999.ebuild 2011-08-07 15:47:29 +0000
@@ -28,8 +28,18 @@
28S="${WORKDIR}"/${P}28S="${WORKDIR}"/${P}
2929
30src_install() {30src_install() {
31 python_version31 bzr-vimdiff_install() {
32 insinto /usr/lib/python${PYVER}/site-packages/bzrlib/plugins/vimdiff32 insinto "$(python_get_sitedir)"/bzrlib/plugins/vimdiff || die
33 doins __init__.py || die33 doins __init__.py || die
34 }
35 python_execute_function bzr-vimdiff_install
34 dodoc README || die36 dodoc README || die
35}37}
38
39pkg_postinst() {
40 python_mod_optimize bzrlib/plugins/vimdiff
41}
42
43pkg_postrm() {
44 python_mod_cleanup bzrlib/plugins/vimdiff
45}

Subscribers

People subscribed via source and target branches