summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-06 22:37:55 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-06 22:37:55 +0000
commit439e87a91b5d8af2e32aca21d130fa6e15dc8e91 (patch)
tree7cfc73438376e4854c8e63d7ce5221c882083c3b /app-emulation
parentebuild style fixes thanks to Mr_Bones_ (diff)
downloadhistorical-439e87a91b5d8af2e32aca21d130fa6e15dc8e91.tar.gz
historical-439e87a91b5d8af2e32aca21d130fa6e15dc8e91.tar.bz2
historical-439e87a91b5d8af2e32aca21d130fa6e15dc8e91.zip
pull in nas, maybe #118020
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/crossover-office-bin/Manifest20
-rw-r--r--app-emulation/crossover-office-bin/crossover-office-bin-3.0.1.ebuild5
-rw-r--r--app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild5
-rw-r--r--app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild5
-rw-r--r--app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild5
-rw-r--r--app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild5
-rw-r--r--app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-4.2.ebuild7
7 files changed, 24 insertions, 28 deletions
diff --git a/app-emulation/crossover-office-bin/Manifest b/app-emulation/crossover-office-bin/Manifest
index 3d18770a3fdf..649b6ceb3253 100644
--- a/app-emulation/crossover-office-bin/Manifest
+++ b/app-emulation/crossover-office-bin/Manifest
@@ -1,22 +1,12 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
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 05864b96a47d26f9bc4896b72b9e33a3 crossover-office-bin-5.0.0.ebuild 943
+MD5 89542ad8392e1fbad4c8ad3bbd4dd56c crossover-office-bin-3.0.1.ebuild 917
+MD5 bd2454cc76583941e1aed2cce16a1d81 crossover-office-bin-4.0.ebuild 915
+MD5 937a1241f4b791d583a74e80a73e2712 crossover-office-bin-4.1.ebuild 1032
+MD5 d83dea9d55197f6853bf740baecd6a17 crossover-office-bin-4.2.ebuild 1086
+MD5 ac99666ca2d739566445b5835530c54a crossover-office-bin-5.0.0.ebuild 971
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)
-
-iD8DBQFDbC9/gIKl8Uu19MoRAoFQAJsHk0YoFovE7oulpQqvJZdKKBVvIwCdGknE
-LAtWwLl9YPEP1tUbTQVAenk=
-=wNYm
------END PGP SIGNATURE-----
diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-3.0.1.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-3.0.1.ebuild
index 60736182e2d4..50d647c03800 100644
--- a/app-emulation/crossover-office-bin/crossover-office-bin-3.0.1.ebuild
+++ b/app-emulation/crossover-office-bin/crossover-office-bin-3.0.1.ebuild
@@ -1,6 +1,6 @@
# 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-3.0.1.ebuild,v 1.3 2005/10/28 23:07:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-3.0.1.ebuild,v 1.4 2006/01/06 22:37:25 vapier Exp $
inherit eutils
@@ -11,10 +11,11 @@ SRC_URI="install-crossover-standard-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* ~x86"
-IUSE=""
+IUSE="nas"
RESTRICT="fetch nostrip"
RDEPEND="virtual/x11
+ nas? ( media-libs/nas )
sys-libs/glibc"
S=${WORKDIR}
diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild
index e8c2e4807d11..ffb28b51b045 100644
--- a/app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild
+++ b/app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild
@@ -1,6 +1,6 @@
# 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.0.ebuild,v 1.3 2005/10/28 23:07:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild,v 1.4 2006/01/06 22:37:25 vapier Exp $
inherit eutils
@@ -11,10 +11,11 @@ SRC_URI="install-crossover-standard-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* ~x86"
-IUSE=""
+IUSE="nas"
RESTRICT="fetch nostrip"
RDEPEND="virtual/x11
+ nas? ( media-libs/nas )
sys-libs/glibc"
S=${WORKDIR}
diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild
index cc5442173fce..177498143c88 100644
--- a/app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild
+++ b/app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild
@@ -1,6 +1,6 @@
# 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.1.ebuild,v 1.4 2005/10/28 23:07:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild,v 1.5 2006/01/06 22:37:25 vapier Exp $
inherit eutils
@@ -11,10 +11,11 @@ SRC_URI="install-crossover-standard-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* ~x86"
-IUSE=""
+IUSE="nas"
RESTRICT="fetch nostrip"
RDEPEND="virtual/x11
+ nas? ( media-libs/nas )
sys-libs/glibc"
S=${WORKDIR}
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
index 0bcd01fc3417..eed801faf757 100644
--- a/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild
+++ b/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild
@@ -1,6 +1,6 @@
# 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.3 2005/10/28 23:07:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild,v 1.4 2006/01/06 22:37:25 vapier Exp $
inherit eutils
@@ -11,10 +11,11 @@ SRC_URI="install-crossover-standard-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
+IUSE="nas"
RESTRICT="fetch nostrip"
RDEPEND="virtual/x11
+ nas? ( media-libs/nas )
sys-libs/glibc
amd64? ( app-emulation/emul-linux-x86-xlibs )"
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
index 7bedbd9401ee..42547f98e966 100644
--- 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
@@ -1,6 +1,6 @@
# 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.2 2005/11/05 04:04:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild,v 1.3 2006/01/06 22:37:25 vapier Exp $
inherit eutils
@@ -11,10 +11,11 @@ SRC_URI="install-crossover-standard-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
+IUSE="nas"
RESTRICT="fetch nostrip"
RDEPEND="virtual/x11
+ nas? ( media-libs/nas )
sys-libs/glibc
amd64? ( app-emulation/emul-linux-x86-xlibs )"
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 3f3b6ef6eff9..c8f7fd1b8a54 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-2005 Gentoo Foundation
+# 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.3 2005/10/28 23:06:19 vapier Exp $
+# $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 $
inherit eutils
@@ -11,10 +11,11 @@ SRC_URI="install-crossover-pro-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
+IUSE="nas"
RESTRICT="fetch nostrip"
RDEPEND="virtual/x11
+ nas? ( media-libs/nas )
sys-libs/glibc
amd64? ( app-emulation/emul-linux-x86-xlibs )"