Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65620 - xcompmgr-1.1.ebuild (update)
Summary: xcompmgr-1.1.ebuild (update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-27 18:38 UTC by Adam Jackson
Modified: 2004-10-11 02:30 UTC (History)
1 user (show)

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


Attachments
xcompmgr-1.1.ebuild (xcompmgr-1.1.ebuild,845 bytes, text/plain)
2004-09-27 18:39 UTC, Adam Jackson
Details
xcompmgr-1.1.ebuild (xcompmgr-1.1.ebuild,665 bytes, text/plain)
2004-09-27 23:14 UTC, Adam Jackson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Jackson 2004-09-27 18:38:14 UTC
Attached ebuild supplies xcompmgr version 1.1, which has numerous bugfixes and additional features over the CVS version currently in portage, as well as a man page.  No new use flags, dependencies haven't changed.
Comment 1 Adam Jackson 2004-09-27 18:39:59 UTC
Created attachment 40573 [details]
xcompmgr-1.1.ebuild
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2004-09-27 22:58:05 UTC
Couple of small comments on the ebuild:

SRC_URI shouldn't be static. http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3 (Including version numbers in SRC_URI and S)

RDEPEND=">=x11-base/xorg-x11-6.7.99.902" could just be changed to 6.8.0. It may not be an upstream hard dep, but I'm not interested in supporting anyone still using 6.7.99.x.

src_unpack() is redundant after removing epatch, since it's now the default and therefore unnecessary. http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1 (Functions)
Comment 3 Adam Jackson 2004-09-27 23:14:13 UTC
Created attachment 40586 [details]
xcompmgr-1.1.ebuild

this should address everything you mentioned.  actually the dep on 6.7.99.902
is bogus, Composite had a few showstoppers in that RC.
Comment 4 Donnie Berkholz (RETIRED) gentoo-dev 2004-10-11 02:30:33 UTC
Thanks, added to portage.

Next time, remember not to delete the Header line.