Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 324447 - new ebuild net-p2p/xbtt
Summary: new ebuild net-p2p/xbtt
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard: sunrise-suggested
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2010-06-17 11:46 UTC by Oleg Gawriloff
Modified: 2011-06-15 09:05 UTC (History)
1 user (show)

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


Attachments
XBT Tracker ebuild (xbtt-9999.ebuild,1.29 KB, text/plain)
2010-06-17 11:47 UTC, Oleg Gawriloff
Details
initd file (xbtt.initd,512 bytes, text/plain)
2010-06-17 11:48 UTC, Oleg Gawriloff
Details
net-p2p/xbtt/xbtt-9999.ebuild (xbtt-9999.ebuild,1.00 KB, text/plain)
2011-02-01 02:31 UTC, Alex Barker
Details
net-p2p/xbtt/files/xbt_tracker.initd (xbt_tracker.initd,427 bytes, text/plain)
2011-02-01 02:33 UTC, Alex Barker
Details
Extra (Not Required) (xbt_tracker.sql,1.98 KB, text/plain)
2011-02-01 02:35 UTC, Alex Barker
Details
Extra (Not Required) (xbt_tracker.conf.default,302 bytes, text/plain)
2011-02-01 02:36 UTC, Alex Barker
Details
Extra (Not Required) (xbt_tracker.sql,1.98 KB, text/plain)
2011-02-01 18:28 UTC, Alex Barker
Details

Note You need to log in before you can comment on or make changes to this bug.
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.