summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-19 22:35:30 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-19 22:35:30 +0000
commit02c61cc637f3f84d4a21c49d1cd5a7d8d033d8f4 (patch)
tree238aeb92ff39c41bad2a9149e397c53df3c26d37 /app-emulation/crossover-office-pro-bin
parentRemove retired developer from metadata.xml. (diff)
downloadhistorical-02c61cc637f3f84d4a21c49d1cd5a7d8d033d8f4.tar.gz
historical-02c61cc637f3f84d4a21c49d1cd5a7d8d033d8f4.tar.bz2
historical-02c61cc637f3f84d4a21c49d1cd5a7d8d033d8f4.zip
initial import #84163
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-emulation/crossover-office-pro-bin')
-rw-r--r--app-emulation/crossover-office-pro-bin/ChangeLog9
-rw-r--r--app-emulation/crossover-office-pro-bin/Manifest4
-rw-r--r--app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-4.2.ebuild42
-rw-r--r--app-emulation/crossover-office-pro-bin/files/digest-crossover-office-pro-bin-4.21
-rw-r--r--app-emulation/crossover-office-pro-bin/metadata.xml5
5 files changed, 61 insertions, 0 deletions
diff --git a/app-emulation/crossover-office-pro-bin/ChangeLog b/app-emulation/crossover-office-pro-bin/ChangeLog
new file mode 100644
index 000000000000..4e13ea05fa11
--- /dev/null
+++ b/app-emulation/crossover-office-pro-bin/ChangeLog
@@ -0,0 +1,9 @@
+# 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.1 2005/04/19 22:35:30 vapier Exp $
+
+*crossover-office-pro-bin-4.2 (19 Apr 2005)
+
+ 19 Apr 2005; Mike Frysinger <vapier@gentoo.org>
+ +crossover-office-pro-bin-4.2.ebuild:
+ Initial import from #84163 by Sridhar Dhanapalan / HezniK.
diff --git a/app-emulation/crossover-office-pro-bin/Manifest b/app-emulation/crossover-office-pro-bin/Manifest
new file mode 100644
index 000000000000..1aa2315e9a42
--- /dev/null
+++ b/app-emulation/crossover-office-pro-bin/Manifest
@@ -0,0 +1,4 @@
+MD5 b3072df4d9e126315508dd55a1efa432 ChangeLog 445
+MD5 6e817c3f6b82338028366853fddccf5f metadata.xml 157
+MD5 bb029a9a2c62b96962fdce9158546fa0 crossover-office-pro-bin-4.2.ebuild 1005
+MD5 3cc7ad0128dedb3cf0fed61e510b7cc1 files/digest-crossover-office-pro-bin-4.2 75
diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-4.2.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-4.2.ebuild
new file mode 100644
index 000000000000..40d25ff972a9
--- /dev/null
+++ b/app-emulation/crossover-office-pro-bin/crossover-office-pro-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-pro-bin/crossover-office-pro-bin-4.2.ebuild,v 1.1 2005/04/19 22:35:30 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="-* ~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-pro-bin/files/digest-crossover-office-pro-bin-4.2 b/app-emulation/crossover-office-pro-bin/files/digest-crossover-office-pro-bin-4.2
new file mode 100644
index 000000000000..68c22f401c37
--- /dev/null
+++ b/app-emulation/crossover-office-pro-bin/files/digest-crossover-office-pro-bin-4.2
@@ -0,0 +1 @@
+MD5 9cae2c29fc2491265a6dbc6e86ada346 install-crossover-pro-4.2.sh 12890481
diff --git a/app-emulation/crossover-office-pro-bin/metadata.xml b/app-emulation/crossover-office-pro-bin/metadata.xml
new file mode 100644
index 000000000000..27f54c99739f
--- /dev/null
+++ b/app-emulation/crossover-office-pro-bin/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>wine</herd>
+</pkgmetadata>