diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-12-02 23:39:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-12-02 23:39:35 +0000 |
commit | 8405d96a563c6db487f27f1f0d5f52b6cd3acd65 (patch) | |
tree | 119e6e7ca4c148987eb2d3bab9e6a979e5887eb0 /app-emulation/crossover-office-pro-bin | |
parent | amd64 stable (diff) | |
download | gentoo-2-8405d96a563c6db487f27f1f0d5f52b6cd3acd65.tar.gz gentoo-2-8405d96a563c6db487f27f1f0d5f52b6cd3acd65.tar.bz2 gentoo-2-8405d96a563c6db487f27f1f0d5f52b6cd3acd65.zip |
Version bump #194581 by Tom Simnett.
(Portage version: 2.1.4_rc4, RepoMan options: --force)
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 b7058f79409e..4a18bbacba73 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.13 2007/08/04 13:55:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.14 2007/12/02 23:39:34 vapier Exp $ + +*crossover-office-pro-bin-6.2.0 (02 Dec 2007) + + 02 Dec 2007; Mike Frysinger <vapier@gentoo.org> + +crossover-office-pro-bin-6.2.0.ebuild: + Version bump #194581 by Tom Simnett. *crossover-office-pro-bin-6.1.0 (04 Aug 2007) diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.2.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.2.0.ebuild new file mode 100644 index 000000000000..ae59de1d948f --- /dev/null +++ b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.2.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.2.0.ebuild,v 1.1 2007/12/02 23:39:34 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.2.0 b/app-emulation/crossover-office-pro-bin/files/digest-crossover-office-pro-bin-6.2.0 new file mode 100644 index 000000000000..d384e5da8b8b --- /dev/null +++ b/app-emulation/crossover-office-pro-bin/files/digest-crossover-office-pro-bin-6.2.0 @@ -0,0 +1,2 @@ +RMD160 7ef046b89a73c79e6e5332fe16dfabcfa4c404c4 install-crossover-pro-6.2.0.sh 23806779 +SHA256 d6bcd30430bbf01b72780e6be13900e8cb5a80fd2850e230262db349d6ae58f2 install-crossover-pro-6.2.0.sh 23806779 |