Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4250 - eroaster-2.1.0.ebuild (New Package)
Summary: eroaster-2.1.0.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gabriele Giorgetti
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-27 13:26 UTC by Philip Walls (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
eroaster-2.1.0.tar.gz (New Package) (eroaster-2.1.0.ebuild,1.22 KB, text/plain)
2002-06-27 13:33 UTC, Philip Walls (RETIRED)
Details
And the ChangeLog (ChangeLog,570 bytes, text/plain)
2002-06-27 13:37 UTC, Philip Walls (RETIRED)
Details
UPDATED (eroaster-2.1.0.ebuild) (eroaster-2.1.0.ebuild,1.30 KB, text/plain)
2002-07-08 10:59 UTC, Philip Walls (RETIRED)
Details

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