Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 303867 - be-9999.ebuild (New Package)
Summary: be-9999.ebuild (New Package)
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: http://bugseverywhere.org/
Whiteboard: sunrise-suggested
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2010-02-07 15:35 UTC by W. Trevor King
Modified: 2010-11-02 14:36 UTC (History)
0 users

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


Attachments
Ebuild against cjb@laptop.org-20091006145647-kqkmoh481tl5hvt4 (be-9999.ebuild,1.23 KB, text/plain)
2010-02-07 15:40 UTC, W. Trevor King
Details
Adjust to Gentoo's docbook2man naming conventions. (be-9999-docbook2man.patch,291 bytes, patch)
2010-02-07 15:42 UTC, W. Trevor King
Details | Diff
Override BE default install into $HOME (be-9999-install-dir.patch,296 bytes, patch)
2010-02-07 15:43 UTC, W. Trevor King
Details | Diff
Don't try to build libbe/_version.py in the BE Makefile (be-9999-version.patch,306 bytes, patch)
2010-02-07 15:45 UTC, W. Trevor King
Details | Diff
ChangeLog for be ebuild (ChangeLog.txt,813 bytes, text/plain)
2010-02-07 15:45 UTC, W. Trevor King
Details
Metadata for BEebuild (metadata.xml,321 bytes, text/plain)
2010-02-07 15:46 UTC, W. Trevor King
Details
Manifest for all of the above (Manifest.txt,1.13 KB, text/plain)
2010-02-07 15:46 UTC, W. Trevor King
Details
a new more QA prone ebuild (be-9999.ebuild,1.61 KB, text/plain)
2010-05-03 15:20 UTC, Enrico Tagliavini
Details

Note You need to log in before you can comment on or make changes to this bug.
Description W. Trevor King 2010-02-07 15:35:03 UTC
Bugs Everywhere (http://bugseverywhere.org) is a bug tracker built on distributed VCSs.

dev-util category suggested.
Comment 1 W. Trevor King 2010-02-07 15:40:25 UTC
Created attachment 218815 [details]
Ebuild against cjb@laptop.org-20091006145647-kqkmoh481tl5hvt4

Ebuild against Bazaar trunk (as of revision cjb@laptop.org-20091006145647-kqkmoh481tl5hvt4).  I'm a little embarrassed by the src_prepare definition, but
libbe/_version.py needs access to the bzr repository somehow...
Comment 2 W. Trevor King 2010-02-07 15:42:35 UTC
Created attachment 218817 [details, diff]
Adjust to Gentoo's docbook2man naming conventions.

See http://bugs.gentoo.org/205703
Comment 3 W. Trevor King 2010-02-07 15:43:18 UTC
Created attachment 218819 [details, diff]
Override BE default install into $HOME
Comment 4 W. Trevor King 2010-02-07 15:45:15 UTC
Created attachment 218821 [details, diff]
Don't try to build libbe/_version.py in the BE Makefile

The ebuild handles this directly, because the Makefile will eventually be run in an exported snapshot, not a full-fledged branch.
Comment 5 W. Trevor King 2010-02-07 15:45:45 UTC
Created attachment 218823 [details]
ChangeLog for be ebuild
Comment 6 W. Trevor King 2010-02-07 15:46:04 UTC
Created attachment 218825 [details]
Metadata for BEebuild
Comment 7 W. Trevor King 2010-02-07 15:46:25 UTC
Created attachment 218827 [details]
Manifest for all of the above
Comment 8 Justin Lecher (RETIRED) gentoo-dev 2010-02-07 18:01:16 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,
Justin.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 9 Enrico Tagliavini 2010-05-03 15:20:06 UTC
Created attachment 230151 [details]
a new more QA prone ebuild

I used be today and i got the time to improve the ebuild, making it respecting more QA and using the distutils eclass. Yeah i know i'm using also python.eclass but since distutils inherit it, and this will unlikely change i left it as is. I added the ~amd64 keyword since it works on amd64 here.

Hope it will be usefull :)
Comment 10 W. Trevor King 2010-08-26 15:31:20 UTC
(In reply to comment #9)
> Hope it will be usefull :)

Thanks!  I've updated your version for the new Git-versioned BE:
  http://gitorious.org/be/
I've bundled my new version into my overlay:
  http://www.physics.drexel.edu/~wking/code/git/git.php?p=wtk-overlay.git
  http://www.physics.drexel.edu/~wking/code/git/wtk-overlay.git/
  http://www.physics.drexel.edu/~wking/code/layman.xml
Use at own risk and all of that ;).
Comment 11 W. Trevor King 2010-11-02 14:36:44 UTC
I've published the be-9999.ebuild and in my Gentoo overlay.  See
  http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/Gentoo_overlay/
Layman XML (for listing in /etc/layman/layman.cfg overlays):
  http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/Gentoo_overlay/layman.xml

Future updates to the ebuild will go into that repository, which saves me from having to post new versions here when I have to make changes to stay abreast of upstream developments.