diff options
author | 2008-09-04 06:07:05 +0000 | |
---|---|---|
committer | 2008-09-04 06:07:05 +0000 | |
commit | fceb5428240a4bd79cc0457d6c178d9cc8aabda2 (patch) | |
tree | eb9181c4b3c4c0e7bfb1f7952ecd778795234237 /app-arch/p7zip | |
parent | change dependency from virtual/tetex to virtual/tex-base (diff) | |
download | gentoo-2-fceb5428240a4bd79cc0457d6c178d9cc8aabda2.tar.gz gentoo-2-fceb5428240a4bd79cc0457d6c178d9cc8aabda2.tar.bz2 gentoo-2-fceb5428240a4bd79cc0457d6c178d9cc8aabda2.zip |
Use newbin instead of ugly mv && dobin.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'app-arch/p7zip')
-rw-r--r-- | app-arch/p7zip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/p7zip/p7zip-4.58.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/app-arch/p7zip/ChangeLog b/app-arch/p7zip/ChangeLog index 37b4a749532f..59d4c57ab8a4 100644 --- a/app-arch/p7zip/ChangeLog +++ b/app-arch/p7zip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/p7zip # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.96 2008/07/20 22:50:15 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.97 2008/09/04 06:07:05 vapier Exp $ + + 04 Sep 2008; Mike Frysinger <vapier@gentoo.org> p7zip-4.58.ebuild: + Use newbin instead of ugly mv && dobin. *p7zip-4.58 (20 Jul 2008) diff --git a/app-arch/p7zip/p7zip-4.58.ebuild b/app-arch/p7zip/p7zip-4.58.ebuild index bd80162a1a3d..62e807193bb6 100644 --- a/app-arch/p7zip/p7zip-4.58.ebuild +++ b/app-arch/p7zip/p7zip-4.58.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.58.ebuild,v 1.1 2008/07/20 22:50:15 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.58.ebuild,v 1.2 2008/09/04 06:07:05 vapier Exp $ inherit eutils toolchain-funcs multilib @@ -58,9 +58,7 @@ src_install() { dobin "${FILESDIR}/p7zip" || die # gzip introduced in 4.42, so beware :) - # mv needed just as rename, because dobin installs using old name - mv contrib/gzip-like_CLI_wrapper_for_7z/p7zip contrib/gzip-like_CLI_wrapper_for_7z/7zg || die - dobin contrib/gzip-like_CLI_wrapper_for_7z/7zg || die + newbin contrib/gzip-like_CLI_wrapper_for_7z/p7zip 7zg || die exeinto /usr/$(get_libdir)/${PN} doexe bin/7z bin/7za bin/7zr bin/7zCon.sfx || die "doexe bins" |