diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-23 22:22:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-23 22:22:18 +0000 |
commit | 0b8768e8abbe0bf0cecd6d52445668303c42055f (patch) | |
tree | 3951c93c169fbc28435f6424a69218966a1a2df3 /app-emulation/crossover-office-bin | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-0b8768e8abbe0bf0cecd6d52445668303c42055f.tar.gz gentoo-2-0b8768e8abbe0bf0cecd6d52445668303c42055f.tar.bz2 gentoo-2-0b8768e8abbe0bf0cecd6d52445668303c42055f.zip |
Version bump #75441 by Gen Zhang.
Diffstat (limited to 'app-emulation/crossover-office-bin')
3 files changed, 45 insertions, 1 deletions
diff --git a/app-emulation/crossover-office-bin/ChangeLog b/app-emulation/crossover-office-bin/ChangeLog index e7a2ba505e62..306f0b0be969 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.2 2004/12/02 05:35:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.3 2004/12/23 22:22:18 vapier Exp $ + +*crossover-office-bin-4.1 (23 Dec 2004) + + 23 Dec 2004; Mike Frysinger <vapier@gentoo.org> + +crossover-office-bin-4.1.ebuild: + Version bump #75441 by Gen Zhang. *crossover-office-bin-4.0 (02 Dec 2004) diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild new file mode 100644 index 000000000000..2adcce302b33 --- /dev/null +++ b/app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2004 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.1.ebuild,v 1.1 2004/12/23 22:22:18 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}" +} + +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.1 b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-4.1 new file mode 100644 index 000000000000..9ff264aca198 --- /dev/null +++ b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-4.1 @@ -0,0 +1 @@ +MD5 7d1ac180fd7d241b1a22857ffa61c19b install-crossover-standard-4.1.sh 12794303 |