Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105122 - net-news/feed2imap [New Package]
Summary: net-news/feed2imap [New Package]
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: http://home.gna.org/feed2imap/
Whiteboard:
Keywords: EBUILD
Depends on: 118682
Blocks:
  Show dependency tree
 
Reported: 2005-09-07 02:13 UTC by Sam Kyritsoglou
Modified: 2018-06-07 18:24 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
feed2imap-0.4.ebuild (feed2imap-0.4.ebuild,702 bytes, text/plain)
2005-09-07 02:15 UTC, Sam Kyritsoglou
Details
feed2imap-0.4.ebuild (feed2imap-0.4.ebuild,414 bytes, text/plain)
2005-09-07 04:18 UTC, Sam Kyritsoglou
Details
feed2imap-0.5.ebuild (feed2imap-0.5.ebuild,414 bytes, text/plain)
2005-10-12 09:17 UTC, Sam Kyritsoglou
Details
feed2imap-0.6.ebuild (feed2imap-0.6.ebuild,421 bytes, text/plain)
2006-01-11 10:10 UTC, Sam Kyritsoglou
Details
feed2imap-0.7.ebuild (feed2imap-0.7.ebuild,421 bytes, text/plain)
2006-02-22 23:29 UTC, Sam Kyritsoglou
Details
dev-ruby/ruby-feedparser-0.2 (ebuild) (ruby-feedparser-0.2.ebuild,330 bytes, text/plain)
2006-06-23 15:01 UTC, David Shakaryan (RETIRED)
Details
ruby-feedparser-0.5.ebuild (ruby-feedparser-0.5.ebuild,480 bytes, text/plain)
2007-11-17 11:41 UTC, Jochen Schalanda
Details
feed2imap-0.9.2.ebuild (feed2imap-0.9.2.ebuild,568 bytes, text/plain)
2007-11-17 11:42 UTC, Jochen Schalanda
Details
dev-ruby/ruby-feedparser-0.6 (ruby-feedparser-0.6.ebuild,526 bytes, text/plain)
2008-11-24 06:28 UTC, Sergio D. Rodríguez Inclan
Details
dev-ruby/feed2imap-0.9.3 (feed2imap-0.9.3.ebuild,611 bytes, text/plain)
2008-11-24 06:33 UTC, Sergio D. Rodríguez Inclan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Kyritsoglou 2005-09-07 02:13:19 UTC
Hello,

I make a ebuild (follow as attachement) of Feed2Imap. Feed2Imap is an RSS/Atom
feed aggregator. After Downloading feeds (over HTTP or HTTPS), it uploads them
to a specified folder of an IMAP mail server.

I suggest net-news/feed2imap like other RSS/Atom feed aggregator.

Sam
Comment 1 Sam Kyritsoglou 2005-09-07 02:15:15 UTC
Created attachment 67816 [details]
feed2imap-0.4.ebuild
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-09-07 02:28:00 UTC
Thanks for the ebuild, but this needs to inherit ruby eclass and use its
features. Please, attach a fixed ebuild and reopen.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-09-07 02:28:41 UTC
Meanwhile, closing WONTFIX.
Comment 4 Sam Kyritsoglou 2005-09-07 04:18:41 UTC
Created attachment 67821 [details]
feed2imap-0.4.ebuild

I hope I use the correct inherit ruby eclass this time.
Comment 5 Sam Kyritsoglou 2005-09-07 04:19:38 UTC
I corrected the ebuild (I hope :-))
Comment 6 Sam Kyritsoglou 2005-10-12 09:17:57 UTC
Created attachment 70465 [details]
feed2imap-0.5.ebuild
Comment 7 Sam Kyritsoglou 2005-10-12 09:18:56 UTC
New version of Feed2Imap (.. from 19 september :-) )
Comment 8 Sam Kyritsoglou 2006-01-11 10:08:00 UTC
A new release of feed2imap is out. For this 0.6 version, the RSS and Atom parser for Ruby is now saperred and is named Ruby-Feedparser. 

For this package, I sudmit ebuild. ( http://bugs.gentoo.org/show_bug.cgi?id=118682 )

Sam
Comment 9 Sam Kyritsoglou 2006-01-11 10:10:44 UTC
Created attachment 76848 [details]
feed2imap-0.6.ebuild
Comment 10 Sam Kyritsoglou 2006-02-22 23:29:12 UTC
Created attachment 80501 [details]
feed2imap-0.7.ebuild

Changelog :
* Fixes the IMAPS disconnection problem (patch provided by Gael Utard
  <gael.utard@laposte.net>) (fixes gna bug #2178).
* Fixes some issues regarding parallel fetching of feeds.
* Now displays the feed creator as sender of emails. (fixes gna bug
  #5043).
* Don't display the password in error messages (fixes debian bug
  #350370).
* Upload mail with the Item's time, not the upload's time (fixes debian
  bug #350371).
Comment 11 David Shakaryan (RETIRED) gentoo-dev 2006-06-23 15:01:38 UTC
Created attachment 89951 [details]
dev-ruby/ruby-feedparser-0.2 (ebuild)

I did some minor cleanup such as remove SLOT and IUSE since the ruby eclass already sets those. I also added a dev-ruby/rubymail dependency, since it is a dependency of feed2imap rather than of ruby-feedparser. (I removed the rubymail depdendency from the ruby-feedparser ebuild) Also a few other minor changes.

I also added it to the Project Sunrise overlay:
http://gentoo-sunrise.org/svn/sunrise/net-news/feed2imap/
Comment 12 Ylosar Goer 2007-07-16 08:23:27 UTC
Do someone has working updated ebuilds for ruby-feedparser-0.4 and feed2imap-0.9.1 ?

I tried to rename ebuilds found in sunrise overlay to get those versions but both failed because of a sandbox violation.

I tried to use gems instead of tarballs and the installation finished successfully and everything seems to work except that /usr/bin/feed2imap and friends were not installed (but are available in /usr/lib/ruby/gems/1.8/gems/feed2imap-0.9.1/bin/).

I do not anderstand why gems_src_install in gems.eclass did not copied them to /usr/bin/.
Comment 13 Jochen Schalanda 2007-11-17 11:41:38 UTC
Created attachment 136135 [details]
ruby-feedparser-0.5.ebuild

Working ebuild for ruby-feedparser 0.5.
Comment 14 Jochen Schalanda 2007-11-17 11:42:07 UTC
Created attachment 136137 [details]
feed2imap-0.9.2.ebuild

Working ebuild for feed2imap 0.9.2.
Comment 15 Sergio D. Rodríguez Inclan 2008-11-24 06:28:56 UTC
Created attachment 173116 [details]
dev-ruby/ruby-feedparser-0.6

Version bump.
Comment 16 Sergio D. Rodríguez Inclan 2008-11-24 06:33:01 UTC
Created attachment 173117 [details]
dev-ruby/feed2imap-0.9.3

Version bump.
Comment 17 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-06-08 16:06:04 UTC
It seems that this package is no longer in Sunrise.