commit:     0a5f2e65436c08cd2bed0a521e068fab281d663d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  2 12:17:01 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 07:13:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a5f2e65

dev-ruby/simple-rss: drop 1.3.3

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/simple-rss/simple-rss-1.3.3.ebuild | 31 -----------------------------
 1 file changed, 31 deletions(-)

diff --git a/dev-ruby/simple-rss/simple-rss-1.3.3.ebuild 
b/dev-ruby/simple-rss/simple-rss-1.3.3.ebuild
deleted file mode 100644
index 3f9cd88cea72..000000000000
--- a/dev-ruby/simple-rss/simple-rss-1.3.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple, flexible, extensible, and liberal RSS and Atom reader 
for Ruby"
-HOMEPAGE="https://github.com/cardmagic/simple-rss";
-LICENSE="LGPL-2"
-
-KEYWORDS="amd64 x86"
-SLOT="0"
-IUSE=""
-
-all_ruby_prepare() {
-       # Avoid dependency on bundler
-       sed -i -e '/bundler/d' \
-               -e '/rubyforgepublisher/I s:^:#:' \
-               Rakefile || die
-
-       # Avoid tests that require unpackaged test data
-       sed -i -e '/@\(media_rss\|rss20_utf8\)/ s:^:#:' \
-               -e '/test_rss_utf8/aomit "missing data"' \
-               test/base/base_test.rb || die
-}

Reply via email to