summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-15 22:16:29 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-15 22:16:29 +0000
commitdea64fd8a72f15dd0914f306e1d2de9c2a0916c5 (patch)
tree77841e12665eef6eacd034455281223b6c5ade15 /app-emulation
parentexport LINGUAS to "" if everything is stripped (diff)
downloadhistorical-dea64fd8a72f15dd0914f306e1d2de9c2a0916c5.tar.gz
historical-dea64fd8a72f15dd0914f306e1d2de9c2a0916c5.tar.bz2
historical-dea64fd8a72f15dd0914f306e1d2de9c2a0916c5.zip
Version bump #89184 by Gen Zhang.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/crossover-office-bin/ChangeLog8
-rw-r--r--app-emulation/crossover-office-bin/Manifest4
-rw-r--r--app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild42
-rw-r--r--app-emulation/crossover-office-bin/files/digest-crossover-office-bin-4.21
4 files changed, 53 insertions, 2 deletions
diff --git a/app-emulation/crossover-office-bin/ChangeLog b/app-emulation/crossover-office-bin/ChangeLog
index c19a3540d3a2..c6deb0d8138e 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.4 2005/01/01 14:09:10 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.5 2005/04/15 22:16:29 vapier Exp $
+
+*crossover-office-bin-4.2 (15 Apr 2005)
+
+ 15 Apr 2005; Mike Frysinger <vapier@gentoo.org>
+ +crossover-office-bin-4.2.ebuild:
+ Version bump #89184 by Gen Zhang.
*crossover-office-bin-4.1 (23 Dec 2004)
diff --git a/app-emulation/crossover-office-bin/Manifest b/app-emulation/crossover-office-bin/Manifest
index dfe64f710a47..7a6abfe8dd61 100644
--- a/app-emulation/crossover-office-bin/Manifest
+++ b/app-emulation/crossover-office-bin/Manifest
@@ -1,8 +1,10 @@
-MD5 5df0258c789a4066c4f2b3bc4a86622b ChangeLog 709
+MD5 157e72ba3f94e9043079300af8c1f1bf ChangeLog 869
MD5 997ddc2652e6cae5855d072a50433223 crossover-office-bin-3.0.1.ebuild 891
MD5 6e817c3f6b82338028366853fddccf5f metadata.xml 157
MD5 7e7b0a67dc41fbabc83be8032856bb42 crossover-office-bin-4.0.ebuild 889
MD5 b01a1f1d8f038587881e7babc90d697a crossover-office-bin-4.1.ebuild 1002
+MD5 b98e6695316f026738e5cfdd43034885 crossover-office-bin-4.2.ebuild 1002
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
+MD5 1e60da20abc768da5f823acc9f1254b2 files/digest-crossover-office-bin-4.2 80
diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild
new file mode 100644
index 000000000000..c6a84d65eedd
--- /dev/null
+++ b/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild
@@ -0,0 +1,42 @@
+# 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-4.2.ebuild,v 1.1 2005/04/15 22:16:29 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}"
+}
+
+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-4.2 b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-4.2
new file mode 100644
index 000000000000..69b9bdd772d4
--- /dev/null
+++ b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-4.2
@@ -0,0 +1 @@
+MD5 eee16e50f1d55c82e8a1dfdc70dd8d99 install-crossover-standard-4.2.sh 12876096