diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-09 08:38:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-09 08:41:54 +0100 |
commit | 869ae26f559755abeaacf117242270f9350f207c (patch) | |
tree | 67a9eca825e74b78f36fd236c82f45e4398f3dfd /xfce-extra | |
parent | dev-ml/ocaml-data-notation: Remove last-rited pkg (diff) | |
download | gentoo-869ae26f559755abeaacf117242270f9350f207c.tar.gz gentoo-869ae26f559755abeaacf117242270f9350f207c.tar.bz2 gentoo-869ae26f559755abeaacf117242270f9350f207c.zip |
xfce-extra/eatmonkey: Remove last-rited pkg
Closes: https://bugs.gentoo.org/769371
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/eatmonkey/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/eatmonkey/eatmonkey-0.1.4-r1.ebuild | 45 | ||||
-rw-r--r-- | xfce-extra/eatmonkey/files/eatmonkey-0.1.4-syntax.patch | 13 | ||||
-rw-r--r-- | xfce-extra/eatmonkey/metadata.xml | 8 |
4 files changed, 0 insertions, 67 deletions
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> |