Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 324447

Summary: new ebuild net-p2p/xbtt
Product: Gentoo Linux Reporter: Oleg Gawriloff <barzog>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: enhancement CC: alex
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: sunrise-suggested
Package list:
Runtime testing required: ---
Attachments: XBT Tracker ebuild
initd file
net-p2p/xbtt/xbtt-9999.ebuild
net-p2p/xbtt/files/xbt_tracker.initd
Extra (Not Required)
Extra (Not Required)
Extra (Not Required)

Description Oleg Gawriloff 2010-06-17 11:46:50 UTC
Here's ebuild for fast XBT Tracker also available from http://code.google.com/p/barzog-gentoo-overlay/


Reproducible: Always
Comment 1 Oleg Gawriloff 2010-06-17 11:47:19 UTC
Created attachment 235689 [details]
XBT Tracker ebuild
Comment 2 Oleg Gawriloff 2010-06-17 11:48:23 UTC
Created attachment 235691 [details]
initd file
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2010-06-17 22:16:52 UTC
Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Thanks,
On behalf of the Gentoo Sunrise Team,
Markos.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 4 Alex Barker 2011-02-01 02:31:52 UTC
Created attachment 261207 [details]
net-p2p/xbtt/xbtt-9999.ebuild

update ebuild
eapi=2
uses cmake
uses new repository location @ google code.
Comment 5 Alex Barker 2011-02-01 02:33:23 UTC
Created attachment 261209 [details]
net-p2p/xbtt/files/xbt_tracker.initd

updated init.d script.  Scarped using the pid file because it doesnt get created.  Used gentoo style init script.
Comment 6 Alex Barker 2011-02-01 02:35:15 UTC
Created attachment 261211 [details]
Extra (Not Required)

this is a sql file to generate the required mysql schema, tables and user.  The program ships with one but it has a couple issues.  This should help you get off the ground a little faster.
Comment 7 Alex Barker 2011-02-01 02:36:51 UTC
Created attachment 261213 [details]
Extra (Not Required)

a better default configuration file.
Comment 8 Alex Barker 2011-02-01 18:28:48 UTC
Created attachment 261278 [details]
Extra (Not Required)

Minor issue with the sql file, fixed.
Comment 9 Oleg Gawriloff 2011-06-15 09:05:34 UTC
Included all changes at my overlay xbt version. http://code.google.com/p/barzog-gentoo-overlay/
Thanks.