diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 05:27:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 05:27:28 +0000 |
commit | 16c93819fe9686b2738f8da5520444ccf74f04e9 (patch) | |
tree | 242b4b48068be7531c5ec737ef2f4cd3e2b83bfd /app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild | |
parent | Move to new unpacker eclass for unpack_makeself. (diff) | |
download | gentoo-2-16c93819fe9686b2738f8da5520444ccf74f04e9.tar.gz gentoo-2-16c93819fe9686b2738f8da5520444ccf74f04e9.tar.bz2 gentoo-2-16c93819fe9686b2738f8da5520444ccf74f04e9.zip |
Move to new unpacker eclass for unpack_makeself.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild')
-rw-r--r-- | app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild index 7d50ed3da8d4..f849927cf11b 100644 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild +++ b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild,v 1.5 2007/12/27 21:30:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild,v 1.6 2012/02/05 05:27:28 vapier Exp $ -inherit eutils +inherit unpacker DESCRIPTION="simplified/streamlined version of wine with commercial support" HOMEPAGE="http://www.codeweavers.com/products/cxoffice/" @@ -31,10 +31,6 @@ pkg_nofetch() { einfo "and place ${A} in ${DISTDIR}" } -src_unpack() { - unpack_makeself -} - src_install() { dodir /opt/cxoffice cp -r * "${D}"/opt/cxoffice || die "cp failed" |