From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 1BB7E138334 for ; Fri, 15 Feb 2019 19:10:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3ACA7E07A7; Fri, 15 Feb 2019 19:10:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EF7A8E07A7 for ; Fri, 15 Feb 2019 19:10:22 +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 830D0335CD5 for ; Fri, 15 Feb 2019 19:10:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DC5253A for ; Fri, 15 Feb 2019 19:10:19 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1550257809.b655f50f4a46b362cf2e87a90c07f7b0e86c8af2.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/worker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/worker/Manifest app-misc/worker/worker-2.19.6.ebuild X-VCS-Directories: app-misc/worker/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b655f50f4a46b362cf2e87a90c07f7b0e86c8af2 X-VCS-Branch: master Date: Fri, 15 Feb 2019 19:10:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c40b8924-5fc9-43b2-8984-b14e87b93de8 X-Archives-Hash: c098d70b77fcf0b3399b1b12474be0d5 commit: b655f50f4a46b362cf2e87a90c07f7b0e86c8af2 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Feb 15 19:10:09 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Feb 15 19:10:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b655f50f app-misc/worker: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-misc/worker/Manifest | 1 - app-misc/worker/worker-2.19.6.ebuild | 54 ------------------------------------ 2 files changed, 55 deletions(-) diff --git a/app-misc/worker/Manifest b/app-misc/worker/Manifest index 499c210a268..aabc519b79f 100644 --- a/app-misc/worker/Manifest +++ b/app-misc/worker/Manifest @@ -1,2 +1 @@ -DIST worker-2.19.6.tar.bz2 1191546 BLAKE2B ab806ef55e39f6e0909a25b01abd9c79afe61681ec8b8437fdedd8e663102de298c62141a39a8f0411e40c3ef92635e1593882fd7b93ec6df133d1bccd358f05 SHA512 401c986ff532c225cbd183afd8424e900ed8ff874368d68cb985136d130b5a4d4746a59e391ba01ae610eacd4fec0d76061ba967112b8262e4a9297599596b60 DIST worker-3.8.3.tar.bz2 1519483 BLAKE2B 45573bed62256eda879a776f8a65af63a5c57f8c89784445faf264d2e09403faecdeb225d99ee50498df4c21a9cdf69a131c7d391a24eafe48c2319808b009dd SHA512 fa5d078233a91ec603cd87718542cdd5d99ef89c5d2e72c84fe40c08778c5e9dde8e99a23ccfee5ef61e63535c809a48ccf71fe9a256fd7afa05f848c5045738 diff --git a/app-misc/worker/worker-2.19.6.ebuild b/app-misc/worker/worker-2.19.6.ebuild deleted file mode 100644 index 349dd3d8150..00000000000 --- a/app-misc/worker/worker-2.19.6.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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 +magic xinerama xft" - -RDEPEND="x11-libs/libSM - x11-libs/libX11 - avfs? ( >=sys-fs/avfs-0.9.5 ) - dbus? ( dev-libs/dbus-glib ) - 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() { - # respect AR, bug #466014 - sed -i -e "/AR/s/ar/$(tc-getAR)/" src/aguix/Makefile.in || die 'sed on Makefile.in failed' - - epatch_user -} - -src_configure() { - # there is no option for disabling libXinerama support - use xinerama || export ac_cv_lib_Xinerama_XineramaQueryScreens=no - econf \ - --without-hal \ - $(use_with avfs) \ - $(use_with dbus) \ - $(use_enable debug) \ - $(use_enable libnotify inotify) \ - $(use_with magic libmagic) \ - $(use_enable xft) -} - -src_install() { - default - if use examples; then - docinto examples - dodoc examples/config-* - fi -}