summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-25 22:59:06 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-25 22:59:06 +0000
commitff7c449a19df9566eb3780bf776754fe0450d455 (patch)
treef6d6b0c96ecfbbf6fcbf8261ec248573572ac85b /app-emulation/crossover-office-pro-bin
parentAdd dep on libglade. Bug #119841 (diff)
downloadgentoo-2-ff7c449a19df9566eb3780bf776754fe0450d455.tar.gz
gentoo-2-ff7c449a19df9566eb3780bf776754fe0450d455.tar.bz2
gentoo-2-ff7c449a19df9566eb3780bf776754fe0450d455.zip
Add support for modular X by Markus Ullmann #120287.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-emulation/crossover-office-pro-bin')
-rw-r--r--app-emulation/crossover-office-pro-bin/ChangeLog8
-rw-r--r--app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-4.2.ebuild9
-rw-r--r--app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild9
-rw-r--r--app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.1.ebuild9
4 files changed, 25 insertions, 10 deletions
diff --git a/app-emulation/crossover-office-pro-bin/ChangeLog b/app-emulation/crossover-office-pro-bin/ChangeLog
index 596b6a1e8db2..6244c339ff1a 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-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 $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.6 2006/01/25 22:59:06 vapier Exp $
+
+ 25 Jan 2006; Mike Frysinger <vapier@gentoo.org>
+ crossover-office-pro-bin-4.2.ebuild,
+ crossover-office-pro-bin-5.0.0.ebuild,
+ crossover-office-pro-bin-5.0.1.ebuild:
+ Add support for modular X by Markus Ullmann #120287.
*crossover-office-pro-bin-5.0.1 (15 Jan 2006)
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
index c8f7fd1b8a54..49ff0b178184 100644
--- 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
@@ -1,6 +1,6 @@
# 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-4.2.ebuild,v 1.4 2006/01/06 22:37:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-4.2.ebuild,v 1.5 2006/01/25 22:59:06 vapier Exp $
inherit eutils
@@ -14,8 +14,11 @@ KEYWORDS="-* ~amd64 ~x86"
IUSE="nas"
RESTRICT="fetch nostrip"
-RDEPEND="virtual/x11
- nas? ( media-libs/nas )
+RDEPEND="nas? ( media-libs/nas )
+ || (
+ ( x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-libs/libXxf86dga x11-libs/libXxf86vm )
+ virtual/x11
+ )
sys-libs/glibc
amd64? ( app-emulation/emul-linux-x86-xlibs )"
diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild
index 11701985f774..393fae366c45 100644
--- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild
+++ b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild
@@ -1,6 +1,6 @@
# 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.0.ebuild,v 1.3 2006/01/06 22:37:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild,v 1.4 2006/01/25 22:59:06 vapier Exp $
inherit eutils
@@ -14,8 +14,11 @@ KEYWORDS="-* ~amd64 ~x86"
IUSE="nas"
RESTRICT="fetch nostrip"
-RDEPEND="virtual/x11
- nas? ( media-libs/nas )
+RDEPEND="nas? ( media-libs/nas )
+ || (
+ ( x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-libs/libXxf86dga x11-libs/libXxf86vm )
+ virtual/x11
+ )
sys-libs/glibc
amd64? ( app-emulation/emul-linux-x86-xlibs )"
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
index fbe83833dce8..1c321c08824a 100644
--- 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
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.1.ebuild,v 1.2 2006/01/25 22:59:06 vapier Exp $
inherit eutils
@@ -14,8 +14,11 @@ KEYWORDS="-* ~amd64 ~x86"
IUSE="nas"
RESTRICT="fetch nostrip"
-RDEPEND="virtual/x11
- nas? ( media-libs/nas )
+RDEPEND="nas? ( media-libs/nas )
+ || (
+ ( x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-libs/libXxf86dga x11-libs/libXxf86vm )
+ virtual/x11
+ )
sys-libs/glibc
amd64? ( app-emulation/emul-linux-x86-xlibs )"