diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-30 00:56:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-30 00:56:49 +0000 |
commit | ee11c36ab64214942b0568b16740ac56efad99ff (patch) | |
tree | 969d2cd817f131dacbe567dc8355c9740a12b4a1 /app-emulation | |
parent | arm/ia64/s390 stable (diff) | |
download | gentoo-2-ee11c36ab64214942b0568b16740ac56efad99ff.tar.gz gentoo-2-ee11c36ab64214942b0568b16740ac56efad99ff.tar.bz2 gentoo-2-ee11c36ab64214942b0568b16740ac56efad99ff.zip |
Version bump #110721 by Jean Darcoux.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'app-emulation')
3 files changed, 51 insertions, 1 deletions
diff --git a/app-emulation/crossover-office-pro-bin/ChangeLog b/app-emulation/crossover-office-pro-bin/ChangeLog index 28d0e8df6075..ac0f395c9994 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.3 2005/10/28 23:06:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.4 2005/10/30 00:56:49 vapier Exp $ + +*crossover-office-pro-bin-5.0.0 (30 Oct 2005) + + 30 Oct 2005; Mike Frysinger <vapier@gentoo.org> + +crossover-office-pro-bin-5.0.0.ebuild: + Version bump #110721 by Jean Darcoux. *crossover-office-pro-bin-4.2 (19 Apr 2005) diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild new file mode 100644 index 000000000000..129026cca5f5 --- /dev/null +++ b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2005 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.0.ebuild,v 1.1 2005/10/30 00:56:49 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="" +RESTRICT="fetch nostrip" + +RDEPEND="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}" +} + +pkg_setup() { + ! built_with_use dev-lang/perl ithreads \ + && die "you need to have perl built with USE=ithreads" +} + +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 +} diff --git a/app-emulation/crossover-office-pro-bin/files/digest-crossover-office-pro-bin-5.0.0 b/app-emulation/crossover-office-pro-bin/files/digest-crossover-office-pro-bin-5.0.0 new file mode 100644 index 000000000000..471e9ae9ac66 --- /dev/null +++ b/app-emulation/crossover-office-pro-bin/files/digest-crossover-office-pro-bin-5.0.0 @@ -0,0 +1 @@ +MD5 b5f30ba1434417b55884365c47347c15 install-crossover-pro-5.0.0.sh 15957213 |