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 | 54b65175f85c953f08e21219d1fa4d09c82ace82 (patch) | |
tree | d7f3ed29f067cf7f65d98f1748687a58e6e8bd69 /app-emulation/crossover-office-bin | |
parent | Move to new unpacker eclass for unpack_makeself. (diff) | |
download | gentoo-2-54b65175f85c953f08e21219d1fa4d09c82ace82.tar.gz gentoo-2-54b65175f85c953f08e21219d1fa4d09c82ace82.tar.bz2 gentoo-2-54b65175f85c953f08e21219d1fa4d09c82ace82.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-bin')
5 files changed, 19 insertions, 30 deletions
diff --git a/app-emulation/crossover-office-bin/ChangeLog b/app-emulation/crossover-office-bin/ChangeLog index 17b6767831d0..11a67363f3a8 100644 --- a/app-emulation/crossover-office-bin/ChangeLog +++ b/app-emulation/crossover-office-bin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/crossover-office-bin -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.17 2009/07/07 23:02:56 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.18 2012/02/05 05:27:28 vapier Exp $ + + 05 Feb 2012; Mike Frysinger <vapier@gentoo.org> + crossover-office-bin-6.0.0.ebuild, crossover-office-bin-6.0.1.ebuild, + crossover-office-bin-6.1.0.ebuild, crossover-office-bin-6.2.0.ebuild: + Move to new unpacker eclass for unpack_makeself. 07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> crossover-office-bin-6.2.0.ebuild: diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild index 71dcfee6ec3d..f3bbd8d45661 100644 --- a/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild +++ b/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 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-bin/crossover-office-bin-6.0.0.ebuild,v 1.4 2009/03/05 08:38:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild,v 1.5 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" diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild index a102ccfcc9d3..d456314c6a1d 100644 --- a/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild +++ b/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 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-bin/crossover-office-bin-6.0.1.ebuild,v 1.4 2009/03/05 08:38:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild,v 1.5 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" diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild index 7f7a312a9560..7724b63650c9 100644 --- a/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild +++ b/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 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-bin/crossover-office-bin-6.1.0.ebuild,v 1.3 2009/03/05 08:38:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild,v 1.4 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" diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild index ce417e0e5ad7..a006ccfde4ca 100644 --- a/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild +++ b/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 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-bin/crossover-office-bin-6.2.0.ebuild,v 1.4 2009/07/07 23:02:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild,v 1.5 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() { elog "and place ${A} in ${DISTDIR}" } -src_unpack() { - unpack_makeself -} - src_install() { dodir /opt/cxoffice cp -r * "${D}"/opt/cxoffice || die "cp failed" |