From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-misc/worker/Manifest | 5 ---- app-misc/worker/metadata.xml | 15 ---------- app-misc/worker/worker-2.19.6.ebuild | 54 ------------------------------------ app-misc/worker/worker-3.8.3.ebuild | 54 ------------------------------------ 4 files changed, 128 deletions(-) delete mode 100644 app-misc/worker/Manifest delete mode 100644 app-misc/worker/metadata.xml delete mode 100644 app-misc/worker/worker-2.19.6.ebuild delete mode 100644 app-misc/worker/worker-3.8.3.ebuild (limited to 'app-misc/worker') diff --git a/app-misc/worker/Manifest b/app-misc/worker/Manifest deleted file mode 100644 index 9053b28501b0..000000000000 --- a/app-misc/worker/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST worker-2.19.6.tar.bz2 1191546 BLAKE2B ab806ef55e39f6e0909a25b01abd9c79afe61681ec8b8437fdedd8e663102de298c62141a39a8f0411e40c3ef92635e1593882fd7b93ec6df133d1bccd358f05 SHA512 401c986ff532c225cbd183afd8424e900ed8ff874368d68cb985136d130b5a4d4746a59e391ba01ae610eacd4fec0d76061ba967112b8262e4a9297599596b60 -DIST worker-3.8.3.tar.bz2 1519483 BLAKE2B 45573bed62256eda879a776f8a65af63a5c57f8c89784445faf264d2e09403faecdeb225d99ee50498df4c21a9cdf69a131c7d391a24eafe48c2319808b009dd SHA512 fa5d078233a91ec603cd87718542cdd5d99ef89c5d2e72c84fe40c08778c5e9dde8e99a23ccfee5ef61e63535c809a48ccf71fe9a256fd7afa05f848c5045738 -EBUILD worker-2.19.6.ebuild 1330 BLAKE2B e88996e3a9b9c57ceed6ab4abab1d8e407bbcb16719bf03f3ffcb64465b9f4814b01c6c5b1b817dcaf30382dbeeb3a20db456ba2a7a477d6af81b18606016278 SHA512 4180da05eebb296b791d326ad7bdb25d693e7eadda33e077f740dccf0a0d88fc71912b2f619a76d729e016a663259b042ce1a8a6e570b30cd6a63253b651858f -EBUILD worker-3.8.3.ebuild 1270 BLAKE2B e7ff347eb2cfa70eb6df4bc6aff3a316c98ebd018ce01f345af02aa32fe1e46ebb5d2544d29c6bca669585246c8a96b077d1d4d08dea2c52b61fd5e81b3726ad SHA512 3e40f9c9c3e81e489381ef2c17d266170a61ebe0506b8ce5360bd1474c5a950916a0b6be0daa0321ff8a24664905826b95f551d3cddf2be887fb7854e131c38c -MISC metadata.xml 636 BLAKE2B 9de5b71c8c1536a59308e33590c08227ef0bf31d96c6581fa87126576026bbd2646d1da648da45cfc35bace216a7a3a74c839340eb9f8b8a579b747feaead0b4 SHA512 67911dd438f9fa6ccd9e1f1bf47feb23016564b7d3cd33f846c17e82d83f70c39e6472bb61585a143475f207c3160c575e33fcd5edc5d2fe517ac5cf9f56c682 diff --git a/app-misc/worker/metadata.xml b/app-misc/worker/metadata.xml deleted file mode 100644 index dd300924df2a..000000000000 --- a/app-misc/worker/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - Worker is a filemanager for X-Window on UNIX. - It's a clone of the filemanager "Directory Opus 4", a very famous program - for Amiga-systems. The dirs and files are shown in two independent panels - (similar to MidnightCommander). - - - Enable support for sys-fs/avfs - Add magic file support from sys-apps/file to automatically detect file types - - 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 349dd3d81505..000000000000 --- 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 -} 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 f6b863b19af4..000000000000 --- a/app-misc/worker/worker-3.8.3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# 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 -} -- cgit v1.2.3