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

Bug 4250

Summary: eroaster-2.1.0.ebuild (New Package)
Product: Gentoo Linux Reporter: Philip Walls (RETIRED) <malverian>
Component: New packagesAssignee: Gabriele Giorgetti <gabriele_giorgetti>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: eroaster-2.1.0.tar.gz (New Package)
And the ChangeLog
UPDATED (eroaster-2.1.0.ebuild)

Description Philip Walls (RETIRED) gentoo-dev 2002-06-27 13:26:33 UTC
The attachment eroaster-package.tar.gz will expand fully out to
/usr/portage/apps-cdr/ with proper ebuild and digest. lintools gave a single
warning about having SLOTS unspecified. Eroaster is a frontend to mkisofs,
cdrecord and other programs necessary to burn almost any type of CD imaginable.

It is built off of gnome-python. Please read the ebuild file for information on
why cdrecord and mkisofs are source dependencies.

Also, I'm interested in becoming an "official" developer for gentoo, please
contact me by email for the steps I need to take to see this happen.

Phil
Comment 1 Philip Walls (RETIRED) gentoo-dev 2002-06-27 13:33:12 UTC
Created attachment 1836 [details]
eroaster-2.1.0.tar.gz (New Package)

The ebuild, should be app-cdr/eroaster
Comment 2 Philip Walls (RETIRED) gentoo-dev 2002-06-27 13:37:44 UTC
Created attachment 1837 [details]
And the ChangeLog
Comment 3 Philip Walls (RETIRED) gentoo-dev 2002-06-30 09:36:16 UTC
Eroaster-2.1.0.tar.gz is not in fact a tar.gz, it is just the
eroaster-2.1.0.ebuild, sorry for the confusion.
Comment 4 Philip Walls (RETIRED) gentoo-dev 2002-07-08 10:59:42 UTC
Created attachment 2038 [details]
UPDATED (eroaster-2.1.0.ebuild)

Added proper RDEPEND and $Header: $
Sorry for the inconvenience. Still not sure what versions of the software it
depends on. However I've added the path this time.
Comment 5 Gabriele Giorgetti 2002-07-11 15:11:54 UTC
2.1.0 version added, but masked.

It doesn't work if the USER env variable is not present or exported:

gabriele@deity profiles $ eroaster
11.07.2002 22:11:05.679 INFO main [Main] ECLiPt Roaster Version 2.1.0 starting up
Traceback (most recent call last):
  File "/usr/bin/eroaster", line 28, in ?
    uname = environ["USER"]
  File "/usr/lib/python2.2/UserDict.py", line 14, in __getitem__
    def __getitem__(self, key): return self.data[key]
KeyError: USER