Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 250233 - net-nntp/pan has an internal piece of libsexy
Summary: net-nntp/pan has an internal piece of libsexy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Gentoo Net-news project
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2008-12-07 23:42 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2011-02-25 09:44 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-12-07 23:42:48 UTC
% tar tvf /var/portage/distfiles/pan-0.133.tar.bz2 | grep sexy
-rw-rw-r--  0 2000   2000    24157 Jul 13 15:36 pan-0.133/pan/gui/sexy-icon-entry.c
-rw-rw-r--  0 2000   2000     3091 Aug  1  2007 pan-0.133/pan/gui/sexy-icon-entry.h
Comment 1 Mart Raudsepp gentoo-dev 2008-12-19 00:54:00 UTC
The GNOME team does not see it worth adding a full libsexy dependency just for this small SexyIconEntry copy. This components is treated more like libEGG anyway across projects because in GNOME libsexy is not a blessed dependency (must not unconditionally depend on it) because libsexy is stuff that is temporary hacks until gtk+ grows non-hacky support for those things. Once gtk+-2.16 is out (ETA is March I think) pan can use native GtkEntry with new icon support.
Up to net-news@ what to do.
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2011-02-25 09:44:22 UTC
# tar tvf /var/tmp/distfiles/pan-0.134.tar.bz2 |egrep "sexy"
# egrep "sexy" * -ir
ChangeLog: 400800 use libsexy for the toolbar's icon entry fields (Charles)

this was most likely fixed when they updated to gtk+ 2.16 APIs.

Thanks for reporting.