sys-devel/binutils-config: fix --version output #612438

This commit is contained in:
Mike Frysinger
2017-03-12 14:39:31 -07:00
parent 47be211fa5
commit 28add2ebc7
2 changed files with 5 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
EAPI="5"
inherit prefix
@@ -23,6 +23,7 @@ S=${WORKDIR}
src_install() {
newbin "${FILESDIR}"/${PN}-${PV} ${PN}
use prefix && eprefixify "${ED}"/usr/bin/${PN}
sed -i "s:@PV@:${PVR}:g" "${ED}"/usr/bin/${PN} || die
doman "${FILESDIR}"/${PN}.8
insinto /usr/share/eselect/modules

View File

@@ -403,12 +403,8 @@ while [[ $# -gt 0 ]] ; do
-d|--debug) DEBUG="yes" ;;
-h|--help) usage 0 ;;
-V|--version)
unset Header
cvsver="$Id$"
cvsver=${cvsver##*binutils-config-}
bver=${cvsver%%,v *}
cvsver=${cvsver#* }
echo "binutils-config-${bver} (r${cvsver%% *})"
ver="@PV@"
echo "binutils-config-${ver/@'PV'@/git}"
exit 0
;;
-*)