Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 219300

Summary: app-text/ptex: remove calls to motif-config
Product: Gentoo Linux Reporter: Ulrich Müller <ulm>
Component: Current packagesAssignee: TeX project <tex>
Status: RESOLVED FIXED    
Severity: normal CC: cjk
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 204249    
Attachments: Proposed patch for ptex-3.1.10_p20080128.ebuild

Description Ulrich Müller gentoo-dev 2008-04-25 22:00:15 UTC
The ptex ebuilds still call "motif-config" in src_unpack. These calls are no longer necessary, since the Motif libraries and header files are now installed in standard locations, namely /usr/lib{,64} and /usr/include.

The x11-libs/motif-config package is already package masked and will be removed soon, see bug 117057. The openmotif ebuild still installs a dummy replacement script for motif-config, but I would like to get rid of this, too.
Comment 1 Ulrich Müller gentoo-dev 2008-04-25 22:04:08 UTC
Created attachment 150980 [details, diff]
Proposed patch for ptex-3.1.10_p20080128.ebuild

This patch removes the calls to motif-config from the ebuild. The patch is for ptex-3.1.10_p20080128.ebuild, but applies to ptex-3.1.10_p20071203.ebuild as well.
Comment 2 Ulrich Müller gentoo-dev 2008-05-08 23:01:10 UTC
@matsuu: Any objections if I commit this myself?
Comment 3 MATSUU Takuto (RETIRED) gentoo-dev 2008-05-10 04:41:13 UTC
sorry for delay. fixed in cvs now.
Comment 4 Ulrich Müller gentoo-dev 2008-05-10 06:54:46 UTC
Thanks.