Bug 52816 - cssed doesn't require gnome; also new version
Bug#: 52816 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: web-apps@gentoo.org Reported By: lichte@gmail.com
Component: Applications
URL: 
Summary: cssed doesn't require gnome; also new version
Keywords:  
Status Whiteboard: 
Opened: 2004-06-02 14:10 0000
Description:   Opened: 2004-06-02 14:10 0000
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 From Cletus Lichte 2004-06-02 14:12:21 0000 -------
Created an attachment (id=32546) [details]
cssed 0.2.1 ebuild

ebuild for cssed-0.2.1

------- Comment #2 From Alexandru Toma 2004-06-02 14:30:56 0000 -------
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 From Alexandru Toma 2004-06-02 14:31:46 0000 -------
>> ${WORKDIR}/${PN}

I meant ${WORKDIR}/${P}

------- Comment #4 From Cletus Lichte 2004-06-02 14:38:32 0000 -------
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 From Alexandru Toma 2004-06-03 02:34:47 0000 -------
>>  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 From David Holm (RETIRED) 2004-06-18 05:16:48 0000 -------
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.