summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/simple-rss/simple-rss-1.2.3.ebuild')
-rw-r--r--dev-ruby/simple-rss/simple-rss-1.2.3.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-ruby/simple-rss/simple-rss-1.2.3.ebuild b/dev-ruby/simple-rss/simple-rss-1.2.3.ebuild
deleted file mode 100644
index edbcb4f0d920..000000000000
--- a/dev-ruby/simple-rss/simple-rss-1.2.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simple-rss/simple-rss-1.2.3.ebuild,v 1.4 2011/01/10 17:59:51 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-RUBY_FAKEGEM_DOCDIR="html"
-RUBY_FAKEGEM_EXTRADOC="README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simple RSS is a simple, flexible, extensible, and liberal RSS and
-Atom reader for Ruby."
-HOMEPAGE="http://simple-rss.rubyforge.org/"
-LICENSE="LGPL-2"
-
-KEYWORDS="amd64 x86 ~x86-macos"
-SLOT="0"
-IUSE=""
-
-RUBY_PATCHES=( "${P}-no-media-rss.patch" )
-
-ruby_add_bdepend "test? ( virtual/ruby-test-unit )"