From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1245605-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2EED41382C5 for <garchives@archives.gentoo.org>; Mon, 25 Jan 2021 17:38:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 914A1E09F7; Mon, 25 Jan 2021 17:38:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DB09E09F7 for <gentoo-commits@lists.gentoo.org>; Mon, 25 Jan 2021 17:38:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1DD234121A for <gentoo-commits@lists.gentoo.org>; Mon, 25 Jan 2021 17:38:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 754364B3 for <gentoo-commits@lists.gentoo.org>; Mon, 25 Jan 2021 17:38:30 +0000 (UTC) From: "Marek Szuba" <marecki@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" <marecki@gentoo.org> Message-ID: <1611596266.161a3d4c5d3817b5ee65927ed007f404b4711226.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/worker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/worker/worker-3.8.3.ebuild app-misc/worker/worker-4.6.1.ebuild X-VCS-Directories: app-misc/worker/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 161a3d4c5d3817b5ee65927ed007f404b4711226 X-VCS-Branch: master Date: Mon, 25 Jan 2021 17:38:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2d1ee16-462b-4fa2-893c-49b8f538c751 X-Archives-Hash: e72d7032d3e4ece993bb2fecd43b5381 commit: 161a3d4c5d3817b5ee65927ed007f404b4711226 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Mon Jan 25 14:30:32 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon Jan 25 17:37:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161a3d4c app-misc/worker: remove old Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> app-misc/worker/worker-3.8.3.ebuild | 54 ---------------------------------- app-misc/worker/worker-4.6.1.ebuild | 58 ------------------------------------- 2 files changed, 112 deletions(-) diff --git a/app-misc/worker/worker-3.8.3.ebuild b/app-misc/worker/worker-3.8.3.ebuild deleted file mode 100644 index a7d14a742e7..00000000000 --- a/app-misc/worker/worker-3.8.3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils toolchain-funcs - -DESCRIPTION="Worker Filemanager: Amiga Directory Opus 4 clone" -HOMEPAGE="http://www.boomerangsworld.de/cms/worker/" -SRC_URI="http://www.boomerangsworld.de/cms/worker/downloads/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86" -IUSE="avfs debug dbus examples libnotify lua +magic xinerama xft" - -RDEPEND="x11-libs/libX11 - avfs? ( >=sys-fs/avfs-0.9.5 ) - dbus? ( dev-libs/dbus-glib ) - lua? ( dev-lang/lua:0 ) - magic? ( sys-apps/file ) - xft? ( x11-libs/libXft ) - xinerama? ( x11-libs/libXinerama )" -DEPEND="${RDEPEND}" - -DOCS=( AUTHORS ChangeLog INSTALL NEWS README README_LARGEFILES THANKS ) - -src_configure() { - # there is no ./configure flag to disable libXinerama support - export ac_cv_lib_Xinerama_XineramaQueryScreens=$(usex xinerama) - econf \ - --without-hal \ - --enable-utf8 \ - $(use_with avfs) \ - $(use_with dbus) \ - $(use_enable debug) \ - $(use_enable libnotify inotify) \ - $(use_enable lua) \ - $(use_with magic libmagic) \ - $(use_enable xft) -} - -src_compile() { - emake -j1 -} - -src_install() { - default - - if use examples; then - docinto examples - dodoc examples/config-* - fi -} diff --git a/app-misc/worker/worker-4.6.1.ebuild b/app-misc/worker/worker-4.6.1.ebuild deleted file mode 100644 index a814985c975..00000000000 --- a/app-misc/worker/worker-4.6.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools toolchain-funcs - -DESCRIPTION="Worker Filemanager: Amiga Directory Opus 4 clone" -HOMEPAGE="http://www.boomerangsworld.de/cms/worker/" -SRC_URI="http://www.boomerangsworld.de/cms/worker/downloads/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" -IUSE="avfs debug dbus examples libnotify lua +magic xinerama xft" - -RDEPEND="x11-libs/libX11 - avfs? ( >=sys-fs/avfs-0.9.5 ) - dbus? ( sys-apps/dbus ) - lua? ( dev-lang/lua:0 ) - magic? ( sys-apps/file ) - xft? ( x11-libs/libXft ) - xinerama? ( x11-libs/libXinerama )" -DEPEND="${RDEPEND}" - -DOCS=( AUTHORS ChangeLog INSTALL NEWS README README_LARGEFILES THANKS ) - -src_prepare() { - default - - # Don't use /usr/share/appdata - sed -i -e "s:/appdata:/metainfo:" contrib/Makefile.am || die - eautoreconf -} - -src_configure() { - # there is no ./configure flag to disable libXinerama support - export ac_cv_lib_Xinerama_XineramaQueryScreens=$(usex xinerama) - econf \ - --without-hal \ - --enable-utf8 \ - $(use_with avfs) \ - $(use_with dbus) \ - $(use_enable debug) \ - $(use_enable libnotify inotify) \ - $(use_enable lua) \ - $(use_with magic libmagic) \ - $(use_enable xft) -} - -src_install() { - default - - if use examples; then - docinto examples - dodoc examples/config-* - fi -}