summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/worker/ChangeLog7
-rw-r--r--app-misc/worker/worker-2.11.1.ebuild6
-rw-r--r--app-misc/worker/worker-2.13.1.ebuild6
-rw-r--r--app-misc/worker/worker-2.14.0-r1.ebuild4
-rw-r--r--app-misc/worker/worker-2.14.0.ebuild6
-rw-r--r--app-misc/worker/worker-2.14.4.ebuild4
6 files changed, 19 insertions, 14 deletions
diff --git a/app-misc/worker/ChangeLog b/app-misc/worker/ChangeLog
index 113b1d9f7157..c7411c52e976 100644
--- a/app-misc/worker/ChangeLog
+++ b/app-misc/worker/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/worker
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/worker/ChangeLog,v 1.46 2007/07/21 14:00:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/worker/ChangeLog,v 1.47 2007/07/22 09:46:31 omp Exp $
+
+ 22 Jul 2007; David Shakaryan <omp@gentoo.org> worker-2.11.1.ebuild,
+ worker-2.13.1.ebuild, worker-2.14.0.ebuild, worker-2.14.0-r1.ebuild,
+ worker-2.14.4.ebuild:
+ Remove virtual/x11 from dependencies.
21 Jul 2007; Raúl Porcel <armin76@gentoo.org> worker-2.14.4.ebuild:
Re-add ~alpha wrt #172755, thanks to Brian Evans for testing
diff --git a/app-misc/worker/worker-2.11.1.ebuild b/app-misc/worker/worker-2.11.1.ebuild
index c040d56ddecd..400bfe1e7f3a 100644
--- a/app-misc/worker/worker-2.11.1.ebuild
+++ b/app-misc/worker/worker-2.11.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/worker/worker-2.11.1.ebuild,v 1.7 2006/08/17 11:34:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/worker/worker-2.11.1.ebuild,v 1.8 2007/07/22 09:46:31 omp Exp $
DESCRIPTION="Worker Filemanager: Amiga Directory Opus 4 clone"
HOMEPAGE="http://www.boomerangsworld.de/worker/"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc sparc x86"
IUSE=""
-DEPEND="|| ( x11-libs/libSM virtual/x11 )"
+DEPEND="x11-libs/libSM"
src_install() {
einstall || die "make install failed"
diff --git a/app-misc/worker/worker-2.13.1.ebuild b/app-misc/worker/worker-2.13.1.ebuild
index f277b9c2d602..f6c8c06dd373 100644
--- a/app-misc/worker/worker-2.13.1.ebuild
+++ b/app-misc/worker/worker-2.13.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/worker/worker-2.13.1.ebuild,v 1.1 2006/08/17 19:50:26 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/worker/worker-2.13.1.ebuild,v 1.2 2007/07/22 09:46:31 omp Exp $
inherit eutils
@@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
IUSE="unicode"
#S="${WORKDIR}/${P/_}"
-DEPEND="|| ( x11-libs/libSM virtual/x11 )"
+DEPEND="x11-libs/libSM"
src_compile() {
econf \
diff --git a/app-misc/worker/worker-2.14.0-r1.ebuild b/app-misc/worker/worker-2.14.0-r1.ebuild
index e5bd4c0457c1..b8bb64da5a5b 100644
--- a/app-misc/worker/worker-2.14.0-r1.ebuild
+++ b/app-misc/worker/worker-2.14.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/worker/worker-2.14.0-r1.ebuild,v 1.4 2007/05/05 11:36:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/worker/worker-2.14.0-r1.ebuild,v 1.5 2007/07/22 09:46:31 omp Exp $
inherit eutils
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86"
IUSE="avfs unicode"
#S="${WORKDIR}/${P/_}"
-DEPEND="|| ( x11-libs/libSM virtual/x11 )
+DEPEND="x11-libs/libSM
avfs? ( sys-fs/avfs )"
src_compile() {
diff --git a/app-misc/worker/worker-2.14.0.ebuild b/app-misc/worker/worker-2.14.0.ebuild
index 30ef902e5c8d..94ea19448070 100644
--- a/app-misc/worker/worker-2.14.0.ebuild
+++ b/app-misc/worker/worker-2.14.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/worker/worker-2.14.0.ebuild,v 1.1 2006/10/05 16:54:19 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/worker/worker-2.14.0.ebuild,v 1.2 2007/07/22 09:46:31 omp Exp $
inherit eutils
@@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
IUSE="unicode"
#S="${WORKDIR}/${P/_}"
-DEPEND="|| ( x11-libs/libSM virtual/x11 )"
+DEPEND="x11-libs/libSM"
src_compile() {
econf \
diff --git a/app-misc/worker/worker-2.14.4.ebuild b/app-misc/worker/worker-2.14.4.ebuild
index 504fd496ad4c..41247a04b930 100644
--- a/app-misc/worker/worker-2.14.4.ebuild
+++ b/app-misc/worker/worker-2.14.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/worker/worker-2.14.4.ebuild,v 1.6 2007/07/21 14:00:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/worker/worker-2.14.4.ebuild,v 1.7 2007/07/22 09:46:31 omp Exp $
inherit eutils
@@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
IUSE="avfs unicode"
#S="${WORKDIR}/${P/_}"
-DEPEND="|| ( x11-libs/libSM virtual/x11 )
+DEPEND="x11-libs/libSM
avfs? ( sys-fs/avfs )"
src_compile() {