diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-28 03:27:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-28 03:27:38 +0000 |
commit | e174d28ac5c947eafc5f3be1b75fddf0d3cb9e25 (patch) | |
tree | 50bebcb43d01c7318e074580efc76185e1b9c1d6 /app-emulation | |
parent | Cleaning up old versions that no longer work. (diff) | |
download | gentoo-2-e174d28ac5c947eafc5f3be1b75fddf0d3cb9e25.tar.gz gentoo-2-e174d28ac5c947eafc5f3be1b75fddf0d3cb9e25.tar.bz2 gentoo-2-e174d28ac5c947eafc5f3be1b75fddf0d3cb9e25.zip |
Version bump #137839 by Jesus Hinojosa.
(Portage version: 2.1.1_pre1-r3)
Diffstat (limited to 'app-emulation')
3 files changed, 57 insertions, 1 deletions
diff --git a/app-emulation/crossover-office-bin/ChangeLog b/app-emulation/crossover-office-bin/ChangeLog index dd17e0528ae9..7c38df58c989 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.9 2006/01/25 22:54:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.10 2006/06/28 03:27:38 vapier Exp $ + +*crossover-office-bin-5.0.3 (28 Jun 2006) + + 28 Jun 2006; Mike Frysinger <vapier@gentoo.org> + +crossover-office-bin-5.0.3.ebuild: + Version bump #137839 by Jesus Hinojosa. 25 Jan 2006; Mike Frysinger <vapier@gentoo.org> crossover-office-bin-3.0.1.ebuild, crossover-office-bin-4.0.ebuild, diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-5.0.3.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-5.0.3.ebuild new file mode 100644 index 000000000000..c4f986404839 --- /dev/null +++ b/app-emulation/crossover-office-bin/crossover-office-bin-5.0.3.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2006 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.3.ebuild,v 1.1 2006/06/28 03:27:38 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="nas" +RESTRICT="fetch nostrip" + +RDEPEND="sys-libs/glibc + || ( + ( x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-libs/libXmu x11-libs/libXxf86dga x11-libs/libXxf86vm ) + virtual/x11 + ) + nas? ( media-libs/nas ) + amd64? ( app-emulation/emul-linux-x86-xlibs )" + +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 +} + +pkg_postinst() { + einfo "Run /opt/cxoffice/bin/cxsetup as normal user to create" + einfo "bottles and install Windows applications." +} diff --git a/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-5.0.3 b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-5.0.3 new file mode 100644 index 000000000000..3dc855cf63f7 --- /dev/null +++ b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-5.0.3 @@ -0,0 +1,3 @@ +MD5 f64d2cf94cb340fc8f9ec79b3259851a install-crossover-standard-5.0.3.sh 17275401 +RMD160 db2f650968f486f32558b0316ff5b62418b3a37c install-crossover-standard-5.0.3.sh 17275401 +SHA256 88421ddb62ad00f6b8bb82552af94f236dcbcaf1a86fd69993e4761c3e561bd9 install-crossover-standard-5.0.3.sh 17275401 |