diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-15 19:09:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-15 19:09:22 +0000 |
commit | f74a5249b1e721bf016d14de54a56929033b5a43 (patch) | |
tree | 95b1f759a9df9ecf12673e99e481b4ca98a5a7fc /app-emulation/crossover-office-pro-bin | |
parent | Svn snapshot (exported on 060114) bump. Added maintainer and longdescription ... (diff) | |
download | historical-f74a5249b1e721bf016d14de54a56929033b5a43.tar.gz historical-f74a5249b1e721bf016d14de54a56929033b5a43.tar.bz2 historical-f74a5249b1e721bf016d14de54a56929033b5a43.zip |
Version bump for security #118101.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-emulation/crossover-office-pro-bin')
3 files changed, 48 insertions, 2 deletions
diff --git a/app-emulation/crossover-office-pro-bin/ChangeLog b/app-emulation/crossover-office-pro-bin/ChangeLog index ac0f395c9994..596b6a1e8db2 100644 --- a/app-emulation/crossover-office-pro-bin/ChangeLog +++ b/app-emulation/crossover-office-pro-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/crossover-office-pro-bin -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.4 2005/10/30 00:56:49 vapier Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.5 2006/01/15 19:09:22 vapier Exp $ + +*crossover-office-pro-bin-5.0.1 (15 Jan 2006) + + 15 Jan 2006; Mike Frysinger <vapier@gentoo.org> + +crossover-office-pro-bin-5.0.1.ebuild: + Version bump for security #118101. *crossover-office-pro-bin-5.0.0 (30 Oct 2005) diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.1.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.1.ebuild new file mode 100644 index 000000000000..fbe83833dce8 --- /dev/null +++ b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.1.ebuild @@ -0,0 +1,39 @@ +# 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-pro-bin/crossover-office-pro-bin-5.0.1.ebuild,v 1.1 2006/01/15 19:09:22 vapier Exp $ + +inherit eutils + +DESCRIPTION="specialized version of wine for MS Office" +HOMEPAGE="http://www.codeweavers.com/site/products/cxoffice/" +SRC_URI="install-crossover-pro-${PV}.sh" + +LICENSE="CROSSOVER" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="nas" +RESTRICT="fetch nostrip" + +RDEPEND="virtual/x11 + nas? ( media-libs/nas ) + sys-libs/glibc + 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 +} diff --git a/app-emulation/crossover-office-pro-bin/files/digest-crossover-office-pro-bin-5.0.1 b/app-emulation/crossover-office-pro-bin/files/digest-crossover-office-pro-bin-5.0.1 new file mode 100644 index 000000000000..8b942db4e147 --- /dev/null +++ b/app-emulation/crossover-office-pro-bin/files/digest-crossover-office-pro-bin-5.0.1 @@ -0,0 +1 @@ +MD5 847d4a3d7cb23d4931fc5e04ea243f53 install-crossover-pro-5.0.1.sh 16177282 |