Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52816 - cssed doesn't require gnome; also new version
Summary: cssed doesn't require gnome; also new version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-02 14:10 UTC by Cletus Lichte
Modified: 2004-06-18 05:16 UTC (History)
1 user (show)

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


Attachments
cssed 0.2.1 ebuild (cssed-0.2.1.ebuild,761 bytes, text/plain)
2004-06-02 14:12 UTC, Cletus Lichte
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cletus Lichte 2004-06-02 14:10:38 UTC
The cssed ebuild has gnome as a requirement, but the program itself only uses gtk, no gnome libs are used to complile the program.

There is also a new version of cssed, 0.2.1.  I'm attaching a new ebuild for this and removed the gnome requirements.  Also changed the ebuild to run the configure script that comes with the tarball instead of running autogen.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Cletus Lichte 2004-06-02 14:12:21 UTC
Created attachment 32546 [details]
cssed 0.2.1 ebuild

ebuild for cssed-0.2.1
Comment 2 Alexandru Toma 2004-06-02 14:30:56 UTC
I've already requested the removal of the gnome dependency and other fixes in bug #48037

Besides those, I think you should also remove S as it is ${WORKDIR}/${PN}
Comment 3 Alexandru Toma 2004-06-02 14:31:46 UTC
>> ${WORKDIR}/${PN}

I meant ${WORKDIR}/${P}
Comment 4 Cletus Lichte 2004-06-02 14:38:32 UTC
Yes, I saw your other bug report.  If the admins want to further clean up the ebuild, thats fine.  I just wanted to get the new version into portage and remove the gnome USE flag, since cssed doesn't even check for any gnome libs, let alone use them.
Comment 5 Alexandru Toma 2004-06-03 02:34:47 UTC
>>  remove the gnome USE flag, since cssed doesn't even check for any gnome libs
The ebuild doesn't check for gtk or X either... it just requires them... therefore IUSE should be just IUSE=""
Comment 6 David Holm (RETIRED) gentoo-dev 2004-06-18 05:16:48 UTC
Thanks for the ebuild. I did some more cleanup, removed "S=..." as it is unnecessary in this case, and changed the SRC_URI to use "${P}" instead of "${PN}-${PV}", as well as the IUSE-stuff which was invalid.
It should hit the mirrors shortly.