diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-28 23:08:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-28 23:08:14 +0000 |
commit | d5f8a0d4f4e2576811b0ed12683f768c6d451190 (patch) | |
tree | fa4e57187174718861256a4295cad09403c0b801 /app-emulation/crossover-office-bin | |
parent | depend on glibc, not virtual/libc (diff) | |
download | historical-d5f8a0d4f4e2576811b0ed12683f768c6d451190.tar.gz historical-d5f8a0d4f4e2576811b0ed12683f768c6d451190.tar.bz2 historical-d5f8a0d4f4e2576811b0ed12683f768c6d451190.zip |
Version bump #110721 by Anthraxz.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'app-emulation/crossover-office-bin')
4 files changed, 56 insertions, 8 deletions
diff --git a/app-emulation/crossover-office-bin/ChangeLog b/app-emulation/crossover-office-bin/ChangeLog index b210777ff9a5..5ada5c6b79be 100644 --- a/app-emulation/crossover-office-bin/ChangeLog +++ b/app-emulation/crossover-office-bin/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for app-emulation/crossover-office-bin # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.6 2005/05/23 16:37:57 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.7 2005/10/28 23:08:14 vapier Exp $ - 23 May 2005; Herbie Hopkins <herbs@gentoo.org> - crossover-office-bin-4.2.ebuild: - Marked ~amd64 wrt bug #92896. +*crossover-office-bin-5.0.0 (28 Oct 2005) + + 28 Oct 2005; Mike Frysinger <vapier@gentoo.org> + +crossover-office-bin-5.0.0.ebuild: + Version bump #110721 by Anthraxz. *crossover-office-bin-4.2 (15 Apr 2005) diff --git a/app-emulation/crossover-office-bin/Manifest b/app-emulation/crossover-office-bin/Manifest index b70419e3d7b6..3ad568492cfc 100644 --- a/app-emulation/crossover-office-bin/Manifest +++ b/app-emulation/crossover-office-bin/Manifest @@ -1,20 +1,22 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 4c7441eb2954d3deafa7de6c6f10f5e0 ChangeLog 985 +MD5 a410cc31f32569d7eaadc31de951e65d ChangeLog 1037 MD5 2b8e737eb5a4bb86dfb58c2a8b4b64e0 crossover-office-bin-3.0.1.ebuild 889 MD5 2b19587c6f3b8d432cda0e36b6446356 crossover-office-bin-4.0.ebuild 887 MD5 2d894a08956e53f4764c1af21bf7154b crossover-office-bin-4.1.ebuild 1004 MD5 dcdc67b026a4c0e0b3cf7289add8e56c crossover-office-bin-4.2.ebuild 1058 +MD5 2d0623c7ec43538919fd1d1eaa8c43ba crossover-office-bin-5.0.0.ebuild 1060 MD5 cd3ffa8407ac094aa56c0d80edb96e61 files/digest-crossover-office-bin-3.0.1 82 MD5 7ecc5ba7b6c1138905b6f352ec7e6e9d files/digest-crossover-office-bin-4.0 80 MD5 f381c74d9cb69f7e54447e0ebe1680b9 files/digest-crossover-office-bin-4.1 80 MD5 1e60da20abc768da5f823acc9f1254b2 files/digest-crossover-office-bin-4.2 80 +MD5 23dafc6887d2577101cf9eecb5c6eea4 files/digest-crossover-office-bin-5.0.0 82 MD5 6e817c3f6b82338028366853fddccf5f metadata.xml 157 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDYq9DgIKl8Uu19MoRAvAyAJ9iZw/+g78qWWLwRcp1WhgDVLtUswCdHJh9 -Exmtk7BHQlZbZJ5m9peN1/w= -=P0k1 +iD8DBQFDYq9xgIKl8Uu19MoRAgE4AJ4tHqtdaIk7oPvb3QDavGGTwlt4NACdGAO5 +uIlZOP01NK0EGReAHnH7HTQ= +=KzR7 -----END PGP SIGNATURE----- diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild new file mode 100644 index 000000000000..f3a01a9822ad --- /dev/null +++ b/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2005 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.0.ebuild,v 1.1 2005/10/28 23:08:14 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="" +RESTRICT="fetch nostrip" + +RDEPEND="virtual/x11 + sys-libs/glibc + amd64? ( app-emulation/emul-linux-x86-xlibs )" + +S=${WORKDIR} + +pkg_nofetch() { + einfo "Please visit ${HOMEPAGE}" + einfo "and place ${A} in ${DISTDIR}" +} + +pkg_setup() { + ! built_with_use dev-lang/perl ithreads \ + && die "you need to have perl built with USE=ithreads" +} + +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-5.0.0 b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-5.0.0 new file mode 100644 index 000000000000..5671e6652df8 --- /dev/null +++ b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-5.0.0 @@ -0,0 +1 @@ +MD5 bdeda66c2c6b3e7cc04132c180569bf9 install-crossover-standard-5.0.0.sh 15936867 |