diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-02 05:35:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-02 05:35:21 +0000 |
commit | 2c9c843ea36e1efa0651f26499c3e73fdaf6175b (patch) | |
tree | 27e6a3a8da234647fae472888447a16aee8ba135 /app-emulation | |
parent | Marked x86 stable. (diff) | |
download | historical-2c9c843ea36e1efa0651f26499c3e73fdaf6175b.tar.gz historical-2c9c843ea36e1efa0651f26499c3e73fdaf6175b.tar.bz2 historical-2c9c843ea36e1efa0651f26499c3e73fdaf6175b.zip |
Version bump #71588.
Diffstat (limited to 'app-emulation')
4 files changed, 58 insertions, 2 deletions
diff --git a/app-emulation/crossover-office-bin/ChangeLog b/app-emulation/crossover-office-bin/ChangeLog index 870189e78491..e7a2ba505e62 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.1 2004/10/31 02:39:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.2 2004/12/02 05:35:21 vapier Exp $ + +*crossover-office-bin-4.0 (02 Dec 2004) + + 02 Dec 2004; Mike Frysinger <vapier@gentoo.org> + +crossover-office-bin-4.0.ebuild: + Version bump #71588. *crossover-office-bin-3.0.1 (30 Oct 2004) diff --git a/app-emulation/crossover-office-bin/Manifest b/app-emulation/crossover-office-bin/Manifest index 65ce0e9d31e4..c4eb7cfe7f05 100644 --- a/app-emulation/crossover-office-bin/Manifest +++ b/app-emulation/crossover-office-bin/Manifest @@ -1,4 +1,16 @@ -MD5 c379ada758b6749e5713978b1a1b4076 ChangeLog 390 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 f5bf6561416f3eeb5a08a30d9144abc6 ChangeLog 541 MD5 54a4a8ec9b61b8be6f7074de2c3be86d crossover-office-bin-3.0.1.ebuild 887 MD5 6e817c3f6b82338028366853fddccf5f metadata.xml 157 +MD5 f682ce83d39ada86767c761e93b1e546 crossover-office-bin-4.0.ebuild 885 +MD5 7ecc5ba7b6c1138905b6f352ec7e6e9d files/digest-crossover-office-bin-4.0 80 MD5 cd3ffa8407ac094aa56c0d80edb96e61 files/digest-crossover-office-bin-3.0.1 82 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFBrqmmroRuSHgZdywRAl09AJ0UXiVrQdA5T2XT6qA3qY8eYFKYDQCgjDni +CToDlXHLLS4vJmF7+Q1k92Y= +=5FgW +-----END PGP SIGNATURE----- diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild new file mode 100644 index 000000000000..333fccbd3a7c --- /dev/null +++ b/app-emulation/crossover-office-bin/crossover-office-bin-4.0.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.0.ebuild,v 1.1 2004/12/02 05:35:21 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.0 b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-4.0 new file mode 100644 index 000000000000..09dcca68cd15 --- /dev/null +++ b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-4.0 @@ -0,0 +1 @@ +MD5 c297585f00c6de62626a4403ddeaadf7 install-crossover-standard-4.0.sh 12792374 |