public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/worker/
Date: Mon, 25 Jan 2021 17:38:30 +0000 (UTC)	[thread overview]
Message-ID: <1611596266.161a3d4c5d3817b5ee65927ed007f404b4711226.marecki@gentoo> (raw)

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
-}


             reply	other threads:[~2021-01-25 17:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-25 17:38 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-28 13:34 [gentoo-commits] repo/gentoo:master commit in: app-misc/worker/ Sam James
2021-02-16 12:30 Sam James
2021-02-11  7:53 Sam James
2021-02-09 22:52 Sam James
2021-01-10 18:30 Sam James
2021-01-10 18:30 Sam James
2021-01-10 18:30 Sam James
2020-10-13 16:55 Marek Szuba
2019-02-15 19:10 Mikle Kolyada
2019-02-15 19:09 Mikle Kolyada
2019-02-09 18:36 Thomas Deutschmann
2016-07-28 20:34 Michael Orlitzky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1611596266.161a3d4c5d3817b5ee65927ed007f404b4711226.marecki@gentoo \
    --to=marecki@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox