From f84ee436d01e48a44c8d6c5da9e3b01d740b0cc3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 20 Jul 2006 05:05:34 +0000 Subject: Version bump #140950 by riskable. (Portage version: 2.1.1_pre3-r1) --- app-emulation/crossover-office-pro-bin/ChangeLog | 8 +++- .../crossover-office-pro-bin-5.0.3.ebuild | 47 ++++++++++++++++++++++ .../files/digest-crossover-office-pro-bin-5.0.3 | 4 ++ 3 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.3.ebuild create mode 100644 app-emulation/crossover-office-pro-bin/files/digest-crossover-office-pro-bin-5.0.3 (limited to 'app-emulation/crossover-office-pro-bin') diff --git a/app-emulation/crossover-office-pro-bin/ChangeLog b/app-emulation/crossover-office-pro-bin/ChangeLog index 6244c339ff1a..b1b32ec6763c 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.6 2006/01/25 22:59:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.7 2006/07/20 05:05:34 vapier Exp $ + +*crossover-office-pro-bin-5.0.3 (20 Jul 2006) + + 20 Jul 2006; Mike Frysinger + +crossover-office-pro-bin-5.0.3.ebuild: + Version bump #140950 by riskable. 25 Jan 2006; Mike Frysinger crossover-office-pro-bin-4.2.ebuild, diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.3.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.3.ebuild new file mode 100644 index 000000000000..9a31d6976cd4 --- /dev/null +++ b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.3.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2006 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-5.0.3.ebuild,v 1.1 2006/07/20 05:05: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 nostrip" + +RDEPEND="nas? ( media-libs/nas ) + || ( + ( x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-libs/libXxf86dga x11-libs/libXxf86vm ) + virtual/x11 + ) + sys-libs/glibc + 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 support/templates/cxoffice.conf +} + +pkg_postinst() { + einfo "Run /opt/cxoffice/bin/cxsetup as normal user to create" + einfo "bottles and install Windows applications." +} diff --git a/app-emulation/crossover-office-pro-bin/files/digest-crossover-office-pro-bin-5.0.3 b/app-emulation/crossover-office-pro-bin/files/digest-crossover-office-pro-bin-5.0.3 new file mode 100644 index 000000000000..b03064a41971 --- /dev/null +++ b/app-emulation/crossover-office-pro-bin/files/digest-crossover-office-pro-bin-5.0.3 @@ -0,0 +1,4 @@ +MD5 847d4a3d7cb23d4931fc5e04ea243f53 install-crossover-pro-5.0.3.sh 17299111 +RMD160 6edac83dec4e27f8c7ddc7c779f8c7b30e2001a4 install-crossover-pro-5.0.3.sh 17299111 +SHA1 5b301dedab8ea5b11dcf26e6c8ee90dd82179100 install-crossover-pro-5.0.3.sh 17299111 +SHA256 d171b87cb5c1aaa775e8abbb303fa7acc572f1b0911bbd89d1852e823fc9f133 install-crossover-pro-5.0.3.sh 17299111 -- cgit v1.2.3-65-gdbad