Skip to content

Commit

Permalink
dev-ruby/simple-rss: fix HOMEPAGE and remove unneeded dependency
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
graaff committed May 2, 2018
1 parent 8f2e1e3 commit e756a56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev-ruby/simple-rss/simple-rss-1.3.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ 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/"
HOMEPAGE="https://github.com/cardmagic/simple-rss"
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' \
Expand Down

0 comments on commit e756a56

Please sign in to comment.