diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-15 22:16:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-15 22:16:29 +0000 |
commit | 666180fb3dbcc208cb723efacf1686caf0cfec58 (patch) | |
tree | 4cdf96cdb4010095d77d7fc2616877e233a35158 /app-emulation/crossover-office-bin | |
parent | export LINGUAS to "" if everything is stripped (diff) | |
download | gentoo-2-666180fb3dbcc208cb723efacf1686caf0cfec58.tar.gz gentoo-2-666180fb3dbcc208cb723efacf1686caf0cfec58.tar.bz2 gentoo-2-666180fb3dbcc208cb723efacf1686caf0cfec58.zip |
Version bump #89184 by Gen Zhang.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-emulation/crossover-office-bin')
3 files changed, 50 insertions, 1 deletions
diff --git a/app-emulation/crossover-office-bin/ChangeLog b/app-emulation/crossover-office-bin/ChangeLog index c19a3540d3a2..c6deb0d8138e 100644 --- a/app-emulation/crossover-office-bin/ChangeLog +++ b/app-emulation/crossover-office-bin/ChangeLog @@ -1,6 +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.4 2005/01/01 14:09:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.5 2005/04/15 22:16:29 vapier Exp $ + +*crossover-office-bin-4.2 (15 Apr 2005) + + 15 Apr 2005; Mike Frysinger <vapier@gentoo.org> + +crossover-office-bin-4.2.ebuild: + Version bump #89184 by Gen Zhang. *crossover-office-bin-4.1 (23 Dec 2004) diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild new file mode 100644 index 000000000000..c6a84d65eedd --- /dev/null +++ b/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild @@ -0,0 +1,42 @@ +# 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-4.2.ebuild,v 1.1 2005/04/15 22:16:29 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="-* ~x86" +IUSE="" +RESTRICT="fetch nostrip" + +RDEPEND="virtual/x11 + virtual/libc" + +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-4.2 b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-4.2 new file mode 100644 index 000000000000..69b9bdd772d4 --- /dev/null +++ b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-4.2 @@ -0,0 +1 @@ +MD5 eee16e50f1d55c82e8a1dfdc70dd8d99 install-crossover-standard-4.2.sh 12876096 |