diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-08-04 13:55:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-08-04 13:55:05 +0000 |
commit | 3e0a7b104be2cc9b398a9341717dcb30071a8e0f (patch) | |
tree | c4e120ce7e2dafa9a623cf6c9c1daec61a7b1507 /app-emulation/crossover-office-pro-bin | |
parent | More cleanup. (diff) | |
download | gentoo-2-3e0a7b104be2cc9b398a9341717dcb30071a8e0f.tar.gz gentoo-2-3e0a7b104be2cc9b398a9341717dcb30071a8e0f.tar.bz2 gentoo-2-3e0a7b104be2cc9b398a9341717dcb30071a8e0f.zip |
Version bump #187417 by Ross.
(Portage version: 2.1.3)
Diffstat (limited to 'app-emulation/crossover-office-pro-bin')
3 files changed, 58 insertions, 1 deletions
diff --git a/app-emulation/crossover-office-pro-bin/ChangeLog b/app-emulation/crossover-office-pro-bin/ChangeLog index 11bf02bd922f..b7058f79409e 100644 --- a/app-emulation/crossover-office-pro-bin/ChangeLog +++ b/app-emulation/crossover-office-pro-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/crossover-office-pro-bin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.12 2007/07/02 13:50:00 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.13 2007/08/04 13:55:05 vapier Exp $ + +*crossover-office-pro-bin-6.1.0 (04 Aug 2007) + + 04 Aug 2007; Mike Frysinger <vapier@gentoo.org> + +crossover-office-pro-bin-6.1.0.ebuild: + Version bump #187417 by Ross. 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> crossover-office-pro-bin-4.2.ebuild, diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.1.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.1.0.ebuild new file mode 100644 index 000000000000..3e80216f8186 --- /dev/null +++ b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.1.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2007 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.1.0.ebuild,v 1.1 2007/08/04 13:55:05 vapier Exp $ + +inherit eutils + +DESCRIPTION="specialized version of wine for MS Office" +HOMEPAGE="http://www.codeweavers.com/site/products/cxoffice/" +SRC_URI="install-crossover-pro-${PV}.sh" + +LICENSE="CROSSOVER" +SLOT="0" +KEYWORDS="-* amd64 x86" +IUSE="nas" +RESTRICT="fetch strip" + +RDEPEND="sys-libs/glibc + x11-libs/libXrandr + x11-libs/libXi + x11-libs/libXmu + x11-libs/libXxf86dga + x11-libs/libXxf86vm + dev-util/desktop-file-utils + nas? ( media-libs/nas ) + amd64? ( app-emulation/emul-linux-x86-xlibs )" + +S=${WORKDIR} + +pkg_nofetch() { + einfo "Please visit ${HOMEPAGE}" + einfo "and place ${A} in ${DISTDIR}" +} + +src_unpack() { + unpack_makeself +} + +src_install() { + dodir /opt/cxoffice + cp -r * "${D}"/opt/cxoffice || die "cp failed" + rm -r "${D}"/opt/cxoffice/setup.{sh,data} + insinto /opt/cxoffice/etc + doins share/crossover/data/cxoffice.conf +} + +pkg_postinst() { + elog "Run /opt/cxoffice/bin/cxsetup as normal user to create" + elog "bottles and install Windows applications." +} diff --git a/app-emulation/crossover-office-pro-bin/files/digest-crossover-office-pro-bin-6.1.0 b/app-emulation/crossover-office-pro-bin/files/digest-crossover-office-pro-bin-6.1.0 new file mode 100644 index 000000000000..f5f311f75c1e --- /dev/null +++ b/app-emulation/crossover-office-pro-bin/files/digest-crossover-office-pro-bin-6.1.0 @@ -0,0 +1,2 @@ +RMD160 9a6cf996b05dcd40245687e4b7d156822b98ef55 install-crossover-pro-6.1.0.sh 24811441 +SHA256 9a71320ed778ab57e05f9e9412774e96910573f6e8a5edfe8d8cf2eb7805b200 install-crossover-pro-6.1.0.sh 24811441 |