diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-28 23:08:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-28 23:08:14 +0000 |
commit | e727242c499d3d3c918e9bf03f7f031e6f243cfc (patch) | |
tree | 30939a35006c54e21b5726c2edb4650ef3a49952 /app-emulation/crossover-office-bin | |
parent | depend on glibc, not virtual/libc (diff) | |
download | gentoo-2-e727242c499d3d3c918e9bf03f7f031e6f243cfc.tar.gz gentoo-2-e727242c499d3d3c918e9bf03f7f031e6f243cfc.tar.bz2 gentoo-2-e727242c499d3d3c918e9bf03f7f031e6f243cfc.zip |
Version bump #110721 by Anthraxz.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'app-emulation/crossover-office-bin')
3 files changed, 50 insertions, 4 deletions
diff --git a/app-emulation/crossover-office-bin/ChangeLog b/app-emulation/crossover-office-bin/ChangeLog index b210777ff9a5..5ada5c6b79be 100644 --- a/app-emulation/crossover-office-bin/ChangeLog +++ b/app-emulation/crossover-office-bin/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for app-emulation/crossover-office-bin # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.6 2005/05/23 16:37:57 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.7 2005/10/28 23:08:14 vapier Exp $ - 23 May 2005; Herbie Hopkins <herbs@gentoo.org> - crossover-office-bin-4.2.ebuild: - Marked ~amd64 wrt bug #92896. +*crossover-office-bin-5.0.0 (28 Oct 2005) + + 28 Oct 2005; Mike Frysinger <vapier@gentoo.org> + +crossover-office-bin-5.0.0.ebuild: + Version bump #110721 by Anthraxz. *crossover-office-bin-4.2 (15 Apr 2005) diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild new file mode 100644 index 000000000000..f3a01a9822ad --- /dev/null +++ b/app-emulation/crossover-office-bin/crossover-office-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-bin/crossover-office-bin-5.0.0.ebuild,v 1.1 2005/10/28 23:08:14 vapier Exp $ + +inherit eutils + +DESCRIPTION="specialized version of wine for MS Office" +HOMEPAGE="http://www.codeweavers.com/site/products/cxoffice/" +SRC_URI="install-crossover-standard-${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-bin/files/digest-crossover-office-bin-5.0.0 b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-5.0.0 new file mode 100644 index 000000000000..5671e6652df8 --- /dev/null +++ b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-5.0.0 @@ -0,0 +1 @@ +MD5 bdeda66c2c6b3e7cc04132c180569bf9 install-crossover-standard-5.0.0.sh 15936867 |