summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/worker')
-rw-r--r--app-misc/worker/ChangeLog6
-rw-r--r--app-misc/worker/worker-2.17.3.ebuild31
-rw-r--r--app-misc/worker/worker-2.17.8.ebuild3
3 files changed, 6 insertions, 34 deletions
diff --git a/app-misc/worker/ChangeLog b/app-misc/worker/ChangeLog
index daed2c11f811..a368e4859aa1 100644
--- a/app-misc/worker/ChangeLog
+++ b/app-misc/worker/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/worker
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/worker/ChangeLog,v 1.86 2010/07/11 19:03:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/worker/ChangeLog,v 1.87 2010/07/30 15:59:25 dertobi123 Exp $
+
+ 30 Jul 2010; Tobias Scherbaum <dertobi123@gentoo.org>
+ -worker-2.17.3.ebuild, worker-2.17.8.ebuild:
+ Remove hal depend (#325467)
11 Jul 2010; Raúl Porcel <armin76@gentoo.org> worker-2.17.6.ebuild:
alpha/ia64/sparc stable wrt #324373
diff --git a/app-misc/worker/worker-2.17.3.ebuild b/app-misc/worker/worker-2.17.3.ebuild
deleted file mode 100644
index 36cc172afd56..000000000000
--- a/app-misc/worker/worker-2.17.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/worker/worker-2.17.3.ebuild,v 1.5 2009/06/11 14:54:07 armin76 Exp $
-
-inherit eutils
-
-DESCRIPTION="Worker Filemanager: Amiga Directory Opus 4 clone"
-HOMEPAGE="http://www.boomerangsworld.de/worker/"
-SRC_URI="http://www.boomerangsworld.de/worker/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc sparc x86"
-IUSE="avfs unicode"
-
-RDEPEND="x11-libs/libSM
- avfs? ( sys-fs/avfs )"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- econf $(use_enable unicode utf-8) \
- $(use_with avfs) || die "./configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- einstall || die "make install failed"
- doman man/worker.1
- dodoc AUTHORS ChangeLog INSTALL NEWS README README_LARGEFILES THANKS
- make_desktop_entry ${PN} Worker WorkerIcon "FileManager"
-}
diff --git a/app-misc/worker/worker-2.17.8.ebuild b/app-misc/worker/worker-2.17.8.ebuild
index 594b1feddc07..e598d9896955 100644
--- a/app-misc/worker/worker-2.17.8.ebuild
+++ b/app-misc/worker/worker-2.17.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/worker/worker-2.17.8.ebuild,v 1.1 2010/06/24 18:55:26 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/worker/worker-2.17.8.ebuild,v 1.2 2010/07/30 15:59:26 dertobi123 Exp $
inherit eutils
@@ -15,7 +15,6 @@ IUSE="avfs"
RDEPEND="x11-libs/libSM
dev-libs/dbus-glib
- sys-apps/hal
avfs? ( sys-fs/avfs )"
DEPEND="${RDEPEND}"