Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 252146 - version bump app-admin/bcfg2-0.9.6
Summary: version bump app-admin/bcfg2-0.9.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Jeremy Olexa (darkside) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-22 05:37 UTC by solj
Modified: 2009-01-08 02:19 UTC (History)
1 user (show)

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


Attachments
new ebuild file for 0.9.6 (bcfg2-0.9.6.ebuild,1.13 KB, text/plain)
2008-12-31 23:28 UTC, Michael Jinks
Details

Note You need to log in before you can comment on or make changes to this bug.
Description solj 2008-12-22 05:37:57 UTC
The app-admin/bcfg2-0.9.6 final release is out :-)

Reproducible: Always
Comment 1 Wormo (RETIRED) gentoo-dev 2008-12-23 08:37:34 UTC
Thanks for the release notification; assigning to maintainers.
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-12-26 06:15:18 UTC
Michael, Are you still interested in this package? I haven't seen you around forever.
Comment 3 Michael Jinks 2008-12-31 13:49:03 UTC
(In reply to comment #2)
> Michael, Are you still interested in this package? I haven't seen you around
> forever.

Yes, definitely interested!  ...but juggling way too many balls, as usual.  Also out of the country with virtually no net access for the past couple of weeks.

Should probably ask this in irc, but what's the proecudure for handling version revs?
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-12-31 15:38:50 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > Michael, Are you still interested in this package? I haven't seen you around
> > forever.
> 
> Yes, definitely interested!  ...but juggling way too many balls, as usual. 
> Also out of the country with virtually no net access for the past couple of
> weeks.

No worries.

> 
> Should probably ask this in irc, but what's the proecudure for handling version
> revs?

I don't understand. Make a new ebuild that works with the version bump and let me know about it ;) (Hint: most ebuilds you can just rename to get a new version)
Comment 5 solj 2008-12-31 19:36:14 UTC
> I don't understand. Make a new ebuild that works with the version bump and let
> me know about it ;) (Hint: most ebuilds you can just rename to get a new
> version)
> 

The ebuild needs to be modified so that the lxml requirement is only there when using <=python2.4 or installing with the server use flag. Other than that, I think just the version bump should do it.
Comment 6 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-12-31 19:41:15 UTC
(In reply to comment #5)
> > I don't understand. Make a new ebuild that works with the version bump and let
> > me know about it ;) (Hint: most ebuilds you can just rename to get a new
> > version)
> > 
> 
> The ebuild needs to be modified so that the lxml requirement is only there when
> using <=python2.4 or installing with the server use flag. Other than that, I
> think just the version bump should do it.
> 

Let's just get rid of python-2.4 and explicitly depend on >=python-2.5. Would that cause too many headaches?
Comment 7 solj 2008-12-31 19:56:17 UTC
> 
> Let's just get rid of python-2.4 and explicitly depend on >=python-2.5. Would
> that cause too many headaches?
> 

That's fine with me. I'll email Desai and have him comment here if it is.
Comment 8 Michael Jinks 2008-12-31 21:39:32 UTC
(In reply to comment #4)
> > Should probably ask this in irc, but what's the proecudure for handling version
> > revs?
> 
> I don't understand. Make a new ebuild that works with the version bump and let
> me know about it ;) (Hint: most ebuilds you can just rename to get a new
> version)

Ah, sorry, my question wasn't clear.  I know how to handle the ebuild, wasn't sure about what to do with it once it was made.

I'll hold off until Desai answers the question about the Python dep, since using >=2.5 would make things a lot easier.
Comment 9 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-12-31 22:00:56 UTC
Just attach it here. Also, you should fix bug 232713 in the bump, I can help with that if needed.
Comment 10 Michael Jinks 2008-12-31 23:28:08 UTC
Created attachment 176970 [details]
new ebuild file for 0.9.6

Version bump.

Also removed option of depending on python 2.4, which in turn allows removal of gamin and fam from the build-time dependencies.
Comment 11 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-01-08 02:19:46 UTC
Ok, well. I added the ebuild with some mods to a) fix that other bug and b) utilize the eclass better. Check it out when you get a chance. Thanks =)