public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, xfce-extra/eatmonkey/, xfce-extra/eatmonkey/files/
@ 2021-03-09  7:42 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2021-03-09  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     869ae26f559755abeaacf117242270f9350f207c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  9 07:38:03 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar  9 07:41:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869ae26f

xfce-extra/eatmonkey: Remove last-rited pkg

Closes: https://bugs.gentoo.org/769371
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                              |  6 ---
 xfce-extra/eatmonkey/Manifest                      |  1 -
 xfce-extra/eatmonkey/eatmonkey-0.1.4-r1.ebuild     | 45 ----------------------
 .../eatmonkey/files/eatmonkey-0.1.4-syntax.patch   | 13 -------
 xfce-extra/eatmonkey/metadata.xml                  |  8 ----
 5 files changed, 73 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index ad701448126..0129d975822 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 08398931cbe..00000000000
--- 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 d1eafd4d35b..00000000000
--- 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 bacd69778e5..00000000000
--- 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 359901b31db..00000000000
--- 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>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-09  7:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-09  7:42 [gentoo-commits] repo/gentoo:master commit in: profiles/, xfce-extra/eatmonkey/, xfce-extra/eatmonkey/files/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox