diff options
author | 2004-12-23 22:22:18 +0000 | |
---|---|---|
committer | 2004-12-23 22:22:18 +0000 | |
commit | e7c52853a09e66356703da9ad2d33b98b7c7003b (patch) | |
tree | 27687dbf7a0997e190e5b99efe3534cf8a7e5b6b /app-emulation/crossover-office-bin | |
parent | Stable on alpha. (diff) | |
download | historical-e7c52853a09e66356703da9ad2d33b98b7c7003b.tar.gz historical-e7c52853a09e66356703da9ad2d33b98b7c7003b.tar.bz2 historical-e7c52853a09e66356703da9ad2d33b98b7c7003b.zip |
Version bump #75441 by Gen Zhang.
Diffstat (limited to 'app-emulation/crossover-office-bin')
4 files changed, 51 insertions, 5 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/Manifest b/app-emulation/crossover-office-bin/Manifest index c4eb7cfe7f05..dfc866d0d385 100644 --- a/app-emulation/crossover-office-bin/Manifest +++ b/app-emulation/crossover-office-bin/Manifest @@ -1,16 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 f5bf6561416f3eeb5a08a30d9144abc6 ChangeLog 541 +MD5 cd7aafaab1a80ce5ea938a8ff5ba3482 ChangeLog 705 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 d8ab370a58b605665c376360bdfee2e9 crossover-office-bin-4.1.ebuild 885 MD5 7ecc5ba7b6c1138905b6f352ec7e6e9d files/digest-crossover-office-bin-4.0 80 MD5 cd3ffa8407ac094aa56c0d80edb96e61 files/digest-crossover-office-bin-3.0.1 82 +MD5 f381c74d9cb69f7e54447e0ebe1680b9 files/digest-crossover-office-bin-4.1 80 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBrqmmroRuSHgZdywRAl09AJ0UXiVrQdA5T2XT6qA3qY8eYFKYDQCgjDni -CToDlXHLLS4vJmF7+Q1k92Y= -=5FgW +iD8DBQFBy0UsroRuSHgZdywRAo84AJ98Axe0fcwsHqdtUe9VWL7EqWEQhgCcCB09 +yUpPuy+aSrum8D3yF3a8Js0= +=9yp3 -----END PGP SIGNATURE----- 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 |