summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-09 08:38:03 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-09 08:41:54 +0100
commit869ae26f559755abeaacf117242270f9350f207c (patch)
tree67a9eca825e74b78f36fd236c82f45e4398f3dfd
parentdev-ml/ocaml-data-notation: Remove last-rited pkg (diff)
downloadgentoo-869ae26f.tar.gz
gentoo-869ae26f.tar.bz2
gentoo-869ae26f.zip
xfce-extra/eatmonkey: Remove last-rited pkg
Closes: https://bugs.gentoo.org/769371 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--profiles/package.mask6
-rw-r--r--xfce-extra/eatmonkey/Manifest1
-rw-r--r--xfce-extra/eatmonkey/eatmonkey-0.1.4-r1.ebuild45
-rw-r--r--xfce-extra/eatmonkey/files/eatmonkey-0.1.4-syntax.patch13
-rw-r--r--xfce-extra/eatmonkey/metadata.xml8
5 files changed, 0 insertions, 73 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index ad7014481269..0129d9758223 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -377,12 +377,6 @@ xfce-extra/xfce4-equake-plugin
<xfce-extra/xfce4-kbdleds-plugin-0.2.3
xfce-extra/xfce4-windowck-plugin
-# Michał Górny <mgorny@gentoo.org> (2021-02-07)
-# Fails to start due to unpackaged Ruby modules. Abandoned upstream
-# in 2010.
-# Removal on 2021-03-09. Bug #769371.
-xfce-extra/eatmonkey
-
# Michał Górny <mgorny@gentoo.org> (2021-02-01)
# LibreSSL support is discontinued. Please read the relevant news item
# and either migrate to dev-libs/openssl, or use the unsupported
diff --git a/xfce-extra/eatmonkey/Manifest b/xfce-extra/eatmonkey/Manifest
deleted file mode 100644
index 08398931cbec..000000000000
--- a/xfce-extra/eatmonkey/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST eatmonkey-0.1.4.tar.bz2 181996 BLAKE2B d9272cd62dea09e44c9f8cf20055d68a6f0e0eda29ac89ab450b9b60ed4fa511c6661b2a38811fac86c0203b119c1eb07a886b11ca7ad0f48db6e0fcb6431848 SHA512 95bd0bf46588151398fba52b01309f9df1cd8ccce046a2b81f7167adafc4f1cd1b217deb27c0ec91429a6cdcfb807bbaf7e00fcd7b31414316dced7a2c0d4a15
diff --git a/xfce-extra/eatmonkey/eatmonkey-0.1.4-r1.ebuild b/xfce-extra/eatmonkey/eatmonkey-0.1.4-r1.ebuild
deleted file mode 100644
index d1eafd4d35b9..000000000000
--- a/xfce-extra/eatmonkey/eatmonkey-0.1.4-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A download manager that works exclusively with aria2"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/eatmonkey"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND=">=x11-libs/gtk+-2.12:2
- dev-libs/libunique:1
- >=xfce-base/libxfce4util-4.8
- >=net-libs/libsoup-2.26:2.4"
-RDEPEND="${COMMON_DEPEND}
- >=net-misc/aria2-1.9.0[bittorrent,xmlrpc]
- dev-lang/ruby
- dev-ruby/ruby-glib2
- dev-ruby/ruby-gtk2"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_prepare() {
- eapply -p0 "${FILESDIR}"/${P}-syntax.patch
- sed -i -e 's:/usr/local:/usr:' src/eat{monkey,manager.rb} || die
- default
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/xfce-extra/eatmonkey/files/eatmonkey-0.1.4-syntax.patch b/xfce-extra/eatmonkey/files/eatmonkey-0.1.4-syntax.patch
deleted file mode 100644
index bacd69778e56..000000000000
--- a/xfce-extra/eatmonkey/files/eatmonkey-0.1.4-syntax.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Fix compability with Ruby 1.8 by Alex Legler <a3li@gentoo.org>. It helps to actually mark the method static.
-
---- src/compat18.rb
-+++ src/compat18.rb
-@@ -12,7 +12,7 @@
- end
-
- class Dir
-- def exists?(path)
-+ def self.exists?(path)
- File.directory?(path)
- end
- end
diff --git a/xfce-extra/eatmonkey/metadata.xml b/xfce-extra/eatmonkey/metadata.xml
deleted file mode 100644
index 359901b31db4..000000000000
--- a/xfce-extra/eatmonkey/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>xfce@gentoo.org</email>
- <name>XFCE Team</name>
- </maintainer>
-</pkgmetadata>