summaryrefslogtreecommitdiff
path: root/net-news/feed2imap/feed2imap-9999.ebuild
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-03-24 16:01:36 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-03-24 16:01:36 +0100
commit093e3fd81e5b7daf7253b0831de436d3dcbac16f (patch)
tree4a9038d58438342274b5fc0fc0003991a97ad409 /net-news/feed2imap/feed2imap-9999.ebuild
parent99d1143f0fead8d75d974360e8a6ce1b59dbe3c8 (diff)
downloadoverlay-093e3fd81e5b7daf7253b0831de436d3dcbac16f.tar.gz
overlay-093e3fd81e5b7daf7253b0831de436d3dcbac16f.tar.bz2
overlay-093e3fd81e5b7daf7253b0831de436d3dcbac16f.zip
Fix feed2imap
Diffstat (limited to 'net-news/feed2imap/feed2imap-9999.ebuild')
-rw-r--r--net-news/feed2imap/feed2imap-9999.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-news/feed2imap/feed2imap-9999.ebuild b/net-news/feed2imap/feed2imap-9999.ebuild
index 475fe93..374e6f3 100644
--- a/net-news/feed2imap/feed2imap-9999.ebuild
+++ b/net-news/feed2imap/feed2imap-9999.ebuild
@@ -7,7 +7,7 @@ USE_RUBY="ruby18"
EGIT_REPO_URI="git://github.com/Necoro/feed2imap.git"
EGIT_BRANCH="groups"
-inherit ruby-ng git
+inherit git ruby-ng
DESCRIPTION="RSS/Atom feed aggregator which uploads feeds to an IMAP server"
HOMEPAGE="http://home.gna.org/feed2imap/"
@@ -20,6 +20,10 @@ IUSE=""
RDEPEND="dev-ruby/ruby-feedparser
dev-ruby/rubymail"
+all_ruby_unpack() {
+ git_src_unpack
+}
+
each_ruby_configure() {
${RUBY} setup.rb config || die
}