commit:     4b6a36c0e2316ec147f4cc59e89ea99856425bbf
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 22 18:28:14 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 22 19:04:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6a36c0

dev-ruby/simple-rss: cleanup

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/simple-rss/simple-rss-1.3.1.ebuild 
b/dev-ruby/simple-rss/simple-rss-1.3.1.ebuild
deleted file mode 100644
index 5258c50..0000000
--- a/dev-ruby/simple-rss/simple-rss-1.3.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20"
-
-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="http://simple-rss.rubyforge.org/";
-LICENSE="LGPL-2"
-
-KEYWORDS="amd64 x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rspec )"
-
-all_ruby_prepare() {
-       # Avoid dependency on bundler
-       sed -i -e '/bundler/d' Rakefile || die
-
-       # https://github.com/cardmagic/simple-rss/pull/14
-       sed -i -e 's/README/README.markdown/' Rakefile || die
-}

Reply via email to