Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36138 - [EBUILD] GNOME bittorrent mime sink ebuild
Summary: [EBUILD] GNOME bittorrent mime sink ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo net-p2p team
URL: http://gnome-bt.sf.net
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-12-19 15:00 UTC by David Nielsen
Modified: 2004-07-01 02:09 UTC (History)
1 user (show)

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


Attachments
ebuild (gnome-btdownload-0.0.9.ebuild,1.19 KB, text/plain)
2003-12-19 15:01 UTC, David Nielsen
Details
Corrected ebuild (gnome-btdownload-0.0.11.ebuild,623 bytes, text/plain)
2004-03-23 20:37 UTC, Ed Catmur
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Nielsen 2003-12-19 15:00:57 UTC
Attached is an ebuild for gnome btdownload client.

This would benefit greatly from a future core/gui seperation of the bittorrent main package, so to support other frontends.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 David Nielsen 2003-12-19 15:01:33 UTC
Created attachment 22446 [details]
ebuild
Comment 2 foser (RETIRED) gentoo-dev 2003-12-20 05:34:03 UTC
without looking @ the package a few comments :

* the header seems incorrect, i doubt CVS will pick it up right like this (needs another $)
* unsetting SRC_URI serves no purpose, it just gets overridden. It can be removed.
* The description, i don't know if it's smart to have those ""'s in the middle
* keywords should only contain archs the submitter actually tested this on himself, i doubt that is the case here.
* shouldnt the bittorrent dep be a virtual (dunno much about that) ?
* for a gnome application, the DEPENDs show a weird lack of gnome deps

These points probably need looking into before any further steps are taken.
Comment 3 Ed Catmur 2004-03-23 20:37:55 UTC
Created attachment 27902 [details]
Corrected ebuild
Comment 4 Jon Hood (RETIRED) gentoo-dev 2004-04-29 10:33:24 UTC
Can y'all get this to run correctly with newer systems?

$ gnome-btdownload
Traceback (most recent call last):
  File "/usr/bin/gnome-btdownload", line 792, in ?
    run(sys.argv[1:])
  File "/usr/bin/gnome-btdownload", line 789, in run
    client = GtkClient(args)
  File "/usr/bin/gnome-btdownload", line 723, in __init__
    result = GtkFileOpenDialog('Open location for BitTorrent meta file', filters=filters, modal=True).run()
  File "/usr/bin/gnome-btdownload", line 217, in __init__
    GtkFileActionDialog.__init__(self, title, gtk.FILE_CHOOSER_ACTION_OPEN, (gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL, gtk.STOCK_OPEN, gtk.RESPONSE_OK), filters, default, modal, multiple, localonly)
AttributeError: 'module' object has no attribute 'FILE_CHOOSER_ACTION_OPEN'
Comment 5 Jon Hood (RETIRED) gentoo-dev 2004-07-01 02:09:55 UTC
The problem is that >=gnome-btdownload-0.0.11 depends on >=pygtk-2.3. That having been said, gnome-btdownload is now added to portage with a few changes:
1) DEPEND on net-p2p/bittorrent instead of virtual/bittorrent: this is because I realized some packages such as bittornado do not install the required python libraries correctly.
2) add SLOT="0"
3) add IUSE=""

Thanks for your submission!