Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 293650 - net-misc/mimms-3.2.1: new ebuild
Summary: net-misc/mimms-3.2.1: new ebuild
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://savannah.nongnu.org/projects/m...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2009-11-18 19:36 UTC by Martin von Gagern
Modified: 2014-12-14 14:17 UTC (History)
3 users (show)

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


Attachments
Simple ebuild (mimms-3.2.1.ebuild,447 bytes, text/plain)
2009-11-18 19:42 UTC, Martin von Gagern
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2009-11-18 19:36:24 UTC
It would be nice to have an ebuild for net-misc/mimms-3.2.1 to replace net-misc/mmsclient which has been masked for removal by bug #284747.

I'll attach an ebuild.
Comment 1 Martin von Gagern 2009-11-18 19:42:57 UTC
Created attachment 210585 [details]
Simple ebuild

This ebuild is pretty straight-forward, as python distutils does it all.

Don't have a mms:// stream at hand just now to try it out, but I guess it should. Installed all right, and seems functional at least up to command line help display. Will certainly try it for real next time I encounter such a stream.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2009-11-18 19:43:59 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 3 Martin von Gagern 2009-11-19 13:35:09 UTC
(In reply to comment #2)
> So, the sunrise team is suggesting that you [...]
> submit your ebuild to the overlay where even *you* can commit to. =)

Committed with some improvements. Should appear soon (once it got reviewed) at
http://overlays.gentoo.org/proj/sunrise/browser/reviewed/net-misc/mimms

Given the fact that bug #284747 has mmsclient scheduled for removal 2009-12-09, and furthermore that mmsclient is masked right now and people are probably looking for a replacement right now, I'd hope this makes it into the main portage tree soon.
Comment 4 Raphaël Droz 2014-02-13 17:38:26 UTC
the ebuild is currently in sunrise, but uses deprecated EAPI/python eclass (quite some warnings)

At least using this :
EAPI=4
RESTRICT_PYTHON_ABIS="3*"

removing :
PYTHON_DEPEND

and doing the conversion of this directive
PYTHON_MULTIPLE_ABIS=1

do the trick
Comment 5 Thomas Sachau gentoo-dev 2014-12-14 14:17:02 UTC
The ebuild in sunrise was outdated and unmaintained, so it got removed.