summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2017-01-07 17:41:03 +0100
committerMartin Väth <martin@mvath.de>2017-01-07 17:41:03 +0100
commit3c1ae38cef8df3798ff1fa39c5a147594baf12b9 (patch)
tree176151aab5d5f460a22d8f4021acd5cb41eda253 /app-portage
parentmedia-video/video-mv: Version bump (diff)
downloadmv-3c1ae38cef8df3798ff1fa39c5a147594baf12b9.tar.gz
mv-3c1ae38cef8df3798ff1fa39c5a147594baf12b9.tar.bz2
mv-3c1ae38cef8df3798ff1fa39c5a147594baf12b9.zip
app-portage/world-mv: Version bump
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/world-mv/Manifest2
-rw-r--r--app-portage/world-mv/world-mv-3.18.ebuild (renamed from app-portage/world-mv/world-mv-3.17.ebuild)10
2 files changed, 6 insertions, 6 deletions
diff --git a/app-portage/world-mv/Manifest b/app-portage/world-mv/Manifest
index 785c35ac..65cfa48c 100644
--- a/app-portage/world-mv/Manifest
+++ b/app-portage/world-mv/Manifest
@@ -1 +1 @@
-DIST world-3.17.tar.gz 3491 SHA256 2768a997e66dfce4e4d5b3e4f003865e0ab8d074a283e88ad53e97b3e9ab1d85
+DIST world-3.18.tar.gz 3528 SHA256 8a2dcb0b41c0750e20fffaa4eaa99354731371b9ea759986c5a5d3eb7bb2fdab
diff --git a/app-portage/world-mv/world-mv-3.17.ebuild b/app-portage/world-mv/world-mv-3.18.ebuild
index 0e0cc667..801c7727 100644
--- a/app-portage/world-mv/world-mv-3.17.ebuild
+++ b/app-portage/world-mv/world-mv-3.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2016 Gentoo Foundation
+# Copyright 2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,16 +20,16 @@ src_prepare() {
if use prefix
then sed -i \
-e "s'\${EPREFIX}'\\'${EPREFIX}\\''" \
- -- "${mPN}" || die
+ -- bin/* || die
else sed -i \
-e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \
- -- "${mPN}" || die
+ -- bin/* || die
fi
eapply_user
}
src_install() {
- dobin "${mPN}"
+ dobin bin/*
insinto /usr/share/zsh/site-functions
- doins _"${mPN}"
+ doins zsh/*
}