summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-15 19:09:22 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-15 19:09:22 +0000
commitac7c87394d5eeef6f7670c03fcc92114a4e238e0 (patch)
tree3a04c7621a06c472e3bdb1509c77d201b6f61c4d /app-emulation
parentSvn snapshot (exported on 060114) bump. Added maintainer and longdescription ... (diff)
downloadgentoo-2-ac7c87394d5eeef6f7670c03fcc92114a4e238e0.tar.gz
gentoo-2-ac7c87394d5eeef6f7670c03fcc92114a4e238e0.tar.bz2
gentoo-2-ac7c87394d5eeef6f7670c03fcc92114a4e238e0.zip
Version bump for security #118101.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/crossover-office-bin/ChangeLog10
-rw-r--r--app-emulation/crossover-office-bin/crossover-office-bin-5.0.1.ebuild39
-rw-r--r--app-emulation/crossover-office-bin/files/digest-crossover-office-bin-5.0.11
-rw-r--r--app-emulation/crossover-office-pro-bin/ChangeLog10
-rw-r--r--app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.1.ebuild39
-rw-r--r--app-emulation/crossover-office-pro-bin/files/digest-crossover-office-pro-bin-5.0.11
6 files changed, 96 insertions, 4 deletions
diff --git a/app-emulation/crossover-office-bin/ChangeLog b/app-emulation/crossover-office-bin/ChangeLog
index 5ada5c6b79be..5ecd3fa3bae7 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.7 2005/10/28 23:08:14 vapier Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.8 2006/01/15 19:08:23 vapier Exp $
+
+*crossover-office-bin-5.0.1 (15 Jan 2006)
+
+ 15 Jan 2006; Mike Frysinger <vapier@gentoo.org>
+ +crossover-office-bin-5.0.1.ebuild:
+ Version bump for security #118101.
*crossover-office-bin-5.0.0 (28 Oct 2005)
diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-5.0.1.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-5.0.1.ebuild
new file mode 100644
index 000000000000..6d573a0ccb39
--- /dev/null
+++ b/app-emulation/crossover-office-bin/crossover-office-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-bin/crossover-office-bin-5.0.1.ebuild,v 1.1 2006/01/15 19:08:23 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="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-bin/files/digest-crossover-office-bin-5.0.1 b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-5.0.1
new file mode 100644
index 000000000000..d0d27ea350eb
--- /dev/null
+++ b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-5.0.1
@@ -0,0 +1 @@
+MD5 96bea3142fd096db88186f7233c5d43c install-crossover-standard-5.0.1.sh 16160351
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